Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
termux
GitHub Repository: termux/termux-app
Path: blob/master/app/src/main/res/drawable/ic_service_notification.xml
1637 views
1
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2
android:width="24dp"
3
android:height="24dp"
4
android:viewportWidth="24"
5
android:viewportHeight="24">
6
<!--
7
Updated notification icon compliant with system icons guidelines
8
https://material.io/design/iconography/system-icons.html
9
-->
10
11
<group>
12
<clip-path
13
android:pathData="M0,0h24v24h-24z"/>
14
15
<path
16
android:pathData="M5,4H2L8,12L2,20H5L11,12L5,4Z"
17
android:fillColor="#ffffff"/>
18
19
<path
20
android:pathData="M13,18H22V20H13V18Z"
21
android:fillColor="#ffffff"/>
22
23
</group>
24
</vector>
25
26