chromium/components/browser_ui/widget/android/java/res/drawable/async_image_view_unavailable.xml

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2018 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="100dp"
    android:height="100dp"
    android:viewportWidth="100.0"
    android:viewportHeight="100.0">
    <path
        android:name="circle"
        android:fillColor="@color/baseline_neutral_60"
        android:pathData="M 20,60 c 0,-11 9,-20 20,-20 l0, 20 l20,0 c 0,11 -9,20 -20,20 c -11,0 -20,-9 -20,-20"/>
    <path
        android:name="square"
        android:fillColor="@color/baseline_neutral_60"
        android:pathData="M 40,40 l0,-15 l35,0 l0,35 l-15,0 c 0,-11 -9,-20 -20,-20 C"/>
    <path
        android:name="arc"
        android:fillColor="@color/baseline_neutral_60"
        android:fillAlpha="0"
        android:pathData="M 40,60 l 0,-20 c 11,0 20,9 20,20"/>
</vector>