folder icon
folder-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- folder-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
folderAkar IconsfolderBootstrap IconsfolderBoxIcons v2folderBoxIcons v2 SolidfolderCarbonfolderCatppuccin Iconsfolder-fillEva IconsfolderFramework7 IconsfolderFont Awesome 6 RegularfolderFont Awesome 6 SolidfolderFeather Iconsfolder-16-filledFluent UI System Iconsfoldercss.ggfolderHeroIconsfolderHumbleiconsfolderIconoirfolderIonIconsfolderJam IconsfolderLine AwesomefolderMaterial Line IconsfolderLucidefolderMage IconsfolderMajesticonsfolderMaterial Symbols
Related icons in Phosphor
folder-dashedfolder-dottedfolder-lockfolder-minusfolder-notchfolder-notch-minusfolder-notch-openfolder-notch-plusfolder-openfolder-plusfolder-simplefolder-simple-dashedfolder-simple-dottedfolder-simple-lockfolder-simple-minusfolder-simple-plusfolder-simple-starfolder-simple-userfolder-starfolder-user
Use the folder icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 74h-85.51l-27.9-27.9a13.94 13.94 0 0 0-9.9-4.1H40a14 14 0 0 0-14 14v144.62A13.39 13.39 0 0 0 39.38 214h177.51A13.12 13.12 0 0 0 230 200.89V88a14 14 0 0 0-14-14M40 54h52.69a2 2 0 0 1 1.41.59L113.51 74H38V56a2 2 0 0 1 2-2m178 146.89a1.11 1.11 0 0 1-1.11 1.11H39.38a1.4 1.4 0 0 1-1.38-1.38V86h178a2 2 0 0 1 2 2Z"/></svg>
React
import type { SVGProps } from "react";
export function PhFolderLight(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="M216 74h-85.51l-27.9-27.9a13.94 13.94 0 0 0-9.9-4.1H40a14 14 0 0 0-14 14v144.62A13.39 13.39 0 0 0 39.38 214h177.51A13.12 13.12 0 0 0 230 200.89V88a14 14 0 0 0-14-14M40 54h52.69a2 2 0 0 1 1.41.59L113.51 74H38V56a2 2 0 0 1 2-2m178 146.89a1.11 1.11 0 0 1-1.11 1.11H39.38a1.4 1.4 0 0 1-1.38-1.38V86h178a2 2 0 0 1 2 2Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 74h-85.51l-27.9-27.9a13.94 13.94 0 0 0-9.9-4.1H40a14 14 0 0 0-14 14v144.62A13.39 13.39 0 0 0 39.38 214h177.51A13.12 13.12 0 0 0 230 200.89V88a14 14 0 0 0-14-14M40 54h52.69a2 2 0 0 1 1.41.59L113.51 74H38V56a2 2 0 0 1 2-2m178 146.89a1.11 1.11 0 0 1-1.11 1.11H39.38a1.4 1.4 0 0 1-1.38-1.38V86h178a2 2 0 0 1 2 2Z"/></svg> </template>
CSS
.icon-folder-light {
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%22M216%2074h-85.51l-27.9-27.9a13.94%2013.94%200%200%200-9.9-4.1H40a14%2014%200%200%200-14%2014v144.62A13.39%2013.39%200%200%200%2039.38%20214h177.51A13.12%2013.12%200%200%200%20230%20200.89V88a14%2014%200%200%200-14-14M40%2054h52.69a2%202%200%200%201%201.41.59L113.51%2074H38V56a2%202%200%200%201%202-2m178%20146.89a1.11%201.11%200%200%201-1.11%201.11H39.38a1.4%201.4%200%200%201-1.38-1.38V86h178a2%202%200%200%201%202%202Z%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%22M216%2074h-85.51l-27.9-27.9a13.94%2013.94%200%200%200-9.9-4.1H40a14%2014%200%200%200-14%2014v144.62A13.39%2013.39%200%200%200%2039.38%20214h177.51A13.12%2013.12%200%200%200%20230%20200.89V88a14%2014%200%200%200-14-14M40%2054h52.69a2%202%200%200%201%201.41.59L113.51%2074H38V56a2%202%200%200%201%202-2m178%20146.89a1.11%201.11%200%200%201-1.11%201.11H39.38a1.4%201.4%200%200%201-1.38-1.38V86h178a2%202%200%200%201%202%202Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/folder-light.svg?color=%231a73e8&size=48