browse gallery icon
browse-gallery-outline from Material Symbols by Google · Outline · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- browse-gallery-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- browse-gallery-outline-sharp
3 other variants in Material Symbols
The same icon in other sets
More ui actions icons from Material Symbols
Use the browse gallery icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.8 16.2l1.4-1.4l-3.2-3.2V7H8v5.4zm6.2 4.3v-2.2q1.85-.875 2.925-2.575T22 12t-1.075-3.725T18 5.7V3.5q2.725.95 4.363 3.288T24 12t-1.638 5.213T18 20.5m-12.513-.213q-1.637-.712-2.85-1.924t-1.925-2.85T0 12t.713-3.512t1.925-2.85t2.85-1.925T9 3t3.513.713t2.85 1.924t1.924 2.85T18 12t-.712 3.513t-1.925 2.85t-2.85 1.925T9 21t-3.512-.712M9 19q2.925 0 4.963-2.037T16 12t-2.037-4.962T9 5T4.038 7.038T2 12t2.038 4.963T9 19m0-7"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsBrowseGalleryOutline(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.8 16.2l1.4-1.4l-3.2-3.2V7H8v5.4zm6.2 4.3v-2.2q1.85-.875 2.925-2.575T22 12t-1.075-3.725T18 5.7V3.5q2.725.95 4.363 3.288T24 12t-1.638 5.213T18 20.5m-12.513-.213q-1.637-.712-2.85-1.924t-1.925-2.85T0 12t.713-3.512t1.925-2.85t2.85-1.925T9 3t3.513.713t2.85 1.924t1.924 2.85T18 12t-.712 3.513t-1.925 2.85t-2.85 1.925T9 21t-3.512-.712M9 19q2.925 0 4.963-2.037T16 12t-2.037-4.962T9 5T4.038 7.038T2 12t2.038 4.963T9 19m0-7"/></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.8 16.2l1.4-1.4l-3.2-3.2V7H8v5.4zm6.2 4.3v-2.2q1.85-.875 2.925-2.575T22 12t-1.075-3.725T18 5.7V3.5q2.725.95 4.363 3.288T24 12t-1.638 5.213T18 20.5m-12.513-.213q-1.637-.712-2.85-1.924t-1.925-2.85T0 12t.713-3.512t1.925-2.85t2.85-1.925T9 3t3.513.713t2.85 1.924t1.924 2.85T18 12t-.712 3.513t-1.925 2.85t-2.85 1.925T9 21t-3.512-.712M9 19q2.925 0 4.963-2.037T16 12t-2.037-4.962T9 5T4.038 7.038T2 12t2.038 4.963T9 19m0-7"/></svg> </template>
CSS
.icon-browse-gallery-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%22m11.8%2016.2l1.4-1.4l-3.2-3.2V7H8v5.4zm6.2%204.3v-2.2q1.85-.875%202.925-2.575T22%2012t-1.075-3.725T18%205.7V3.5q2.725.95%204.363%203.288T24%2012t-1.638%205.213T18%2020.5m-12.513-.213q-1.637-.712-2.85-1.924t-1.925-2.85T0%2012t.713-3.512t1.925-2.85t2.85-1.925T9%203t3.513.713t2.85%201.924t1.924%202.85T18%2012t-.712%203.513t-1.925%202.85t-2.85%201.925T9%2021t-3.512-.712M9%2019q2.925%200%204.963-2.037T16%2012t-2.037-4.962T9%205T4.038%207.038T2%2012t2.038%204.963T9%2019m0-7%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.8%2016.2l1.4-1.4l-3.2-3.2V7H8v5.4zm6.2%204.3v-2.2q1.85-.875%202.925-2.575T22%2012t-1.075-3.725T18%205.7V3.5q2.725.95%204.363%203.288T24%2012t-1.638%205.213T18%2020.5m-12.513-.213q-1.637-.712-2.85-1.924t-1.925-2.85T0%2012t.713-3.512t1.925-2.85t2.85-1.925T9%203t3.513.713t2.85%201.924t1.924%202.85T18%2012t-.712%203.513t-1.925%202.85t-2.85%201.925T9%2021t-3.512-.712M9%2019q2.925%200%204.963-2.037T16%2012t-2.037-4.962T9%205T4.038%207.038T2%2012t2.038%204.963T9%2019m0-7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/browse-gallery-outline.svg?color=%231a73e8&size=48