heart plus icon
heart-plus-rounded from Material Symbols Light by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- heart-plus-rounded
- Set
- Material Symbols Light
- Style
- 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="M17.874 16.357q-.143-.143-.143-.357v-2.5h-2.5q-.214 0-.357-.143T14.731 13t.143-.357t.357-.143h2.5V10q0-.213.143-.357t.357-.143t.356.143t.144.357v2.5h2.5q.213 0 .356.143t.144.357t-.144.357t-.356.143h-2.5V16q0 .214-.144.357t-.356.143t-.357-.143M1.75 23.625v-3.8zm8.867-4.416q-.186-.057-.346-.217q-2.119-1.942-3.687-3.448t-2.58-2.757t-1.509-2.35T2 8.224q0-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.537 0 2.682.862t1.557 2.218q.102.322-.136.569t-.605.197q-.215-.039-.421-.058t-.421-.019q-2.202 0-3.814 1.597q-1.611 1.597-1.611 3.903q0 .858.26 1.651q.261.793.755 1.472q.179.242.16.565t-.24.54l-1.937 1.77q-.16.16-.346.214t-.383.055t-.383-.057"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightHeartPlusRounded(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="M17.874 16.357q-.143-.143-.143-.357v-2.5h-2.5q-.214 0-.357-.143T14.731 13t.143-.357t.357-.143h2.5V10q0-.213.143-.357t.357-.143t.356.143t.144.357v2.5h2.5q.213 0 .356.143t.144.357t-.144.357t-.356.143h-2.5V16q0 .214-.144.357t-.356.143t-.357-.143M1.75 23.625v-3.8zm8.867-4.416q-.186-.057-.346-.217q-2.119-1.942-3.687-3.448t-2.58-2.757t-1.509-2.35T2 8.224q0-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.537 0 2.682.862t1.557 2.218q.102.322-.136.569t-.605.197q-.215-.039-.421-.058t-.421-.019q-2.202 0-3.814 1.597q-1.611 1.597-1.611 3.903q0 .858.26 1.651q.261.793.755 1.472q.179.242.16.565t-.24.54l-1.937 1.77q-.16.16-.346.214t-.383.055t-.383-.057"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.874 16.357q-.143-.143-.143-.357v-2.5h-2.5q-.214 0-.357-.143T14.731 13t.143-.357t.357-.143h2.5V10q0-.213.143-.357t.357-.143t.356.143t.144.357v2.5h2.5q.213 0 .356.143t.144.357t-.144.357t-.356.143h-2.5V16q0 .214-.144.357t-.356.143t-.357-.143M1.75 23.625v-3.8zm8.867-4.416q-.186-.057-.346-.217q-2.119-1.942-3.687-3.448t-2.58-2.757t-1.509-2.35T2 8.224q0-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.537 0 2.682.862t1.557 2.218q.102.322-.136.569t-.605.197q-.215-.039-.421-.058t-.421-.019q-2.202 0-3.814 1.597q-1.611 1.597-1.611 3.903q0 .858.26 1.651q.261.793.755 1.472q.179.242.16.565t-.24.54l-1.937 1.77q-.16.16-.346.214t-.383.055t-.383-.057"/></svg> </template>
CSS
.icon-heart-plus-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%22M17.874%2016.357q-.143-.143-.143-.357v-2.5h-2.5q-.214%200-.357-.143T14.731%2013t.143-.357t.357-.143h2.5V10q0-.213.143-.357t.357-.143t.356.143t.144.357v2.5h2.5q.213%200%20.356.143t.144.357t-.144.357t-.356.143h-2.5V16q0%20.214-.144.357t-.356.143t-.357-.143M1.75%2023.625v-3.8zm8.867-4.416q-.186-.057-.346-.217q-2.119-1.942-3.687-3.448t-2.58-2.757t-1.509-2.35T2%208.224q0-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.537%200%202.682.862t1.557%202.218q.102.322-.136.569t-.605.197q-.215-.039-.421-.058t-.421-.019q-2.202%200-3.814%201.597q-1.611%201.597-1.611%203.903q0%20.858.26%201.651q.261.793.755%201.472q.179.242.16.565t-.24.54l-1.937%201.77q-.16.16-.346.214t-.383.055t-.383-.057%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%22M17.874%2016.357q-.143-.143-.143-.357v-2.5h-2.5q-.214%200-.357-.143T14.731%2013t.143-.357t.357-.143h2.5V10q0-.213.143-.357t.357-.143t.356.143t.144.357v2.5h2.5q.213%200%20.356.143t.144.357t-.144.357t-.356.143h-2.5V16q0%20.214-.144.357t-.356.143t-.357-.143M1.75%2023.625v-3.8zm8.867-4.416q-.186-.057-.346-.217q-2.119-1.942-3.687-3.448t-2.58-2.757t-1.509-2.35T2%208.224q0-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.537%200%202.682.862t1.557%202.218q.102.322-.136.569t-.605.197q-.215-.039-.421-.058t-.421-.019q-2.202%200-3.814%201.597q-1.611%201.597-1.611%203.903q0%20.858.26%201.651q.261.793.755%201.472q.179.242.16.565t-.24.54l-1.937%201.77q-.16.16-.346.214t-.383.055t-.383-.057%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-rounded.svg?color=%231a73e8&size=48