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

Name
heart-minus-outline
Set
Material Symbols Light
Style
Outline
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
heart-minus-outline-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="m11 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.675T11 6.369q.87-1.288 2.025-1.963T15.5 3.73q1.773 0 3.152 1.244t1.379 3.23q0 .447-.098.93t-.294.98h-1.087q.221-.546.325-1.032q.104-.487.104-.914q0-1.76-1.193-2.599q-1.192-.84-2.288-.84q-1.217 0-2.21.688T11.402 7.5h-.804q-.91-1.413-1.907-2.091T6.5 4.73q-1.464 0-2.482.997T3 8.225q0 .844.35 1.714t1.25 2t2.45 2.658T11 18.3q.766-.69 1.506-1.364q.74-.672 1.323-1.23l.11.11l.246.247l.248.247l.11.11q-.59.557-1.314 1.208t-1.471 1.341zm3.73-6.154v-1h7v1z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHeartMinusOutline(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="m11 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.675T11 6.369q.87-1.288 2.025-1.963T15.5 3.73q1.773 0 3.152 1.244t1.379 3.23q0 .447-.098.93t-.294.98h-1.087q.221-.546.325-1.032q.104-.487.104-.914q0-1.76-1.193-2.599q-1.192-.84-2.288-.84q-1.217 0-2.21.688T11.402 7.5h-.804q-.91-1.413-1.907-2.091T6.5 4.73q-1.464 0-2.482.997T3 8.225q0 .844.35 1.714t1.25 2t2.45 2.658T11 18.3q.766-.69 1.506-1.364q.74-.672 1.323-1.23l.11.11l.246.247l.248.247l.11.11q-.59.557-1.314 1.208t-1.471 1.341zm3.73-6.154v-1h7v1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11 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.675T11 6.369q.87-1.288 2.025-1.963T15.5 3.73q1.773 0 3.152 1.244t1.379 3.23q0 .447-.098.93t-.294.98h-1.087q.221-.546.325-1.032q.104-.487.104-.914q0-1.76-1.193-2.599q-1.192-.84-2.288-.84q-1.217 0-2.21.688T11.402 7.5h-.804q-.91-1.413-1.907-2.091T6.5 4.73q-1.464 0-2.482.997T3 8.225q0 .844.35 1.714t1.25 2t2.45 2.658T11 18.3q.766-.69 1.506-1.364q.74-.672 1.323-1.23l.11.11l.246.247l.248.247l.11.11q-.59.557-1.314 1.208t-1.471 1.341zm3.73-6.154v-1h7v1z"/></svg>
</template>

CSS

.icon-heart-minus-outline {
  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%22m11%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.675T11%206.369q.87-1.288%202.025-1.963T15.5%203.73q1.773%200%203.152%201.244t1.379%203.23q0%20.447-.098.93t-.294.98h-1.087q.221-.546.325-1.032q.104-.487.104-.914q0-1.76-1.193-2.599q-1.192-.84-2.288-.84q-1.217%200-2.21.688T11.402%207.5h-.804q-.91-1.413-1.907-2.091T6.5%204.73q-1.464%200-2.482.997T3%208.225q0%20.844.35%201.714t1.25%202t2.45%202.658T11%2018.3q.766-.69%201.506-1.364q.74-.672%201.323-1.23l.11.11l.246.247l.248.247l.11.11q-.59.557-1.314%201.208t-1.471%201.341zm3.73-6.154v-1h7v1z%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%22m11%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.675T11%206.369q.87-1.288%202.025-1.963T15.5%203.73q1.773%200%203.152%201.244t1.379%203.23q0%20.447-.098.93t-.294.98h-1.087q.221-.546.325-1.032q.104-.487.104-.914q0-1.76-1.193-2.599q-1.192-.84-2.288-.84q-1.217%200-2.21.688T11.402%207.5h-.804q-.91-1.413-1.907-2.091T6.5%204.73q-1.464%200-2.482.997T3%208.225q0%20.844.35%201.714t1.25%202t2.45%202.658T11%2018.3q.766-.69%201.506-1.364q.74-.672%201.323-1.23l.11.11l.246.247l.248.247l.11.11q-.59.557-1.314%201.208t-1.471%201.341zm3.73-6.154v-1h7v1z%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.svg?color=%231a73e8&size=48