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

Name
browse-gallery
Set
Material Symbols Light
Style
Regular
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
browse-gallery-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More ui actions icons from Material Symbols Light

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 15.489l.689-.689L9.5 11.812V7.5h-1v4.689zm6.2 3.934V18.3q1.85-.875 2.925-2.575T22 12t-1.075-3.725T18 5.7V4.577q2.264.95 3.632 2.96T23 12t-1.368 4.463T18 19.423m-12.118-.049q-1.455-.626-2.543-1.713t-1.713-2.543T1 12t.626-3.118T3.34 6.34t2.542-1.714T9 4t3.118.626T14.66 6.34t1.714 2.542T17 12t-.626 3.118t-1.714 2.542t-2.542 1.714T9 20t-3.118-.626"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightBrowseGallery(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 15.489l.689-.689L9.5 11.812V7.5h-1v4.689zm6.2 3.934V18.3q1.85-.875 2.925-2.575T22 12t-1.075-3.725T18 5.7V4.577q2.264.95 3.632 2.96T23 12t-1.368 4.463T18 19.423m-12.118-.049q-1.455-.626-2.543-1.713t-1.713-2.543T1 12t.626-3.118T3.34 6.34t2.542-1.714T9 4t3.118.626T14.66 6.34t1.714 2.542T17 12t-.626 3.118t-1.714 2.542t-2.542 1.714T9 20t-3.118-.626"/></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 15.489l.689-.689L9.5 11.812V7.5h-1v4.689zm6.2 3.934V18.3q1.85-.875 2.925-2.575T22 12t-1.075-3.725T18 5.7V4.577q2.264.95 3.632 2.96T23 12t-1.368 4.463T18 19.423m-12.118-.049q-1.455-.626-2.543-1.713t-1.713-2.543T1 12t.626-3.118T3.34 6.34t2.542-1.714T9 4t3.118.626T14.66 6.34t1.714 2.542T17 12t-.626 3.118t-1.714 2.542t-2.542 1.714T9 20t-3.118-.626"/></svg>
</template>

CSS

.icon-browse-gallery {
  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%2015.489l.689-.689L9.5%2011.812V7.5h-1v4.689zm6.2%203.934V18.3q1.85-.875%202.925-2.575T22%2012t-1.075-3.725T18%205.7V4.577q2.264.95%203.632%202.96T23%2012t-1.368%204.463T18%2019.423m-12.118-.049q-1.455-.626-2.543-1.713t-1.713-2.543T1%2012t.626-3.118T3.34%206.34t2.542-1.714T9%204t3.118.626T14.66%206.34t1.714%202.542T17%2012t-.626%203.118t-1.714%202.542t-2.542%201.714T9%2020t-3.118-.626%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%2015.489l.689-.689L9.5%2011.812V7.5h-1v4.689zm6.2%203.934V18.3q1.85-.875%202.925-2.575T22%2012t-1.075-3.725T18%205.7V4.577q2.264.95%203.632%202.96T23%2012t-1.368%204.463T18%2019.423m-12.118-.049q-1.455-.626-2.543-1.713t-1.713-2.543T1%2012t.626-3.118T3.34%206.34t2.542-1.714T9%204t3.118.626T14.66%206.34t1.714%202.542T17%2012t-.626%203.118t-1.714%202.542t-2.542%201.714T9%2020t-3.118-.626%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/browse-gallery.svg?color=%231a73e8&size=48