search favorite icon
search-favorite-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- search-favorite-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the search favorite icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 1.988c-4.97 0-9.01 4.04-9.01 9.01s4.04 9.01 9.01 9.01s9.01-4.04 9.01-9.01s-4.04-9.01-9.01-9.01m3.18 9.57c-.56 1.78-2.51 2.75-3.18 2.75c-.69 0-2.6-.93-3.18-2.75c-.38-1.19.05-2.74 1.41-3.17c.62-.2 1.28-.08 1.77.29c.48-.37 1.15-.49 1.78-.29c1.35.44 1.78 1.99 1.4 3.17m7.81 7.392c-.33-.61-1.03-.95-1.97-.95c-.71 0-1.32.29-1.68.79s-.44 1.17-.22 1.84c.43 1.3 1.18 1.59 1.59 1.64c.06.01.12.01.19.01c.44 0 1.12-.19 1.78-1.18c.53-.77.63-1.54.31-2.15"/></svg>
React
import type { SVGProps } from "react";
export function ReiconSearchFavoriteFilled(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="M11 1.988c-4.97 0-9.01 4.04-9.01 9.01s4.04 9.01 9.01 9.01s9.01-4.04 9.01-9.01s-4.04-9.01-9.01-9.01m3.18 9.57c-.56 1.78-2.51 2.75-3.18 2.75c-.69 0-2.6-.93-3.18-2.75c-.38-1.19.05-2.74 1.41-3.17c.62-.2 1.28-.08 1.77.29c.48-.37 1.15-.49 1.78-.29c1.35.44 1.78 1.99 1.4 3.17m7.81 7.392c-.33-.61-1.03-.95-1.97-.95c-.71 0-1.32.29-1.68.79s-.44 1.17-.22 1.84c.43 1.3 1.18 1.59 1.59 1.64c.06.01.12.01.19.01c.44 0 1.12-.19 1.78-1.18c.53-.77.63-1.54.31-2.15"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 1.988c-4.97 0-9.01 4.04-9.01 9.01s4.04 9.01 9.01 9.01s9.01-4.04 9.01-9.01s-4.04-9.01-9.01-9.01m3.18 9.57c-.56 1.78-2.51 2.75-3.18 2.75c-.69 0-2.6-.93-3.18-2.75c-.38-1.19.05-2.74 1.41-3.17c.62-.2 1.28-.08 1.77.29c.48-.37 1.15-.49 1.78-.29c1.35.44 1.78 1.99 1.4 3.17m7.81 7.392c-.33-.61-1.03-.95-1.97-.95c-.71 0-1.32.29-1.68.79s-.44 1.17-.22 1.84c.43 1.3 1.18 1.59 1.59 1.64c.06.01.12.01.19.01c.44 0 1.12-.19 1.78-1.18c.53-.77.63-1.54.31-2.15"/></svg> </template>
CSS
.icon-search-favorite-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%22M11%201.988c-4.97%200-9.01%204.04-9.01%209.01s4.04%209.01%209.01%209.01s9.01-4.04%209.01-9.01s-4.04-9.01-9.01-9.01m3.18%209.57c-.56%201.78-2.51%202.75-3.18%202.75c-.69%200-2.6-.93-3.18-2.75c-.38-1.19.05-2.74%201.41-3.17c.62-.2%201.28-.08%201.77.29c.48-.37%201.15-.49%201.78-.29c1.35.44%201.78%201.99%201.4%203.17m7.81%207.392c-.33-.61-1.03-.95-1.97-.95c-.71%200-1.32.29-1.68.79s-.44%201.17-.22%201.84c.43%201.3%201.18%201.59%201.59%201.64c.06.01.12.01.19.01c.44%200%201.12-.19%201.78-1.18c.53-.77.63-1.54.31-2.15%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%22M11%201.988c-4.97%200-9.01%204.04-9.01%209.01s4.04%209.01%209.01%209.01s9.01-4.04%209.01-9.01s-4.04-9.01-9.01-9.01m3.18%209.57c-.56%201.78-2.51%202.75-3.18%202.75c-.69%200-2.6-.93-3.18-2.75c-.38-1.19.05-2.74%201.41-3.17c.62-.2%201.28-.08%201.77.29c.48-.37%201.15-.49%201.78-.29c1.35.44%201.78%201.99%201.4%203.17m7.81%207.392c-.33-.61-1.03-.95-1.97-.95c-.71%200-1.32.29-1.68.79s-.44%201.17-.22%201.84c.43%201.3%201.18%201.59%201.59%201.64c.06.01.12.01.19.01c.44%200%201.12-.19%201.78-1.18c.53-.77.63-1.54.31-2.15%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/search-favorite-filled.svg?color=%231a73e8&size=48