Athan Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Athan 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/336677.svg" alt="Athan icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336677.svg" alt="Athan icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336677.svg" alt="Athan icon" :width="24" :height="24" />
CSS background
.icon-athan {
background-image: url('https://proicons.com/icon/336677.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>.i{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="i" d="m27.4766,30.5431c.4613-1.7834-.1193-3.418-.9604-5.0154-6.4026-11.5246-2.0275-16.2199-2.0275-16.2199,0,0,7.1804,18.9209.1777,28.6774-8.3638,9.3862-18.9533,2.5129-18.1073-5.8756.2705-7.1658,5.0176-12.451,5.0176-12.451,0,0,4.8428,3.1967-3.5214,12.1649-.9246.9642-1.3237,2.6322-1.0989,3.9483"/><path id="d" class="i" d="m28.155,37.7663s3.9411-6.9673,3.3781-12.9494c0,0,.7741-8.4453-1.3372-17.4535,0,0-3.5353,6.2052-.1759,13.5833.6138,1.3481,1.4098,1.5334,1.5336,4.1023"/><path id="e" class="i" d="m32.9637,10.2791l2.3248-1.7589-.39-2.8142s-1.8292,1.794-1.9347,4.573Z"/><path id="f" class="i" d="m33.0395,32.3387s3.3898-5.4609,3.3308-11.5063c-.0431-4.4147.2012-6.7458-.455-9.8299l-2.6816,1.8854s-.1522,2.3675,2.2702,7.684c0,0,.6602,2.1024.4951,3.8127"/><path id="g" class="i" d="m38.3548,28.8608s5.8402-7.7432,1.5749-23.3608c0,0-3.4123,3.4123.0656,11.0242,0,0,.9843,1.4361,1.2468,3.7984"/><path id="h" class="i" d="m17.0136,26.0259c-.0995.199-1.3433,2.5374-.597,2.9851.7463.4478,1.7911.8458,2.8359.3483l.8955-2.3881s-2.5374.4975-3.1344-.9453Z"/></g></svg>
Copied!