chromium/components/browser_ui/photo_picker/android/java/res/drawable/ic_play_circle_filled_white_24dp.xml

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2019 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->

<vector
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24">

    <path
        android:fillColor="@color/black_alpha_65"
        android:pathData="M 10,16.5 v -9 L 16,12 10,16.5 z" />
    <path
        android:fillColor="@color/default_primary_color"
        android:pathData="M 12,2 C 6.475,2 2,6.475 2,12 2,17.525 6.475,22 12,22 17.525,22 22,17.525
            22,12 22,6.475 17.525,2 12,2 z M 10,16.5 v -9 L 16,12 10,16.5 z" />
</vector>