folder plus icon
folder-plus-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- folder-plus-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
folder-plusBootstrap Iconsfolder-plusBoxIcons v2folder-plusBoxIcons v2 Solidfolder-plusFont Awesome 6 Solidfolder-plusFont Awesome Solidfolder-plusFeather Iconsfolder-plus-outlineFlowbite Iconsfolder-plusHeroIconsfolder-plusHuge Iconsfolder-plusIconParkfolder-plusIconPark Outlinefolder-plusIconPark Solidfolder-plusIconPark TwoTonefolder-plusIconoirfolder-plusLine Awesomefolder-plusMaterial Line Iconsfolder-plusLucidefolder-plusMage Iconsfolder-plusMajesticonsfolder-plusMaterial Design Iconsfolder-plusMyna UI Iconsfolder-plusPixelarticonsfolder-plusPrime Iconsfolder-plusTabler Icons
Related icons in Phosphor
Use the folder plus 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 2ZM158 144a6 6 0 0 1-6 6h-18v18a6 6 0 0 1-12 0v-18h-18a6 6 0 0 1 0-12h18v-18a6 6 0 0 1 12 0v18h18a6 6 0 0 1 6 6"/></svg>
React
import type { SVGProps } from "react";
export function PhFolderPlusLight(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 2ZM158 144a6 6 0 0 1-6 6h-18v18a6 6 0 0 1-12 0v-18h-18a6 6 0 0 1 0-12h18v-18a6 6 0 0 1 12 0v18h18a6 6 0 0 1 6 6"/></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 2ZM158 144a6 6 0 0 1-6 6h-18v18a6 6 0 0 1-12 0v-18h-18a6 6 0 0 1 0-12h18v-18a6 6 0 0 1 12 0v18h18a6 6 0 0 1 6 6"/></svg> </template>
CSS
.icon-folder-plus-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%202ZM158%20144a6%206%200%200%201-6%206h-18v18a6%206%200%200%201-12%200v-18h-18a6%206%200%200%201%200-12h18v-18a6%206%200%200%201%2012%200v18h18a6%206%200%200%201%206%206%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%202ZM158%20144a6%206%200%200%201-6%206h-18v18a6%206%200%200%201-12%200v-18h-18a6%206%200%200%201%200-12h18v-18a6%206%200%200%201%2012%200v18h18a6%206%200%200%201%206%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/folder-plus-light.svg?color=%231a73e8&size=48