folder 03 icon

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

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

Related icons in Huge Icons

Use the folder 03 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.36 15.179c-.375-1.883-.563-2.825-.03-3.463a2 2 0 0 1 .114-.123C3.037 11 4.087 11 6.186 11h11.628c2.1 0 3.15 0 3.742.593q.06.06.113.123c.534.638.346 1.58-.03 3.463c-.54 2.708-.81 4.061-1.828 4.893q-.104.085-.215.163c-1.08.765-2.59.765-5.608.765h-3.976c-3.019 0-4.528 0-5.608-.765a4 4 0 0 1-.215-.163c-1.018-.832-1.288-2.185-1.828-4.893Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M4 11V5.5A2.5 2.5 0 0 1 6.5 3h2.43a2 2 0 0 1 1.664.89L12 6m0 0H8.5M12 6h5.5A2.5 2.5 0 0 1 20 8.5V11"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsFolder03(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.36 15.179c-.375-1.883-.563-2.825-.03-3.463a2 2 0 0 1 .114-.123C3.037 11 4.087 11 6.186 11h11.628c2.1 0 3.15 0 3.742.593q.06.06.113.123c.534.638.346 1.58-.03 3.463c-.54 2.708-.81 4.061-1.828 4.893q-.104.085-.215.163c-1.08.765-2.59.765-5.608.765h-3.976c-3.019 0-4.528 0-5.608-.765a4 4 0 0 1-.215-.163c-1.018-.832-1.288-2.185-1.828-4.893Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M4 11V5.5A2.5 2.5 0 0 1 6.5 3h2.43a2 2 0 0 1 1.664.89L12 6m0 0H8.5M12 6h5.5A2.5 2.5 0 0 1 20 8.5V11"/></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.36 15.179c-.375-1.883-.563-2.825-.03-3.463a2 2 0 0 1 .114-.123C3.037 11 4.087 11 6.186 11h11.628c2.1 0 3.15 0 3.742.593q.06.06.113.123c.534.638.346 1.58-.03 3.463c-.54 2.708-.81 4.061-1.828 4.893q-.104.085-.215.163c-1.08.765-2.59.765-5.608.765h-3.976c-3.019 0-4.528 0-5.608-.765a4 4 0 0 1-.215-.163c-1.018-.832-1.288-2.185-1.828-4.893Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M4 11V5.5A2.5 2.5 0 0 1 6.5 3h2.43a2 2 0 0 1 1.664.89L12 6m0 0H8.5M12 6h5.5A2.5 2.5 0 0 1 20 8.5V11"/></g></svg>
</template>

CSS

.icon-folder-03 {
  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.36%2015.179c-.375-1.883-.563-2.825-.03-3.463a2%202%200%200%201%20.114-.123C3.037%2011%204.087%2011%206.186%2011h11.628c2.1%200%203.15%200%203.742.593q.06.06.113.123c.534.638.346%201.58-.03%203.463c-.54%202.708-.81%204.061-1.828%204.893q-.104.085-.215.163c-1.08.765-2.59.765-5.608.765h-3.976c-3.019%200-4.528%200-5.608-.765a4%204%200%200%201-.215-.163c-1.018-.832-1.288-2.185-1.828-4.893Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%2011V5.5A2.5%202.5%200%200%201%206.5%203h2.43a2%202%200%200%201%201.664.89L12%206m0%200H8.5M12%206h5.5A2.5%202.5%200%200%201%2020%208.5V11%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.36%2015.179c-.375-1.883-.563-2.825-.03-3.463a2%202%200%200%201%20.114-.123C3.037%2011%204.087%2011%206.186%2011h11.628c2.1%200%203.15%200%203.742.593q.06.06.113.123c.534.638.346%201.58-.03%203.463c-.54%202.708-.81%204.061-1.828%204.893q-.104.085-.215.163c-1.08.765-2.59.765-5.608.765h-3.976c-3.019%200-4.528%200-5.608-.765a4%204%200%200%201-.215-.163c-1.018-.832-1.288-2.185-1.828-4.893Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%2011V5.5A2.5%202.5%200%200%201%206.5%203h2.43a2%202%200%200%201%201.664.89L12%206m0%200H8.5M12%206h5.5A2.5%202.5%200%200%201%2020%208.5V11%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/folder-03.svg?color=%231a73e8&size=48