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

Name
heart-plus-outline
Set
Material Symbols Light
Style
Outline
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
heart-plus-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 plus 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.737 0 2.948 1.08q1.212 1.08 1.48 2.689H18.9q-.238-1.23-1.19-2t-2.21-.77q-1.217 0-2.21.688T11.403 7.5h-.804q-.91-1.413-1.907-2.091T6.5 4.73q-1.463 0-2.482.997Q3 6.725 3 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.341zm6.73-3.154v-3h-3v-1h3v-3h1v3h3v1h-3v3z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHeartPlusOutline(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.737 0 2.948 1.08q1.212 1.08 1.48 2.689H18.9q-.238-1.23-1.19-2t-2.21-.77q-1.217 0-2.21.688T11.403 7.5h-.804q-.91-1.413-1.907-2.091T6.5 4.73q-1.463 0-2.482.997Q3 6.725 3 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.341zm6.73-3.154v-3h-3v-1h3v-3h1v3h3v1h-3v3z"/></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.737 0 2.948 1.08q1.212 1.08 1.48 2.689H18.9q-.238-1.23-1.19-2t-2.21-.77q-1.217 0-2.21.688T11.403 7.5h-.804q-.91-1.413-1.907-2.091T6.5 4.73q-1.463 0-2.482.997Q3 6.725 3 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.341zm6.73-3.154v-3h-3v-1h3v-3h1v3h3v1h-3v3z"/></svg>
</template>

CSS

.icon-heart-plus-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.737%200%202.948%201.08q1.212%201.08%201.48%202.689H18.9q-.238-1.23-1.19-2t-2.21-.77q-1.217%200-2.21.688T11.403%207.5h-.804q-.91-1.413-1.907-2.091T6.5%204.73q-1.463%200-2.482.997Q3%206.725%203%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.341zm6.73-3.154v-3h-3v-1h3v-3h1v3h3v1h-3v3z%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.737%200%202.948%201.08q1.212%201.08%201.48%202.689H18.9q-.238-1.23-1.19-2t-2.21-.77q-1.217%200-2.21.688T11.403%207.5h-.804q-.91-1.413-1.907-2.091T6.5%204.73q-1.463%200-2.482.997Q3%206.725%203%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.341zm6.73-3.154v-3h-3v-1h3v-3h1v3h3v1h-3v3z%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-plus-outline.svg?color=%231a73e8&size=48