folder macos logo
folder-macos from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.
- Name
- folder-macos
- Set
- Material Icon Theme
- Style
- Color
- Viewbox
- 16×16
- License
- MIT
The same logo in other sets
Related icons in Material Icon Theme
folder-adminfolder-admin-openfolder-androidfolder-android-openfolder-angularfolder-angular-openfolder-animationfolder-animation-openfolder-ansiblefolder-ansible-openfolder-apifolder-api-openfolder-apollofolder-apollo-openfolder-appfolder-app-openfolder-appwritefolder-appwrite-openfolder-archivefolder-archive-openfolder-assemblyfolder-assembly-openfolder-astrofolder-astro-open
Use the folder macos logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#546e7a" d="m6.922 3.768l-.644-.536A1 1 0 0 0 5.638 3H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H7.562a1 1 0 0 1-.64-.232"/><path fill="#cfd8dc" d="M15.32 13.75c-.41.62-.843 1.224-1.504 1.234c-.661.015-.873-.395-1.622-.395c-.754 0-.986.385-1.612.41c-.646.025-1.134-.66-1.548-1.265c-.844-1.235-1.49-3.51-.622-5.04a2.4 2.4 0 0 1 2.032-1.255c.63-.01 1.232.435 1.622.435c.385 0 1.114-.535 1.878-.455a2.28 2.28 0 0 1 1.795.99a2.29 2.29 0 0 0-1.06 1.905A2.2 2.2 0 0 0 16 12.334a5.6 5.6 0 0 1-.68 1.416m-2.816-8a2.23 2.23 0 0 1 1.45-.75a2.2 2.2 0 0 1-.513 1.595a1.79 1.79 0 0 1-1.455.71a2.15 2.15 0 0 1 .518-1.555"/></svg>
React
import type { SVGProps } from "react";
export function MaterialIconThemeFolderMacos(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#546e7a" d="m6.922 3.768l-.644-.536A1 1 0 0 0 5.638 3H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H7.562a1 1 0 0 1-.64-.232"/><path fill="#cfd8dc" d="M15.32 13.75c-.41.62-.843 1.224-1.504 1.234c-.661.015-.873-.395-1.622-.395c-.754 0-.986.385-1.612.41c-.646.025-1.134-.66-1.548-1.265c-.844-1.235-1.49-3.51-.622-5.04a2.4 2.4 0 0 1 2.032-1.255c.63-.01 1.232.435 1.622.435c.385 0 1.114-.535 1.878-.455a2.28 2.28 0 0 1 1.795.99a2.29 2.29 0 0 0-1.06 1.905A2.2 2.2 0 0 0 16 12.334a5.6 5.6 0 0 1-.68 1.416m-2.816-8a2.23 2.23 0 0 1 1.45-.75a2.2 2.2 0 0 1-.513 1.595a1.79 1.79 0 0 1-1.455.71a2.15 2.15 0 0 1 .518-1.555"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#546e7a" d="m6.922 3.768l-.644-.536A1 1 0 0 0 5.638 3H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H7.562a1 1 0 0 1-.64-.232"/><path fill="#cfd8dc" d="M15.32 13.75c-.41.62-.843 1.224-1.504 1.234c-.661.015-.873-.395-1.622-.395c-.754 0-.986.385-1.612.41c-.646.025-1.134-.66-1.548-1.265c-.844-1.235-1.49-3.51-.622-5.04a2.4 2.4 0 0 1 2.032-1.255c.63-.01 1.232.435 1.622.435c.385 0 1.114-.535 1.878-.455a2.28 2.28 0 0 1 1.795.99a2.29 2.29 0 0 0-1.06 1.905A2.2 2.2 0 0 0 16 12.334a5.6 5.6 0 0 1-.68 1.416m-2.816-8a2.23 2.23 0 0 1 1.45-.75a2.2 2.2 0 0 1-.513 1.595a1.79 1.79 0 0 1-1.455.71a2.15 2.15 0 0 1 .518-1.555"/></svg> </template>
CSS
.icon-folder-macos {
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%2016%2016%22%3E%3Cpath%20fill%3D%22%23546e7a%22%20d%3D%22m6.922%203.768l-.644-.536A1%201%200%200%200%205.638%203H2a1%201%200%200%200-1%201v8a1%201%200%200%200%201%201h12a1%201%200%200%200%201-1V5a1%201%200%200%200-1-1H7.562a1%201%200%200%201-.64-.232%22%2F%3E%3Cpath%20fill%3D%22%23cfd8dc%22%20d%3D%22M15.32%2013.75c-.41.62-.843%201.224-1.504%201.234c-.661.015-.873-.395-1.622-.395c-.754%200-.986.385-1.612.41c-.646.025-1.134-.66-1.548-1.265c-.844-1.235-1.49-3.51-.622-5.04a2.4%202.4%200%200%201%202.032-1.255c.63-.01%201.232.435%201.622.435c.385%200%201.114-.535%201.878-.455a2.28%202.28%200%200%201%201.795.99a2.29%202.29%200%200%200-1.06%201.905A2.2%202.2%200%200%200%2016%2012.334a5.6%205.6%200%200%201-.68%201.416m-2.816-8a2.23%202.23%200%200%201%201.45-.75a2.2%202.2%200%200%201-.513%201.595a1.79%201.79%200%200%201-1.455.71a2.15%202.15%200%200%201%20.518-1.555%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%2016%2016%22%3E%3Cpath%20fill%3D%22%23546e7a%22%20d%3D%22m6.922%203.768l-.644-.536A1%201%200%200%200%205.638%203H2a1%201%200%200%200-1%201v8a1%201%200%200%200%201%201h12a1%201%200%200%200%201-1V5a1%201%200%200%200-1-1H7.562a1%201%200%200%201-.64-.232%22%2F%3E%3Cpath%20fill%3D%22%23cfd8dc%22%20d%3D%22M15.32%2013.75c-.41.62-.843%201.224-1.504%201.234c-.661.015-.873-.395-1.622-.395c-.754%200-.986.385-1.612.41c-.646.025-1.134-.66-1.548-1.265c-.844-1.235-1.49-3.51-.622-5.04a2.4%202.4%200%200%201%202.032-1.255c.63-.01%201.232.435%201.622.435c.385%200%201.114-.535%201.878-.455a2.28%202.28%200%200%201%201.795.99a2.29%202.29%200%200%200-1.06%201.905A2.2%202.2%200%200%200%2016%2012.334a5.6%205.6%200%200%201-.68%201.416m-2.816-8a2.23%202.23%200%200%201%201.45-.75a2.2%202.2%200%200%201-.513%201.595a1.79%201.79%200%200%201-1.455.71a2.15%202.15%200%200%201%20.518-1.555%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-icon-theme/folder-macos.svg?color=%231a73e8&size=48