folder from Firefox OS Emoji by Mozilla · Default · Objects · Apache-2.0 Free for personal and commercial use.

Name
folder
Set
Firefox OS Emoji
Style
Default
Category
Objects
Viewbox
512×512
License
Apache 2.0

The same emoji in other sets

More objects icons from Firefox OS Emoji

Use the folder emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#0074A8" d="M491 326V92.143C491 79.021 480.259 68 467.137 68H341.13c-9.287 0-17.723 5.603-21.596 14.044l-12.709 27.903C302.952 118.388 294.516 124 285.229 124H67.538C54.416 124 44 134.426 44 147.549v216.363C44 377.034 54.416 388 67.538 388h399.599c.628 0 1.248-.36 1.863-.408V433h.342c0 6 4.877 10.636 10.829 10.636S491 438.669 491 432.717z"/><path fill="#59CAFC" d="M480.171 443.636c-5.952 0-10.829-4.636-10.829-10.636H469V210.181C469 197.058 458.661 186 445.539 186H45.94C32.818 186 22 197.058 22 210.181V449.37C22 462.492 32.818 473 45.94 473h399.599c1.385 0 2.741-.06 4.061-.288c1.639.227 3.31.385 5.012.385c20.04 0 36.136-16.229 36.136-36.269c0-.534-.036-1.058-.058-1.586c-1.147 4.766-5.435 8.394-10.519 8.394"/></svg>

React

import type { SVGProps } from "react";

export function FxemojiFolder(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#0074A8" d="M491 326V92.143C491 79.021 480.259 68 467.137 68H341.13c-9.287 0-17.723 5.603-21.596 14.044l-12.709 27.903C302.952 118.388 294.516 124 285.229 124H67.538C54.416 124 44 134.426 44 147.549v216.363C44 377.034 54.416 388 67.538 388h399.599c.628 0 1.248-.36 1.863-.408V433h.342c0 6 4.877 10.636 10.829 10.636S491 438.669 491 432.717z"/><path fill="#59CAFC" d="M480.171 443.636c-5.952 0-10.829-4.636-10.829-10.636H469V210.181C469 197.058 458.661 186 445.539 186H45.94C32.818 186 22 197.058 22 210.181V449.37C22 462.492 32.818 473 45.94 473h399.599c1.385 0 2.741-.06 4.061-.288c1.639.227 3.31.385 5.012.385c20.04 0 36.136-16.229 36.136-36.269c0-.534-.036-1.058-.058-1.586c-1.147 4.766-5.435 8.394-10.519 8.394"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#0074A8" d="M491 326V92.143C491 79.021 480.259 68 467.137 68H341.13c-9.287 0-17.723 5.603-21.596 14.044l-12.709 27.903C302.952 118.388 294.516 124 285.229 124H67.538C54.416 124 44 134.426 44 147.549v216.363C44 377.034 54.416 388 67.538 388h399.599c.628 0 1.248-.36 1.863-.408V433h.342c0 6 4.877 10.636 10.829 10.636S491 438.669 491 432.717z"/><path fill="#59CAFC" d="M480.171 443.636c-5.952 0-10.829-4.636-10.829-10.636H469V210.181C469 197.058 458.661 186 445.539 186H45.94C32.818 186 22 197.058 22 210.181V449.37C22 462.492 32.818 473 45.94 473h399.599c1.385 0 2.741-.06 4.061-.288c1.639.227 3.31.385 5.012.385c20.04 0 36.136-16.229 36.136-36.269c0-.534-.036-1.058-.058-1.586c-1.147 4.766-5.435 8.394-10.519 8.394"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22%230074A8%22%20d%3D%22M491%20326V92.143C491%2079.021%20480.259%2068%20467.137%2068H341.13c-9.287%200-17.723%205.603-21.596%2014.044l-12.709%2027.903C302.952%20118.388%20294.516%20124%20285.229%20124H67.538C54.416%20124%2044%20134.426%2044%20147.549v216.363C44%20377.034%2054.416%20388%2067.538%20388h399.599c.628%200%201.248-.36%201.863-.408V433h.342c0%206%204.877%2010.636%2010.829%2010.636S491%20438.669%20491%20432.717z%22%2F%3E%3Cpath%20fill%3D%22%2359CAFC%22%20d%3D%22M480.171%20443.636c-5.952%200-10.829-4.636-10.829-10.636H469V210.181C469%20197.058%20458.661%20186%20445.539%20186H45.94C32.818%20186%2022%20197.058%2022%20210.181V449.37C22%20462.492%2032.818%20473%2045.94%20473h399.599c1.385%200%202.741-.06%204.061-.288c1.639.227%203.31.385%205.012.385c20.04%200%2036.136-16.229%2036.136-36.269c0-.534-.036-1.058-.058-1.586c-1.147%204.766-5.435%208.394-10.519%208.394%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%230074A8%22%20d%3D%22M491%20326V92.143C491%2079.021%20480.259%2068%20467.137%2068H341.13c-9.287%200-17.723%205.603-21.596%2014.044l-12.709%2027.903C302.952%20118.388%20294.516%20124%20285.229%20124H67.538C54.416%20124%2044%20134.426%2044%20147.549v216.363C44%20377.034%2054.416%20388%2067.538%20388h399.599c.628%200%201.248-.36%201.863-.408V433h.342c0%206%204.877%2010.636%2010.829%2010.636S491%20438.669%20491%20432.717z%22%2F%3E%3Cpath%20fill%3D%22%2359CAFC%22%20d%3D%22M480.171%20443.636c-5.952%200-10.829-4.636-10.829-10.636H469V210.181C469%20197.058%20458.661%20186%20445.539%20186H45.94C32.818%20186%2022%20197.058%2022%20210.181V449.37C22%20462.492%2032.818%20473%2045.94%20473h399.599c1.385%200%202.741-.06%204.061-.288c1.639.227%203.31.385%205.012.385c20.04%200%2036.136-16.229%2036.136-36.269c0-.534-.036-1.058-.058-1.586c-1.147%204.766-5.435%208.394-10.519%208.394%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/folder.svg?color=%231a73e8&size=48