image-search from Material Symbols Light by Google · Regular · Images · Apache-2.0 Free for personal and commercial use.

Name
image-search
Set
Material Symbols Light
Style
Regular
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="M5.616 20q-.691 0-1.153-.462T4 18.384V5.616q0-.691.463-1.153T5.616 4h5.157q-.27.589-.413 1.214q-.144.624-.144 1.286q0 2.494 1.695 4.19q1.695 1.695 4.178 1.695q.428 0 .8-.046q.372-.047.751-.139L20 14.56v3.824q0 .691-.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 9m-8.6 7.5h9.154l-2.671-3.562q-.064-.011-.13-.029q-.066-.017-.13-.04l-2.511 3.17l-1.75-2.116z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightImageSearch(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="M5.616 20q-.691 0-1.153-.462T4 18.384V5.616q0-.691.463-1.153T5.616 4h5.157q-.27.589-.413 1.214q-.144.624-.144 1.286q0 2.494 1.695 4.19q1.695 1.695 4.178 1.695q.428 0 .8-.046q.372-.047.751-.139L20 14.56v3.824q0 .691-.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 9m-8.6 7.5h9.154l-2.671-3.562q-.064-.011-.13-.029q-.066-.017-.13-.04l-2.511 3.17l-1.75-2.116z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.616 20q-.691 0-1.153-.462T4 18.384V5.616q0-.691.463-1.153T5.616 4h5.157q-.27.589-.413 1.214q-.144.624-.144 1.286q0 2.494 1.695 4.19q1.695 1.695 4.178 1.695q.428 0 .8-.046q.372-.047.751-.139L20 14.56v3.824q0 .691-.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 9m-8.6 7.5h9.154l-2.671-3.562q-.064-.011-.13-.029q-.066-.017-.13-.04l-2.511 3.17l-1.75-2.116z"/></svg>
</template>

CSS

.icon-image-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.616%2020q-.691%200-1.153-.462T4%2018.384V5.616q0-.691.463-1.153T5.616%204h5.157q-.27.589-.413%201.214q-.144.624-.144%201.286q0%202.494%201.695%204.19q1.695%201.695%204.178%201.695q.428%200%20.8-.046q.372-.047.751-.139L20%2014.56v3.824q0%20.691-.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%209m-8.6%207.5h9.154l-2.671-3.562q-.064-.011-.13-.029q-.066-.017-.13-.04l-2.511%203.17l-1.75-2.116z%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%22M5.616%2020q-.691%200-1.153-.462T4%2018.384V5.616q0-.691.463-1.153T5.616%204h5.157q-.27.589-.413%201.214q-.144.624-.144%201.286q0%202.494%201.695%204.19q1.695%201.695%204.178%201.695q.428%200%20.8-.046q.372-.047.751-.139L20%2014.56v3.824q0%20.691-.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%209m-8.6%207.5h9.154l-2.671-3.562q-.064-.011-.13-.029q-.066-.017-.13-.04l-2.511%203.17l-1.75-2.116z%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.svg?color=%231a73e8&size=48