Alazan Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Alazan 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/336120.svg" alt="Alazan icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336120.svg" alt="Alazan icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336120.svg" alt="Alazan icon" :width="24" :height="24" />
CSS background
.icon-alazan {
background-image: url('https://proicons.com/icon/336120.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M45.1198,20.8359c.0004,7.2634-4.3748,13.8117-11.0852,16.5912-6.7118,2.7823-14.4387,1.2459-19.5756-3.8924-5.1382-5.1369-6.6746-12.8638-3.8924-19.5756C13.3461,7.2486,19.8944,2.8734,27.1578,2.8739"/><path class="b" d="M45.2336,20.6336c1.459,9.2003-3.1734,18.2934-11.4735,22.522-8.2986,4.2291-18.3767,2.6332-24.9627-3.9531C2.2112,32.6166,.6153,22.5385,4.8444,14.2399,9.0731,5.9398,18.1662,1.3074,27.3664,2.7664"/><path class="b" d="M26.0247,20.4565l11.1282,6.7022"/><path class="b" d="M27.1628,22.7327l.1107-15.9463"/><path class="b" d="M42.2492,11.8701l-2.7176-1.6022-2.6986,1.5655,.6843-3.0805-2.323-2.0828,3.1412-.3011,1.2631-2.8529,1.257,2.8946,3.1033,.3196-2.3635,2.0903,.6539,3.0494Z"/></svg>
Copied!