Athanotify Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Athanotify 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/322119.svg" alt="Athanotify icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322119.svg" alt="Athanotify icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322119.svg" alt="Athanotify icon" :width="24" :height="24" />
CSS background
.icon-athanotify {
background-image: url('https://proicons.com/icon/322119.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m42.3627,22.7305c.6983,10.1355-6.9569,18.9635-17.0983,19.7179-10.1414.7544-18.9287-6.8506-19.627-16.9861-.6983-10.1355,6.9569-18.9635,17.0983-19.7179.4171-.031.8351-.0478,1.2532-.0504l18.3738-.1939v17.2305Z"/><path class="c" d="m39.2289,30.2229c-5.8377,5.0794-14.6877,4.4647-19.7671-1.3729-5.0794-5.8377-4.4647-14.6877,1.3729-19.7671-8.5917,2.962-13.5422,11.7733-11.0572,19.6805,2.485,7.9072,11.4645,11.916,20.0563,8.954,3.9343-1.3564,7.2913-4.0343,9.3951-7.4945Z"/><path class="c" d="m30.6851,10.859c4.5526,0,8.2376,3.6441,8.2376,8.1355s-3.685,8.1355-8.2376,8.1355c-4.5424,0-8.2274-3.6441-8.2274-8.1355s3.685-8.1355,8.2274-8.1355Z"/><path class="c" d="m30.6851,13.9213v5.359l2.8786,2.8683"/></svg>
Copied!