structure folder icon
structure-folder from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- structure-folder
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the structure folder 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="M2 19.5c0-1.178 0-1.768.44-2.134C2.878 17 3.585 17 5 17s2.121 0 2.56.366s.44.956.44 2.134s0 1.768-.44 2.134C7.122 22 6.415 22 5 22s-2.121 0-2.56-.366S2 20.678 2 19.5Zm14 0c0-1.178 0-1.768.44-2.134C16.878 17 17.585 17 19 17s2.121 0 2.56.366s.44.956.44 2.134s0 1.768-.44 2.134C21.122 22 20.415 22 19 22s-2.121 0-2.56-.366S16 20.678 16 19.5Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M19 17c0-3.31-.744-4-4.308-4H9.308C5.744 13 5 13.69 5 17"/><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 HugeiconsStructureFolder(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="M2 19.5c0-1.178 0-1.768.44-2.134C2.878 17 3.585 17 5 17s2.121 0 2.56.366s.44.956.44 2.134s0 1.768-.44 2.134C7.122 22 6.415 22 5 22s-2.121 0-2.56-.366S2 20.678 2 19.5Zm14 0c0-1.178 0-1.768.44-2.134C16.878 17 17.585 17 19 17s2.121 0 2.56.366s.44.956.44 2.134s0 1.768-.44 2.134C21.122 22 20.415 22 19 22s-2.121 0-2.56-.366S16 20.678 16 19.5Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M19 17c0-3.31-.744-4-4.308-4H9.308C5.744 13 5 13.69 5 17"/><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="M2 19.5c0-1.178 0-1.768.44-2.134C2.878 17 3.585 17 5 17s2.121 0 2.56.366s.44.956.44 2.134s0 1.768-.44 2.134C7.122 22 6.415 22 5 22s-2.121 0-2.56-.366S2 20.678 2 19.5Zm14 0c0-1.178 0-1.768.44-2.134C16.878 17 17.585 17 19 17s2.121 0 2.56.366s.44.956.44 2.134s0 1.768-.44 2.134C21.122 22 20.415 22 19 22s-2.121 0-2.56-.366S16 20.678 16 19.5Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M19 17c0-3.31-.744-4-4.308-4H9.308C5.744 13 5 13.69 5 17"/><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 {
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%22M2%2019.5c0-1.178%200-1.768.44-2.134C2.878%2017%203.585%2017%205%2017s2.121%200%202.56.366s.44.956.44%202.134s0%201.768-.44%202.134C7.122%2022%206.415%2022%205%2022s-2.121%200-2.56-.366S2%2020.678%202%2019.5Zm14%200c0-1.178%200-1.768.44-2.134C16.878%2017%2017.585%2017%2019%2017s2.121%200%202.56.366s.44.956.44%202.134s0%201.768-.44%202.134C21.122%2022%2020.415%2022%2019%2022s-2.121%200-2.56-.366S16%2020.678%2016%2019.5Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M19%2017c0-3.31-.744-4-4.308-4H9.308C5.744%2013%205%2013.69%205%2017%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%22M2%2019.5c0-1.178%200-1.768.44-2.134C2.878%2017%203.585%2017%205%2017s2.121%200%202.56.366s.44.956.44%202.134s0%201.768-.44%202.134C7.122%2022%206.415%2022%205%2022s-2.121%200-2.56-.366S2%2020.678%202%2019.5Zm14%200c0-1.178%200-1.768.44-2.134C16.878%2017%2017.585%2017%2019%2017s2.121%200%202.56.366s.44.956.44%202.134s0%201.768-.44%202.134C21.122%2022%2020.415%2022%2019%2022s-2.121%200-2.56-.366S16%2020.678%2016%2019.5Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M19%2017c0-3.31-.744-4-4.308-4H9.308C5.744%2013%205%2013.69%205%2017%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.svg?color=%231a73e8&size=48