Hearoes Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hearoes 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/341510.svg" alt="Hearoes icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341510.svg" alt="Hearoes icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341510.svg" alt="Hearoes icon" :width="24" :height="24" />
CSS background
.icon-hearoes {
background-image: url('https://proicons.com/icon/341510.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><polygon class="b" points="28.0433 24.5353 21.2329 20.6033 21.2329 28.4673 28.0433 24.5353"/><path class="b" d="M24.0333,32.0992c-7.9968,0-14.7933-6.4827-14.7933-14.4795S16.0365,3.1402,24.0333,3.1402c11.8741,0,21.5,9.6259,21.5,21.5s-9.6259,21.5-21.5,21.5S2.5333,36.5143,2.5333,24.6402c0-4.8189.8989-9.8077,5.9551-14.6588-2.1864,5.1586-2.695,7.0858-2.695,11.3987,0,10.0736,8.1663,18.2399,18.2399,18.2399,8.2731,0,14.9798-6.7067,14.9798-14.9798s-6.7067-14.9798-14.9798-14.9798c-4.9871,0-5.7743,2.1402-5.7743,3.985s1.1786,3.5359,5.7743,3.5359c4.1195,0,7.459,3.3395,7.459,7.459s-3.3395,7.459-7.459,7.459"/></svg>
Copied!