chromium/chrome/android/java/res/drawable/ic_open_in_browser.xml

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2020 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:pathData="M 20 4 L 4 4 C 2.9 4 2 4.9 2 6 L 2 18 C 2 19.11 2.9 20 4 20 L 9 20 L 9 18 L 4 18 L 4 9 L 20 9 L 20 18 L 15 18 L 15 20 L 20 20 C 21.1 20 22 19.11 22 18 L 22 6 C 22 4.9 21.1 4 20 4 Z M 16.21 14.21 L 12 10 L 7.79 14.21 L 9.21 15.62 L 11 13.83 L 11 20 L 13 20 L 13 13.83 L 14.79 15.62 Z"
        android:fillColor="@android:color/white"
        android:strokeWidth="1"/>
</vector>