browse gallery icon
browse-gallery-outline-rounded from Material Symbols by Google · Outline Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- browse-gallery-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
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="M10 11.6V8q0-.425-.288-.712T9 7t-.712.288T8 8v3.975q0 .2.075.388t.225.337l2.8 2.8q.275.275.7.275t.7-.275t.275-.7t-.275-.7zm12 .4q0-1.8-.837-3.337T18.85 6.175q-.35-.225-.475-.625t.05-.775q.2-.4.6-.525t.75.1q1.95 1.225 3.088 3.25T24 12t-1.137 4.4t-3.088 3.25q-.35.225-.75.1t-.6-.525q-.175-.375-.05-.775t.475-.625q1.475-.95 2.313-2.487T22 12M5.488 20.288q-1.638-.713-2.85-1.925t-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 MaterialSymbolsBrowseGalleryOutlineRounded(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="M10 11.6V8q0-.425-.288-.712T9 7t-.712.288T8 8v3.975q0 .2.075.388t.225.337l2.8 2.8q.275.275.7.275t.7-.275t.275-.7t-.275-.7zm12 .4q0-1.8-.837-3.337T18.85 6.175q-.35-.225-.475-.625t.05-.775q.2-.4.6-.525t.75.1q1.95 1.225 3.088 3.25T24 12t-1.137 4.4t-3.088 3.25q-.35.225-.75.1t-.6-.525q-.175-.375-.05-.775t.475-.625q1.475-.95 2.313-2.487T22 12M5.488 20.288q-1.638-.713-2.85-1.925t-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="M10 11.6V8q0-.425-.288-.712T9 7t-.712.288T8 8v3.975q0 .2.075.388t.225.337l2.8 2.8q.275.275.7.275t.7-.275t.275-.7t-.275-.7zm12 .4q0-1.8-.837-3.337T18.85 6.175q-.35-.225-.475-.625t.05-.775q.2-.4.6-.525t.75.1q1.95 1.225 3.088 3.25T24 12t-1.137 4.4t-3.088 3.25q-.35.225-.75.1t-.6-.525q-.175-.375-.05-.775t.475-.625q1.475-.95 2.313-2.487T22 12M5.488 20.288q-1.638-.713-2.85-1.925t-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-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%22M10%2011.6V8q0-.425-.288-.712T9%207t-.712.288T8%208v3.975q0%20.2.075.388t.225.337l2.8%202.8q.275.275.7.275t.7-.275t.275-.7t-.275-.7zm12%20.4q0-1.8-.837-3.337T18.85%206.175q-.35-.225-.475-.625t.05-.775q.2-.4.6-.525t.75.1q1.95%201.225%203.088%203.25T24%2012t-1.137%204.4t-3.088%203.25q-.35.225-.75.1t-.6-.525q-.175-.375-.05-.775t.475-.625q1.475-.95%202.313-2.487T22%2012M5.488%2020.288q-1.638-.713-2.85-1.925t-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%22M10%2011.6V8q0-.425-.288-.712T9%207t-.712.288T8%208v3.975q0%20.2.075.388t.225.337l2.8%202.8q.275.275.7.275t.7-.275t.275-.7t-.275-.7zm12%20.4q0-1.8-.837-3.337T18.85%206.175q-.35-.225-.475-.625t.05-.775q.2-.4.6-.525t.75.1q1.95%201.225%203.088%203.25T24%2012t-1.137%204.4t-3.088%203.25q-.35.225-.75.1t-.6-.525q-.175-.375-.05-.775t.475-.625q1.475-.95%202.313-2.487T22%2012M5.488%2020.288q-1.638-.713-2.85-1.925t-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-rounded.svg?color=%231a73e8&size=48