search none icon
search-none-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- search-none-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Related icons in MingCute Icon
Use the search none icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.5 2a8.5 8.5 0 0 1 8.5 8.5a8.46 8.46 0 0 1-1.826 5.26l3.654 3.654a1.001 1.001 0 0 1-1.414 1.415l-3.654-3.655A8.46 8.46 0 0 1 10.5 19a8.5 8.5 0 0 1 0-17m3.182 5.318a1 1 0 0 0-1.414 0L10.5 9.086L8.732 7.318a1 1 0 0 0-1.414 1.414l1.768 1.769l-1.768 1.768a1 1 0 1 0 1.414 1.414l1.768-1.768l1.768 1.768a1 1 0 0 0 1.414-1.414L11.914 10.5l1.768-1.769a1 1 0 0 0 0-1.414"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteSearchNoneFill(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="M10.5 2a8.5 8.5 0 0 1 8.5 8.5a8.46 8.46 0 0 1-1.826 5.26l3.654 3.654a1.001 1.001 0 0 1-1.414 1.415l-3.654-3.655A8.46 8.46 0 0 1 10.5 19a8.5 8.5 0 0 1 0-17m3.182 5.318a1 1 0 0 0-1.414 0L10.5 9.086L8.732 7.318a1 1 0 0 0-1.414 1.414l1.768 1.769l-1.768 1.768a1 1 0 1 0 1.414 1.414l1.768-1.768l1.768 1.768a1 1 0 0 0 1.414-1.414L11.914 10.5l1.768-1.769a1 1 0 0 0 0-1.414"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.5 2a8.5 8.5 0 0 1 8.5 8.5a8.46 8.46 0 0 1-1.826 5.26l3.654 3.654a1.001 1.001 0 0 1-1.414 1.415l-3.654-3.655A8.46 8.46 0 0 1 10.5 19a8.5 8.5 0 0 1 0-17m3.182 5.318a1 1 0 0 0-1.414 0L10.5 9.086L8.732 7.318a1 1 0 0 0-1.414 1.414l1.768 1.769l-1.768 1.768a1 1 0 1 0 1.414 1.414l1.768-1.768l1.768 1.768a1 1 0 0 0 1.414-1.414L11.914 10.5l1.768-1.769a1 1 0 0 0 0-1.414"/></svg> </template>
CSS
.icon-search-none-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%22M10.5%202a8.5%208.5%200%200%201%208.5%208.5a8.46%208.46%200%200%201-1.826%205.26l3.654%203.654a1.001%201.001%200%200%201-1.414%201.415l-3.654-3.655A8.46%208.46%200%200%201%2010.5%2019a8.5%208.5%200%200%201%200-17m3.182%205.318a1%201%200%200%200-1.414%200L10.5%209.086L8.732%207.318a1%201%200%200%200-1.414%201.414l1.768%201.769l-1.768%201.768a1%201%200%201%200%201.414%201.414l1.768-1.768l1.768%201.768a1%201%200%200%200%201.414-1.414L11.914%2010.5l1.768-1.769a1%201%200%200%200%200-1.414%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%22M10.5%202a8.5%208.5%200%200%201%208.5%208.5a8.46%208.46%200%200%201-1.826%205.26l3.654%203.654a1.001%201.001%200%200%201-1.414%201.415l-3.654-3.655A8.46%208.46%200%200%201%2010.5%2019a8.5%208.5%200%200%201%200-17m3.182%205.318a1%201%200%200%200-1.414%200L10.5%209.086L8.732%207.318a1%201%200%200%200-1.414%201.414l1.768%201.769l-1.768%201.768a1%201%200%201%200%201.414%201.414l1.768-1.768l1.768%201.768a1%201%200%200%200%201.414-1.414L11.914%2010.5l1.768-1.769a1%201%200%200%200%200-1.414%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/search-none-fill.svg?color=%231a73e8&size=48