chromium/components/browser_ui/contacts_picker/android/java/res/drawable/address.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"
    android:tint="@macro/default_icon_color">

    <path
        android:fillColor="@android:color/white"
        android:pathData="M8.17 5.7L1 10.48V21h5v-8h4v8h5V10.25z" />
    <path
        android:fillColor="@android:color/white"
        android:pathData="M10 3v1.51l2 1.33L13.73 7H15v0.85l2 1.34V11h2v2h-2v2h2v2h-2v4h6V3H10zm9 6h-2V7h2v2z" />
</vector>