heart search icon
heart-search-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- heart-search-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
More newicons icons from Reicon
Use the heart search icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m21.74 20.508l-.86-.86c.45-.68.71-1.49.71-2.36a4.3 4.3 0 0 0-4.3-4.3c-2.38 0-4.29 1.93-4.29 4.31a4.293 4.293 0 0 0 6.66 3.59l.86.86a.87.87 0 0 0 1.24 0c.33-.35.33-.9-.02-1.24"/><path d="M22 8.73c0 1.19-.19 2.29-.52 3.31c-.06.21-.31.27-.49.14a6.35 6.35 0 0 0-3.79-1.24c-3.47 0-6.3 2.83-6.3 6.3c0 1.08.28 2.14.81 3.08c.16.28-.03.64-.33.53c-2.41-.82-7.28-3.81-8.86-8.81C2.19 11.02 2 9.92 2 8.73c0-3.09 2.49-5.59 5.56-5.59c1.81 0 3.43.88 4.44 2.23a5.55 5.55 0 0 1 4.44-2.23c3.07 0 5.56 2.5 5.56 5.59"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconHeartSearchFilled(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="m21.74 20.508l-.86-.86c.45-.68.71-1.49.71-2.36a4.3 4.3 0 0 0-4.3-4.3c-2.38 0-4.29 1.93-4.29 4.31a4.293 4.293 0 0 0 6.66 3.59l.86.86a.87.87 0 0 0 1.24 0c.33-.35.33-.9-.02-1.24"/><path d="M22 8.73c0 1.19-.19 2.29-.52 3.31c-.06.21-.31.27-.49.14a6.35 6.35 0 0 0-3.79-1.24c-3.47 0-6.3 2.83-6.3 6.3c0 1.08.28 2.14.81 3.08c.16.28-.03.64-.33.53c-2.41-.82-7.28-3.81-8.86-8.81C2.19 11.02 2 9.92 2 8.73c0-3.09 2.49-5.59 5.56-5.59c1.81 0 3.43.88 4.44 2.23a5.55 5.55 0 0 1 4.44-2.23c3.07 0 5.56 2.5 5.56 5.59"/></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="m21.74 20.508l-.86-.86c.45-.68.71-1.49.71-2.36a4.3 4.3 0 0 0-4.3-4.3c-2.38 0-4.29 1.93-4.29 4.31a4.293 4.293 0 0 0 6.66 3.59l.86.86a.87.87 0 0 0 1.24 0c.33-.35.33-.9-.02-1.24"/><path d="M22 8.73c0 1.19-.19 2.29-.52 3.31c-.06.21-.31.27-.49.14a6.35 6.35 0 0 0-3.79-1.24c-3.47 0-6.3 2.83-6.3 6.3c0 1.08.28 2.14.81 3.08c.16.28-.03.64-.33.53c-2.41-.82-7.28-3.81-8.86-8.81C2.19 11.02 2 9.92 2 8.73c0-3.09 2.49-5.59 5.56-5.59c1.81 0 3.43.88 4.44 2.23a5.55 5.55 0 0 1 4.44-2.23c3.07 0 5.56 2.5 5.56 5.59"/></g></svg> </template>
CSS
.icon-heart-search-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%22m21.74%2020.508l-.86-.86c.45-.68.71-1.49.71-2.36a4.3%204.3%200%200%200-4.3-4.3c-2.38%200-4.29%201.93-4.29%204.31a4.293%204.293%200%200%200%206.66%203.59l.86.86a.87.87%200%200%200%201.24%200c.33-.35.33-.9-.02-1.24%22%2F%3E%3Cpath%20d%3D%22M22%208.73c0%201.19-.19%202.29-.52%203.31c-.06.21-.31.27-.49.14a6.35%206.35%200%200%200-3.79-1.24c-3.47%200-6.3%202.83-6.3%206.3c0%201.08.28%202.14.81%203.08c.16.28-.03.64-.33.53c-2.41-.82-7.28-3.81-8.86-8.81C2.19%2011.02%202%209.92%202%208.73c0-3.09%202.49-5.59%205.56-5.59c1.81%200%203.43.88%204.44%202.23a5.55%205.55%200%200%201%204.44-2.23c3.07%200%205.56%202.5%205.56%205.59%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%22m21.74%2020.508l-.86-.86c.45-.68.71-1.49.71-2.36a4.3%204.3%200%200%200-4.3-4.3c-2.38%200-4.29%201.93-4.29%204.31a4.293%204.293%200%200%200%206.66%203.59l.86.86a.87.87%200%200%200%201.24%200c.33-.35.33-.9-.02-1.24%22%2F%3E%3Cpath%20d%3D%22M22%208.73c0%201.19-.19%202.29-.52%203.31c-.06.21-.31.27-.49.14a6.35%206.35%200%200%200-3.79-1.24c-3.47%200-6.3%202.83-6.3%206.3c0%201.08.28%202.14.81%203.08c.16.28-.03.64-.33.53c-2.41-.82-7.28-3.81-8.86-8.81C2.19%2011.02%202%209.92%202%208.73c0-3.09%202.49-5.59%205.56-5.59c1.81%200%203.43.88%204.44%202.23a5.55%205.55%200%200%201%204.44-2.23c3.07%200%205.56%202.5%205.56%205.59%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/heart-search-filled.svg?color=%231a73e8&size=48