folder macos open logo

folder-macos-open from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.

Name
folder-macos-open
Set
Material Icon Theme
Style
Color
Viewbox
16×16
License
MIT

The same logo in other sets

Related icons in Material Icon Theme

Use the folder macos open logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#546e7a" d="M14.483 6H4.721a1 1 0 0 0-.949.684L2 12V5h12a1 1 0 0 0-1-1H7.562a1 1 0 0 1-.64-.232l-.644-.536A1 1 0 0 0 5.638 3H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h11l2.403-5.606A1 1 0 0 0 14.483 6"/><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 MaterialIconThemeFolderMacosOpen(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="M14.483 6H4.721a1 1 0 0 0-.949.684L2 12V5h12a1 1 0 0 0-1-1H7.562a1 1 0 0 1-.64-.232l-.644-.536A1 1 0 0 0 5.638 3H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h11l2.403-5.606A1 1 0 0 0 14.483 6"/><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="M14.483 6H4.721a1 1 0 0 0-.949.684L2 12V5h12a1 1 0 0 0-1-1H7.562a1 1 0 0 1-.64-.232l-.644-.536A1 1 0 0 0 5.638 3H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h11l2.403-5.606A1 1 0 0 0 14.483 6"/><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-open {
  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%22M14.483%206H4.721a1%201%200%200%200-.949.684L2%2012V5h12a1%201%200%200%200-1-1H7.562a1%201%200%200%201-.64-.232l-.644-.536A1%201%200%200%200%205.638%203H2a1%201%200%200%200-1%201v8a1%201%200%200%200%201%201h11l2.403-5.606A1%201%200%200%200%2014.483%206%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%22M14.483%206H4.721a1%201%200%200%200-.949.684L2%2012V5h12a1%201%200%200%200-1-1H7.562a1%201%200%200%201-.64-.232l-.644-.536A1%201%200%200%200%205.638%203H2a1%201%200%200%200-1%201v8a1%201%200%200%200%201%201h11l2.403-5.606A1%201%200%200%200%2014.483%206%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-open.svg?color=%231a73e8&size=48