Headi Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Headi 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/341497.svg" alt="Headi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341497.svg" alt="Headi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341497.svg" alt="Headi icon" :width="24" :height="24" />
CSS background
.icon-headi {
background-image: url('https://proicons.com/icon/341497.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="M41.49,18.35a15.34,15.34,0,0,0-30.61,1.49L7.14,23.58a2.36,2.36,0,0,0,1.66,4h2.08v4.47a5.27,5.27,0,0,0,5.27,5.27h0V43.5H33.74V33.2A15.36,15.36,0,0,0,41.49,18.35Z"/><polyline class="a" points="28.53 12.32 23.36 20.32 28.53 20.32 24.65 27.89"/></svg>
Copied!