search large icon
search-large from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- search-large
- Set
- Codicons
- Style
- Regular
- Viewbox
- 24×24
- License
- CC BY 4.0
The same icon in other sets
Related icons in Codicons
Use the search large icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m22.281 21.219l-6.193-6.194A8.2 8.2 0 0 0 18 9.75C18 5.2 14.298 1.5 9.75 1.5S1.5 5.2 1.5 9.75S5.202 18 9.75 18a8.22 8.22 0 0 0 5.277-1.913l6.194 6.194a.753.753 0 0 0 1.062 0a.75.75 0 0 0 0-1.06zM9.75 16.5A6.76 6.76 0 0 1 3 9.75A6.76 6.76 0 0 1 9.75 3a6.76 6.76 0 0 1 6.75 6.75a6.76 6.76 0 0 1-6.75 6.75"/></svg>
React
import type { SVGProps } from "react";
export function CodiconSearchLarge(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="m22.281 21.219l-6.193-6.194A8.2 8.2 0 0 0 18 9.75C18 5.2 14.298 1.5 9.75 1.5S1.5 5.2 1.5 9.75S5.202 18 9.75 18a8.22 8.22 0 0 0 5.277-1.913l6.194 6.194a.753.753 0 0 0 1.062 0a.75.75 0 0 0 0-1.06zM9.75 16.5A6.76 6.76 0 0 1 3 9.75A6.76 6.76 0 0 1 9.75 3a6.76 6.76 0 0 1 6.75 6.75a6.76 6.76 0 0 1-6.75 6.75"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m22.281 21.219l-6.193-6.194A8.2 8.2 0 0 0 18 9.75C18 5.2 14.298 1.5 9.75 1.5S1.5 5.2 1.5 9.75S5.202 18 9.75 18a8.22 8.22 0 0 0 5.277-1.913l6.194 6.194a.753.753 0 0 0 1.062 0a.75.75 0 0 0 0-1.06zM9.75 16.5A6.76 6.76 0 0 1 3 9.75A6.76 6.76 0 0 1 9.75 3a6.76 6.76 0 0 1 6.75 6.75a6.76 6.76 0 0 1-6.75 6.75"/></svg> </template>
CSS
.icon-search-large {
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%22m22.281%2021.219l-6.193-6.194A8.2%208.2%200%200%200%2018%209.75C18%205.2%2014.298%201.5%209.75%201.5S1.5%205.2%201.5%209.75S5.202%2018%209.75%2018a8.22%208.22%200%200%200%205.277-1.913l6.194%206.194a.753.753%200%200%200%201.062%200a.75.75%200%200%200%200-1.06zM9.75%2016.5A6.76%206.76%200%200%201%203%209.75A6.76%206.76%200%200%201%209.75%203a6.76%206.76%200%200%201%206.75%206.75a6.76%206.76%200%200%201-6.75%206.75%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%22m22.281%2021.219l-6.193-6.194A8.2%208.2%200%200%200%2018%209.75C18%205.2%2014.298%201.5%209.75%201.5S1.5%205.2%201.5%209.75S5.202%2018%209.75%2018a8.22%208.22%200%200%200%205.277-1.913l6.194%206.194a.753.753%200%200%200%201.062%200a.75.75%200%200%200%200-1.06zM9.75%2016.5A6.76%206.76%200%200%201%203%209.75A6.76%206.76%200%200%201%209.75%203a6.76%206.76%200%200%201%206.75%206.75a6.76%206.76%200%200%201-6.75%206.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/search-large.svg?color=%231a73e8&size=48