Horse Head 1 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Horse Head 1 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/305863.svg" alt="Horse Head 1 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305863.svg" alt="Horse Head 1 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305863.svg" alt="Horse Head 1 icon" :width="24" :height="24" />
CSS background
.icon-horse-head-1 {
background-image: url('https://proicons.com/icon/305863.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M361 938c-24-5-39-7-54-11-143-36-196-183-108-302 56-75 134-120 217-157 49-22 100-41 142-75 67-54 71-138 10-181 17 100-10 143-108 173-48 14-98 24-132 67-16 21-35 13-53 3-18-11-24-24-17-46 34-100 83-191 162-263 20-18 38-34 43-61 2-9 3-20 13-22s18 7 20 15c10 29 32 30 58 32 166 8 297 161 290 335-8 194-109 293-312 307-57 4-112 15-162 46-65 41-69 82-9 140z"/></svg>
Copied!