heart minus icon
heart-minus-outline-rounded from Material Symbols Light by Google · Outline Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- heart-minus-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More ui actions icons from Material Symbols Light
Use the heart minus icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.23 13.5q-.212 0-.355-.144t-.144-.357t.144-.356t.356-.143h6q.212 0 .356.144t.144.357t-.144.356t-.356.143zM2 8.225q0-1.908 1.296-3.201T6.5 3.731q1.32 0 2.475.675T11 6.369q.87-1.288 2.025-1.963T15.5 3.73q1.814 0 3.172 1.261q1.359 1.262 1.359 3.171q0 .343-.067.711t-.189.73q-.05.254-.236.347t-.373.056t-.312-.196t-.077-.419q.102-.333.153-.638t.05-.59q0-1.662-1.14-2.548q-1.14-.885-2.34-.885q-1.246 0-2.244.746t-1.718 1.811q-.09.15-.235.214t-.308.065q-.162 0-.304-.074q-.141-.075-.23-.205q-.719-1.065-1.717-1.811T6.5 4.731q-1.464 0-2.482.993T3 8.225q0 .842.35 1.709t1.25 2.002t2.45 2.661T11 18.3l2.475-2.277q.166-.14.365-.127q.2.013.337.158q.165.165.153.372t-.184.347l-2.417 2.225q-.16.154-.351.212q-.192.057-.383.057t-.378-.057q-.186-.058-.346-.218q-2.125-1.942-3.69-3.448t-2.577-2.756t-1.509-2.351T2 8.225"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightHeartMinusOutlineRounded(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.23 13.5q-.212 0-.355-.144t-.144-.357t.144-.356t.356-.143h6q.212 0 .356.144t.144.357t-.144.356t-.356.143zM2 8.225q0-1.908 1.296-3.201T6.5 3.731q1.32 0 2.475.675T11 6.369q.87-1.288 2.025-1.963T15.5 3.73q1.814 0 3.172 1.261q1.359 1.262 1.359 3.171q0 .343-.067.711t-.189.73q-.05.254-.236.347t-.373.056t-.312-.196t-.077-.419q.102-.333.153-.638t.05-.59q0-1.662-1.14-2.548q-1.14-.885-2.34-.885q-1.246 0-2.244.746t-1.718 1.811q-.09.15-.235.214t-.308.065q-.162 0-.304-.074q-.141-.075-.23-.205q-.719-1.065-1.717-1.811T6.5 4.731q-1.464 0-2.482.993T3 8.225q0 .842.35 1.709t1.25 2.002t2.45 2.661T11 18.3l2.475-2.277q.166-.14.365-.127q.2.013.337.158q.165.165.153.372t-.184.347l-2.417 2.225q-.16.154-.351.212q-.192.057-.383.057t-.378-.057q-.186-.058-.346-.218q-2.125-1.942-3.69-3.448t-2.577-2.756t-1.509-2.351T2 8.225"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.23 13.5q-.212 0-.355-.144t-.144-.357t.144-.356t.356-.143h6q.212 0 .356.144t.144.357t-.144.356t-.356.143zM2 8.225q0-1.908 1.296-3.201T6.5 3.731q1.32 0 2.475.675T11 6.369q.87-1.288 2.025-1.963T15.5 3.73q1.814 0 3.172 1.261q1.359 1.262 1.359 3.171q0 .343-.067.711t-.189.73q-.05.254-.236.347t-.373.056t-.312-.196t-.077-.419q.102-.333.153-.638t.05-.59q0-1.662-1.14-2.548q-1.14-.885-2.34-.885q-1.246 0-2.244.746t-1.718 1.811q-.09.15-.235.214t-.308.065q-.162 0-.304-.074q-.141-.075-.23-.205q-.719-1.065-1.717-1.811T6.5 4.731q-1.464 0-2.482.993T3 8.225q0 .842.35 1.709t1.25 2.002t2.45 2.661T11 18.3l2.475-2.277q.166-.14.365-.127q.2.013.337.158q.165.165.153.372t-.184.347l-2.417 2.225q-.16.154-.351.212q-.192.057-.383.057t-.378-.057q-.186-.058-.346-.218q-2.125-1.942-3.69-3.448t-2.577-2.756t-1.509-2.351T2 8.225"/></svg> </template>
CSS
.icon-heart-minus-outline-rounded {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.23%2013.5q-.212%200-.355-.144t-.144-.357t.144-.356t.356-.143h6q.212%200%20.356.144t.144.357t-.144.356t-.356.143zM2%208.225q0-1.908%201.296-3.201T6.5%203.731q1.32%200%202.475.675T11%206.369q.87-1.288%202.025-1.963T15.5%203.73q1.814%200%203.172%201.261q1.359%201.262%201.359%203.171q0%20.343-.067.711t-.189.73q-.05.254-.236.347t-.373.056t-.312-.196t-.077-.419q.102-.333.153-.638t.05-.59q0-1.662-1.14-2.548q-1.14-.885-2.34-.885q-1.246%200-2.244.746t-1.718%201.811q-.09.15-.235.214t-.308.065q-.162%200-.304-.074q-.141-.075-.23-.205q-.719-1.065-1.717-1.811T6.5%204.731q-1.464%200-2.482.993T3%208.225q0%20.842.35%201.709t1.25%202.002t2.45%202.661T11%2018.3l2.475-2.277q.166-.14.365-.127q.2.013.337.158q.165.165.153.372t-.184.347l-2.417%202.225q-.16.154-.351.212q-.192.057-.383.057t-.378-.057q-.186-.058-.346-.218q-2.125-1.942-3.69-3.448t-2.577-2.756t-1.509-2.351T2%208.225%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.23%2013.5q-.212%200-.355-.144t-.144-.357t.144-.356t.356-.143h6q.212%200%20.356.144t.144.357t-.144.356t-.356.143zM2%208.225q0-1.908%201.296-3.201T6.5%203.731q1.32%200%202.475.675T11%206.369q.87-1.288%202.025-1.963T15.5%203.73q1.814%200%203.172%201.261q1.359%201.262%201.359%203.171q0%20.343-.067.711t-.189.73q-.05.254-.236.347t-.373.056t-.312-.196t-.077-.419q.102-.333.153-.638t.05-.59q0-1.662-1.14-2.548q-1.14-.885-2.34-.885q-1.246%200-2.244.746t-1.718%201.811q-.09.15-.235.214t-.308.065q-.162%200-.304-.074q-.141-.075-.23-.205q-.719-1.065-1.717-1.811T6.5%204.731q-1.464%200-2.482.993T3%208.225q0%20.842.35%201.709t1.25%202.002t2.45%202.661T11%2018.3l2.475-2.277q.166-.14.365-.127q.2.013.337.158q.165.165.153.372t-.184.347l-2.417%202.225q-.16.154-.351.212q-.192.057-.383.057t-.378-.057q-.186-.058-.346-.218q-2.125-1.942-3.69-3.448t-2.577-2.756t-1.509-2.351T2%208.225%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/heart-minus-outline-rounded.svg?color=%231a73e8&size=48