chromium/components/plus_addresses/android/java/res/drawable/ic_plus_addresses_logo_24dp.xml

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

<!-- This is the unbranded logo (an email/envelope icon). -->
<vector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:width="24dp"
    android:height="24dp">
    <path
        android:pathData="M20 4H4c-1.1 0 -2 0.9 -2 2v12c0 1.1 0.9 2 2 2h16c1.1 0 2 -0.9 2 -2V6c0 -1.1 -0.9 -2 -2 -2zm-0.8 2L12 10.8 4.8 6h14.4zM4 18V7.87l8 5.33 8 -5.33V18H4z"
        android:fillColor="@macro/default_icon_color_secondary" />
</vector>