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

Name
heart-minus
Set
Material Symbols Light
Style
Regular
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
heart-minus-sharp

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="M14.73 13.5v-1h7v1zM11 19.654l-1.156-1.042q-2.28-2.087-3.799-3.593T3.632 12.34q-.896-1.173-1.264-2.146T2 8.225q0-1.908 1.296-3.201T6.5 3.731q1.32 0 2.475.672T11 6.363q.87-1.288 2.025-1.96q1.156-.672 2.475-.672q1.817 0 3.063 1.172q1.245 1.172 1.403 2.878q-.374-.137-.805-.215q-.43-.078-.913-.078q-2.294 0-3.906 1.6T12.731 13q0 1.03.38 1.991q.381.961 1.1 1.728q-.532.483-1.17 1.069t-1.283 1.181z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHeartMinus(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="M14.73 13.5v-1h7v1zM11 19.654l-1.156-1.042q-2.28-2.087-3.799-3.593T3.632 12.34q-.896-1.173-1.264-2.146T2 8.225q0-1.908 1.296-3.201T6.5 3.731q1.32 0 2.475.672T11 6.363q.87-1.288 2.025-1.96q1.156-.672 2.475-.672q1.817 0 3.063 1.172q1.245 1.172 1.403 2.878q-.374-.137-.805-.215q-.43-.078-.913-.078q-2.294 0-3.906 1.6T12.731 13q0 1.03.38 1.991q.381.961 1.1 1.728q-.532.483-1.17 1.069t-1.283 1.181z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.73 13.5v-1h7v1zM11 19.654l-1.156-1.042q-2.28-2.087-3.799-3.593T3.632 12.34q-.896-1.173-1.264-2.146T2 8.225q0-1.908 1.296-3.201T6.5 3.731q1.32 0 2.475.672T11 6.363q.87-1.288 2.025-1.96q1.156-.672 2.475-.672q1.817 0 3.063 1.172q1.245 1.172 1.403 2.878q-.374-.137-.805-.215q-.43-.078-.913-.078q-2.294 0-3.906 1.6T12.731 13q0 1.03.38 1.991q.381.961 1.1 1.728q-.532.483-1.17 1.069t-1.283 1.181z"/></svg>
</template>

CSS

.icon-heart-minus {
  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%22M14.73%2013.5v-1h7v1zM11%2019.654l-1.156-1.042q-2.28-2.087-3.799-3.593T3.632%2012.34q-.896-1.173-1.264-2.146T2%208.225q0-1.908%201.296-3.201T6.5%203.731q1.32%200%202.475.672T11%206.363q.87-1.288%202.025-1.96q1.156-.672%202.475-.672q1.817%200%203.063%201.172q1.245%201.172%201.403%202.878q-.374-.137-.805-.215q-.43-.078-.913-.078q-2.294%200-3.906%201.6T12.731%2013q0%201.03.38%201.991q.381.961%201.1%201.728q-.532.483-1.17%201.069t-1.283%201.181z%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%22M14.73%2013.5v-1h7v1zM11%2019.654l-1.156-1.042q-2.28-2.087-3.799-3.593T3.632%2012.34q-.896-1.173-1.264-2.146T2%208.225q0-1.908%201.296-3.201T6.5%203.731q1.32%200%202.475.672T11%206.363q.87-1.288%202.025-1.96q1.156-.672%202.475-.672q1.817%200%203.063%201.172q1.245%201.172%201.403%202.878q-.374-.137-.805-.215q-.43-.078-.913-.078q-2.294%200-3.906%201.6T12.731%2013q0%201.03.38%201.991q.381.961%201.1%201.728q-.532.483-1.17%201.069t-1.283%201.181z%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.svg?color=%231a73e8&size=48