Angi Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Angi 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/336339.svg" alt="Angi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336339.svg" alt="Angi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336339.svg" alt="Angi icon" :width="24" :height="24" />
CSS background
.icon-angi {
background-image: url('https://proicons.com/icon/336339.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M32.464,39.5673l5.8954.0524L32.6086,4.5H24.0251L21.3615,22.6462c-.214,1.9693-1.7245,15.7847-4.31,15.2377-5.07-3.4538.6258-9.6856,3.0886-9.2806,9.2847-1.2993,11.791,2.0273,12.3237,10.9637Z"/><path class="a" d="M28.4655,9.9538l-1.94,13.2306a8.1457,8.1457,0,0,1,2.6012.7259,13.8908,13.8908,0,0,1,1.363.76Z"/><path class="a" d="M14.82,42.6772a10.4792,10.4792,0,0,1-4.6311-12.4363,9.709,9.709,0,0,1,10.9972-6.6962"/><path class="a" d="M14.6823,42.6065C22.8848,46.71,24.76,35.7492,25.813,28.6043"/></svg>
Copied!