folders icon
folders-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- folders-bold
- Set
- Phosphor
- Style
- Bold
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
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 256 256"><path fill="currentColor" d="M228 56h-68l-26.67-20a20.12 20.12 0 0 0-12-4H76a20 20 0 0 0-20 20v20H36a20 20 0 0 0-20 20v112a20 20 0 0 0 20 20h152.89A19.13 19.13 0 0 0 208 204.89V184h20.89A19.13 19.13 0 0 0 248 164.89V76a20 20 0 0 0-20-20m-44 144H40V96h40l28.8 21.6a12 12 0 0 0 7.2 2.4h68Zm40-40h-16v-44a20 20 0 0 0-20-20h-68L93.33 76a20.12 20.12 0 0 0-12-4H80V56h40l28.8 21.6A12 12 0 0 0 156 80h68Z"/></svg>
React
import type { SVGProps } from "react";
export function PhFoldersBold(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M228 56h-68l-26.67-20a20.12 20.12 0 0 0-12-4H76a20 20 0 0 0-20 20v20H36a20 20 0 0 0-20 20v112a20 20 0 0 0 20 20h152.89A19.13 19.13 0 0 0 208 204.89V184h20.89A19.13 19.13 0 0 0 248 164.89V76a20 20 0 0 0-20-20m-44 144H40V96h40l28.8 21.6a12 12 0 0 0 7.2 2.4h68Zm40-40h-16v-44a20 20 0 0 0-20-20h-68L93.33 76a20.12 20.12 0 0 0-12-4H80V56h40l28.8 21.6A12 12 0 0 0 156 80h68Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M228 56h-68l-26.67-20a20.12 20.12 0 0 0-12-4H76a20 20 0 0 0-20 20v20H36a20 20 0 0 0-20 20v112a20 20 0 0 0 20 20h152.89A19.13 19.13 0 0 0 208 204.89V184h20.89A19.13 19.13 0 0 0 248 164.89V76a20 20 0 0 0-20-20m-44 144H40V96h40l28.8 21.6a12 12 0 0 0 7.2 2.4h68Zm40-40h-16v-44a20 20 0 0 0-20-20h-68L93.33 76a20.12 20.12 0 0 0-12-4H80V56h40l28.8 21.6A12 12 0 0 0 156 80h68Z"/></svg> </template>
CSS
.icon-folders-bold {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M228%2056h-68l-26.67-20a20.12%2020.12%200%200%200-12-4H76a20%2020%200%200%200-20%2020v20H36a20%2020%200%200%200-20%2020v112a20%2020%200%200%200%2020%2020h152.89A19.13%2019.13%200%200%200%20208%20204.89V184h20.89A19.13%2019.13%200%200%200%20248%20164.89V76a20%2020%200%200%200-20-20m-44%20144H40V96h40l28.8%2021.6a12%2012%200%200%200%207.2%202.4h68Zm40-40h-16v-44a20%2020%200%200%200-20-20h-68L93.33%2076a20.12%2020.12%200%200%200-12-4H80V56h40l28.8%2021.6A12%2012%200%200%200%20156%2080h68Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M228%2056h-68l-26.67-20a20.12%2020.12%200%200%200-12-4H76a20%2020%200%200%200-20%2020v20H36a20%2020%200%200%200-20%2020v112a20%2020%200%200%200%2020%2020h152.89A19.13%2019.13%200%200%200%20208%20204.89V184h20.89A19.13%2019.13%200%200%200%20248%20164.89V76a20%2020%200%200%200-20-20m-44%20144H40V96h40l28.8%2021.6a12%2012%200%200%200%207.2%202.4h68Zm40-40h-16v-44a20%2020%200%200%200-20-20h-68L93.33%2076a20.12%2020.12%200%200%200-12-4H80V56h40l28.8%2021.6A12%2012%200%200%200%20156%2080h68Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/folders-bold.svg?color=%231a73e8&size=48