hearts icon
hearts-filled from Reicon by REICON · Filled · Like · MIT Free for personal and commercial use.
- Name
- hearts-filled
- Set
- Reicon
- Style
- Filled
- Category
- Like
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All hearts icons →More like icons from Reicon
Use the hearts icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16.5 13.287c-2.475-2.716-5.5-.712-5.5 2.112c0 2.56 1.814 4.035 3.358 5.292l.044.036l.427.35c.571.475 1.121.923 1.671.923s1.1-.448 1.671-.923C19.789 19.73 22 18.224 22 15.399c0-.927-.326-1.767-.853-2.38c-1.075-1.251-2.985-1.556-4.647.268"/><path d="M8.106 18.247C5.298 16.083 2 13.542 2 9.137C2 4.274 7.5.825 12 5.501C16.5.825 22 4.274 22 9.137c0 .834-.118 1.6-.329 2.31a4.2 4.2 0 0 0-2.619-.947c-.89-.005-1.758.274-2.553.81c-1.39-.933-2.956-1.058-4.33-.395c-1.635.79-2.669 2.556-2.669 4.484c0 2.306 1.149 3.923 2.342 5.095c-.948-.076-1.897-.808-2.88-1.583q-.417-.328-.856-.664"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconHeartsFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16.5 13.287c-2.475-2.716-5.5-.712-5.5 2.112c0 2.56 1.814 4.035 3.358 5.292l.044.036l.427.35c.571.475 1.121.923 1.671.923s1.1-.448 1.671-.923C19.789 19.73 22 18.224 22 15.399c0-.927-.326-1.767-.853-2.38c-1.075-1.251-2.985-1.556-4.647.268"/><path d="M8.106 18.247C5.298 16.083 2 13.542 2 9.137C2 4.274 7.5.825 12 5.501C16.5.825 22 4.274 22 9.137c0 .834-.118 1.6-.329 2.31a4.2 4.2 0 0 0-2.619-.947c-.89-.005-1.758.274-2.553.81c-1.39-.933-2.956-1.058-4.33-.395c-1.635.79-2.669 2.556-2.669 4.484c0 2.306 1.149 3.923 2.342 5.095c-.948-.076-1.897-.808-2.88-1.583q-.417-.328-.856-.664"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16.5 13.287c-2.475-2.716-5.5-.712-5.5 2.112c0 2.56 1.814 4.035 3.358 5.292l.044.036l.427.35c.571.475 1.121.923 1.671.923s1.1-.448 1.671-.923C19.789 19.73 22 18.224 22 15.399c0-.927-.326-1.767-.853-2.38c-1.075-1.251-2.985-1.556-4.647.268"/><path d="M8.106 18.247C5.298 16.083 2 13.542 2 9.137C2 4.274 7.5.825 12 5.501C16.5.825 22 4.274 22 9.137c0 .834-.118 1.6-.329 2.31a4.2 4.2 0 0 0-2.619-.947c-.89-.005-1.758.274-2.553.81c-1.39-.933-2.956-1.058-4.33-.395c-1.635.79-2.669 2.556-2.669 4.484c0 2.306 1.149 3.923 2.342 5.095c-.948-.076-1.897-.808-2.88-1.583q-.417-.328-.856-.664"/></g></svg> </template>
CSS
.icon-hearts-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M16.5%2013.287c-2.475-2.716-5.5-.712-5.5%202.112c0%202.56%201.814%204.035%203.358%205.292l.044.036l.427.35c.571.475%201.121.923%201.671.923s1.1-.448%201.671-.923C19.789%2019.73%2022%2018.224%2022%2015.399c0-.927-.326-1.767-.853-2.38c-1.075-1.251-2.985-1.556-4.647.268%22%2F%3E%3Cpath%20d%3D%22M8.106%2018.247C5.298%2016.083%202%2013.542%202%209.137C2%204.274%207.5.825%2012%205.501C16.5.825%2022%204.274%2022%209.137c0%20.834-.118%201.6-.329%202.31a4.2%204.2%200%200%200-2.619-.947c-.89-.005-1.758.274-2.553.81c-1.39-.933-2.956-1.058-4.33-.395c-1.635.79-2.669%202.556-2.669%204.484c0%202.306%201.149%203.923%202.342%205.095c-.948-.076-1.897-.808-2.88-1.583q-.417-.328-.856-.664%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M16.5%2013.287c-2.475-2.716-5.5-.712-5.5%202.112c0%202.56%201.814%204.035%203.358%205.292l.044.036l.427.35c.571.475%201.121.923%201.671.923s1.1-.448%201.671-.923C19.789%2019.73%2022%2018.224%2022%2015.399c0-.927-.326-1.767-.853-2.38c-1.075-1.251-2.985-1.556-4.647.268%22%2F%3E%3Cpath%20d%3D%22M8.106%2018.247C5.298%2016.083%202%2013.542%202%209.137C2%204.274%207.5.825%2012%205.501C16.5.825%2022%204.274%2022%209.137c0%20.834-.118%201.6-.329%202.31a4.2%204.2%200%200%200-2.619-.947c-.89-.005-1.758.274-2.553.81c-1.39-.933-2.956-1.058-4.33-.395c-1.635.79-2.669%202.556-2.669%204.484c0%202.306%201.149%203.923%202.342%205.095c-.948-.076-1.897-.808-2.88-1.583q-.417-.328-.856-.664%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/hearts-filled.svg?color=%231a73e8&size=48