Azkari Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Azkari 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/322288.svg" alt="Azkari icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322288.svg" alt="Azkari icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322288.svg" alt="Azkari icon" :width="24" :height="24" />
CSS background
.icon-azkari {
background-image: url('https://proicons.com/icon/322288.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="24" cy="29.4998" r="14"/><path class="b" d="M28.983,22.1668l-4.983,7.3328-4.983-7.3328"/><line class="b" x1="24" y1="36.8328" x2="24" y2="29.4998"/><line class="b" x1="19.299" y1="29.4998" x2="28.701" y2="29.4998"/><line class="b" x1="19.299" y1="33.1658" x2="28.701" y2="33.1658"/><path class="b" d="M17,17.3758v-5.8756c0-3.878,3.122-7,7-7s7,3.122,7,7v5.8756"/></svg>
Copied!