Azar Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Azar 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/322286.svg" alt="Azar icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322286.svg" alt="Azar icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322286.svg" alt="Azar icon" :width="24" :height="24" />
CSS background
.icon-azar {
background-image: url('https://proicons.com/icon/322286.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="23.9921" cy="24.4065" r="17.6417"/><path class="c" d="M38.3991,14.2229c6.1193.3826,9.2556,6.9602,2.591,11.4904-6.6647,4.5302-11.0642,6.3597-19.0792,7.7101"/><path class="c" d="M6.1423,31.986c-3.8768-2.2651-2.5789-6.3668.2569-8.8897"/><path class="c" d="M34.8482,18.2646c-1.8295,3.659-4.748,4.8787-10.6286,4.1382"/><circle class="c" cx="23.0435" cy="16.4787" r="1.8295"/><circle class="c" cx="32.1039" cy="14.0393" r="1.481"/></svg>
Copied!