gallery circle icon

gallery-circle-duotone from Reicon by REICON · Duotone · Video · MIT Free for personal and commercial use.

Name
gallery-circle-duotone
Set
Reicon
Style
Duotone
Category
Video
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More video icons from Reicon

Use the gallery circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m11.182 15.362l-4.29-4.29a2.3 2.3 0 0 0-3.14-.104l-1.001.894c-.017.013-.05.099-.05.338a9.3 9.3 0 0 0 17.025 5.179l-.117-.118l-1.833-1.662a3 3 0 0 0-3.731-.225l-.299.21a2 2 0 0 1-2.564-.222" opacity=".5"/><path d="M15 11a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/><path fill-rule="evenodd" d="M1.25 12C1.25 6.063 6.063 1.25 12 1.25S22.75 6.063 22.75 12S17.937 22.75 12 22.75S1.25 17.937 1.25 12m19.73-2.23c.209.775.32 1.59.32 2.43A9.3 9.3 0 1 1 3.016 9.787C4.008 5.747 7.654 2.75 12 2.75c4.34 0 7.981 2.989 8.98 7.02" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconGalleryCircleDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m11.182 15.362l-4.29-4.29a2.3 2.3 0 0 0-3.14-.104l-1.001.894c-.017.013-.05.099-.05.338a9.3 9.3 0 0 0 17.025 5.179l-.117-.118l-1.833-1.662a3 3 0 0 0-3.731-.225l-.299.21a2 2 0 0 1-2.564-.222" opacity=".5"/><path d="M15 11a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/><path fillRule="evenodd" d="M1.25 12C1.25 6.063 6.063 1.25 12 1.25S22.75 6.063 22.75 12S17.937 22.75 12 22.75S1.25 17.937 1.25 12m19.73-2.23c.209.775.32 1.59.32 2.43A9.3 9.3 0 1 1 3.016 9.787C4.008 5.747 7.654 2.75 12 2.75c4.34 0 7.981 2.989 8.98 7.02" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m11.182 15.362l-4.29-4.29a2.3 2.3 0 0 0-3.14-.104l-1.001.894c-.017.013-.05.099-.05.338a9.3 9.3 0 0 0 17.025 5.179l-.117-.118l-1.833-1.662a3 3 0 0 0-3.731-.225l-.299.21a2 2 0 0 1-2.564-.222" opacity=".5"/><path d="M15 11a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/><path fill-rule="evenodd" d="M1.25 12C1.25 6.063 6.063 1.25 12 1.25S22.75 6.063 22.75 12S17.937 22.75 12 22.75S1.25 17.937 1.25 12m19.73-2.23c.209.775.32 1.59.32 2.43A9.3 9.3 0 1 1 3.016 9.787C4.008 5.747 7.654 2.75 12 2.75c4.34 0 7.981 2.989 8.98 7.02" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-gallery-circle-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m11.182%2015.362l-4.29-4.29a2.3%202.3%200%200%200-3.14-.104l-1.001.894c-.017.013-.05.099-.05.338a9.3%209.3%200%200%200%2017.025%205.179l-.117-.118l-1.833-1.662a3%203%200%200%200-3.731-.225l-.299.21a2%202%200%200%201-2.564-.222%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M15%2011a2%202%200%201%200%200-4a2%202%200%200%200%200%204%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1.25%2012C1.25%206.063%206.063%201.25%2012%201.25S22.75%206.063%2022.75%2012S17.937%2022.75%2012%2022.75S1.25%2017.937%201.25%2012m19.73-2.23c.209.775.32%201.59.32%202.43A9.3%209.3%200%201%201%203.016%209.787C4.008%205.747%207.654%202.75%2012%202.75c4.34%200%207.981%202.989%208.98%207.02%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m11.182%2015.362l-4.29-4.29a2.3%202.3%200%200%200-3.14-.104l-1.001.894c-.017.013-.05.099-.05.338a9.3%209.3%200%200%200%2017.025%205.179l-.117-.118l-1.833-1.662a3%203%200%200%200-3.731-.225l-.299.21a2%202%200%200%201-2.564-.222%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M15%2011a2%202%200%201%200%200-4a2%202%200%200%200%200%204%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1.25%2012C1.25%206.063%206.063%201.25%2012%201.25S22.75%206.063%2022.75%2012S17.937%2022.75%2012%2022.75S1.25%2017.937%201.25%2012m19.73-2.23c.209.775.32%201.59.32%202.43A9.3%209.3%200%201%201%203.016%209.787C4.008%205.747%207.654%202.75%2012%202.75c4.34%200%207.981%202.989%208.98%207.02%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Gallery Circle duotone icon — Reicon · IconsDB