md heart dislike icon
md-heart-dislike from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- md-heart-dislike
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
md-addmd-add-circlemd-airplanemd-alarmmd-albumsmd-alertmd-american-footballmd-analyticsmd-aperturemd-appsmd-appstoremd-archivemd-arrow-backmd-arrow-downmd-arrow-dropdownmd-arrow-dropdown-circlemd-arrow-dropleftmd-arrow-dropleft-circlemd-arrow-droprightmd-arrow-dropright-circlemd-arrow-dropupmd-arrow-dropup-circlemd-arrow-forwardmd-arrow-round-back
Use the md heart dislike icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M51.9 76.6l25 25c-18.1 20.3-29 47.3-29 77.6 0 79.5 70.7 143.3 177.8 241.7L256 448l30.2-27.2c20.6-18.9 39.9-36.6 57.5-53.3l92.2 92 24-24-383.8-383-24.2 24.1z" fill="currentColor"/><path d="M464 179.1C464 114.2 414.1 64 349.6 64c-36.4 0-70.7 16.7-93.6 43.9C233.1 80.7 198.8 64 162.4 64c-8.4 0-16.5.9-24.3 2.5l253.7 253.1C437.3 270.9 464 228 464 179.1z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonMdHeartDislike(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M51.9 76.6l25 25c-18.1 20.3-29 47.3-29 77.6 0 79.5 70.7 143.3 177.8 241.7L256 448l30.2-27.2c20.6-18.9 39.9-36.6 57.5-53.3l92.2 92 24-24-383.8-383-24.2 24.1z" fill="currentColor"/><path d="M464 179.1C464 114.2 414.1 64 349.6 64c-36.4 0-70.7 16.7-93.6 43.9C233.1 80.7 198.8 64 162.4 64c-8.4 0-16.5.9-24.3 2.5l253.7 253.1C437.3 270.9 464 228 464 179.1z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M51.9 76.6l25 25c-18.1 20.3-29 47.3-29 77.6 0 79.5 70.7 143.3 177.8 241.7L256 448l30.2-27.2c20.6-18.9 39.9-36.6 57.5-53.3l92.2 92 24-24-383.8-383-24.2 24.1z" fill="currentColor"/><path d="M464 179.1C464 114.2 414.1 64 349.6 64c-36.4 0-70.7 16.7-93.6 43.9C233.1 80.7 198.8 64 162.4 64c-8.4 0-16.5.9-24.3 2.5l253.7 253.1C437.3 270.9 464 228 464 179.1z" fill="currentColor"/></svg> </template>
CSS
.icon-md-heart-dislike {
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%20d%3D%22M51.9%2076.6l25%2025c-18.1%2020.3-29%2047.3-29%2077.6%200%2079.5%2070.7%20143.3%20177.8%20241.7L256%20448l30.2-27.2c20.6-18.9%2039.9-36.6%2057.5-53.3l92.2%2092%2024-24-383.8-383-24.2%2024.1z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M464%20179.1C464%20114.2%20414.1%2064%20349.6%2064c-36.4%200-70.7%2016.7-93.6%2043.9C233.1%2080.7%20198.8%2064%20162.4%2064c-8.4%200-16.5.9-24.3%202.5l253.7%20253.1C437.3%20270.9%20464%20228%20464%20179.1z%22%20fill%3D%22currentColor%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%20d%3D%22M51.9%2076.6l25%2025c-18.1%2020.3-29%2047.3-29%2077.6%200%2079.5%2070.7%20143.3%20177.8%20241.7L256%20448l30.2-27.2c20.6-18.9%2039.9-36.6%2057.5-53.3l92.2%2092%2024-24-383.8-383-24.2%2024.1z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M464%20179.1C464%20114.2%20414.1%2064%20349.6%2064c-36.4%200-70.7%2016.7-93.6%2043.9C233.1%2080.7%20198.8%2064%20162.4%2064c-8.4%200-16.5.9-24.3%202.5l253.7%20253.1C437.3%20270.9%20464%20228%20464%20179.1z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/md-heart-dislike.svg?color=%231a73e8&size=48