Ajaib Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ajaib 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/321530.svg" alt="Ajaib icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321530.svg" alt="Ajaib icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321530.svg" alt="Ajaib icon" :width="24" :height="24" />
CSS background
.icon-ajaib {
background-image: url('https://proicons.com/icon/321530.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><path class="b" d="M16.334,21.9943c-.8049-.3665-1.5795-.82-2.3655-1.2546-2.0028-1.1034-4.0585-1.7609-5.9403-1.606-3.4803.2872-5.0787,4.3948-1.5342,6.0234.7671.3552,1.7383.7936,1.8101,1.6627.0529.6726.6386,1.2961,1.5984,1.3339.7558.0302,1.6665-.6197,1.7194-1.4284.0907-1.3793-1.708-2.0443-4.0736-2.4373-2.9702-.4912-1.2017-3.0457.2343-3.0306,2.4184.0265,4.3721,1.7458,5.1241,4.6517.8389,3.2309,3.4085,4.3608,5.7703,5.313.5139.2078.6953.4459.6953.9371,0,.8616-.3401,1.3868-1.4624,1.3868-1.606,0-1.8894.6915-1.9725,1.3604h11.8202c-.0831-.6689-.3628-1.3604-1.9725-1.3604-1.1223,0-1.4624-.529-1.4624-1.3868,0-.7218.8616-1.111,2.0481-1.315,4.5195-.7822,5.0636-2.9059,6.9719-4.9125,3.1893-3.3632,6.1595-4.1189,10.1575-5.0107v-1.4964c-2.3467.0453-7.4934.0605-9.6587,1.5569-2.7963,1.9272-5.4528,2.0632-7.0173.1738-.718-1.6702-2.7396-2.8757-5.1241-2.8757-2.7699,0-5.0523,1.6249-5.3659,3.7184M26.8241,21.1554c-3.571,2.7926-7.1647,2.3466-10.49.8389M19.7582,14.9221l1.8958-1.8286,1.9009,1.8286-1.9009,3.3576-1.8958-3.3576Z"/></svg>
Copied!