folder icon
folder from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- folder
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
The same icon in other sets
folderAkar IconsfolderBootstrap IconsfolderBoxIcons v2folderBoxIcons v2 SolidfolderCarbonfolderCatppuccin Iconsfolder-fillEva IconsfolderFont Awesome 6 RegularfolderFont Awesome 6 SolidfolderFeather Iconsfolder-16-filledFluent UI System Iconsfoldercss.ggfolderHeroIconsfolderHumbleiconsfolderIconoirfolderIonIconsfolderJam IconsfolderLine AwesomefolderMaterial Line IconsfolderLucidefolderMage IconsfolderMajesticonsfolderMaterial SymbolsfolderMaterial Design Icons
Related icons in Framework7 Icons
Use the folder icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M8.453 49.75h39.82c4.195 0 6.633-2.437 6.633-7.266v-24.68c0-4.827-2.46-7.241-7.336-7.241H24.766c-1.594 0-2.555-.399-3.727-1.383l-1.43-1.196c-1.547-1.289-2.742-1.734-5.062-1.734H7.562c-4.101 0-6.468 2.344-6.468 7.078v29.156c0 4.852 2.484 7.266 7.359 7.266M4.867 13.516c0-2.32 1.242-3.492 3.469-3.492h5.25c1.547 0 2.484.374 3.68 1.406l1.43 1.172c1.523 1.265 2.765 1.734 5.085 1.734H47.5c2.32 0 3.633 1.242 3.633 3.68v1.406H4.867Zm3.656 32.46c-2.343 0-3.656-1.242-3.656-3.68V22.962h46.266v19.36c0 2.413-1.313 3.656-3.633 3.656Z"/></svg>
React
import type { SVGProps } from "react";
export function F7Folder(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M8.453 49.75h39.82c4.195 0 6.633-2.437 6.633-7.266v-24.68c0-4.827-2.46-7.241-7.336-7.241H24.766c-1.594 0-2.555-.399-3.727-1.383l-1.43-1.196c-1.547-1.289-2.742-1.734-5.062-1.734H7.562c-4.101 0-6.468 2.344-6.468 7.078v29.156c0 4.852 2.484 7.266 7.359 7.266M4.867 13.516c0-2.32 1.242-3.492 3.469-3.492h5.25c1.547 0 2.484.374 3.68 1.406l1.43 1.172c1.523 1.265 2.765 1.734 5.085 1.734H47.5c2.32 0 3.633 1.242 3.633 3.68v1.406H4.867Zm3.656 32.46c-2.343 0-3.656-1.242-3.656-3.68V22.962h46.266v19.36c0 2.413-1.313 3.656-3.633 3.656Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M8.453 49.75h39.82c4.195 0 6.633-2.437 6.633-7.266v-24.68c0-4.827-2.46-7.241-7.336-7.241H24.766c-1.594 0-2.555-.399-3.727-1.383l-1.43-1.196c-1.547-1.289-2.742-1.734-5.062-1.734H7.562c-4.101 0-6.468 2.344-6.468 7.078v29.156c0 4.852 2.484 7.266 7.359 7.266M4.867 13.516c0-2.32 1.242-3.492 3.469-3.492h5.25c1.547 0 2.484.374 3.68 1.406l1.43 1.172c1.523 1.265 2.765 1.734 5.085 1.734H47.5c2.32 0 3.633 1.242 3.633 3.68v1.406H4.867Zm3.656 32.46c-2.343 0-3.656-1.242-3.656-3.68V22.962h46.266v19.36c0 2.413-1.313 3.656-3.633 3.656Z"/></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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.453%2049.75h39.82c4.195%200%206.633-2.437%206.633-7.266v-24.68c0-4.827-2.46-7.241-7.336-7.241H24.766c-1.594%200-2.555-.399-3.727-1.383l-1.43-1.196c-1.547-1.289-2.742-1.734-5.062-1.734H7.562c-4.101%200-6.468%202.344-6.468%207.078v29.156c0%204.852%202.484%207.266%207.359%207.266M4.867%2013.516c0-2.32%201.242-3.492%203.469-3.492h5.25c1.547%200%202.484.374%203.68%201.406l1.43%201.172c1.523%201.265%202.765%201.734%205.085%201.734H47.5c2.32%200%203.633%201.242%203.633%203.68v1.406H4.867Zm3.656%2032.46c-2.343%200-3.656-1.242-3.656-3.68V22.962h46.266v19.36c0%202.413-1.313%203.656-3.633%203.656Z%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.453%2049.75h39.82c4.195%200%206.633-2.437%206.633-7.266v-24.68c0-4.827-2.46-7.241-7.336-7.241H24.766c-1.594%200-2.555-.399-3.727-1.383l-1.43-1.196c-1.547-1.289-2.742-1.734-5.062-1.734H7.562c-4.101%200-6.468%202.344-6.468%207.078v29.156c0%204.852%202.484%207.266%207.359%207.266M4.867%2013.516c0-2.32%201.242-3.492%203.469-3.492h5.25c1.547%200%202.484.374%203.68%201.406l1.43%201.172c1.523%201.265%202.765%201.734%205.085%201.734H47.5c2.32%200%203.633%201.242%203.633%203.68v1.406H4.867Zm3.656%2032.46c-2.343%200-3.656-1.242-3.656-3.68V22.962h46.266v19.36c0%202.413-1.313%203.656-3.633%203.656Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/folder.svg?color=%231a73e8&size=48