open file folder emoji
open-file-folder from Fluent Emoji High Contrast by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.
- Name
- open-file-folder
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Objects
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More objects icons from Fluent Emoji High Contrast
Use the open file folder emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4.08 5A3.08 3.08 0 0 0 1 8.08v17.935c0 .755.17 1.576.504 2.28a1 1 0 0 0 .073.176a4.78 4.78 0 0 0 4.498 2.531h17.927a3.03 3.03 0 0 0 2.887-2.15l3.957-11.82l.005-.016A3.085 3.085 0 0 0 28 13v-1c0-1.701-1.299-3-3-3h-8.167a1.1 1.1 0 0 1-.759-.318L13.626 6.19l-.008-.009A4.06 4.06 0 0 0 10.755 5zM26 13H10.886a4.68 4.68 0 0 0-4.404 3.102l-.003.008C4.62 21.439 3.583 24.273 3 25.768V8.08C3 7.484 3.484 7 4.08 7h6.675a2.06 2.06 0 0 1 1.449.596l2.448 2.492l.009.009a3.1 3.1 0 0 0 2.172.903H25c.596 0 1 .404 1 1zM4.445 28.657a3 3 0 0 1-.425-.292l.042-.061q.07-.111.132-.23c.082-.16.182-.38.31-.684c.507-1.21 1.569-4.043 3.862-10.618A2.68 2.68 0 0 1 10.886 15h17.025a1.087 1.087 0 0 1 1.036 1.406l-3.96 11.826l-.005.017l-.004.015a1.03 1.03 0 0 1-.984.738H6.045l-.065.002a2.8 2.8 0 0 1-1.535-.347"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastOpenFileFolder(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4.08 5A3.08 3.08 0 0 0 1 8.08v17.935c0 .755.17 1.576.504 2.28a1 1 0 0 0 .073.176a4.78 4.78 0 0 0 4.498 2.531h17.927a3.03 3.03 0 0 0 2.887-2.15l3.957-11.82l.005-.016A3.085 3.085 0 0 0 28 13v-1c0-1.701-1.299-3-3-3h-8.167a1.1 1.1 0 0 1-.759-.318L13.626 6.19l-.008-.009A4.06 4.06 0 0 0 10.755 5zM26 13H10.886a4.68 4.68 0 0 0-4.404 3.102l-.003.008C4.62 21.439 3.583 24.273 3 25.768V8.08C3 7.484 3.484 7 4.08 7h6.675a2.06 2.06 0 0 1 1.449.596l2.448 2.492l.009.009a3.1 3.1 0 0 0 2.172.903H25c.596 0 1 .404 1 1zM4.445 28.657a3 3 0 0 1-.425-.292l.042-.061q.07-.111.132-.23c.082-.16.182-.38.31-.684c.507-1.21 1.569-4.043 3.862-10.618A2.68 2.68 0 0 1 10.886 15h17.025a1.087 1.087 0 0 1 1.036 1.406l-3.96 11.826l-.005.017l-.004.015a1.03 1.03 0 0 1-.984.738H6.045l-.065.002a2.8 2.8 0 0 1-1.535-.347"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4.08 5A3.08 3.08 0 0 0 1 8.08v17.935c0 .755.17 1.576.504 2.28a1 1 0 0 0 .073.176a4.78 4.78 0 0 0 4.498 2.531h17.927a3.03 3.03 0 0 0 2.887-2.15l3.957-11.82l.005-.016A3.085 3.085 0 0 0 28 13v-1c0-1.701-1.299-3-3-3h-8.167a1.1 1.1 0 0 1-.759-.318L13.626 6.19l-.008-.009A4.06 4.06 0 0 0 10.755 5zM26 13H10.886a4.68 4.68 0 0 0-4.404 3.102l-.003.008C4.62 21.439 3.583 24.273 3 25.768V8.08C3 7.484 3.484 7 4.08 7h6.675a2.06 2.06 0 0 1 1.449.596l2.448 2.492l.009.009a3.1 3.1 0 0 0 2.172.903H25c.596 0 1 .404 1 1zM4.445 28.657a3 3 0 0 1-.425-.292l.042-.061q.07-.111.132-.23c.082-.16.182-.38.31-.684c.507-1.21 1.569-4.043 3.862-10.618A2.68 2.68 0 0 1 10.886 15h17.025a1.087 1.087 0 0 1 1.036 1.406l-3.96 11.826l-.005.017l-.004.015a1.03 1.03 0 0 1-.984.738H6.045l-.065.002a2.8 2.8 0 0 1-1.535-.347"/></svg> </template>
CSS
.icon-open-file-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.08%205A3.08%203.08%200%200%200%201%208.08v17.935c0%20.755.17%201.576.504%202.28a1%201%200%200%200%20.073.176a4.78%204.78%200%200%200%204.498%202.531h17.927a3.03%203.03%200%200%200%202.887-2.15l3.957-11.82l.005-.016A3.085%203.085%200%200%200%2028%2013v-1c0-1.701-1.299-3-3-3h-8.167a1.1%201.1%200%200%201-.759-.318L13.626%206.19l-.008-.009A4.06%204.06%200%200%200%2010.755%205zM26%2013H10.886a4.68%204.68%200%200%200-4.404%203.102l-.003.008C4.62%2021.439%203.583%2024.273%203%2025.768V8.08C3%207.484%203.484%207%204.08%207h6.675a2.06%202.06%200%200%201%201.449.596l2.448%202.492l.009.009a3.1%203.1%200%200%200%202.172.903H25c.596%200%201%20.404%201%201zM4.445%2028.657a3%203%200%200%201-.425-.292l.042-.061q.07-.111.132-.23c.082-.16.182-.38.31-.684c.507-1.21%201.569-4.043%203.862-10.618A2.68%202.68%200%200%201%2010.886%2015h17.025a1.087%201.087%200%200%201%201.036%201.406l-3.96%2011.826l-.005.017l-.004.015a1.03%201.03%200%200%201-.984.738H6.045l-.065.002a2.8%202.8%200%200%201-1.535-.347%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.08%205A3.08%203.08%200%200%200%201%208.08v17.935c0%20.755.17%201.576.504%202.28a1%201%200%200%200%20.073.176a4.78%204.78%200%200%200%204.498%202.531h17.927a3.03%203.03%200%200%200%202.887-2.15l3.957-11.82l.005-.016A3.085%203.085%200%200%200%2028%2013v-1c0-1.701-1.299-3-3-3h-8.167a1.1%201.1%200%200%201-.759-.318L13.626%206.19l-.008-.009A4.06%204.06%200%200%200%2010.755%205zM26%2013H10.886a4.68%204.68%200%200%200-4.404%203.102l-.003.008C4.62%2021.439%203.583%2024.273%203%2025.768V8.08C3%207.484%203.484%207%204.08%207h6.675a2.06%202.06%200%200%201%201.449.596l2.448%202.492l.009.009a3.1%203.1%200%200%200%202.172.903H25c.596%200%201%20.404%201%201zM4.445%2028.657a3%203%200%200%201-.425-.292l.042-.061q.07-.111.132-.23c.082-.16.182-.38.31-.684c.507-1.21%201.569-4.043%203.862-10.618A2.68%202.68%200%200%201%2010.886%2015h17.025a1.087%201.087%200%200%201%201.036%201.406l-3.96%2011.826l-.005.017l-.004.015a1.03%201.03%200%200%201-.984.738H6.045l-.065.002a2.8%202.8%200%200%201-1.535-.347%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/open-file-folder.svg?color=%231a73e8&size=48