search from Octicons by GitHub · Regular · MIT Free for personal and commercial use.

Name
search
Set
Octicons
Style
Regular
Viewbox
16×16
License
MIT

2 other variants in Octicons

The same icon in other sets

Use the search icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15.7 13.3l-3.81-3.83A5.93 5.93 0 0 0 13 6c0-3.31-2.69-6-6-6S1 2.69 1 6s2.69 6 6 6c1.3 0 2.48-.41 3.47-1.11l3.83 3.81c.19.2.45.3.7.3c.25 0 .52-.09.7-.3a.996.996 0 0 0 0-1.41v.01zM7 10.7c-2.59 0-4.7-2.11-4.7-4.7c0-2.59 2.11-4.7 4.7-4.7c2.59 0 4.7 2.11 4.7 4.7c0 2.59-2.11 4.7-4.7 4.7z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function OcticonSearch(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fillRule="evenodd" d="M15.7 13.3l-3.81-3.83A5.93 5.93 0 0 0 13 6c0-3.31-2.69-6-6-6S1 2.69 1 6s2.69 6 6 6c1.3 0 2.48-.41 3.47-1.11l3.83 3.81c.19.2.45.3.7.3c.25 0 .52-.09.7-.3a.996.996 0 0 0 0-1.41v.01zM7 10.7c-2.59 0-4.7-2.11-4.7-4.7c0-2.59 2.11-4.7 4.7-4.7c2.59 0 4.7 2.11 4.7 4.7c0 2.59-2.11 4.7-4.7 4.7z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15.7 13.3l-3.81-3.83A5.93 5.93 0 0 0 13 6c0-3.31-2.69-6-6-6S1 2.69 1 6s2.69 6 6 6c1.3 0 2.48-.41 3.47-1.11l3.83 3.81c.19.2.45.3.7.3c.25 0 .52-.09.7-.3a.996.996 0 0 0 0-1.41v.01zM7 10.7c-2.59 0-4.7-2.11-4.7-4.7c0-2.59 2.11-4.7 4.7-4.7c2.59 0 4.7 2.11 4.7 4.7c0 2.59-2.11 4.7-4.7 4.7z" fill="currentColor"/></svg>
</template>

CSS

.icon-search {
  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%2016%2016%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M15.7%2013.3l-3.81-3.83A5.93%205.93%200%200%200%2013%206c0-3.31-2.69-6-6-6S1%202.69%201%206s2.69%206%206%206c1.3%200%202.48-.41%203.47-1.11l3.83%203.81c.19.2.45.3.7.3c.25%200%20.52-.09.7-.3a.996.996%200%200%200%200-1.41v.01zM7%2010.7c-2.59%200-4.7-2.11-4.7-4.7c0-2.59%202.11-4.7%204.7-4.7c2.59%200%204.7%202.11%204.7%204.7c0%202.59-2.11%204.7-4.7%204.7z%22%20fill%3D%22currentColor%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%2016%2016%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M15.7%2013.3l-3.81-3.83A5.93%205.93%200%200%200%2013%206c0-3.31-2.69-6-6-6S1%202.69%201%206s2.69%206%206%206c1.3%200%202.48-.41%203.47-1.11l3.83%203.81c.19.2.45.3.7.3c.25%200%20.52-.09.7-.3a.996.996%200%200%200%200-1.41v.01zM7%2010.7c-2.59%200-4.7-2.11-4.7-4.7c0-2.59%202.11-4.7%204.7-4.7c2.59%200%204.7%202.11%204.7%204.7c0%202.59-2.11%204.7-4.7%204.7z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/search.svg?color=%231a73e8&size=48