folder plus icon
folder-plus from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.
- Name
- folder-plus
- Set
- Prime Icons
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
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-plusPhosphorfolder-plusPixelarticonsfolder-plusTabler Icons
Related icons in Prime Icons
Use the folder plus icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5.25 7.5c0-.686.564-1.25 1.25-1.25h2.155l2.776 3.238A.75.75 0 0 0 12 9.75h5.5c.686 0 1.25.564 1.25 1.25v5.5c0 .686-.564 1.25-1.25 1.25h-11c-.686 0-1.25-.564-1.25-1.25zM6.5 4.75A2.756 2.756 0 0 0 3.75 7.5v9a2.756 2.756 0 0 0 2.75 2.75h11a2.756 2.756 0 0 0 2.75-2.75V11a2.756 2.756 0 0 0-2.75-2.75h-5.155L9.569 5.012A.75.75 0 0 0 9 4.75zm5.5 6a.75.75 0 0 1 .75.75v1.25H14a.75.75 0 0 1 0 1.5h-1.25v1.25a.75.75 0 0 1-1.5 0v-1.25H10a.75.75 0 0 1 0-1.5h1.25V11.5a.75.75 0 0 1 .75-.75" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function PrimeFolderPlus(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M5.25 7.5c0-.686.564-1.25 1.25-1.25h2.155l2.776 3.238A.75.75 0 0 0 12 9.75h5.5c.686 0 1.25.564 1.25 1.25v5.5c0 .686-.564 1.25-1.25 1.25h-11c-.686 0-1.25-.564-1.25-1.25zM6.5 4.75A2.756 2.756 0 0 0 3.75 7.5v9a2.756 2.756 0 0 0 2.75 2.75h11a2.756 2.756 0 0 0 2.75-2.75V11a2.756 2.756 0 0 0-2.75-2.75h-5.155L9.569 5.012A.75.75 0 0 0 9 4.75zm5.5 6a.75.75 0 0 1 .75.75v1.25H14a.75.75 0 0 1 0 1.5h-1.25v1.25a.75.75 0 0 1-1.5 0v-1.25H10a.75.75 0 0 1 0-1.5h1.25V11.5a.75.75 0 0 1 .75-.75" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5.25 7.5c0-.686.564-1.25 1.25-1.25h2.155l2.776 3.238A.75.75 0 0 0 12 9.75h5.5c.686 0 1.25.564 1.25 1.25v5.5c0 .686-.564 1.25-1.25 1.25h-11c-.686 0-1.25-.564-1.25-1.25zM6.5 4.75A2.756 2.756 0 0 0 3.75 7.5v9a2.756 2.756 0 0 0 2.75 2.75h11a2.756 2.756 0 0 0 2.75-2.75V11a2.756 2.756 0 0 0-2.75-2.75h-5.155L9.569 5.012A.75.75 0 0 0 9 4.75zm5.5 6a.75.75 0 0 1 .75.75v1.25H14a.75.75 0 0 1 0 1.5h-1.25v1.25a.75.75 0 0 1-1.5 0v-1.25H10a.75.75 0 0 1 0-1.5h1.25V11.5a.75.75 0 0 1 .75-.75" clip-rule="evenodd"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M5.25%207.5c0-.686.564-1.25%201.25-1.25h2.155l2.776%203.238A.75.75%200%200%200%2012%209.75h5.5c.686%200%201.25.564%201.25%201.25v5.5c0%20.686-.564%201.25-1.25%201.25h-11c-.686%200-1.25-.564-1.25-1.25zM6.5%204.75A2.756%202.756%200%200%200%203.75%207.5v9a2.756%202.756%200%200%200%202.75%202.75h11a2.756%202.756%200%200%200%202.75-2.75V11a2.756%202.756%200%200%200-2.75-2.75h-5.155L9.569%205.012A.75.75%200%200%200%209%204.75zm5.5%206a.75.75%200%200%201%20.75.75v1.25H14a.75.75%200%200%201%200%201.5h-1.25v1.25a.75.75%200%200%201-1.5%200v-1.25H10a.75.75%200%200%201%200-1.5h1.25V11.5a.75.75%200%200%201%20.75-.75%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M5.25%207.5c0-.686.564-1.25%201.25-1.25h2.155l2.776%203.238A.75.75%200%200%200%2012%209.75h5.5c.686%200%201.25.564%201.25%201.25v5.5c0%20.686-.564%201.25-1.25%201.25h-11c-.686%200-1.25-.564-1.25-1.25zM6.5%204.75A2.756%202.756%200%200%200%203.75%207.5v9a2.756%202.756%200%200%200%202.75%202.75h11a2.756%202.756%200%200%200%202.75-2.75V11a2.756%202.756%200%200%200-2.75-2.75h-5.155L9.569%205.012A.75.75%200%200%200%209%204.75zm5.5%206a.75.75%200%200%201%20.75.75v1.25H14a.75.75%200%200%201%200%201.5h-1.25v1.25a.75.75%200%200%201-1.5%200v-1.25H10a.75.75%200%200%201%200-1.5h1.25V11.5a.75.75%200%200%201%20.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/prime/folder-plus.svg?color=%231a73e8&size=48