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

Name
heart-plus-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
UI Actions
Viewbox
24×24
License
Apache 2.0

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="M2 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.665 0 2.86.993q1.196.993 1.5 2.509q.06.201-.043.377q-.101.176-.303.236t-.378-.042T18.9 7.5q-.238-1.23-1.19-2t-2.21-.77q-1.246 0-2.244.747q-.998.746-1.717 1.811q-.091.15-.236.214t-.307.065q-.163 0-.305-.074q-.141-.075-.23-.205q-.719-1.065-1.717-1.811T6.5 4.731q-1.463 0-2.482.993T3 8.225q0 .842.35 1.709t1.25 2.002t2.45 2.661T11 18.3l2.475-2.277q.166-.14.365-.127q.2.013.337.158q.165.165.153.372t-.184.347l-2.417 2.225q-.16.154-.351.212q-.192.057-.383.057t-.378-.057q-.186-.058-.346-.218q-2.125-1.942-3.69-3.448t-2.577-2.756t-1.509-2.351T2 8.225M17.73 13.5h-2.5q-.212 0-.355-.144t-.144-.357t.144-.356t.356-.143h2.5V10q0-.213.144-.356t.356-.144t.356.144t.144.356v2.5h2.5q.212 0 .356.144t.144.357t-.144.356t-.356.143h-2.5V16q0 .213-.144.356q-.144.144-.357.144t-.356-.144t-.143-.356z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHeartPlusOutlineRounded(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="M2 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.665 0 2.86.993q1.196.993 1.5 2.509q.06.201-.043.377q-.101.176-.303.236t-.378-.042T18.9 7.5q-.238-1.23-1.19-2t-2.21-.77q-1.246 0-2.244.747q-.998.746-1.717 1.811q-.091.15-.236.214t-.307.065q-.163 0-.305-.074q-.141-.075-.23-.205q-.719-1.065-1.717-1.811T6.5 4.731q-1.463 0-2.482.993T3 8.225q0 .842.35 1.709t1.25 2.002t2.45 2.661T11 18.3l2.475-2.277q.166-.14.365-.127q.2.013.337.158q.165.165.153.372t-.184.347l-2.417 2.225q-.16.154-.351.212q-.192.057-.383.057t-.378-.057q-.186-.058-.346-.218q-2.125-1.942-3.69-3.448t-2.577-2.756t-1.509-2.351T2 8.225M17.73 13.5h-2.5q-.212 0-.355-.144t-.144-.357t.144-.356t.356-.143h2.5V10q0-.213.144-.356t.356-.144t.356.144t.144.356v2.5h2.5q.212 0 .356.144t.144.357t-.144.356t-.356.143h-2.5V16q0 .213-.144.356q-.144.144-.357.144t-.356-.144t-.143-.356z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 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.665 0 2.86.993q1.196.993 1.5 2.509q.06.201-.043.377q-.101.176-.303.236t-.378-.042T18.9 7.5q-.238-1.23-1.19-2t-2.21-.77q-1.246 0-2.244.747q-.998.746-1.717 1.811q-.091.15-.236.214t-.307.065q-.163 0-.305-.074q-.141-.075-.23-.205q-.719-1.065-1.717-1.811T6.5 4.731q-1.463 0-2.482.993T3 8.225q0 .842.35 1.709t1.25 2.002t2.45 2.661T11 18.3l2.475-2.277q.166-.14.365-.127q.2.013.337.158q.165.165.153.372t-.184.347l-2.417 2.225q-.16.154-.351.212q-.192.057-.383.057t-.378-.057q-.186-.058-.346-.218q-2.125-1.942-3.69-3.448t-2.577-2.756t-1.509-2.351T2 8.225M17.73 13.5h-2.5q-.212 0-.355-.144t-.144-.357t.144-.356t.356-.143h2.5V10q0-.213.144-.356t.356-.144t.356.144t.144.356v2.5h2.5q.212 0 .356.144t.144.357t-.144.356t-.356.143h-2.5V16q0 .213-.144.356q-.144.144-.357.144t-.356-.144t-.143-.356z"/></svg>
</template>

CSS

.icon-heart-plus-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%22M2%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.665%200%202.86.993q1.196.993%201.5%202.509q.06.201-.043.377q-.101.176-.303.236t-.378-.042T18.9%207.5q-.238-1.23-1.19-2t-2.21-.77q-1.246%200-2.244.747q-.998.746-1.717%201.811q-.091.15-.236.214t-.307.065q-.163%200-.305-.074q-.141-.075-.23-.205q-.719-1.065-1.717-1.811T6.5%204.731q-1.463%200-2.482.993T3%208.225q0%20.842.35%201.709t1.25%202.002t2.45%202.661T11%2018.3l2.475-2.277q.166-.14.365-.127q.2.013.337.158q.165.165.153.372t-.184.347l-2.417%202.225q-.16.154-.351.212q-.192.057-.383.057t-.378-.057q-.186-.058-.346-.218q-2.125-1.942-3.69-3.448t-2.577-2.756t-1.509-2.351T2%208.225M17.73%2013.5h-2.5q-.212%200-.355-.144t-.144-.357t.144-.356t.356-.143h2.5V10q0-.213.144-.356t.356-.144t.356.144t.144.356v2.5h2.5q.212%200%20.356.144t.144.357t-.144.356t-.356.143h-2.5V16q0%20.213-.144.356q-.144.144-.357.144t-.356-.144t-.143-.356z%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%22M2%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.665%200%202.86.993q1.196.993%201.5%202.509q.06.201-.043.377q-.101.176-.303.236t-.378-.042T18.9%207.5q-.238-1.23-1.19-2t-2.21-.77q-1.246%200-2.244.747q-.998.746-1.717%201.811q-.091.15-.236.214t-.307.065q-.163%200-.305-.074q-.141-.075-.23-.205q-.719-1.065-1.717-1.811T6.5%204.731q-1.463%200-2.482.993T3%208.225q0%20.842.35%201.709t1.25%202.002t2.45%202.661T11%2018.3l2.475-2.277q.166-.14.365-.127q.2.013.337.158q.165.165.153.372t-.184.347l-2.417%202.225q-.16.154-.351.212q-.192.057-.383.057t-.378-.057q-.186-.058-.346-.218q-2.125-1.942-3.69-3.448t-2.577-2.756t-1.509-2.351T2%208.225M17.73%2013.5h-2.5q-.212%200-.355-.144t-.144-.357t.144-.356t.356-.143h2.5V10q0-.213.144-.356t.356-.144t.356.144t.144.356v2.5h2.5q.212%200%20.356.144t.144.357t-.144.356t-.356.143h-2.5V16q0%20.213-.144.356q-.144.144-.357.144t-.356-.144t-.143-.356z%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-rounded.svg?color=%231a73e8&size=48