Iconify Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Iconify 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/341849.svg" alt="Iconify icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341849.svg" alt="Iconify icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341849.svg" alt="Iconify icon" :width="24" :height="24" />
CSS background
.icon-iconify {
background-image: url('https://proicons.com/icon/341849.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>.f{stroke-linecap:round;}.f,.g{fill:none;stroke:#fff;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="f" d="m24,3.5c-2.5012,0-13.5001,10.9416-15.878,18.8881h.0346c-.5944,1.7238-.9033,3.5331-.9147,5.3565.0002,9.2537,7.5029,16.7553,16.7581,16.7554,9.2552-.0002,16.758-7.5017,16.7581-16.7554-.0008-1.8216-.2988-3.6308-.882-5.3565h.0038c-2.3779-7.9464-13.3787-18.8881-15.8799-18.8881Z"/><circle id="d" class="f" cx="24.0005" cy="18.0235" r="3.8519"/><path id="e" class="g" d="m18.4026,23.7854c2.2976.0953,3.0445,3.3569,5.5979,3.7878,2.5534.4309,3.8345-.7723,3.8345-.7723,1.1433,1.0356,1.8665,2.5424,1.8665,4.2181,0,3.1481-2.5524,5.7001-5.701,5.7001s-5.701-2.552-5.7009-5.676l.1029-7.2577Z"/></g></svg>
Iconify in other icon packs
Copied!