browse gallery icon

browse-gallery-rounded from Material Symbols by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
browse-gallery-rounded
Set
Material Symbols
Style
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-.712"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsBrowseGalleryRounded(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-.712"/></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-.712"/></svg>
</template>

CSS

.icon-browse-gallery-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-.712%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-.712%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-rounded.svg?color=%231a73e8&size=48