heart3 icon
heart3-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.
- Name
- heart3-filled
- Set
- Reicon
- Style
- Filled
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More ui icons from Reicon
Use the heart3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.893 2.5C4.027 2.5 1.5 5.79 1.5 9.474c0 3.722 2.249 6.729 4.604 8.833c2.357 2.105 4.915 3.393 5.738 3.667l.158.053l.158-.053c.823-.274 3.381-1.562 5.738-3.667c2.355-2.104 4.604-5.11 4.604-8.833c0-3.683-2.527-6.974-6.393-6.974c-1.908 0-3.249.893-4.107 1.76c-.858-.867-2.199-1.76-4.107-1.76"/></svg>
React
import type { SVGProps } from "react";
export function ReiconHeart3Filled(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="M7.893 2.5C4.027 2.5 1.5 5.79 1.5 9.474c0 3.722 2.249 6.729 4.604 8.833c2.357 2.105 4.915 3.393 5.738 3.667l.158.053l.158-.053c.823-.274 3.381-1.562 5.738-3.667c2.355-2.104 4.604-5.11 4.604-8.833c0-3.683-2.527-6.974-6.393-6.974c-1.908 0-3.249.893-4.107 1.76c-.858-.867-2.199-1.76-4.107-1.76"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.893 2.5C4.027 2.5 1.5 5.79 1.5 9.474c0 3.722 2.249 6.729 4.604 8.833c2.357 2.105 4.915 3.393 5.738 3.667l.158.053l.158-.053c.823-.274 3.381-1.562 5.738-3.667c2.355-2.104 4.604-5.11 4.604-8.833c0-3.683-2.527-6.974-6.393-6.974c-1.908 0-3.249.893-4.107 1.76c-.858-.867-2.199-1.76-4.107-1.76"/></svg> </template>
CSS
.icon-heart3-filled {
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%22M7.893%202.5C4.027%202.5%201.5%205.79%201.5%209.474c0%203.722%202.249%206.729%204.604%208.833c2.357%202.105%204.915%203.393%205.738%203.667l.158.053l.158-.053c.823-.274%203.381-1.562%205.738-3.667c2.355-2.104%204.604-5.11%204.604-8.833c0-3.683-2.527-6.974-6.393-6.974c-1.908%200-3.249.893-4.107%201.76c-.858-.867-2.199-1.76-4.107-1.76%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%22M7.893%202.5C4.027%202.5%201.5%205.79%201.5%209.474c0%203.722%202.249%206.729%204.604%208.833c2.357%202.105%204.915%203.393%205.738%203.667l.158.053l.158-.053c.823-.274%203.381-1.562%205.738-3.667c2.355-2.104%204.604-5.11%204.604-8.833c0-3.683-2.527-6.974-6.393-6.974c-1.908%200-3.249.893-4.107%201.76c-.858-.867-2.199-1.76-4.107-1.76%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/heart3-filled.svg?color=%231a73e8&size=48