search icon
search-solid from Dither Icons by Vijay K Singh · Solid · MIT Free for personal and commercial use.
- Name
- search-solid
- Set
- Dither Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
2 other variants in Dither Icons
The same icon in other sets
All search icons →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
Use the search icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><defs><clipPath id="svgID13"><circle cx="9.8" cy="9.8" r="4.35"/></clipPath></defs><path fill-rule="evenodd" d="M14.8314 13.59143 21.2 19.61a1.08 1.08 0 0 1-1.59 1.59l-6.01857-6.3686a6.3 6.3 0 1 1 1.23997-1.23997ZM9.8 5.15a4.65 4.65 0 1 1 0 9.3a4.65 4.65 0 1 1 0-9.3Z"/><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" clip-path="url(#svgID13)"><path stroke-width=".7" d="M5.7 12.2 11.9 6" opacity="0"/><path stroke-width=".55" d="M8.1 9.1v-1h1M11.5 10.5v1h-1" opacity="0"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".55" d="M4.45 9.8a5.35 5.35 0 0 1 5.35-5.35" opacity="0"/></g></svg>
React
import type { SVGProps } from "react";
export function DitherSearchSolid(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"><defs><clipPath id="svgID13"><circle cx="9.8" cy="9.8" r="4.35"/></clipPath></defs><path fillRule="evenodd" d="M14.8314 13.59143 21.2 19.61a1.08 1.08 0 0 1-1.59 1.59l-6.01857-6.3686a6.3 6.3 0 1 1 1.23997-1.23997ZM9.8 5.15a4.65 4.65 0 1 1 0 9.3a4.65 4.65 0 1 1 0-9.3Z"/><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" clipPath="url(#svgID13)"><path strokeWidth=".7" d="M5.7 12.2 11.9 6" opacity="0"/><path strokeWidth=".55" d="M8.1 9.1v-1h1M11.5 10.5v1h-1" opacity="0"/></g><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".55" d="M4.45 9.8a5.35 5.35 0 0 1 5.35-5.35" opacity="0"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><defs><clipPath id="svgID13"><circle cx="9.8" cy="9.8" r="4.35"/></clipPath></defs><path fill-rule="evenodd" d="M14.8314 13.59143 21.2 19.61a1.08 1.08 0 0 1-1.59 1.59l-6.01857-6.3686a6.3 6.3 0 1 1 1.23997-1.23997ZM9.8 5.15a4.65 4.65 0 1 1 0 9.3a4.65 4.65 0 1 1 0-9.3Z"/><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" clip-path="url(#svgID13)"><path stroke-width=".7" d="M5.7 12.2 11.9 6" opacity="0"/><path stroke-width=".55" d="M8.1 9.1v-1h1M11.5 10.5v1h-1" opacity="0"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".55" d="M4.45 9.8a5.35 5.35 0 0 1 5.35-5.35" opacity="0"/></g></svg> </template>
CSS
.icon-search-solid {
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%3Cdefs%3E%3CclipPath%20id%3D%22svgID13%22%3E%3Ccircle%20cx%3D%229.8%22%20cy%3D%229.8%22%20r%3D%224.35%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14.8314%2013.59143%2021.2%2019.61a1.08%201.08%200%200%201-1.59%201.59l-6.01857-6.3686a6.3%206.3%200%201%201%201.23997-1.23997ZM9.8%205.15a4.65%204.65%200%201%201%200%209.3a4.65%204.65%200%201%201%200-9.3Z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20clip-path%3D%22url(%23svgID13)%22%3E%3Cpath%20stroke-width%3D%22.7%22%20d%3D%22M5.7%2012.2%2011.9%206%22%20opacity%3D%220%22%2F%3E%3Cpath%20stroke-width%3D%22.55%22%20d%3D%22M8.1%209.1v-1h1M11.5%2010.5v1h-1%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.55%22%20d%3D%22M4.45%209.8a5.35%205.35%200%200%201%205.35-5.35%22%20opacity%3D%220%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%3Cdefs%3E%3CclipPath%20id%3D%22svgID13%22%3E%3Ccircle%20cx%3D%229.8%22%20cy%3D%229.8%22%20r%3D%224.35%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14.8314%2013.59143%2021.2%2019.61a1.08%201.08%200%200%201-1.59%201.59l-6.01857-6.3686a6.3%206.3%200%201%201%201.23997-1.23997ZM9.8%205.15a4.65%204.65%200%201%201%200%209.3a4.65%204.65%200%201%201%200-9.3Z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20clip-path%3D%22url(%23svgID13)%22%3E%3Cpath%20stroke-width%3D%22.7%22%20d%3D%22M5.7%2012.2%2011.9%206%22%20opacity%3D%220%22%2F%3E%3Cpath%20stroke-width%3D%22.55%22%20d%3D%22M8.1%209.1v-1h1M11.5%2010.5v1h-1%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.55%22%20d%3D%22M4.45%209.8a5.35%205.35%200%200%201%205.35-5.35%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/dither/search-solid.svg?color=%231a73e8&size=48