image search icon
image-search-outline from Material Symbols Light by Google · Outline · Images · Apache-2.0 Free for personal and commercial use.
- Name
- image-search-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More images icons from Material Symbols Light
Use the image search icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.5 16.5h9.154l-2.671-3.562q-.064-.011-.13-.029q-.066-.017-.13-.04l-2.511 3.17l-1.75-2.116zM5.616 20q-.691 0-1.153-.462T4 18.384V5.616q0-.691.463-1.153T5.616 4H10v1H5.616q-.231 0-.424.192T5 5.616v12.769q0 .23.192.423t.423.192h12.77q.23 0 .423-.192t.192-.423V13.56l1 1v3.825q0 .69-.462 1.153T18.384 20zm15.665-7.523l-3.139-3.138q-.505.369-.98.515T16.089 10q-1.466 0-2.477-1.014Q12.6 7.97 12.6 6.5t1.015-2.485T16.1 3t2.486 1.015T19.6 6.5q0 .598-.18 1.137T18.9 8.68l3.089 3.088zM16.1 9q1.05 0 1.775-.725T18.6 6.5t-.725-1.775T16.1 4t-1.775.725T13.6 6.5t.725 1.775T16.1 9"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightImageSearchOutline(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="M7.5 16.5h9.154l-2.671-3.562q-.064-.011-.13-.029q-.066-.017-.13-.04l-2.511 3.17l-1.75-2.116zM5.616 20q-.691 0-1.153-.462T4 18.384V5.616q0-.691.463-1.153T5.616 4H10v1H5.616q-.231 0-.424.192T5 5.616v12.769q0 .23.192.423t.423.192h12.77q.23 0 .423-.192t.192-.423V13.56l1 1v3.825q0 .69-.462 1.153T18.384 20zm15.665-7.523l-3.139-3.138q-.505.369-.98.515T16.089 10q-1.466 0-2.477-1.014Q12.6 7.97 12.6 6.5t1.015-2.485T16.1 3t2.486 1.015T19.6 6.5q0 .598-.18 1.137T18.9 8.68l3.089 3.088zM16.1 9q1.05 0 1.775-.725T18.6 6.5t-.725-1.775T16.1 4t-1.775.725T13.6 6.5t.725 1.775T16.1 9"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.5 16.5h9.154l-2.671-3.562q-.064-.011-.13-.029q-.066-.017-.13-.04l-2.511 3.17l-1.75-2.116zM5.616 20q-.691 0-1.153-.462T4 18.384V5.616q0-.691.463-1.153T5.616 4H10v1H5.616q-.231 0-.424.192T5 5.616v12.769q0 .23.192.423t.423.192h12.77q.23 0 .423-.192t.192-.423V13.56l1 1v3.825q0 .69-.462 1.153T18.384 20zm15.665-7.523l-3.139-3.138q-.505.369-.98.515T16.089 10q-1.466 0-2.477-1.014Q12.6 7.97 12.6 6.5t1.015-2.485T16.1 3t2.486 1.015T19.6 6.5q0 .598-.18 1.137T18.9 8.68l3.089 3.088zM16.1 9q1.05 0 1.775-.725T18.6 6.5t-.725-1.775T16.1 4t-1.775.725T13.6 6.5t.725 1.775T16.1 9"/></svg> </template>
CSS
.icon-image-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%2016.5h9.154l-2.671-3.562q-.064-.011-.13-.029q-.066-.017-.13-.04l-2.511%203.17l-1.75-2.116zM5.616%2020q-.691%200-1.153-.462T4%2018.384V5.616q0-.691.463-1.153T5.616%204H10v1H5.616q-.231%200-.424.192T5%205.616v12.769q0%20.23.192.423t.423.192h12.77q.23%200%20.423-.192t.192-.423V13.56l1%201v3.825q0%20.69-.462%201.153T18.384%2020zm15.665-7.523l-3.139-3.138q-.505.369-.98.515T16.089%2010q-1.466%200-2.477-1.014Q12.6%207.97%2012.6%206.5t1.015-2.485T16.1%203t2.486%201.015T19.6%206.5q0%20.598-.18%201.137T18.9%208.68l3.089%203.088zM16.1%209q1.05%200%201.775-.725T18.6%206.5t-.725-1.775T16.1%204t-1.775.725T13.6%206.5t.725%201.775T16.1%209%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%22M7.5%2016.5h9.154l-2.671-3.562q-.064-.011-.13-.029q-.066-.017-.13-.04l-2.511%203.17l-1.75-2.116zM5.616%2020q-.691%200-1.153-.462T4%2018.384V5.616q0-.691.463-1.153T5.616%204H10v1H5.616q-.231%200-.424.192T5%205.616v12.769q0%20.23.192.423t.423.192h12.77q.23%200%20.423-.192t.192-.423V13.56l1%201v3.825q0%20.69-.462%201.153T18.384%2020zm15.665-7.523l-3.139-3.138q-.505.369-.98.515T16.089%2010q-1.466%200-2.477-1.014Q12.6%207.97%2012.6%206.5t1.015-2.485T16.1%203t2.486%201.015T19.6%206.5q0%20.598-.18%201.137T18.9%208.68l3.089%203.088zM16.1%209q1.05%200%201.775-.725T18.6%206.5t-.725-1.775T16.1%204t-1.775.725T13.6%206.5t.725%201.775T16.1%209%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/image-search-outline.svg?color=%231a73e8&size=48