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

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

<!-- Note: hand-tweaked for foreground and background colors, not canonical icon. -->
<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="@macro/default_icon_color_on_accent1"
        android:pathData="M20,12 a8,8 0 1,1 0,-0.0001" />
    <path
        android:fillColor="@macro/default_icon_color_accent1"
        android:pathData="M12,2 C6.5,2,2,6.5,2,12 C2,17.5,6.5,22,12,22 C17.5,22,22,17.5,22,12
            C22,6.5,17.5,2,12,2 Z M17,18 L7,18 L7,16 L17,16 L17,18 Z M10.3,14 L7,10.7
            L8.4,9.3 L10.3,11.2 L15.6,5.9 L17,7.3 L10.3,14 Z" />
</vector>