image search icon
image-search-outline-rounded from Material Symbols Light by Google · Outline Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- image-search-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline 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="M11.212 16.039L9.946 14.51q-.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-.04zM5.616 20q-.691 0-1.153-.462T4 18.384V5.616q0-.691.463-1.153T5.616 4H9.5q.214 0 .357.143T10 4.5t-.143.357T9.5 5H5.616q-.231 0-.424.192T5 5.616v12.769q0 .23.192.423t.423.192h12.77q.23 0 .423-.192t.192-.423V14.56q0-.214.143-.357t.357-.143t.357.143t.143.357v3.825q0 .69-.462 1.153T18.384 20zm10.473-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-.16l-2.785-2.784q-.505.369-.98.515T16.089 10m.011-1q1.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 MaterialSymbolsLightImageSearchOutlineRounded(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="M11.212 16.039L9.946 14.51q-.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-.04zM5.616 20q-.691 0-1.153-.462T4 18.384V5.616q0-.691.463-1.153T5.616 4H9.5q.214 0 .357.143T10 4.5t-.143.357T9.5 5H5.616q-.231 0-.424.192T5 5.616v12.769q0 .23.192.423t.423.192h12.77q.23 0 .423-.192t.192-.423V14.56q0-.214.143-.357t.357-.143t.357.143t.143.357v3.825q0 .69-.462 1.153T18.384 20zm10.473-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-.16l-2.785-2.784q-.505.369-.98.515T16.089 10m.011-1q1.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="M11.212 16.039L9.946 14.51q-.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-.04zM5.616 20q-.691 0-1.153-.462T4 18.384V5.616q0-.691.463-1.153T5.616 4H9.5q.214 0 .357.143T10 4.5t-.143.357T9.5 5H5.616q-.231 0-.424.192T5 5.616v12.769q0 .23.192.423t.423.192h12.77q.23 0 .423-.192t.192-.423V14.56q0-.214.143-.357t.357-.143t.357.143t.143.357v3.825q0 .69-.462 1.153T18.384 20zm10.473-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-.16l-2.785-2.784q-.505.369-.98.515T16.089 10m.011-1q1.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-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%22M11.212%2016.039L9.946%2014.51q-.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-.04zM5.616%2020q-.691%200-1.153-.462T4%2018.384V5.616q0-.691.463-1.153T5.616%204H9.5q.214%200%20.357.143T10%204.5t-.143.357T9.5%205H5.616q-.231%200-.424.192T5%205.616v12.769q0%20.23.192.423t.423.192h12.77q.23%200%20.423-.192t.192-.423V14.56q0-.214.143-.357t.357-.143t.357.143t.143.357v3.825q0%20.69-.462%201.153T18.384%2020zm10.473-10q-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-.16l-2.785-2.784q-.505.369-.98.515T16.089%2010m.011-1q1.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%22M11.212%2016.039L9.946%2014.51q-.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-.04zM5.616%2020q-.691%200-1.153-.462T4%2018.384V5.616q0-.691.463-1.153T5.616%204H9.5q.214%200%20.357.143T10%204.5t-.143.357T9.5%205H5.616q-.231%200-.424.192T5%205.616v12.769q0%20.23.192.423t.423.192h12.77q.23%200%20.423-.192t.192-.423V14.56q0-.214.143-.357t.357-.143t.357.143t.143.357v3.825q0%20.69-.462%201.153T18.384%2020zm10.473-10q-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-.16l-2.785-2.784q-.505.369-.98.515T16.089%2010m.011-1q1.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-rounded.svg?color=%231a73e8&size=48