gallery circle icon

gallery-circle-bold-duotone from Solar by 480 Design · Bold Duotone · Video · CC-BY-4.0 Attribution required.

Name
gallery-circle-bold-duotone
Set
Solar
Style
Bold Duotone
Category
Video
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More video icons from Solar

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.1822 15.3618L6.89249 11.0721C6.03628 10.2159 4.66286 10.1702 3.75159 10.9675L2.751 11.8623C2.73407 11.8751 2.7002 11.9607 2.7002 12.2004C2.7002 17.3366 6.86395 21.5004 12.0002 21.5004C15.2197 21.5004 18.057 19.8645 19.7264 17.3786L19.609 17.2612L17.7765 15.599C16.7369 14.6634 15.1888 14.5702 14.0446 15.3744L13.7464 15.5839C12.9512 16.1428 11.8694 16.0491 11.1822 15.3618Z" opacity=".5"/><path d="M15 11C16.1046 11 17 10.1046 17 9C17 7.89543 16.1046 7 15 7C13.8954 7 13 7.89543 13 9C13 10.1046 13.8954 11 15 11Z"/><path fill-rule="evenodd" d="M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM20.9794 9.76985C21.1886 10.5446 21.3002 11.3595 21.3002 12.2004C21.3002 17.3366 17.1364 21.5004 12.0002 21.5004C6.86395 21.5004 2.7002 17.3366 2.7002 12.2004C2.7002 11.3658 2.81014 10.5568 3.01634 9.78724C4.00808 5.74714 7.65403 2.75 12 2.75C16.3397 2.75 19.9814 5.73854 20.9794 9.76985Z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarGalleryCircleBoldDuotone(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.1822 15.3618L6.89249 11.0721C6.03628 10.2159 4.66286 10.1702 3.75159 10.9675L2.751 11.8623C2.73407 11.8751 2.7002 11.9607 2.7002 12.2004C2.7002 17.3366 6.86395 21.5004 12.0002 21.5004C15.2197 21.5004 18.057 19.8645 19.7264 17.3786L19.609 17.2612L17.7765 15.599C16.7369 14.6634 15.1888 14.5702 14.0446 15.3744L13.7464 15.5839C12.9512 16.1428 11.8694 16.0491 11.1822 15.3618Z" opacity=".5"/><path d="M15 11C16.1046 11 17 10.1046 17 9C17 7.89543 16.1046 7 15 7C13.8954 7 13 7.89543 13 9C13 10.1046 13.8954 11 15 11Z"/><path fillRule="evenodd" d="M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM20.9794 9.76985C21.1886 10.5446 21.3002 11.3595 21.3002 12.2004C21.3002 17.3366 17.1364 21.5004 12.0002 21.5004C6.86395 21.5004 2.7002 17.3366 2.7002 12.2004C2.7002 11.3658 2.81014 10.5568 3.01634 9.78724C4.00808 5.74714 7.65403 2.75 12 2.75C16.3397 2.75 19.9814 5.73854 20.9794 9.76985Z" 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.1822 15.3618L6.89249 11.0721C6.03628 10.2159 4.66286 10.1702 3.75159 10.9675L2.751 11.8623C2.73407 11.8751 2.7002 11.9607 2.7002 12.2004C2.7002 17.3366 6.86395 21.5004 12.0002 21.5004C15.2197 21.5004 18.057 19.8645 19.7264 17.3786L19.609 17.2612L17.7765 15.599C16.7369 14.6634 15.1888 14.5702 14.0446 15.3744L13.7464 15.5839C12.9512 16.1428 11.8694 16.0491 11.1822 15.3618Z" opacity=".5"/><path d="M15 11C16.1046 11 17 10.1046 17 9C17 7.89543 16.1046 7 15 7C13.8954 7 13 7.89543 13 9C13 10.1046 13.8954 11 15 11Z"/><path fill-rule="evenodd" d="M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM20.9794 9.76985C21.1886 10.5446 21.3002 11.3595 21.3002 12.2004C21.3002 17.3366 17.1364 21.5004 12.0002 21.5004C6.86395 21.5004 2.7002 17.3366 2.7002 12.2004C2.7002 11.3658 2.81014 10.5568 3.01634 9.78724C4.00808 5.74714 7.65403 2.75 12 2.75C16.3397 2.75 19.9814 5.73854 20.9794 9.76985Z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-gallery-circle-bold-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.1822%2015.3618L6.89249%2011.0721C6.03628%2010.2159%204.66286%2010.1702%203.75159%2010.9675L2.751%2011.8623C2.73407%2011.8751%202.7002%2011.9607%202.7002%2012.2004C2.7002%2017.3366%206.86395%2021.5004%2012.0002%2021.5004C15.2197%2021.5004%2018.057%2019.8645%2019.7264%2017.3786L19.609%2017.2612L17.7765%2015.599C16.7369%2014.6634%2015.1888%2014.5702%2014.0446%2015.3744L13.7464%2015.5839C12.9512%2016.1428%2011.8694%2016.0491%2011.1822%2015.3618Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M15%2011C16.1046%2011%2017%2010.1046%2017%209C17%207.89543%2016.1046%207%2015%207C13.8954%207%2013%207.89543%2013%209C13%2010.1046%2013.8954%2011%2015%2011Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1.25%2012C1.25%206.06294%206.06294%201.25%2012%201.25C17.9371%201.25%2022.75%206.06294%2022.75%2012C22.75%2017.9371%2017.9371%2022.75%2012%2022.75C6.06294%2022.75%201.25%2017.9371%201.25%2012ZM20.9794%209.76985C21.1886%2010.5446%2021.3002%2011.3595%2021.3002%2012.2004C21.3002%2017.3366%2017.1364%2021.5004%2012.0002%2021.5004C6.86395%2021.5004%202.7002%2017.3366%202.7002%2012.2004C2.7002%2011.3658%202.81014%2010.5568%203.01634%209.78724C4.00808%205.74714%207.65403%202.75%2012%202.75C16.3397%202.75%2019.9814%205.73854%2020.9794%209.76985Z%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.1822%2015.3618L6.89249%2011.0721C6.03628%2010.2159%204.66286%2010.1702%203.75159%2010.9675L2.751%2011.8623C2.73407%2011.8751%202.7002%2011.9607%202.7002%2012.2004C2.7002%2017.3366%206.86395%2021.5004%2012.0002%2021.5004C15.2197%2021.5004%2018.057%2019.8645%2019.7264%2017.3786L19.609%2017.2612L17.7765%2015.599C16.7369%2014.6634%2015.1888%2014.5702%2014.0446%2015.3744L13.7464%2015.5839C12.9512%2016.1428%2011.8694%2016.0491%2011.1822%2015.3618Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M15%2011C16.1046%2011%2017%2010.1046%2017%209C17%207.89543%2016.1046%207%2015%207C13.8954%207%2013%207.89543%2013%209C13%2010.1046%2013.8954%2011%2015%2011Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1.25%2012C1.25%206.06294%206.06294%201.25%2012%201.25C17.9371%201.25%2022.75%206.06294%2022.75%2012C22.75%2017.9371%2017.9371%2022.75%2012%2022.75C6.06294%2022.75%201.25%2017.9371%201.25%2012ZM20.9794%209.76985C21.1886%2010.5446%2021.3002%2011.3595%2021.3002%2012.2004C21.3002%2017.3366%2017.1364%2021.5004%2012.0002%2021.5004C6.86395%2021.5004%202.7002%2017.3366%202.7002%2012.2004C2.7002%2011.3658%202.81014%2010.5568%203.01634%209.78724C4.00808%205.74714%207.65403%202.75%2012%202.75C16.3397%202.75%2019.9814%205.73854%2020.9794%209.76985Z%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/solar/gallery-circle-bold-duotone.svg?color=%231a73e8&size=48