Appnotifier Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Appnotifier 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/336525.svg" alt="Appnotifier icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336525.svg" alt="Appnotifier icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336525.svg" alt="Appnotifier icon" :width="24" :height="24" />
CSS background
.icon-appnotifier {
background-image: url('https://proicons.com/icon/336525.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M10.0046,5.5414c-.3348.0589-.6568.1759-.9513.3458-.9022.5212-1.4581,1.4844-1.4583,2.5268v31.168c.0007,2.246,2.4306,3.6494,4.3748,2.5268l26.978-15.584c1.943-1.1236,1.943-3.9299,0-5.0535l-6.5167-3.7626-11.411,11.417-6.8737-6.8792,2.7495-2.7509,4.1242,4.1264,14.749-14.754-2.7495-2.7509-7.5604,7.5616-13.489-7.7921c-.5941-.3428-1.2899-.4653-1.9653-.3458l-.0003.0006Z"/></svg>
Copied!