chromium/chrome/android/features/tab_ui/java/res/drawable/tab_group_share_icon.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.
-->

<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="16dp"
    android:height="16dp"
    android:viewportWidth="16"
    android:viewportHeight="16">
  <group>
    <clip-path
        android:pathData="M0,0h16v16h-16z"/>
    <path
        android:pathData="M0,14V12.083C0,11.722 0.083,11.396 0.25,11.104C0.431,10.799 0.674,10.556 0.979,10.375C1.729,9.931 2.521,9.59 3.354,9.354C4.201,9.118 5.083,9 6,9C6.917,9 7.792,9.118 8.625,9.354C9.472,9.59 10.271,9.931 11.021,10.375C11.326,10.556 11.563,10.799 11.729,11.104C11.91,11.396 12,11.722 12,12.083V14H0ZM13.5,14V12.083C13.5,11.5 13.361,10.958 13.083,10.458C12.819,9.958 12.458,9.549 12,9.229C12.542,9.34 13.063,9.493 13.563,9.688C14.076,9.868 14.563,10.097 15.021,10.375C15.326,10.556 15.563,10.799 15.729,11.104C15.91,11.396 16,11.722 16,12.083V14H13.5ZM6,8C5.167,8 4.458,7.708 3.875,7.125C3.292,6.542 3,5.833 3,5C3,4.167 3.292,3.458 3.875,2.875C4.458,2.292 5.167,2 6,2C6.833,2 7.542,2.292 8.125,2.875C8.708,3.458 9,4.167 9,5C9,5.833 8.708,6.542 8.125,7.125C7.542,7.708 6.833,8 6,8ZM13,5C13,5.833 12.708,6.542 12.125,7.125C11.542,7.708 10.833,8 10,8C9.889,8 9.785,8 9.688,8C9.59,7.986 9.486,7.965 9.375,7.938C9.722,7.535 9.993,7.09 10.188,6.604C10.396,6.104 10.5,5.569 10.5,5C10.5,4.431 10.396,3.903 10.188,3.417C9.993,2.917 9.722,2.465 9.375,2.063C9.486,2.035 9.59,2.021 9.688,2.021C9.785,2.007 9.889,2 10,2C10.833,2 11.542,2.292 12.125,2.875C12.708,3.458 13,4.167 13,5ZM1.5,12.5H10.5V12.083C10.5,12 10.479,11.924 10.438,11.854C10.396,11.771 10.34,11.708 10.271,11.667C9.618,11.292 8.931,11.007 8.208,10.813C7.486,10.604 6.75,10.5 6,10.5C5.25,10.5 4.514,10.597 3.792,10.792C3.069,10.986 2.382,11.278 1.729,11.667C1.66,11.708 1.604,11.764 1.563,11.833C1.521,11.903 1.5,11.986 1.5,12.083V12.5ZM6,6.5C6.417,6.5 6.771,6.354 7.063,6.063C7.354,5.771 7.5,5.417 7.5,5C7.5,4.583 7.354,4.229 7.063,3.938C6.771,3.646 6.417,3.5 6,3.5C5.583,3.5 5.229,3.646 4.938,3.938C4.646,4.229 4.5,4.583 4.5,5C4.5,5.417 4.646,5.771 4.938,6.063C5.229,6.354 5.583,6.5 6,6.5Z"
        android:fillColor="?attr/colorOnSurfaceVariant"/>
  </group>
</vector>