folder decorators open logo

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

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

Related icons in Material Icon Theme

Use the folder decorators open logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#ab47bc" 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="#e1bee7" d="M11.819 15a3.907 3.896 0 0 1-1.872-.464a3.536 3.527 0 0 1-1.408-1.391a4.608 4.596 0 0 1-.536-2.325a9.167 9.141 0 0 1 .432-2.934a6.312 6.294 0 0 1 1.177-2.132a5.06 5.045 0 0 1 1.7-1.3a4.659 4.645 0 0 1 1.983-.444a2.615 2.607 0 0 1 2.054.727a2.825 2.817 0 0 1 .647 1.944a2.705 2.697 0 0 1-.034.416q-.035.221-.077.456l-.807 3.982h-1.156l-.015-.503h-.055c-.232.129-.48.332-.745.48a1.984 1.978 0 0 1-.982.221a1.518 1.514 0 0 1-1.05-.408a1.398 1.394 0 0 1-.454-1.087a2.174 2.168 0 0 1 .94-1.888a6.512 6.494 0 0 1 2.96-.88a3.006 2.997 0 0 0 .083-.609a1.974 1.968 0 0 0-.306-1.128a1.357 1.354 0 0 0-1.197-.45a2.454 2.448 0 0 0-1.212.346a3.857 3.846 0 0 0-1.135 1.025a5.46 5.445 0 0 0-.843 1.682a7.664 7.643 0 0 0-.32 2.318a3.531 3.522 0 0 0 .362 1.681a2.505 2.498 0 0 0 .933 1.004a2.34 2.333 0 0 0 1.198.332a2.204 2.198 0 0 0 .835-.145a3.106 3.097 0 0 0 .71-.409l.641 1.135a3.657 3.646 0 0 1-1.107.56A4.508 4.496 0 0 1 11.82 15m1.01-4.524a1.403 1.399 0 0 0 .521-.105a2.404 2.398 0 0 0 .521-.287l.28-1.37a3.406 3.397 0 0 0-1.497.476a.937.934 0 0 0-.387.755a.5.5 0 0 0 .156.391a.581.58 0 0 0 .406.14"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeFolderDecoratorsOpen(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#ab47bc" 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="#e1bee7" d="M11.819 15a3.907 3.896 0 0 1-1.872-.464a3.536 3.527 0 0 1-1.408-1.391a4.608 4.596 0 0 1-.536-2.325a9.167 9.141 0 0 1 .432-2.934a6.312 6.294 0 0 1 1.177-2.132a5.06 5.045 0 0 1 1.7-1.3a4.659 4.645 0 0 1 1.983-.444a2.615 2.607 0 0 1 2.054.727a2.825 2.817 0 0 1 .647 1.944a2.705 2.697 0 0 1-.034.416q-.035.221-.077.456l-.807 3.982h-1.156l-.015-.503h-.055c-.232.129-.48.332-.745.48a1.984 1.978 0 0 1-.982.221a1.518 1.514 0 0 1-1.05-.408a1.398 1.394 0 0 1-.454-1.087a2.174 2.168 0 0 1 .94-1.888a6.512 6.494 0 0 1 2.96-.88a3.006 2.997 0 0 0 .083-.609a1.974 1.968 0 0 0-.306-1.128a1.357 1.354 0 0 0-1.197-.45a2.454 2.448 0 0 0-1.212.346a3.857 3.846 0 0 0-1.135 1.025a5.46 5.445 0 0 0-.843 1.682a7.664 7.643 0 0 0-.32 2.318a3.531 3.522 0 0 0 .362 1.681a2.505 2.498 0 0 0 .933 1.004a2.34 2.333 0 0 0 1.198.332a2.204 2.198 0 0 0 .835-.145a3.106 3.097 0 0 0 .71-.409l.641 1.135a3.657 3.646 0 0 1-1.107.56A4.508 4.496 0 0 1 11.82 15m1.01-4.524a1.403 1.399 0 0 0 .521-.105a2.404 2.398 0 0 0 .521-.287l.28-1.37a3.406 3.397 0 0 0-1.497.476a.937.934 0 0 0-.387.755a.5.5 0 0 0 .156.391a.581.58 0 0 0 .406.14"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#ab47bc" 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="#e1bee7" d="M11.819 15a3.907 3.896 0 0 1-1.872-.464a3.536 3.527 0 0 1-1.408-1.391a4.608 4.596 0 0 1-.536-2.325a9.167 9.141 0 0 1 .432-2.934a6.312 6.294 0 0 1 1.177-2.132a5.06 5.045 0 0 1 1.7-1.3a4.659 4.645 0 0 1 1.983-.444a2.615 2.607 0 0 1 2.054.727a2.825 2.817 0 0 1 .647 1.944a2.705 2.697 0 0 1-.034.416q-.035.221-.077.456l-.807 3.982h-1.156l-.015-.503h-.055c-.232.129-.48.332-.745.48a1.984 1.978 0 0 1-.982.221a1.518 1.514 0 0 1-1.05-.408a1.398 1.394 0 0 1-.454-1.087a2.174 2.168 0 0 1 .94-1.888a6.512 6.494 0 0 1 2.96-.88a3.006 2.997 0 0 0 .083-.609a1.974 1.968 0 0 0-.306-1.128a1.357 1.354 0 0 0-1.197-.45a2.454 2.448 0 0 0-1.212.346a3.857 3.846 0 0 0-1.135 1.025a5.46 5.445 0 0 0-.843 1.682a7.664 7.643 0 0 0-.32 2.318a3.531 3.522 0 0 0 .362 1.681a2.505 2.498 0 0 0 .933 1.004a2.34 2.333 0 0 0 1.198.332a2.204 2.198 0 0 0 .835-.145a3.106 3.097 0 0 0 .71-.409l.641 1.135a3.657 3.646 0 0 1-1.107.56A4.508 4.496 0 0 1 11.82 15m1.01-4.524a1.403 1.399 0 0 0 .521-.105a2.404 2.398 0 0 0 .521-.287l.28-1.37a3.406 3.397 0 0 0-1.497.476a.937.934 0 0 0-.387.755a.5.5 0 0 0 .156.391a.581.58 0 0 0 .406.14"/></svg>
</template>

CSS

.icon-folder-decorators-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%23ab47bc%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%23e1bee7%22%20d%3D%22M11.819%2015a3.907%203.896%200%200%201-1.872-.464a3.536%203.527%200%200%201-1.408-1.391a4.608%204.596%200%200%201-.536-2.325a9.167%209.141%200%200%201%20.432-2.934a6.312%206.294%200%200%201%201.177-2.132a5.06%205.045%200%200%201%201.7-1.3a4.659%204.645%200%200%201%201.983-.444a2.615%202.607%200%200%201%202.054.727a2.825%202.817%200%200%201%20.647%201.944a2.705%202.697%200%200%201-.034.416q-.035.221-.077.456l-.807%203.982h-1.156l-.015-.503h-.055c-.232.129-.48.332-.745.48a1.984%201.978%200%200%201-.982.221a1.518%201.514%200%200%201-1.05-.408a1.398%201.394%200%200%201-.454-1.087a2.174%202.168%200%200%201%20.94-1.888a6.512%206.494%200%200%201%202.96-.88a3.006%202.997%200%200%200%20.083-.609a1.974%201.968%200%200%200-.306-1.128a1.357%201.354%200%200%200-1.197-.45a2.454%202.448%200%200%200-1.212.346a3.857%203.846%200%200%200-1.135%201.025a5.46%205.445%200%200%200-.843%201.682a7.664%207.643%200%200%200-.32%202.318a3.531%203.522%200%200%200%20.362%201.681a2.505%202.498%200%200%200%20.933%201.004a2.34%202.333%200%200%200%201.198.332a2.204%202.198%200%200%200%20.835-.145a3.106%203.097%200%200%200%20.71-.409l.641%201.135a3.657%203.646%200%200%201-1.107.56A4.508%204.496%200%200%201%2011.82%2015m1.01-4.524a1.403%201.399%200%200%200%20.521-.105a2.404%202.398%200%200%200%20.521-.287l.28-1.37a3.406%203.397%200%200%200-1.497.476a.937.934%200%200%200-.387.755a.5.5%200%200%200%20.156.391a.581.58%200%200%200%20.406.14%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%23ab47bc%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%23e1bee7%22%20d%3D%22M11.819%2015a3.907%203.896%200%200%201-1.872-.464a3.536%203.527%200%200%201-1.408-1.391a4.608%204.596%200%200%201-.536-2.325a9.167%209.141%200%200%201%20.432-2.934a6.312%206.294%200%200%201%201.177-2.132a5.06%205.045%200%200%201%201.7-1.3a4.659%204.645%200%200%201%201.983-.444a2.615%202.607%200%200%201%202.054.727a2.825%202.817%200%200%201%20.647%201.944a2.705%202.697%200%200%201-.034.416q-.035.221-.077.456l-.807%203.982h-1.156l-.015-.503h-.055c-.232.129-.48.332-.745.48a1.984%201.978%200%200%201-.982.221a1.518%201.514%200%200%201-1.05-.408a1.398%201.394%200%200%201-.454-1.087a2.174%202.168%200%200%201%20.94-1.888a6.512%206.494%200%200%201%202.96-.88a3.006%202.997%200%200%200%20.083-.609a1.974%201.968%200%200%200-.306-1.128a1.357%201.354%200%200%200-1.197-.45a2.454%202.448%200%200%200-1.212.346a3.857%203.846%200%200%200-1.135%201.025a5.46%205.445%200%200%200-.843%201.682a7.664%207.643%200%200%200-.32%202.318a3.531%203.522%200%200%200%20.362%201.681a2.505%202.498%200%200%200%20.933%201.004a2.34%202.333%200%200%200%201.198.332a2.204%202.198%200%200%200%20.835-.145a3.106%203.097%200%200%200%20.71-.409l.641%201.135a3.657%203.646%200%200%201-1.107.56A4.508%204.496%200%200%201%2011.82%2015m1.01-4.524a1.403%201.399%200%200%200%20.521-.105a2.404%202.398%200%200%200%20.521-.287l.28-1.37a3.406%203.397%200%200%200-1.497.476a.937.934%200%200%200-.387.755a.5.5%200%200%200%20.156.391a.581.58%200%200%200%20.406.14%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-decorators-open.svg?color=%231a73e8&size=48