Heart Off Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Heart Off Svg icon is commonly used in like buttons, favorites lists and health apps. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/308562.svg" alt="Heart Off Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308562.svg" alt="Heart Off Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308562.svg" alt="Heart Off Svg icon" :width="24" :height="24" />
CSS background
.icon-heart-off---svg {
background-image: url('https://proicons.com/icon/308562.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path opacity="0.16" d="M4.92882 13.1421L10.5857 18.799C11.3667 19.58 12.6331 19.58 13.4141 18.799L16.1066 16.1065L5.54587 5.54578C5.32975 5.7015 5.12327 5.87658 4.92882 6.07103C2.9762 8.02366 2.9762 11.1895 4.92882 13.1421Z" fill="#292929"/> <path d="M5.54587 5.54581C5.32975 5.70153 5.12327 5.87661 4.92882 6.07106C2.9762 8.02369 2.9762 11.1895 4.92882 13.1421L10.5857 18.799C11.3667 19.58 12.6331 19.58 13.4141 18.799L16.1066 16.1065M10.8896 5.2327C11.2877 5.45367 11.6619 5.73312 11.9999 6.07106C13.9525 4.11844 17.1183 4.11844 19.071 6.07106C21.0236 8.02369 21.0236 11.1895 19.071 13.1421L18.935 13.2781" stroke="#292929" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M4.00012 4L20.0001 20" stroke="#292929" stroke-width="2" stroke-linecap="round"/> </svg>
Copied!