folder icon
folder from IconPark by ByteDance · Color · Office · Apache-2.0 Free for personal and commercial use.
- Name
- folder
- Set
- IconPark
- Style
- Color
- Category
- Office
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
folderAkar Iconsfolder-filledAnt Design IconsfolderBootstrap IconsfolderBoxIcons v2folderBoxIcons v2 SolidfolderCarbonfolderCatppuccin IconsfolderCodiconsfolderElement Plusfolder-fillEva IconsfolderFramework7 IconsfolderFont Awesome 6 RegularfolderFont Awesome 6 SolidfolderFont Awesome RegularfolderFont Awesome SolidfolderFeather Iconsfolder-outlineFlowbite Iconsfolder-16-filledFluent UI System IconsfolderFirefox OS Emojifoldercss.ggfolderHeroIconsfolderHumbleiconsfolderIconPark OutlinefolderIconPark Solid
More office icons from IconPark
Use the folder icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" stroke="#000" d="M7 6C7 4.89543 7.89543 4 9 4H39C40.1046 4 41 4.89543 41 6V42C41 43.1046 40.1046 44 39 44H9C7.89543 44 7 43.1046 7 42V6Z"/><path stroke="#fff" d="M16 29H20"/><path stroke="#fff" d="M16 35H26"/><path stroke="#fff" d="M8 5C8 5 11.7647 18 24 18C36.2353 18 40 5 40 5"/><circle cx="24" cy="18" r="4" fill="#43CCF8" stroke="#fff"/><path stroke="#000" d="M15 4H9C7.89543 4 7 4.89543 7 6V12"/><path stroke="#000" d="M33 4H39C40.1046 4 41 4.89543 41 6V12"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkFolder(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" stroke="#000" d="M7 6C7 4.89543 7.89543 4 9 4H39C40.1046 4 41 4.89543 41 6V42C41 43.1046 40.1046 44 39 44H9C7.89543 44 7 43.1046 7 42V6Z"/><path stroke="#fff" d="M16 29H20"/><path stroke="#fff" d="M16 35H26"/><path stroke="#fff" d="M8 5C8 5 11.7647 18 24 18C36.2353 18 40 5 40 5"/><circle cx="24" cy="18" r="4" fill="#43CCF8" stroke="#fff"/><path stroke="#000" d="M15 4H9C7.89543 4 7 4.89543 7 6V12"/><path stroke="#000" d="M33 4H39C40.1046 4 41 4.89543 41 6V12"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" stroke="#000" d="M7 6C7 4.89543 7.89543 4 9 4H39C40.1046 4 41 4.89543 41 6V42C41 43.1046 40.1046 44 39 44H9C7.89543 44 7 43.1046 7 42V6Z"/><path stroke="#fff" d="M16 29H20"/><path stroke="#fff" d="M16 35H26"/><path stroke="#fff" d="M8 5C8 5 11.7647 18 24 18C36.2353 18 40 5 40 5"/><circle cx="24" cy="18" r="4" fill="#43CCF8" stroke="#fff"/><path stroke="#000" d="M15 4H9C7.89543 4 7 4.89543 7 6V12"/><path stroke="#000" d="M33 4H39C40.1046 4 41 4.89543 41 6V12"/></g></svg> </template>
CSS
.icon-folder {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M7%206C7%204.89543%207.89543%204%209%204H39C40.1046%204%2041%204.89543%2041%206V42C41%2043.1046%2040.1046%2044%2039%2044H9C7.89543%2044%207%2043.1046%207%2042V6Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M16%2029H20%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M16%2035H26%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M8%205C8%205%2011.7647%2018%2024%2018C36.2353%2018%2040%205%2040%205%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2218%22%20r%3D%224%22%20fill%3D%22%2343CCF8%22%20stroke%3D%22%23fff%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M15%204H9C7.89543%204%207%204.89543%207%206V12%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M33%204H39C40.1046%204%2041%204.89543%2041%206V12%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M7%206C7%204.89543%207.89543%204%209%204H39C40.1046%204%2041%204.89543%2041%206V42C41%2043.1046%2040.1046%2044%2039%2044H9C7.89543%2044%207%2043.1046%207%2042V6Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M16%2029H20%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M16%2035H26%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M8%205C8%205%2011.7647%2018%2024%2018C36.2353%2018%2040%205%2040%205%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2218%22%20r%3D%224%22%20fill%3D%22%2343CCF8%22%20stroke%3D%22%23fff%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M15%204H9C7.89543%204%207%204.89543%207%206V12%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M33%204H39C40.1046%204%2041%204.89543%2041%206V12%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/folder.svg?color=%231a73e8&size=48