md folder open icon

md-folder-open from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
md-folder-open
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT
Aliases
android-folder-open

Related icons in IonIcons

Use the md folder open icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M437.334 144H256.006l-42.668-48H74.666C51.197 96 32 115.198 32 138.667v234.666C32 396.802 51.197 416 74.666 416h362.668C460.803 416 480 396.802 480 373.333V186.667C480 163.198 460.803 144 437.334 144zM448 373.333c0 5.782-4.885 10.667-10.666 10.667H74.666C68.884 384 64 379.115 64 373.333V176h373.334c5.781 0 10.666 4.885 10.666 10.667v186.666z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonMdFolderOpen(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M437.334 144H256.006l-42.668-48H74.666C51.197 96 32 115.198 32 138.667v234.666C32 396.802 51.197 416 74.666 416h362.668C460.803 416 480 396.802 480 373.333V186.667C480 163.198 460.803 144 437.334 144zM448 373.333c0 5.782-4.885 10.667-10.666 10.667H74.666C68.884 384 64 379.115 64 373.333V176h373.334c5.781 0 10.666 4.885 10.666 10.667v186.666z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M437.334 144H256.006l-42.668-48H74.666C51.197 96 32 115.198 32 138.667v234.666C32 396.802 51.197 416 74.666 416h362.668C460.803 416 480 396.802 480 373.333V186.667C480 163.198 460.803 144 437.334 144zM448 373.333c0 5.782-4.885 10.667-10.666 10.667H74.666C68.884 384 64 379.115 64 373.333V176h373.334c5.781 0 10.666 4.885 10.666 10.667v186.666z" fill="currentColor"/></svg>
</template>

CSS

.icon-md-folder-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%20512%20512%22%3E%3Cpath%20d%3D%22M437.334%20144H256.006l-42.668-48H74.666C51.197%2096%2032%20115.198%2032%20138.667v234.666C32%20396.802%2051.197%20416%2074.666%20416h362.668C460.803%20416%20480%20396.802%20480%20373.333V186.667C480%20163.198%20460.803%20144%20437.334%20144zM448%20373.333c0%205.782-4.885%2010.667-10.666%2010.667H74.666C68.884%20384%2064%20379.115%2064%20373.333V176h373.334c5.781%200%2010.666%204.885%2010.666%2010.667v186.666z%22%20fill%3D%22currentColor%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%20d%3D%22M437.334%20144H256.006l-42.668-48H74.666C51.197%2096%2032%20115.198%2032%20138.667v234.666C32%20396.802%2051.197%20416%2074.666%20416h362.668C460.803%20416%20480%20396.802%20480%20373.333V186.667C480%20163.198%20460.803%20144%20437.334%20144zM448%20373.333c0%205.782-4.885%2010.667-10.666%2010.667H74.666C68.884%20384%2064%20379.115%2064%20373.333V176h373.334c5.781%200%2010.666%204.885%2010.666%2010.667v186.666z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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