heart filled icon
heart-filled from Radix Icons by WorkOS · Outline · MIT Free for personal and commercial use.
- Name
- heart-filled
- Set
- Radix Icons
- Style
- Outline
- Viewbox
- 15×15
- License
- MIT
The same icon in other sets
Use the heart filled icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M10.106 1.352a3.547 3.547 0 0 1 3.541 3.553c0 1.835-1.046 3.6-2.247 5.065c-1.137 1.386-2.478 2.58-3.394 3.396l-.173.154a.5.5 0 0 1-.666 0l-.173-.154c-.916-.815-2.257-2.01-3.394-3.396c-1.201-1.465-2.248-3.23-2.248-5.065a3.547 3.547 0 0 1 3.541-3.553c1.365 0 1.968.571 2.607 1.583c.64-1.012 1.242-1.582 2.606-1.583"/></svg>
React
import type { SVGProps } from "react";
export function RadixIconsHeartFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M10.106 1.352a3.547 3.547 0 0 1 3.541 3.553c0 1.835-1.046 3.6-2.247 5.065c-1.137 1.386-2.478 2.58-3.394 3.396l-.173.154a.5.5 0 0 1-.666 0l-.173-.154c-.916-.815-2.257-2.01-3.394-3.396c-1.201-1.465-2.248-3.23-2.248-5.065a3.547 3.547 0 0 1 3.541-3.553c1.365 0 1.968.571 2.607 1.583c.64-1.012 1.242-1.582 2.606-1.583"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M10.106 1.352a3.547 3.547 0 0 1 3.541 3.553c0 1.835-1.046 3.6-2.247 5.065c-1.137 1.386-2.478 2.58-3.394 3.396l-.173.154a.5.5 0 0 1-.666 0l-.173-.154c-.916-.815-2.257-2.01-3.394-3.396c-1.201-1.465-2.248-3.23-2.248-5.065a3.547 3.547 0 0 1 3.541-3.553c1.365 0 1.968.571 2.607 1.583c.64-1.012 1.242-1.582 2.606-1.583"/></svg> </template>
CSS
.icon-heart-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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.106%201.352a3.547%203.547%200%200%201%203.541%203.553c0%201.835-1.046%203.6-2.247%205.065c-1.137%201.386-2.478%202.58-3.394%203.396l-.173.154a.5.5%200%200%201-.666%200l-.173-.154c-.916-.815-2.257-2.01-3.394-3.396c-1.201-1.465-2.248-3.23-2.248-5.065a3.547%203.547%200%200%201%203.541-3.553c1.365%200%201.968.571%202.607%201.583c.64-1.012%201.242-1.582%202.606-1.583%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.106%201.352a3.547%203.547%200%200%201%203.541%203.553c0%201.835-1.046%203.6-2.247%205.065c-1.137%201.386-2.478%202.58-3.394%203.396l-.173.154a.5.5%200%200%201-.666%200l-.173-.154c-.916-.815-2.257-2.01-3.394-3.396c-1.201-1.465-2.248-3.23-2.248-5.065a3.547%203.547%200%200%201%203.541-3.553c1.365%200%201.968.571%202.607%201.583c.64-1.012%201.242-1.582%202.606-1.583%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/radix-icons/heart-filled.svg?color=%231a73e8&size=48