search icon
search-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- search-fill
- Set
- Mage Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
The same icon in other sets
searchAkar Iconssearch-outlinedAnt Design IconssearchBootstrap IconssearchBoxIcons v2searchBoxIcons v2 SolidsearchCarbonsearchCatppuccin IconssearchCodiconssearchElement Plussearch-fillEva IconssearchFramework7 IconssearchFont Awesome SolidsearchFeather Iconssearch-outlineFlowbite Iconssearch-12-filledFluent UI System Iconssearchcss.ggsearchHumbleiconssearchIconParksearchIconPark OutlinesearchIconPark SolidsearchIconPark TwoTonesearchIconoirsearchIonIconssearchJam Icons
Related icons in Mage Icons
Use the search icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.78 21.79a.82.82 0 0 1-.53.21a.8.8 0 0 1-.53-.21l-4.273-4.28a7 7 0 0 1-.78.59a8.84 8.84 0 0 1-4.883 1.48a8.7 8.7 0 0 1-3.372-.67A8.5 8.5 0 0 1 4.57 17A8.788 8.788 0 0 1 7.04 2.842a8.8 8.8 0 0 1 5.475-.672a8.79 8.79 0 0 1 6.05 4.482a8.78 8.78 0 0 1 .354 7.518a8.5 8.5 0 0 1-1.401 2.29l4.272 4.28a.75.75 0 0 1-.01 1.05"/></svg>
React
import type { SVGProps } from "react";
export function MageSearchFill(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="M21.78 21.79a.82.82 0 0 1-.53.21a.8.8 0 0 1-.53-.21l-4.273-4.28a7 7 0 0 1-.78.59a8.84 8.84 0 0 1-4.883 1.48a8.7 8.7 0 0 1-3.372-.67A8.5 8.5 0 0 1 4.57 17A8.788 8.788 0 0 1 7.04 2.842a8.8 8.8 0 0 1 5.475-.672a8.79 8.79 0 0 1 6.05 4.482a8.78 8.78 0 0 1 .354 7.518a8.5 8.5 0 0 1-1.401 2.29l4.272 4.28a.75.75 0 0 1-.01 1.05"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.78 21.79a.82.82 0 0 1-.53.21a.8.8 0 0 1-.53-.21l-4.273-4.28a7 7 0 0 1-.78.59a8.84 8.84 0 0 1-4.883 1.48a8.7 8.7 0 0 1-3.372-.67A8.5 8.5 0 0 1 4.57 17A8.788 8.788 0 0 1 7.04 2.842a8.8 8.8 0 0 1 5.475-.672a8.79 8.79 0 0 1 6.05 4.482a8.78 8.78 0 0 1 .354 7.518a8.5 8.5 0 0 1-1.401 2.29l4.272 4.28a.75.75 0 0 1-.01 1.05"/></svg> </template>
CSS
.icon-search-fill {
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%22M21.78%2021.79a.82.82%200%200%201-.53.21a.8.8%200%200%201-.53-.21l-4.273-4.28a7%207%200%200%201-.78.59a8.84%208.84%200%200%201-4.883%201.48a8.7%208.7%200%200%201-3.372-.67A8.5%208.5%200%200%201%204.57%2017A8.788%208.788%200%200%201%207.04%202.842a8.8%208.8%200%200%201%205.475-.672a8.79%208.79%200%200%201%206.05%204.482a8.78%208.78%200%200%201%20.354%207.518a8.5%208.5%200%200%201-1.401%202.29l4.272%204.28a.75.75%200%200%201-.01%201.05%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%22M21.78%2021.79a.82.82%200%200%201-.53.21a.8.8%200%200%201-.53-.21l-4.273-4.28a7%207%200%200%201-.78.59a8.84%208.84%200%200%201-4.883%201.48a8.7%208.7%200%200%201-3.372-.67A8.5%208.5%200%200%201%204.57%2017A8.788%208.788%200%200%201%207.04%202.842a8.8%208.8%200%200%201%205.475-.672a8.79%208.79%200%200%201%206.05%204.482a8.78%208.78%200%200%201%20.354%207.518a8.5%208.5%200%200%201-1.401%202.29l4.272%204.28a.75.75%200%200%201-.01%201.05%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/search-fill.svg?color=%231a73e8&size=48