go to search icon
go-to-search from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- go-to-search
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
Related icons in Codicons
Use the go to search icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M7.978 2.268C9.733 2.882 11 4.534 11 6.499a4.48 4.48 0 0 1-.984 2.809l3.839 3.839a.5.5 0 0 1-.707.705L9.31 10.016A4.5 4.5 0 0 1 2 6.499c0-.528.1-1.03.268-1.5h.83c.036.1.074.2.13.29c-.14.378-.228.783-.228 1.21a3.5 3.5 0 0 0 7 0a3.49 3.49 0 0 0-2.229-3.253c.035-.06.088-.107.116-.174Q8 2.796 8 2.5c0-.078-.011-.155-.023-.232"/><path d="M4.5 0a.5.5 0 0 1 .354.147l2 2A.48.48 0 0 1 7 2.501a.5.5 0 0 1-.147.354l-2 2a.5.5 0 1 1-.708-.708l1.147-1.146H2.5a1.5 1.5 0 0 0-1.5 1.5v1a.501.501 0 1 1-1 0v-1a2.5 2.5 0 0 1 2.5-2.5h2.793L4.146.855A.502.502 0 0 1 4.5 0"/></g></svg>
React
import type { SVGProps } from "react";
export function CodiconGoToSearch(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M7.978 2.268C9.733 2.882 11 4.534 11 6.499a4.48 4.48 0 0 1-.984 2.809l3.839 3.839a.5.5 0 0 1-.707.705L9.31 10.016A4.5 4.5 0 0 1 2 6.499c0-.528.1-1.03.268-1.5h.83c.036.1.074.2.13.29c-.14.378-.228.783-.228 1.21a3.5 3.5 0 0 0 7 0a3.49 3.49 0 0 0-2.229-3.253c.035-.06.088-.107.116-.174Q8 2.796 8 2.5c0-.078-.011-.155-.023-.232"/><path d="M4.5 0a.5.5 0 0 1 .354.147l2 2A.48.48 0 0 1 7 2.501a.5.5 0 0 1-.147.354l-2 2a.5.5 0 1 1-.708-.708l1.147-1.146H2.5a1.5 1.5 0 0 0-1.5 1.5v1a.501.501 0 1 1-1 0v-1a2.5 2.5 0 0 1 2.5-2.5h2.793L4.146.855A.502.502 0 0 1 4.5 0"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M7.978 2.268C9.733 2.882 11 4.534 11 6.499a4.48 4.48 0 0 1-.984 2.809l3.839 3.839a.5.5 0 0 1-.707.705L9.31 10.016A4.5 4.5 0 0 1 2 6.499c0-.528.1-1.03.268-1.5h.83c.036.1.074.2.13.29c-.14.378-.228.783-.228 1.21a3.5 3.5 0 0 0 7 0a3.49 3.49 0 0 0-2.229-3.253c.035-.06.088-.107.116-.174Q8 2.796 8 2.5c0-.078-.011-.155-.023-.232"/><path d="M4.5 0a.5.5 0 0 1 .354.147l2 2A.48.48 0 0 1 7 2.501a.5.5 0 0 1-.147.354l-2 2a.5.5 0 1 1-.708-.708l1.147-1.146H2.5a1.5 1.5 0 0 0-1.5 1.5v1a.501.501 0 1 1-1 0v-1a2.5 2.5 0 0 1 2.5-2.5h2.793L4.146.855A.502.502 0 0 1 4.5 0"/></g></svg> </template>
CSS
.icon-go-to-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M7.978%202.268C9.733%202.882%2011%204.534%2011%206.499a4.48%204.48%200%200%201-.984%202.809l3.839%203.839a.5.5%200%200%201-.707.705L9.31%2010.016A4.5%204.5%200%200%201%202%206.499c0-.528.1-1.03.268-1.5h.83c.036.1.074.2.13.29c-.14.378-.228.783-.228%201.21a3.5%203.5%200%200%200%207%200a3.49%203.49%200%200%200-2.229-3.253c.035-.06.088-.107.116-.174Q8%202.796%208%202.5c0-.078-.011-.155-.023-.232%22%2F%3E%3Cpath%20d%3D%22M4.5%200a.5.5%200%200%201%20.354.147l2%202A.48.48%200%200%201%207%202.501a.5.5%200%200%201-.147.354l-2%202a.5.5%200%201%201-.708-.708l1.147-1.146H2.5a1.5%201.5%200%200%200-1.5%201.5v1a.501.501%200%201%201-1%200v-1a2.5%202.5%200%200%201%202.5-2.5h2.793L4.146.855A.502.502%200%200%201%204.5%200%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M7.978%202.268C9.733%202.882%2011%204.534%2011%206.499a4.48%204.48%200%200%201-.984%202.809l3.839%203.839a.5.5%200%200%201-.707.705L9.31%2010.016A4.5%204.5%200%200%201%202%206.499c0-.528.1-1.03.268-1.5h.83c.036.1.074.2.13.29c-.14.378-.228.783-.228%201.21a3.5%203.5%200%200%200%207%200a3.49%203.49%200%200%200-2.229-3.253c.035-.06.088-.107.116-.174Q8%202.796%208%202.5c0-.078-.011-.155-.023-.232%22%2F%3E%3Cpath%20d%3D%22M4.5%200a.5.5%200%200%201%20.354.147l2%202A.48.48%200%200%201%207%202.501a.5.5%200%200%201-.147.354l-2%202a.5.5%200%201%201-.708-.708l1.147-1.146H2.5a1.5%201.5%200%200%200-1.5%201.5v1a.501.501%200%201%201-1%200v-1a2.5%202.5%200%200%201%202.5-2.5h2.793L4.146.855A.502.502%200%200%201%204.5%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/go-to-search.svg?color=%231a73e8&size=48