heart-minus-rounded from Material Symbols by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
heart-minus-rounded
Set
Material Symbols
Style
Rounded
Category
UI Actions
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More ui actions icons from Material Symbols

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="M16 14q-.425 0-.712-.288T15 13t.288-.712T16 12h6q.425 0 .713.288T23 13t-.288.713T22 14zm-5.7 6.2q-.35-.125-.625-.4q-1.1-1-2.6-2.275t-2.85-2.737t-2.287-3.063T1 8.475q0-2.35 1.575-3.912T6.5 3q1.3 0 2.475.538T11 5.075q.85-1 2.025-1.537T15.5 3q1.575 0 2.788.738T20.2 5.6q.275.475-.087.963T19.075 7h-.4q-2.125 0-3.9 1.713T13 13q0 1.05.338 1.988T14.4 16.7q.275.3.238.7t-.338.675l-1.975 1.75q-.275.275-.625.388t-.7.112t-.7-.125"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsHeartMinusRounded(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="M16 14q-.425 0-.712-.288T15 13t.288-.712T16 12h6q.425 0 .713.288T23 13t-.288.713T22 14zm-5.7 6.2q-.35-.125-.625-.4q-1.1-1-2.6-2.275t-2.85-2.737t-2.287-3.063T1 8.475q0-2.35 1.575-3.912T6.5 3q1.3 0 2.475.538T11 5.075q.85-1 2.025-1.537T15.5 3q1.575 0 2.788.738T20.2 5.6q.275.475-.087.963T19.075 7h-.4q-2.125 0-3.9 1.713T13 13q0 1.05.338 1.988T14.4 16.7q.275.3.238.7t-.338.675l-1.975 1.75q-.275.275-.625.388t-.7.112t-.7-.125"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 14q-.425 0-.712-.288T15 13t.288-.712T16 12h6q.425 0 .713.288T23 13t-.288.713T22 14zm-5.7 6.2q-.35-.125-.625-.4q-1.1-1-2.6-2.275t-2.85-2.737t-2.287-3.063T1 8.475q0-2.35 1.575-3.912T6.5 3q1.3 0 2.475.538T11 5.075q.85-1 2.025-1.537T15.5 3q1.575 0 2.788.738T20.2 5.6q.275.475-.087.963T19.075 7h-.4q-2.125 0-3.9 1.713T13 13q0 1.05.338 1.988T14.4 16.7q.275.3.238.7t-.338.675l-1.975 1.75q-.275.275-.625.388t-.7.112t-.7-.125"/></svg>
</template>

CSS

.icon-heart-minus-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%22M16%2014q-.425%200-.712-.288T15%2013t.288-.712T16%2012h6q.425%200%20.713.288T23%2013t-.288.713T22%2014zm-5.7%206.2q-.35-.125-.625-.4q-1.1-1-2.6-2.275t-2.85-2.737t-2.287-3.063T1%208.475q0-2.35%201.575-3.912T6.5%203q1.3%200%202.475.538T11%205.075q.85-1%202.025-1.537T15.5%203q1.575%200%202.788.738T20.2%205.6q.275.475-.087.963T19.075%207h-.4q-2.125%200-3.9%201.713T13%2013q0%201.05.338%201.988T14.4%2016.7q.275.3.238.7t-.338.675l-1.975%201.75q-.275.275-.625.388t-.7.112t-.7-.125%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%22M16%2014q-.425%200-.712-.288T15%2013t.288-.712T16%2012h6q.425%200%20.713.288T23%2013t-.288.713T22%2014zm-5.7%206.2q-.35-.125-.625-.4q-1.1-1-2.6-2.275t-2.85-2.737t-2.287-3.063T1%208.475q0-2.35%201.575-3.912T6.5%203q1.3%200%202.475.538T11%205.075q.85-1%202.025-1.537T15.5%203q1.575%200%202.788.738T20.2%205.6q.275.475-.087.963T19.075%207h-.4q-2.125%200-3.9%201.713T13%2013q0%201.05.338%201.988T14.4%2016.7q.275.3.238.7t-.338.675l-1.975%201.75q-.275.275-.625.388t-.7.112t-.7-.125%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/heart-minus-rounded.svg?color=%231a73e8&size=48