Android 2 Linux Notifications Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Android 2 Linux Notifications icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/336309.svg" alt="Android 2 Linux Notifications icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336309.svg" alt="Android 2 Linux Notifications icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336309.svg" alt="Android 2 Linux Notifications icon" :width="24" :height="24" />
CSS background
.icon-android-2-linux-notifications {
background-image: url('https://proicons.com/icon/336309.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="24" cy="24" r="21.5"/><g id="b"><polyline class="c" points="28.0606 22.1514 28.0606 31.5722 32.771 31.5722"/><polyline class="c" points="35.6813 31.5733 35.6813 22.1525 41.9226 31.5733 41.9226 22.1525"/><path class="c" d="M15.1087,21.4424c0-3.097,2.8056-5.5387,6.0139-4.9221,2.1044.4044,3.7849,2.2245,3.9944,4.3571.1558,1.5863-.3462,3.1517-1.442,4.1134-2.0299,1.7815-8.5662,6.5824-8.5662,6.5824h10.036"/><line class="c" x1="11.169" y1="28.422" x2="7.0874" y2="28.422"/><polyline class="c" points="6.07 31.545 9.1317 22.1525 12.1935 31.5733"/></g></svg>
Copied!