filefolder emoji
filefolder from Firefox OS Emoji by Mozilla · Default · Objects · Apache-2.0 Free for personal and commercial use.
- Name
- filefolder
- Set
- Firefox OS Emoji
- Style
- Default
- Category
- Objects
- Viewbox
- 512×512
- License
- Apache 2.0
More objects icons from Firefox OS Emoji
admissionticketsalienmonsteramericanfootballartistpaletteauberginebabybottlebackofenvelopeballoonballotboldscriptxballotboxboldcheckballotboxwithboldscriptxballottboxwithballottballottboxwithscriptxballottscriptxbananabanknotedollarbanknoteeurobanknotepoundbanknoteyenbarchartbaseballbasketballandhoopbathbathtub
Use the filefolder emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#BC7520" d="m318.533 40.394l-12.709 27.701a23.76 23.76 0 0 1-21.596 13.852H66.538c-13.122 0-23.76 10.638-23.76 23.76v249.197c0 13.122 10.638 23.76 23.76 23.76h399.599c13.122 0 23.76-10.638 23.76-23.76V50.302c0-13.122-10.638-23.76-23.76-23.76H340.129a23.76 23.76 0 0 0-21.596 13.852"/><path fill="#FFB636" d="M468.298 394.658V201.174c0-13.122-10.638-23.76-23.76-23.76H226.847a23.76 23.76 0 0 1-21.596-13.852l-12.709-27.701a23.76 23.76 0 0 0-21.596-13.852H44.939c-13.122 0-23.76 10.638-23.76 23.76v294.595c0 13.122 10.638 23.76 23.76 23.76h399.599c1.385 0 2.741-.125 4.061-.353c1.639.227 3.31.353 5.012.353c20.04 0 36.285-16.245 36.285-36.285c0-14.812-8.878-27.542-21.598-33.181"/><path fill="#BC7520" d="M468.298 317.34v106.369h.043c0 5.952 4.825 10.777 10.777 10.777s10.777-4.825 10.777-10.777V317.34z"/></svg>
React
import type { SVGProps } from "react";
export function FxemojiFilefolder(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#BC7520" d="m318.533 40.394l-12.709 27.701a23.76 23.76 0 0 1-21.596 13.852H66.538c-13.122 0-23.76 10.638-23.76 23.76v249.197c0 13.122 10.638 23.76 23.76 23.76h399.599c13.122 0 23.76-10.638 23.76-23.76V50.302c0-13.122-10.638-23.76-23.76-23.76H340.129a23.76 23.76 0 0 0-21.596 13.852"/><path fill="#FFB636" d="M468.298 394.658V201.174c0-13.122-10.638-23.76-23.76-23.76H226.847a23.76 23.76 0 0 1-21.596-13.852l-12.709-27.701a23.76 23.76 0 0 0-21.596-13.852H44.939c-13.122 0-23.76 10.638-23.76 23.76v294.595c0 13.122 10.638 23.76 23.76 23.76h399.599c1.385 0 2.741-.125 4.061-.353c1.639.227 3.31.353 5.012.353c20.04 0 36.285-16.245 36.285-36.285c0-14.812-8.878-27.542-21.598-33.181"/><path fill="#BC7520" d="M468.298 317.34v106.369h.043c0 5.952 4.825 10.777 10.777 10.777s10.777-4.825 10.777-10.777V317.34z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#BC7520" d="m318.533 40.394l-12.709 27.701a23.76 23.76 0 0 1-21.596 13.852H66.538c-13.122 0-23.76 10.638-23.76 23.76v249.197c0 13.122 10.638 23.76 23.76 23.76h399.599c13.122 0 23.76-10.638 23.76-23.76V50.302c0-13.122-10.638-23.76-23.76-23.76H340.129a23.76 23.76 0 0 0-21.596 13.852"/><path fill="#FFB636" d="M468.298 394.658V201.174c0-13.122-10.638-23.76-23.76-23.76H226.847a23.76 23.76 0 0 1-21.596-13.852l-12.709-27.701a23.76 23.76 0 0 0-21.596-13.852H44.939c-13.122 0-23.76 10.638-23.76 23.76v294.595c0 13.122 10.638 23.76 23.76 23.76h399.599c1.385 0 2.741-.125 4.061-.353c1.639.227 3.31.353 5.012.353c20.04 0 36.285-16.245 36.285-36.285c0-14.812-8.878-27.542-21.598-33.181"/><path fill="#BC7520" d="M468.298 317.34v106.369h.043c0 5.952 4.825 10.777 10.777 10.777s10.777-4.825 10.777-10.777V317.34z"/></svg> </template>
CSS
.icon-filefolder {
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%20512%20512%22%3E%3Cpath%20fill%3D%22%23BC7520%22%20d%3D%22m318.533%2040.394l-12.709%2027.701a23.76%2023.76%200%200%201-21.596%2013.852H66.538c-13.122%200-23.76%2010.638-23.76%2023.76v249.197c0%2013.122%2010.638%2023.76%2023.76%2023.76h399.599c13.122%200%2023.76-10.638%2023.76-23.76V50.302c0-13.122-10.638-23.76-23.76-23.76H340.129a23.76%2023.76%200%200%200-21.596%2013.852%22%2F%3E%3Cpath%20fill%3D%22%23FFB636%22%20d%3D%22M468.298%20394.658V201.174c0-13.122-10.638-23.76-23.76-23.76H226.847a23.76%2023.76%200%200%201-21.596-13.852l-12.709-27.701a23.76%2023.76%200%200%200-21.596-13.852H44.939c-13.122%200-23.76%2010.638-23.76%2023.76v294.595c0%2013.122%2010.638%2023.76%2023.76%2023.76h399.599c1.385%200%202.741-.125%204.061-.353c1.639.227%203.31.353%205.012.353c20.04%200%2036.285-16.245%2036.285-36.285c0-14.812-8.878-27.542-21.598-33.181%22%2F%3E%3Cpath%20fill%3D%22%23BC7520%22%20d%3D%22M468.298%20317.34v106.369h.043c0%205.952%204.825%2010.777%2010.777%2010.777s10.777-4.825%2010.777-10.777V317.34z%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%20512%20512%22%3E%3Cpath%20fill%3D%22%23BC7520%22%20d%3D%22m318.533%2040.394l-12.709%2027.701a23.76%2023.76%200%200%201-21.596%2013.852H66.538c-13.122%200-23.76%2010.638-23.76%2023.76v249.197c0%2013.122%2010.638%2023.76%2023.76%2023.76h399.599c13.122%200%2023.76-10.638%2023.76-23.76V50.302c0-13.122-10.638-23.76-23.76-23.76H340.129a23.76%2023.76%200%200%200-21.596%2013.852%22%2F%3E%3Cpath%20fill%3D%22%23FFB636%22%20d%3D%22M468.298%20394.658V201.174c0-13.122-10.638-23.76-23.76-23.76H226.847a23.76%2023.76%200%200%201-21.596-13.852l-12.709-27.701a23.76%2023.76%200%200%200-21.596-13.852H44.939c-13.122%200-23.76%2010.638-23.76%2023.76v294.595c0%2013.122%2010.638%2023.76%2023.76%2023.76h399.599c1.385%200%202.741-.125%204.061-.353c1.639.227%203.31.353%205.012.353c20.04%200%2036.285-16.245%2036.285-36.285c0-14.812-8.878-27.542-21.598-33.181%22%2F%3E%3Cpath%20fill%3D%22%23BC7520%22%20d%3D%22M468.298%20317.34v106.369h.043c0%205.952%204.825%2010.777%2010.777%2010.777s10.777-4.825%2010.777-10.777V317.34z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/filefolder.svg?color=%231a73e8&size=48