folders-sharp-fill from Keyline Icons by Keyline Icons · Sharp Fill · MIT Free for personal and commercial use.

Name
folders-sharp-fill
Set
Keyline Icons
Style
Sharp Fill
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

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"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2"><path d="M5 9.268L3 9.268L3 21L15.732 21L15.732 19"/><path fill="currentColor" d="M8 2L12 2C12.2652 2 12.5196 2.1054 12.7071 2.2929L14.4142 4L21 4C21.5523 4 22 4.4477 22 5L22 16C22 16.5523 21.5523 17 21 17L8 17C7.4477 17 7 16.5523 7 16L7 3C7 2.4477 7.4477 2 8 2Z" stroke="none"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsFoldersSharpFill(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" strokeLinejoin="round" strokeWidth="2"><path d="M5 9.268L3 9.268L3 21L15.732 21L15.732 19"/><path fill="currentColor" d="M8 2L12 2C12.2652 2 12.5196 2.1054 12.7071 2.2929L14.4142 4L21 4C21.5523 4 22 4.4477 22 5L22 16C22 16.5523 21.5523 17 21 17L8 17C7.4477 17 7 16.5523 7 16L7 3C7 2.4477 7.4477 2 8 2Z" stroke="none"/></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-linejoin="round" stroke-width="2"><path d="M5 9.268L3 9.268L3 21L15.732 21L15.732 19"/><path fill="currentColor" d="M8 2L12 2C12.2652 2 12.5196 2.1054 12.7071 2.2929L14.4142 4L21 4C21.5523 4 22 4.4477 22 5L22 16C22 16.5523 21.5523 17 21 17L8 17C7.4477 17 7 16.5523 7 16L7 3C7 2.4477 7.4477 2 8 2Z" stroke="none"/></g></svg>
</template>

CSS

.icon-folders-sharp-fill {
  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-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M5%209.268L3%209.268L3%2021L15.732%2021L15.732%2019%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%202L12%202C12.2652%202%2012.5196%202.1054%2012.7071%202.2929L14.4142%204L21%204C21.5523%204%2022%204.4477%2022%205L22%2016C22%2016.5523%2021.5523%2017%2021%2017L8%2017C7.4477%2017%207%2016.5523%207%2016L7%203C7%202.4477%207.4477%202%208%202Z%22%20stroke%3D%22none%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-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M5%209.268L3%209.268L3%2021L15.732%2021L15.732%2019%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%202L12%202C12.2652%202%2012.5196%202.1054%2012.7071%202.2929L14.4142%204L21%204C21.5523%204%2022%204.4477%2022%205L22%2016C22%2016.5523%2021.5523%2017%2021%2017L8%2017C7.4477%2017%207%2016.5523%207%2016L7%203C7%202.4477%207.4477%202%208%202Z%22%20stroke%3D%22none%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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