Hearth Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Hearth 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/314636.svg" alt="Hearth icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314636.svg" alt="Hearth icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314636.svg" alt="Hearth icon" :width="24" :height="24" />
CSS background
.icon-hearth {
background-image: url('https://proicons.com/icon/314636.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Hearth</title><path d="M8.1958 10.318v9.576L.4531 24v-9.3298zm7.6591-4.162 7.692 4.1616v9.5736L15.8532 24v-9.3302l-7.6577-4.3522ZM8.196 0v9.576L.453 13.8027v-9.648Z"/></svg>
Copied!