search-outline from Dither Icons by Vijay K Singh · Outline · MIT Free for personal and commercial use.

Name
search-outline
Set
Dither Icons
Style
Outline
Viewbox
24×24
License
MIT

2 other variants in Dither Icons

The same icon in other sets

All search 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="svgID75"><circle cx="9.8" cy="9.8" r="4.35"/></clipPath></defs><circle cx="9.8" cy="9.8" r="5.48" fill="none" stroke="currentColor" stroke-width="1.65"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.85" d="M13.75 13.75 20.45 20.45"/><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" clip-path="url(#svgID75)"><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 DitherSearchOutline(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="svgID75"><circle cx="9.8" cy="9.8" r="4.35"/></clipPath></defs><circle cx="9.8" cy="9.8" r="5.48" fill="none" stroke="currentColor" strokeWidth="1.65"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.85" d="M13.75 13.75 20.45 20.45"/><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" clipPath="url(#svgID75)"><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="svgID75"><circle cx="9.8" cy="9.8" r="4.35"/></clipPath></defs><circle cx="9.8" cy="9.8" r="5.48" fill="none" stroke="currentColor" stroke-width="1.65"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.85" d="M13.75 13.75 20.45 20.45"/><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" clip-path="url(#svgID75)"><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-outline {
  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%22svgID75%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%3Ccircle%20cx%3D%229.8%22%20cy%3D%229.8%22%20r%3D%225.48%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.65%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.85%22%20d%3D%22M13.75%2013.75%2020.45%2020.45%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(%23svgID75)%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%22svgID75%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%3Ccircle%20cx%3D%229.8%22%20cy%3D%229.8%22%20r%3D%225.48%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.65%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.85%22%20d%3D%22M13.75%2013.75%2020.45%2020.45%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(%23svgID75)%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-outline.svg?color=%231a73e8&size=48

Search outline icon — Dither Icons · IconsDB