outline browse gallery icon

outline-browse-gallery from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.

Name
outline-browse-gallery
Set
Google Material Icons
Style
Baseline
Category
Action
Viewbox
24×24
License
Apache 2.0

More action icons from Google Material Icons

Use the outline 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="M9 3a9 9 0 1 0 .001 18.001A9 9 0 0 0 9 3m0 16c-3.86 0-7-3.14-7-7s3.14-7 7-7s7 3.14 7 7s-3.14 7-7 7"/><path fill="currentColor" d="M10 7H8v5.41l3.79 3.8l1.42-1.42l-3.21-3.2zm7.99-3.48v2.16A6.99 6.99 0 0 1 22 12c0 2.79-1.64 5.2-4.01 6.32v2.16C21.48 19.24 24 15.91 24 12s-2.52-7.24-6.01-8.48"/></svg>

React

import type { SVGProps } from "react";

export function IcOutlineBrowseGallery(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="M9 3a9 9 0 1 0 .001 18.001A9 9 0 0 0 9 3m0 16c-3.86 0-7-3.14-7-7s3.14-7 7-7s7 3.14 7 7s-3.14 7-7 7"/><path fill="currentColor" d="M10 7H8v5.41l3.79 3.8l1.42-1.42l-3.21-3.2zm7.99-3.48v2.16A6.99 6.99 0 0 1 22 12c0 2.79-1.64 5.2-4.01 6.32v2.16C21.48 19.24 24 15.91 24 12s-2.52-7.24-6.01-8.48"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 3a9 9 0 1 0 .001 18.001A9 9 0 0 0 9 3m0 16c-3.86 0-7-3.14-7-7s3.14-7 7-7s7 3.14 7 7s-3.14 7-7 7"/><path fill="currentColor" d="M10 7H8v5.41l3.79 3.8l1.42-1.42l-3.21-3.2zm7.99-3.48v2.16A6.99 6.99 0 0 1 22 12c0 2.79-1.64 5.2-4.01 6.32v2.16C21.48 19.24 24 15.91 24 12s-2.52-7.24-6.01-8.48"/></svg>
</template>

CSS

.icon-outline-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%22M9%203a9%209%200%201%200%20.001%2018.001A9%209%200%200%200%209%203m0%2016c-3.86%200-7-3.14-7-7s3.14-7%207-7s7%203.14%207%207s-3.14%207-7%207%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%207H8v5.41l3.79%203.8l1.42-1.42l-3.21-3.2zm7.99-3.48v2.16A6.99%206.99%200%200%201%2022%2012c0%202.79-1.64%205.2-4.01%206.32v2.16C21.48%2019.24%2024%2015.91%2024%2012s-2.52-7.24-6.01-8.48%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%22M9%203a9%209%200%201%200%20.001%2018.001A9%209%200%200%200%209%203m0%2016c-3.86%200-7-3.14-7-7s3.14-7%207-7s7%203.14%207%207s-3.14%207-7%207%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%207H8v5.41l3.79%203.8l1.42-1.42l-3.21-3.2zm7.99-3.48v2.16A6.99%206.99%200%200%201%2022%2012c0%202.79-1.64%205.2-4.01%206.32v2.16C21.48%2019.24%2024%2015.91%2024%2012s-2.52-7.24-6.01-8.48%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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