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

Name
heart-minus-outline-rounded
Set
Material Symbols
Style
Outline 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 14zM1 8.475q0-2.35 1.575-3.912T6.5 3q1.3 0 2.475.55T11 5.1q.85-1 2.025-1.55T15.5 3q2.275 0 3.913 1.55t1.637 3.825v.288q0 .137-.025.287q-.05.6-.4.838t-.737.2t-.688-.313t-.25-.725q.025-.15.038-.287T19 8.375q0-1.45-1.025-2.412T15.5 5q-1.15 0-2.1.65t-1.65 1.6q-.125.2-.325.288T11 7.624t-.425-.1t-.325-.275q-.7-.95-1.65-1.6T6.5 5q-1.425 0-2.463.988T3 8.474q0 .825.35 1.675t1.25 1.963t2.45 2.6T11 18.3l2.225-1.95q.3-.275.7-.25t.675.3q.3.3.288.738t-.338.712l-2.225 1.975q-.275.25-.625.375t-.7.125t-.7-.125t-.625-.4q-1.125-1-2.612-2.275t-2.838-2.737t-2.287-3.063T1 8.475"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsHeartMinusOutlineRounded(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 14zM1 8.475q0-2.35 1.575-3.912T6.5 3q1.3 0 2.475.55T11 5.1q.85-1 2.025-1.55T15.5 3q2.275 0 3.913 1.55t1.637 3.825v.288q0 .137-.025.287q-.05.6-.4.838t-.737.2t-.688-.313t-.25-.725q.025-.15.038-.287T19 8.375q0-1.45-1.025-2.412T15.5 5q-1.15 0-2.1.65t-1.65 1.6q-.125.2-.325.288T11 7.624t-.425-.1t-.325-.275q-.7-.95-1.65-1.6T6.5 5q-1.425 0-2.463.988T3 8.474q0 .825.35 1.675t1.25 1.963t2.45 2.6T11 18.3l2.225-1.95q.3-.275.7-.25t.675.3q.3.3.288.738t-.338.712l-2.225 1.975q-.275.25-.625.375t-.7.125t-.7-.125t-.625-.4q-1.125-1-2.612-2.275t-2.838-2.737t-2.287-3.063T1 8.475"/></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 14zM1 8.475q0-2.35 1.575-3.912T6.5 3q1.3 0 2.475.55T11 5.1q.85-1 2.025-1.55T15.5 3q2.275 0 3.913 1.55t1.637 3.825v.288q0 .137-.025.287q-.05.6-.4.838t-.737.2t-.688-.313t-.25-.725q.025-.15.038-.287T19 8.375q0-1.45-1.025-2.412T15.5 5q-1.15 0-2.1.65t-1.65 1.6q-.125.2-.325.288T11 7.624t-.425-.1t-.325-.275q-.7-.95-1.65-1.6T6.5 5q-1.425 0-2.463.988T3 8.474q0 .825.35 1.675t1.25 1.963t2.45 2.6T11 18.3l2.225-1.95q.3-.275.7-.25t.675.3q.3.3.288.738t-.338.712l-2.225 1.975q-.275.25-.625.375t-.7.125t-.7-.125t-.625-.4q-1.125-1-2.612-2.275t-2.838-2.737t-2.287-3.063T1 8.475"/></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%22M16%2014q-.425%200-.712-.288T15%2013t.288-.712T16%2012h6q.425%200%20.713.288T23%2013t-.288.713T22%2014zM1%208.475q0-2.35%201.575-3.912T6.5%203q1.3%200%202.475.55T11%205.1q.85-1%202.025-1.55T15.5%203q2.275%200%203.913%201.55t1.637%203.825v.288q0%20.137-.025.287q-.05.6-.4.838t-.737.2t-.688-.313t-.25-.725q.025-.15.038-.287T19%208.375q0-1.45-1.025-2.412T15.5%205q-1.15%200-2.1.65t-1.65%201.6q-.125.2-.325.288T11%207.624t-.425-.1t-.325-.275q-.7-.95-1.65-1.6T6.5%205q-1.425%200-2.463.988T3%208.474q0%20.825.35%201.675t1.25%201.963t2.45%202.6T11%2018.3l2.225-1.95q.3-.275.7-.25t.675.3q.3.3.288.738t-.338.712l-2.225%201.975q-.275.25-.625.375t-.7.125t-.7-.125t-.625-.4q-1.125-1-2.612-2.275t-2.838-2.737t-2.287-3.063T1%208.475%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%2014zM1%208.475q0-2.35%201.575-3.912T6.5%203q1.3%200%202.475.55T11%205.1q.85-1%202.025-1.55T15.5%203q2.275%200%203.913%201.55t1.637%203.825v.288q0%20.137-.025.287q-.05.6-.4.838t-.737.2t-.688-.313t-.25-.725q.025-.15.038-.287T19%208.375q0-1.45-1.025-2.412T15.5%205q-1.15%200-2.1.65t-1.65%201.6q-.125.2-.325.288T11%207.624t-.425-.1t-.325-.275q-.7-.95-1.65-1.6T6.5%205q-1.425%200-2.463.988T3%208.474q0%20.825.35%201.675t1.25%201.963t2.45%202.6T11%2018.3l2.225-1.95q.3-.275.7-.25t.675.3q.3.3.288.738t-.338.712l-2.225%201.975q-.275.25-.625.375t-.7.125t-.7-.125t-.625-.4q-1.125-1-2.612-2.275t-2.838-2.737t-2.287-3.063T1%208.475%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-outline-rounded.svg?color=%231a73e8&size=48