gallery circle icon

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

Name
gallery-circle-line-duotone
Set
Solar
Style
Line 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="none" stroke="currentColor" stroke-width="1.5"><circle cx="15" cy="9" r="2" opacity=".5"/><path stroke-linecap="round" d="M19.9999 17.6001L17.7764 15.599C16.7368 14.6634 15.1887 14.5702 14.0445 15.3744L13.7463 15.5839C12.9511 16.1428 11.8693 16.0491 11.1821 15.3618L6.89237 11.0721C6.03616 10.2159 4.66274 10.1702 3.75147 10.9675L2.28101 12.2542" opacity=".5"/><circle cx="12" cy="12" r="10"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarGalleryCircleLineDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><circle cx="15" cy="9" r="2" opacity=".5"/><path strokeLinecap="round" d="M19.9999 17.6001L17.7764 15.599C16.7368 14.6634 15.1887 14.5702 14.0445 15.3744L13.7463 15.5839C12.9511 16.1428 11.8693 16.0491 11.1821 15.3618L6.89237 11.0721C6.03616 10.2159 4.66274 10.1702 3.75147 10.9675L2.28101 12.2542" opacity=".5"/><circle cx="12" cy="12" r="10"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><circle cx="15" cy="9" r="2" opacity=".5"/><path stroke-linecap="round" d="M19.9999 17.6001L17.7764 15.599C16.7368 14.6634 15.1887 14.5702 14.0445 15.3744L13.7463 15.5839C12.9511 16.1428 11.8693 16.0491 11.1821 15.3618L6.89237 11.0721C6.03616 10.2159 4.66274 10.1702 3.75147 10.9675L2.28101 12.2542" opacity=".5"/><circle cx="12" cy="12" r="10"/></g></svg>
</template>

CSS

.icon-gallery-circle-line-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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%229%22%20r%3D%222%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19.9999%2017.6001L17.7764%2015.599C16.7368%2014.6634%2015.1887%2014.5702%2014.0445%2015.3744L13.7463%2015.5839C12.9511%2016.1428%2011.8693%2016.0491%2011.1821%2015.3618L6.89237%2011.0721C6.03616%2010.2159%204.66274%2010.1702%203.75147%2010.9675L2.28101%2012.2542%22%20opacity%3D%22.5%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2210%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%229%22%20r%3D%222%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19.9999%2017.6001L17.7764%2015.599C16.7368%2014.6634%2015.1887%2014.5702%2014.0445%2015.3744L13.7463%2015.5839C12.9511%2016.1428%2011.8693%2016.0491%2011.1821%2015.3618L6.89237%2011.0721C6.03616%2010.2159%204.66274%2010.1702%203.75147%2010.9675L2.28101%2012.2542%22%20opacity%3D%22.5%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2210%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-line-duotone.svg?color=%231a73e8&size=48