structure folder circle icon

structure-folder-circle from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
structure-folder-circle
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the structure folder 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"><path d="M8 19a3 3 0 1 1-6 0a3 3 0 0 1 6 0Zm14 0a3 3 0 1 1-6 0a3 3 0 0 1 6 0Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M19 16c-.157-2.453-1.031-3-3.988-3H8.988c-2.957 0-3.831.547-3.988 3"/><path stroke-linecap="round" d="M12 10h.563c1.58 0 2.37 0 2.937-.375c.246-.162.457-.37.62-.613c.38-.56.38-1.34.38-2.9c0-.937 0-1.405-.227-1.742a1.3 1.3 0 0 0-.373-.368c-.34-.224-.815-.224-1.763-.224h-1.495c-.13 0-.194 0-.254-.009a.82.82 0 0 1-.552-.335a2 2 0 0 1-.121-.22c-.236-.466-.452-.935-.975-1.13C10.51 2 10.249 2 9.725 2c-.817 0-1.226 0-1.533.169c-.218.12-.399.299-.52.515c-.172.302-.172.706-.172 1.513v1.359c0 2.095 0 3.142.659 3.793S9.879 10 12 10Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsStructureFolderCircle(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"><path d="M8 19a3 3 0 1 1-6 0a3 3 0 0 1 6 0Zm14 0a3 3 0 1 1-6 0a3 3 0 0 1 6 0Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M19 16c-.157-2.453-1.031-3-3.988-3H8.988c-2.957 0-3.831.547-3.988 3"/><path strokeLinecap="round" d="M12 10h.563c1.58 0 2.37 0 2.937-.375c.246-.162.457-.37.62-.613c.38-.56.38-1.34.38-2.9c0-.937 0-1.405-.227-1.742a1.3 1.3 0 0 0-.373-.368c-.34-.224-.815-.224-1.763-.224h-1.495c-.13 0-.194 0-.254-.009a.82.82 0 0 1-.552-.335a2 2 0 0 1-.121-.22c-.236-.466-.452-.935-.975-1.13C10.51 2 10.249 2 9.725 2c-.817 0-1.226 0-1.533.169c-.218.12-.399.299-.52.515c-.172.302-.172.706-.172 1.513v1.359c0 2.095 0 3.142.659 3.793S9.879 10 12 10Z"/></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"><path d="M8 19a3 3 0 1 1-6 0a3 3 0 0 1 6 0Zm14 0a3 3 0 1 1-6 0a3 3 0 0 1 6 0Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M19 16c-.157-2.453-1.031-3-3.988-3H8.988c-2.957 0-3.831.547-3.988 3"/><path stroke-linecap="round" d="M12 10h.563c1.58 0 2.37 0 2.937-.375c.246-.162.457-.37.62-.613c.38-.56.38-1.34.38-2.9c0-.937 0-1.405-.227-1.742a1.3 1.3 0 0 0-.373-.368c-.34-.224-.815-.224-1.763-.224h-1.495c-.13 0-.194 0-.254-.009a.82.82 0 0 1-.552-.335a2 2 0 0 1-.121-.22c-.236-.466-.452-.935-.975-1.13C10.51 2 10.249 2 9.725 2c-.817 0-1.226 0-1.533.169c-.218.12-.399.299-.52.515c-.172.302-.172.706-.172 1.513v1.359c0 2.095 0 3.142.659 3.793S9.879 10 12 10Z"/></g></svg>
</template>

CSS

.icon-structure-folder-circle {
  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%3Cpath%20d%3D%22M8%2019a3%203%200%201%201-6%200a3%203%200%200%201%206%200Zm14%200a3%203%200%201%201-6%200a3%203%200%200%201%206%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M19%2016c-.157-2.453-1.031-3-3.988-3H8.988c-2.957%200-3.831.547-3.988%203%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2010h.563c1.58%200%202.37%200%202.937-.375c.246-.162.457-.37.62-.613c.38-.56.38-1.34.38-2.9c0-.937%200-1.405-.227-1.742a1.3%201.3%200%200%200-.373-.368c-.34-.224-.815-.224-1.763-.224h-1.495c-.13%200-.194%200-.254-.009a.82.82%200%200%201-.552-.335a2%202%200%200%201-.121-.22c-.236-.466-.452-.935-.975-1.13C10.51%202%2010.249%202%209.725%202c-.817%200-1.226%200-1.533.169c-.218.12-.399.299-.52.515c-.172.302-.172.706-.172%201.513v1.359c0%202.095%200%203.142.659%203.793S9.879%2010%2012%2010Z%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%3Cpath%20d%3D%22M8%2019a3%203%200%201%201-6%200a3%203%200%200%201%206%200Zm14%200a3%203%200%201%201-6%200a3%203%200%200%201%206%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M19%2016c-.157-2.453-1.031-3-3.988-3H8.988c-2.957%200-3.831.547-3.988%203%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2010h.563c1.58%200%202.37%200%202.937-.375c.246-.162.457-.37.62-.613c.38-.56.38-1.34.38-2.9c0-.937%200-1.405-.227-1.742a1.3%201.3%200%200%200-.373-.368c-.34-.224-.815-.224-1.763-.224h-1.495c-.13%200-.194%200-.254-.009a.82.82%200%200%201-.552-.335a2%202%200%200%201-.121-.22c-.236-.466-.452-.935-.975-1.13C10.51%202%2010.249%202%209.725%202c-.817%200-1.226%200-1.533.169c-.218.12-.399.299-.52.515c-.172.302-.172.706-.172%201.513v1.359c0%202.095%200%203.142.659%203.793S9.879%2010%2012%2010Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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