folder plus icon
folder-plus from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.
- Name
- folder-plus
- Set
- Bootstrap Icons
- Style
- Outline
- Viewbox
- 16×16
- License
- MIT
The same icon in other sets
folder-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-plusPhosphorfolder-plusPixelarticonsfolder-plusPrime Iconsfolder-plusTabler Icons
Related icons in Bootstrap Icons
Use the folder plus icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="m.5 3l.04.87a2 2 0 0 0-.342 1.311l.637 7A2 2 0 0 0 2.826 14H9v-1H2.826a1 1 0 0 1-.995-.91l-.637-7A1 1 0 0 1 2.19 4h11.62a1 1 0 0 1 .996 1.09L14.54 8h1.005l.256-2.819A2 2 0 0 0 13.81 3H9.828a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 6.172 1H2.5a2 2 0 0 0-2 2m5.672-1a1 1 0 0 1 .707.293L7.586 3H2.19q-.362.002-.683.12L1.5 2.98a1 1 0 0 1 1-.98z"/><path d="M13.5 9a.5.5 0 0 1 .5.5V11h1.5a.5.5 0 1 1 0 1H14v1.5a.5.5 0 1 1-1 0V12h-1.5a.5.5 0 0 1 0-1H13V9.5a.5.5 0 0 1 .5-.5"/></g></svg>
React
import type { SVGProps } from "react";
export function BiFolderPlus(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="m.5 3l.04.87a2 2 0 0 0-.342 1.311l.637 7A2 2 0 0 0 2.826 14H9v-1H2.826a1 1 0 0 1-.995-.91l-.637-7A1 1 0 0 1 2.19 4h11.62a1 1 0 0 1 .996 1.09L14.54 8h1.005l.256-2.819A2 2 0 0 0 13.81 3H9.828a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 6.172 1H2.5a2 2 0 0 0-2 2m5.672-1a1 1 0 0 1 .707.293L7.586 3H2.19q-.362.002-.683.12L1.5 2.98a1 1 0 0 1 1-.98z"/><path d="M13.5 9a.5.5 0 0 1 .5.5V11h1.5a.5.5 0 1 1 0 1H14v1.5a.5.5 0 1 1-1 0V12h-1.5a.5.5 0 0 1 0-1H13V9.5a.5.5 0 0 1 .5-.5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="m.5 3l.04.87a2 2 0 0 0-.342 1.311l.637 7A2 2 0 0 0 2.826 14H9v-1H2.826a1 1 0 0 1-.995-.91l-.637-7A1 1 0 0 1 2.19 4h11.62a1 1 0 0 1 .996 1.09L14.54 8h1.005l.256-2.819A2 2 0 0 0 13.81 3H9.828a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 6.172 1H2.5a2 2 0 0 0-2 2m5.672-1a1 1 0 0 1 .707.293L7.586 3H2.19q-.362.002-.683.12L1.5 2.98a1 1 0 0 1 1-.98z"/><path d="M13.5 9a.5.5 0 0 1 .5.5V11h1.5a.5.5 0 1 1 0 1H14v1.5a.5.5 0 1 1-1 0V12h-1.5a.5.5 0 0 1 0-1H13V9.5a.5.5 0 0 1 .5-.5"/></g></svg> </template>
CSS
.icon-folder-plus {
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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m.5%203l.04.87a2%202%200%200%200-.342%201.311l.637%207A2%202%200%200%200%202.826%2014H9v-1H2.826a1%201%200%200%201-.995-.91l-.637-7A1%201%200%200%201%202.19%204h11.62a1%201%200%200%201%20.996%201.09L14.54%208h1.005l.256-2.819A2%202%200%200%200%2013.81%203H9.828a2%202%200%200%201-1.414-.586l-.828-.828A2%202%200%200%200%206.172%201H2.5a2%202%200%200%200-2%202m5.672-1a1%201%200%200%201%20.707.293L7.586%203H2.19q-.362.002-.683.12L1.5%202.98a1%201%200%200%201%201-.98z%22%2F%3E%3Cpath%20d%3D%22M13.5%209a.5.5%200%200%201%20.5.5V11h1.5a.5.5%200%201%201%200%201H14v1.5a.5.5%200%201%201-1%200V12h-1.5a.5.5%200%200%201%200-1H13V9.5a.5.5%200%200%201%20.5-.5%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m.5%203l.04.87a2%202%200%200%200-.342%201.311l.637%207A2%202%200%200%200%202.826%2014H9v-1H2.826a1%201%200%200%201-.995-.91l-.637-7A1%201%200%200%201%202.19%204h11.62a1%201%200%200%201%20.996%201.09L14.54%208h1.005l.256-2.819A2%202%200%200%200%2013.81%203H9.828a2%202%200%200%201-1.414-.586l-.828-.828A2%202%200%200%200%206.172%201H2.5a2%202%200%200%200-2%202m5.672-1a1%201%200%200%201%20.707.293L7.586%203H2.19q-.362.002-.683.12L1.5%202.98a1%201%200%200%201%201-.98z%22%2F%3E%3Cpath%20d%3D%22M13.5%209a.5.5%200%200%201%20.5.5V11h1.5a.5.5%200%201%201%200%201H14v1.5a.5.5%200%201%201-1%200V12h-1.5a.5.5%200%200%201%200-1H13V9.5a.5.5%200%200%201%20.5-.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/folder-plus.svg?color=%231a73e8&size=48