folder type mjml logo

folder-type-mjml from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.

Name
folder-type-mjml
Set
VSCode Icons
Style
Color
Viewbox
32×32
License
MIT

Related icons in VSCode Icons

Use the folder type mjml logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#bf555d" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#f75d3c" d="M11.772 12.524a4.6 4.6 0 0 1 1.446-.119q4.412.005 8.82 0a2.53 2.53 0 0 1 2.366 1.51a2.478 2.478 0 0 1-2.366 3.416q-4.75-.005-9.5 0a2.48 2.48 0 0 1-2.521-2.2a2.42 2.42 0 0 1 1.755-2.607m16.104-.017a2.507 2.507 0 0 1 2.985 1.563a2.414 2.414 0 0 1-1.471 3.08l-.041.014a2.485 2.485 0 0 1-3.326-2.053a2.42 2.42 0 0 1 1.853-2.604m-9.664 6.974a6.8 6.8 0 0 1 1.449-.083c2.946.007 5.894 0 8.84.005a2.439 2.439 0 1 1 .11 4.877h-.121c-3.229 0-6.458.007-9.687 0a2.4 2.4 0 0 1-2.382-2.209a2.43 2.43 0 0 1 1.791-2.59m-6.312 6.7a5.5 5.5 0 0 1 .99-.059c3.11.012 6.219-.005 9.328.008a2.444 2.444 0 0 1 2.387 2.5v.053a2.48 2.48 0 0 1-2.4 2.323q-4.915.005-9.83 0a2.441 2.441 0 0 1-.473-4.82Zm15.81.057a2.525 2.525 0 0 1 3.126 1.455a2.482 2.482 0 1 1-4.82.826a2.39 2.39 0 0 1 1.694-2.281"/><path fill="#f93748" d="M11.769 19.456a2.507 2.507 0 1 1-.508.221a2.5 2.5 0 0 1 .508-.221"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFolderTypeMjml(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#bf555d" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#f75d3c" d="M11.772 12.524a4.6 4.6 0 0 1 1.446-.119q4.412.005 8.82 0a2.53 2.53 0 0 1 2.366 1.51a2.478 2.478 0 0 1-2.366 3.416q-4.75-.005-9.5 0a2.48 2.48 0 0 1-2.521-2.2a2.42 2.42 0 0 1 1.755-2.607m16.104-.017a2.507 2.507 0 0 1 2.985 1.563a2.414 2.414 0 0 1-1.471 3.08l-.041.014a2.485 2.485 0 0 1-3.326-2.053a2.42 2.42 0 0 1 1.853-2.604m-9.664 6.974a6.8 6.8 0 0 1 1.449-.083c2.946.007 5.894 0 8.84.005a2.439 2.439 0 1 1 .11 4.877h-.121c-3.229 0-6.458.007-9.687 0a2.4 2.4 0 0 1-2.382-2.209a2.43 2.43 0 0 1 1.791-2.59m-6.312 6.7a5.5 5.5 0 0 1 .99-.059c3.11.012 6.219-.005 9.328.008a2.444 2.444 0 0 1 2.387 2.5v.053a2.48 2.48 0 0 1-2.4 2.323q-4.915.005-9.83 0a2.441 2.441 0 0 1-.473-4.82Zm15.81.057a2.525 2.525 0 0 1 3.126 1.455a2.482 2.482 0 1 1-4.82.826a2.39 2.39 0 0 1 1.694-2.281"/><path fill="#f93748" d="M11.769 19.456a2.507 2.507 0 1 1-.508.221a2.5 2.5 0 0 1 .508-.221"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#bf555d" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#f75d3c" d="M11.772 12.524a4.6 4.6 0 0 1 1.446-.119q4.412.005 8.82 0a2.53 2.53 0 0 1 2.366 1.51a2.478 2.478 0 0 1-2.366 3.416q-4.75-.005-9.5 0a2.48 2.48 0 0 1-2.521-2.2a2.42 2.42 0 0 1 1.755-2.607m16.104-.017a2.507 2.507 0 0 1 2.985 1.563a2.414 2.414 0 0 1-1.471 3.08l-.041.014a2.485 2.485 0 0 1-3.326-2.053a2.42 2.42 0 0 1 1.853-2.604m-9.664 6.974a6.8 6.8 0 0 1 1.449-.083c2.946.007 5.894 0 8.84.005a2.439 2.439 0 1 1 .11 4.877h-.121c-3.229 0-6.458.007-9.687 0a2.4 2.4 0 0 1-2.382-2.209a2.43 2.43 0 0 1 1.791-2.59m-6.312 6.7a5.5 5.5 0 0 1 .99-.059c3.11.012 6.219-.005 9.328.008a2.444 2.444 0 0 1 2.387 2.5v.053a2.48 2.48 0 0 1-2.4 2.323q-4.915.005-9.83 0a2.441 2.441 0 0 1-.473-4.82Zm15.81.057a2.525 2.525 0 0 1 3.126 1.455a2.482 2.482 0 1 1-4.82.826a2.39 2.39 0 0 1 1.694-2.281"/><path fill="#f93748" d="M11.769 19.456a2.507 2.507 0 1 1-.508.221a2.5 2.5 0 0 1 .508-.221"/></svg>
</template>

CSS

.icon-folder-type-mjml {
  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%22%23bf555d%22%20d%3D%22M27.5%205.5h-9.3l-2.1%204.2H4.4v16.8h25.2v-21Zm0%204.2h-8.2l1.1-2.1h7.1Z%22%2F%3E%3Cpath%20fill%3D%22%23f75d3c%22%20d%3D%22M11.772%2012.524a4.6%204.6%200%200%201%201.446-.119q4.412.005%208.82%200a2.53%202.53%200%200%201%202.366%201.51a2.478%202.478%200%200%201-2.366%203.416q-4.75-.005-9.5%200a2.48%202.48%200%200%201-2.521-2.2a2.42%202.42%200%200%201%201.755-2.607m16.104-.017a2.507%202.507%200%200%201%202.985%201.563a2.414%202.414%200%200%201-1.471%203.08l-.041.014a2.485%202.485%200%200%201-3.326-2.053a2.42%202.42%200%200%201%201.853-2.604m-9.664%206.974a6.8%206.8%200%200%201%201.449-.083c2.946.007%205.894%200%208.84.005a2.439%202.439%200%201%201%20.11%204.877h-.121c-3.229%200-6.458.007-9.687%200a2.4%202.4%200%200%201-2.382-2.209a2.43%202.43%200%200%201%201.791-2.59m-6.312%206.7a5.5%205.5%200%200%201%20.99-.059c3.11.012%206.219-.005%209.328.008a2.444%202.444%200%200%201%202.387%202.5v.053a2.48%202.48%200%200%201-2.4%202.323q-4.915.005-9.83%200a2.441%202.441%200%200%201-.473-4.82Zm15.81.057a2.525%202.525%200%200%201%203.126%201.455a2.482%202.482%200%201%201-4.82.826a2.39%202.39%200%200%201%201.694-2.281%22%2F%3E%3Cpath%20fill%3D%22%23f93748%22%20d%3D%22M11.769%2019.456a2.507%202.507%200%201%201-.508.221a2.5%202.5%200%200%201%20.508-.221%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%22%23bf555d%22%20d%3D%22M27.5%205.5h-9.3l-2.1%204.2H4.4v16.8h25.2v-21Zm0%204.2h-8.2l1.1-2.1h7.1Z%22%2F%3E%3Cpath%20fill%3D%22%23f75d3c%22%20d%3D%22M11.772%2012.524a4.6%204.6%200%200%201%201.446-.119q4.412.005%208.82%200a2.53%202.53%200%200%201%202.366%201.51a2.478%202.478%200%200%201-2.366%203.416q-4.75-.005-9.5%200a2.48%202.48%200%200%201-2.521-2.2a2.42%202.42%200%200%201%201.755-2.607m16.104-.017a2.507%202.507%200%200%201%202.985%201.563a2.414%202.414%200%200%201-1.471%203.08l-.041.014a2.485%202.485%200%200%201-3.326-2.053a2.42%202.42%200%200%201%201.853-2.604m-9.664%206.974a6.8%206.8%200%200%201%201.449-.083c2.946.007%205.894%200%208.84.005a2.439%202.439%200%201%201%20.11%204.877h-.121c-3.229%200-6.458.007-9.687%200a2.4%202.4%200%200%201-2.382-2.209a2.43%202.43%200%200%201%201.791-2.59m-6.312%206.7a5.5%205.5%200%200%201%20.99-.059c3.11.012%206.219-.005%209.328.008a2.444%202.444%200%200%201%202.387%202.5v.053a2.48%202.48%200%200%201-2.4%202.323q-4.915.005-9.83%200a2.441%202.441%200%200%201-.473-4.82Zm15.81.057a2.525%202.525%200%200%201%203.126%201.455a2.482%202.482%200%201%201-4.82.826a2.39%202.39%200%200%201%201.694-2.281%22%2F%3E%3Cpath%20fill%3D%22%23f93748%22%20d%3D%22M11.769%2019.456a2.507%202.507%200%201%201-.508.221a2.5%202.5%200%200%201%20.508-.221%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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