heart dislike icon
heart-dislike-sharp from IonIcons by Ben Sperry · Sharp · MIT Free for personal and commercial use.
- Name
- heart-dislike-sharp
- Set
- IonIcons
- Style
- Sharp
- Viewbox
- 512×512
- License
- MIT
2 other variants in IonIcons
Related icons in IonIcons
Use the heart dislike icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m32 64.45l389.47 389.94l22.84-22.47L54.85 42zm30.67 128.46c-.56 55.63 19.77 106.94 62.16 156.88c40.25 47.42 94.56 79.67 137.47 108.21l9 6l9-6c18.49-12.3 39.1-25.3 59.79-39.89L71.74 149.28a114.6 114.6 0 0 0-9.07 43.63m355.16 156.88c42.39-49.94 62.72-101.25 62.16-156.88c-.63-62-50.61-112.54-111.43-112.54c-48.26 0-80.35 28-97.23 48.17c-16.88-20.2-49-48.17-97.23-48.17A108.2 108.2 0 0 0 142.84 85l270 270.48c1.71-1.89 3.37-3.78 4.99-5.69"/></svg>
React
import type { SVGProps } from "react";
export function IonHeartDislikeSharp(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m32 64.45l389.47 389.94l22.84-22.47L54.85 42zm30.67 128.46c-.56 55.63 19.77 106.94 62.16 156.88c40.25 47.42 94.56 79.67 137.47 108.21l9 6l9-6c18.49-12.3 39.1-25.3 59.79-39.89L71.74 149.28a114.6 114.6 0 0 0-9.07 43.63m355.16 156.88c42.39-49.94 62.72-101.25 62.16-156.88c-.63-62-50.61-112.54-111.43-112.54c-48.26 0-80.35 28-97.23 48.17c-16.88-20.2-49-48.17-97.23-48.17A108.2 108.2 0 0 0 142.84 85l270 270.48c1.71-1.89 3.37-3.78 4.99-5.69"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m32 64.45l389.47 389.94l22.84-22.47L54.85 42zm30.67 128.46c-.56 55.63 19.77 106.94 62.16 156.88c40.25 47.42 94.56 79.67 137.47 108.21l9 6l9-6c18.49-12.3 39.1-25.3 59.79-39.89L71.74 149.28a114.6 114.6 0 0 0-9.07 43.63m355.16 156.88c42.39-49.94 62.72-101.25 62.16-156.88c-.63-62-50.61-112.54-111.43-112.54c-48.26 0-80.35 28-97.23 48.17c-16.88-20.2-49-48.17-97.23-48.17A108.2 108.2 0 0 0 142.84 85l270 270.48c1.71-1.89 3.37-3.78 4.99-5.69"/></svg> </template>
CSS
.icon-heart-dislike-sharp {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m32%2064.45l389.47%20389.94l22.84-22.47L54.85%2042zm30.67%20128.46c-.56%2055.63%2019.77%20106.94%2062.16%20156.88c40.25%2047.42%2094.56%2079.67%20137.47%20108.21l9%206l9-6c18.49-12.3%2039.1-25.3%2059.79-39.89L71.74%20149.28a114.6%20114.6%200%200%200-9.07%2043.63m355.16%20156.88c42.39-49.94%2062.72-101.25%2062.16-156.88c-.63-62-50.61-112.54-111.43-112.54c-48.26%200-80.35%2028-97.23%2048.17c-16.88-20.2-49-48.17-97.23-48.17A108.2%20108.2%200%200%200%20142.84%2085l270%20270.48c1.71-1.89%203.37-3.78%204.99-5.69%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m32%2064.45l389.47%20389.94l22.84-22.47L54.85%2042zm30.67%20128.46c-.56%2055.63%2019.77%20106.94%2062.16%20156.88c40.25%2047.42%2094.56%2079.67%20137.47%20108.21l9%206l9-6c18.49-12.3%2039.1-25.3%2059.79-39.89L71.74%20149.28a114.6%20114.6%200%200%200-9.07%2043.63m355.16%20156.88c42.39-49.94%2062.72-101.25%2062.16-156.88c-.63-62-50.61-112.54-111.43-112.54c-48.26%200-80.35%2028-97.23%2048.17c-16.88-20.2-49-48.17-97.23-48.17A108.2%20108.2%200%200%200%20142.84%2085l270%20270.48c1.71-1.89%203.37-3.78%204.99-5.69%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/heart-dislike-sharp.svg?color=%231a73e8&size=48