image search icon
image-search-rounded from Material Symbols Light by Google · Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- image-search-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- 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 4H9.85q.327 0 .516.262q.188.261.084.588q-.117.39-.176.803t-.058.847q0 2.494 1.695 4.19q1.695 1.695 4.178 1.695q.428 0 .8-.046q.372-.047.751-.139l1.689 1.689q.294.294.482.589q.189.295.189.753v3.154q0 .69-.462 1.153T18.384 20zm15.311-7.877l-2.785-2.784q-.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.68l2.735 2.735q.14.14.15.344t-.15.363t-.354.16t-.354-.16M16.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-4.889 7.038l-1.265-1.527q-.186-.223-.475-.213q-.288.01-.475.233l-.992 1.323q-.162.211-.05.429q.112.217.354.217h7.538q.243 0 .354-.217t-.03-.43l-2.187-2.915q-.064-.011-.13-.029q-.066-.017-.13-.04z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightImageSearchRounded(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 4H9.85q.327 0 .516.262q.188.261.084.588q-.117.39-.176.803t-.058.847q0 2.494 1.695 4.19q1.695 1.695 4.178 1.695q.428 0 .8-.046q.372-.047.751-.139l1.689 1.689q.294.294.482.589q.189.295.189.753v3.154q0 .69-.462 1.153T18.384 20zm15.311-7.877l-2.785-2.784q-.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.68l2.735 2.735q.14.14.15.344t-.15.363t-.354.16t-.354-.16M16.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-4.889 7.038l-1.265-1.527q-.186-.223-.475-.213q-.288.01-.475.233l-.992 1.323q-.162.211-.05.429q.112.217.354.217h7.538q.243 0 .354-.217t-.03-.43l-2.187-2.915q-.064-.011-.13-.029q-.066-.017-.13-.04z"/></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 4H9.85q.327 0 .516.262q.188.261.084.588q-.117.39-.176.803t-.058.847q0 2.494 1.695 4.19q1.695 1.695 4.178 1.695q.428 0 .8-.046q.372-.047.751-.139l1.689 1.689q.294.294.482.589q.189.295.189.753v3.154q0 .69-.462 1.153T18.384 20zm15.311-7.877l-2.785-2.784q-.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.68l2.735 2.735q.14.14.15.344t-.15.363t-.354.16t-.354-.16M16.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-4.889 7.038l-1.265-1.527q-.186-.223-.475-.213q-.288.01-.475.233l-.992 1.323q-.162.211-.05.429q.112.217.354.217h7.538q.243 0 .354-.217t-.03-.43l-2.187-2.915q-.064-.011-.13-.029q-.066-.017-.13-.04z"/></svg> </template>
CSS
.icon-image-search-rounded {
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%204H9.85q.327%200%20.516.262q.188.261.084.588q-.117.39-.176.803t-.058.847q0%202.494%201.695%204.19q1.695%201.695%204.178%201.695q.428%200%20.8-.046q.372-.047.751-.139l1.689%201.689q.294.294.482.589q.189.295.189.753v3.154q0%20.69-.462%201.153T18.384%2020zm15.311-7.877l-2.785-2.784q-.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.68l2.735%202.735q.14.14.15.344t-.15.363t-.354.16t-.354-.16M16.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-4.889%207.038l-1.265-1.527q-.186-.223-.475-.213q-.288.01-.475.233l-.992%201.323q-.162.211-.05.429q.112.217.354.217h7.538q.243%200%20.354-.217t-.03-.43l-2.187-2.915q-.064-.011-.13-.029q-.066-.017-.13-.04z%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%204H9.85q.327%200%20.516.262q.188.261.084.588q-.117.39-.176.803t-.058.847q0%202.494%201.695%204.19q1.695%201.695%204.178%201.695q.428%200%20.8-.046q.372-.047.751-.139l1.689%201.689q.294.294.482.589q.189.295.189.753v3.154q0%20.69-.462%201.153T18.384%2020zm15.311-7.877l-2.785-2.784q-.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.68l2.735%202.735q.14.14.15.344t-.15.363t-.354.16t-.354-.16M16.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-4.889%207.038l-1.265-1.527q-.186-.223-.475-.213q-.288.01-.475.233l-.992%201.323q-.162.211-.05.429q.112.217.354.217h7.538q.243%200%20.354-.217t-.03-.43l-2.187-2.915q-.064-.011-.13-.029q-.066-.017-.13-.04z%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-rounded.svg?color=%231a73e8&size=48