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/308866.svg" alt="Heart Off Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308866.svg" alt="Heart Off Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308866.svg" alt="Heart Off Svg icon" :width="24" :height="24" />
CSS background
.icon-heart-off---svg {
background-image: url('https://proicons.com/icon/308866.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 fill-rule="evenodd" clip-rule="evenodd" d="M4.70711 3.29289C4.31658 2.90237 3.68342 2.90237 3.29289 3.29289C2.90237 3.68342 2.90237 4.31658 3.29289 4.70711L4.08785 5.50207C1.87945 7.85408 1.92407 11.5516 4.22171 13.8492L9.87857 19.5061C11.0501 20.6776 12.9496 20.6776 14.1212 19.5061L16.1065 17.5207L19.2929 20.7071C19.6834 21.0976 20.3166 21.0976 20.7071 20.7071C21.0976 20.3166 21.0976 19.6834 20.7071 19.2929L16.8219 15.4077C16.8192 15.4049 16.8164 15.4021 16.8137 15.3994C16.8109 15.3966 16.8082 15.3939 16.8054 15.3912L6.26682 4.8526C6.25716 4.84253 6.24733 4.83271 6.23733 4.82312L4.70711 3.29289ZM11.9998 4.75791C14.3467 3.04206 17.6582 3.24406 19.7781 5.36393C22.1212 7.70707 22.1212 11.5061 19.7781 13.8492L19.6421 13.9852C19.2516 14.3757 18.6184 14.3757 18.2279 13.9852C17.8374 13.5946 17.8374 12.9615 18.2279 12.5709L18.3639 12.435C19.9259 10.8729 19.9259 8.34024 18.3639 6.77814C16.8018 5.21604 14.2691 5.21604 12.707 6.77814C12.3165 7.16866 11.6833 7.16866 11.2928 6.77814C11.0213 6.50663 10.7218 6.28325 10.4043 6.10698C9.92139 5.83893 9.74725 5.23018 10.0153 4.74731C10.2834 4.26444 10.8921 4.0903 11.375 4.35835C11.5896 4.47751 11.7983 4.61073 11.9998 4.75791Z" fill="#292929"/> </svg>
Copied!