folders from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
folders
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the folders icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M7.5 9.056h8.775c1.896 0 2.844 0 3.525.45c.295.194.548.444.745.735c.455.672.455 1.609.455 3.481c0 3.121 0 4.682-.758 5.803c-.329.485-.75.902-1.242 1.226c-1.135.75-2.715.75-5.875.75H12c-4.243 0-6.364 0-7.682-1.303C3 18.897 3 16.802 3 12.611V9.895c0-1.615 0-2.422.342-3.028a2.7 2.7 0 0 1 1.042-1.029C4.998 5.5 5.815 5.5 7.45 5.5c1.047 0 1.57 0 2.03.17c1.046.388 1.478 1.327 1.95 2.26L12 9.056M3 2.5h5.5c.97 0 1.918-.028 2.739.555c1.051.748 1.471 2.142 2.522 2.89c.82.583 1.769.555 2.739.555H21"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsFolders(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5" d="M7.5 9.056h8.775c1.896 0 2.844 0 3.525.45c.295.194.548.444.745.735c.455.672.455 1.609.455 3.481c0 3.121 0 4.682-.758 5.803c-.329.485-.75.902-1.242 1.226c-1.135.75-2.715.75-5.875.75H12c-4.243 0-6.364 0-7.682-1.303C3 18.897 3 16.802 3 12.611V9.895c0-1.615 0-2.422.342-3.028a2.7 2.7 0 0 1 1.042-1.029C4.998 5.5 5.815 5.5 7.45 5.5c1.047 0 1.57 0 2.03.17c1.046.388 1.478 1.327 1.95 2.26L12 9.056M3 2.5h5.5c.97 0 1.918-.028 2.739.555c1.051.748 1.471 2.142 2.522 2.89c.82.583 1.769.555 2.739.555H21"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M7.5 9.056h8.775c1.896 0 2.844 0 3.525.45c.295.194.548.444.745.735c.455.672.455 1.609.455 3.481c0 3.121 0 4.682-.758 5.803c-.329.485-.75.902-1.242 1.226c-1.135.75-2.715.75-5.875.75H12c-4.243 0-6.364 0-7.682-1.303C3 18.897 3 16.802 3 12.611V9.895c0-1.615 0-2.422.342-3.028a2.7 2.7 0 0 1 1.042-1.029C4.998 5.5 5.815 5.5 7.45 5.5c1.047 0 1.57 0 2.03.17c1.046.388 1.478 1.327 1.95 2.26L12 9.056M3 2.5h5.5c.97 0 1.918-.028 2.739.555c1.051.748 1.471 2.142 2.522 2.89c.82.583 1.769.555 2.739.555H21"/></svg>
</template>

CSS

.icon-folders {
  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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M7.5%209.056h8.775c1.896%200%202.844%200%203.525.45c.295.194.548.444.745.735c.455.672.455%201.609.455%203.481c0%203.121%200%204.682-.758%205.803c-.329.485-.75.902-1.242%201.226c-1.135.75-2.715.75-5.875.75H12c-4.243%200-6.364%200-7.682-1.303C3%2018.897%203%2016.802%203%2012.611V9.895c0-1.615%200-2.422.342-3.028a2.7%202.7%200%200%201%201.042-1.029C4.998%205.5%205.815%205.5%207.45%205.5c1.047%200%201.57%200%202.03.17c1.046.388%201.478%201.327%201.95%202.26L12%209.056M3%202.5h5.5c.97%200%201.918-.028%202.739.555c1.051.748%201.471%202.142%202.522%202.89c.82.583%201.769.555%202.739.555H21%22%2F%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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M7.5%209.056h8.775c1.896%200%202.844%200%203.525.45c.295.194.548.444.745.735c.455.672.455%201.609.455%203.481c0%203.121%200%204.682-.758%205.803c-.329.485-.75.902-1.242%201.226c-1.135.75-2.715.75-5.875.75H12c-4.243%200-6.364%200-7.682-1.303C3%2018.897%203%2016.802%203%2012.611V9.895c0-1.615%200-2.422.342-3.028a2.7%202.7%200%200%201%201.042-1.029C4.998%205.5%205.815%205.5%207.45%205.5c1.047%200%201.57%200%202.03.17c1.046.388%201.478%201.327%201.95%202.26L12%209.056M3%202.5h5.5c.97%200%201.918-.028%202.739.555c1.051.748%201.471%202.142%202.522%202.89c.82.583%201.769.555%202.739.555H21%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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