Autonotification Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Autonotification 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/336786.svg" alt="Autonotification icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336786.svg" alt="Autonotification icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336786.svg" alt="Autonotification icon" :width="24" :height="24" />
CSS background
.icon-autonotification {
background-image: url('https://proicons.com/icon/336786.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.g{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.h{fill:#fff;stroke-width:0px;}</style></defs><circle id="c" class="g" cx="24" cy="24" r="13"/><path id="d" class="g" d="m44.345,20.827l-3.55-1.02v.079c-.4187-1.714-1.0991-3.3532-2.017-4.86l.063.062,1.789-3.23c.3442-.6223.2349-1.3972-.268-1.9l-2.32-2.32c-.5028-.5029-1.2777-.6122-1.9-.268l-3.231,1.79.06.06c-1.5069-.9173-3.1461-1.5969-4.86-2.015h.082l-1.02-3.55c-.1962-.6838-.8216-1.155-1.533-1.155h-3.28c-.711,0-1.337.471-1.533,1.155l-1.02,3.55h.079c-1.714.4187-3.3532,1.0991-4.86,2.017l.063-.063-3.232-1.789c-.6223-.3442-1.3972-.2349-1.9.268l-2.32,2.32c-.5026.503-.6115,1.278-.267,1.9l1.79,3.231.06-.06c-.9173,1.5069-1.597,3.1461-2.015,4.86v-.082l-3.55,1.02c-.6838.1962-1.155.8216-1.155,1.533v3.28c0,.711.471,1.337,1.155,1.533l3.55,1.02v-.079c.4187,1.714,1.0991,3.3532,2.017,4.86l-.063-.062-1.789,3.23c-.3442.6223-.2349,1.3972.268,1.9l2.32,2.32c.5028.5029,1.2777.6122,1.9.268l3.231-1.79-.06-.06c1.5068.9176,3.1461,1.5976,4.86,2.016h-.082l1.02,3.55c.1966.6834.8219,1.1541,1.533,1.154h3.28c.711,0,1.337-.471,1.533-1.155l1.02-3.55h-.079c1.714-.4188,3.3532-1.0991,4.86-2.017l-.063.063,3.231,1.789c.622.3445,1.397.2356,1.9-.267l2.32-2.32c.5029-.5028.6122-1.2777.268-1.9l-1.79-3.233-.06.06c.9173-1.5069,1.597-3.1461,2.015-4.86v.082l3.55-1.02c.6834-.1961,1.1545-.821,1.155-1.532v-3.28c0-.711-.471-1.337-1.155-1.533Z"/><path id="e" class="g" d="m24,19.9252v4.5528"/><circle id="f" class="h" cx="24" cy="26.5168" r=".75"/><path class="g" d="m23.4084,16.4539l-5.8782,11.4748c-.2266.4423.0946.9678.5916.9678h11.7564c.497,0,.8182-.5255.5916-.9678l-5.8782-11.4748c-.247-.4822-.9362-.4822-1.1832,0Z"/></svg>
Copied!