chromium/components/browser_ui/styles/android/java/res/drawable/ic_info_outline_grey_16dp.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.
-->

<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="16dp"
    android:height="16dp"
    android:viewportWidth="16"
    android:viewportHeight="16"
    android:tint="@macro/default_icon_color">

    <path
        android:pathData="M -1 -1 H 17 V 17 H -1 V -1 Z" />
    <path
        android:fillType="evenOdd"
        android:pathData="M0,0l16,0l0,16l-16,0l0,-16z" />
    <path
        android:fillColor="@android:color/darker_gray"
        android:fillType="evenOdd"
        android:pathData="M8,1c-3.864,0 -7,3.136 -7,7c0,3.864 3.136,7 7,7c3.864,0 7,-3.136 7,-7c0,-3.864
-3.136,-7 -7,-7l0,0zm-5.5,7c0,-3.031875 2.468125,-5.5 5.5,-5.5c3.031875,0
5.5,2.468125 5.5,5.5c0,3.031875 -2.468125,5.5 -5.5,5.5c-3.031875,0
-5.5,-2.468125 -5.5,-5.5zm6.5,4l0,-5l-2,0l0,5l2,0zm-2,-6l2,0l0,-2l-2,0l0,2l0,0z" />
</vector>