folder simulations logo

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

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

Related icons in Material Icon Theme

Use the folder simulations logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#ab47bc" 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="#e1bee7" d="m12.048 14l-.73-1.707a9.6 9.6 0 0 0 1.966-1.013zM8.707 9.68L7 8.954l2.723-1.235A9.208 9.212 0 0 0 8.707 9.68m7.12-4.507S13.62 4.23 11.1 6.752c-.977.975-1.56 2.05-1.937 2.991a.886.887 0 0 0 .202.949l.949.945a.88.88 0 0 0 .943.205a8.515 8.519 0 0 0 2.993-1.938c2.522-2.524 1.578-4.73 1.578-4.73m-3.155 3.151a.9.9 0 0 1 0-1.261a.896.896 0 0 1 1.263 0a.896.896 0 0 1 0 1.261a.896.896 0 0 1-1.263 0m-2.522 3.152l-.623-.629Zm-1.173 2.438l1.622-1.622a1.386 1.387 0 0 1-.432-.201l-1.819 1.823Zm-1.887 0h.623l2.129-2.121l-.635-.63l-2.117 2.123zm0-1.262l1.82-1.818a1.287 1.288 0 0 1-.203-.433L7.09 12.025z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeFolderSimulations(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="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="#e1bee7" d="m12.048 14l-.73-1.707a9.6 9.6 0 0 0 1.966-1.013zM8.707 9.68L7 8.954l2.723-1.235A9.208 9.212 0 0 0 8.707 9.68m7.12-4.507S13.62 4.23 11.1 6.752c-.977.975-1.56 2.05-1.937 2.991a.886.887 0 0 0 .202.949l.949.945a.88.88 0 0 0 .943.205a8.515 8.519 0 0 0 2.993-1.938c2.522-2.524 1.578-4.73 1.578-4.73m-3.155 3.151a.9.9 0 0 1 0-1.261a.896.896 0 0 1 1.263 0a.896.896 0 0 1 0 1.261a.896.896 0 0 1-1.263 0m-2.522 3.152l-.623-.629Zm-1.173 2.438l1.622-1.622a1.386 1.387 0 0 1-.432-.201l-1.819 1.823Zm-1.887 0h.623l2.129-2.121l-.635-.63l-2.117 2.123zm0-1.262l1.82-1.818a1.287 1.288 0 0 1-.203-.433L7.09 12.025z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#ab47bc" 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="#e1bee7" d="m12.048 14l-.73-1.707a9.6 9.6 0 0 0 1.966-1.013zM8.707 9.68L7 8.954l2.723-1.235A9.208 9.212 0 0 0 8.707 9.68m7.12-4.507S13.62 4.23 11.1 6.752c-.977.975-1.56 2.05-1.937 2.991a.886.887 0 0 0 .202.949l.949.945a.88.88 0 0 0 .943.205a8.515 8.519 0 0 0 2.993-1.938c2.522-2.524 1.578-4.73 1.578-4.73m-3.155 3.151a.9.9 0 0 1 0-1.261a.896.896 0 0 1 1.263 0a.896.896 0 0 1 0 1.261a.896.896 0 0 1-1.263 0m-2.522 3.152l-.623-.629Zm-1.173 2.438l1.622-1.622a1.386 1.387 0 0 1-.432-.201l-1.819 1.823Zm-1.887 0h.623l2.129-2.121l-.635-.63l-2.117 2.123zm0-1.262l1.82-1.818a1.287 1.288 0 0 1-.203-.433L7.09 12.025z"/></svg>
</template>

CSS

.icon-folder-simulations {
  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%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%23e1bee7%22%20d%3D%22m12.048%2014l-.73-1.707a9.6%209.6%200%200%200%201.966-1.013zM8.707%209.68L7%208.954l2.723-1.235A9.208%209.212%200%200%200%208.707%209.68m7.12-4.507S13.62%204.23%2011.1%206.752c-.977.975-1.56%202.05-1.937%202.991a.886.887%200%200%200%20.202.949l.949.945a.88.88%200%200%200%20.943.205a8.515%208.519%200%200%200%202.993-1.938c2.522-2.524%201.578-4.73%201.578-4.73m-3.155%203.151a.9.9%200%200%201%200-1.261a.896.896%200%200%201%201.263%200a.896.896%200%200%201%200%201.261a.896.896%200%200%201-1.263%200m-2.522%203.152l-.623-.629Zm-1.173%202.438l1.622-1.622a1.386%201.387%200%200%201-.432-.201l-1.819%201.823Zm-1.887%200h.623l2.129-2.121l-.635-.63l-2.117%202.123zm0-1.262l1.82-1.818a1.287%201.288%200%200%201-.203-.433L7.09%2012.025z%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%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%23e1bee7%22%20d%3D%22m12.048%2014l-.73-1.707a9.6%209.6%200%200%200%201.966-1.013zM8.707%209.68L7%208.954l2.723-1.235A9.208%209.212%200%200%200%208.707%209.68m7.12-4.507S13.62%204.23%2011.1%206.752c-.977.975-1.56%202.05-1.937%202.991a.886.887%200%200%200%20.202.949l.949.945a.88.88%200%200%200%20.943.205a8.515%208.519%200%200%200%202.993-1.938c2.522-2.524%201.578-4.73%201.578-4.73m-3.155%203.151a.9.9%200%200%201%200-1.261a.896.896%200%200%201%201.263%200a.896.896%200%200%201%200%201.261a.896.896%200%200%201-1.263%200m-2.522%203.152l-.623-.629Zm-1.173%202.438l1.622-1.622a1.386%201.387%200%200%201-.432-.201l-1.819%201.823Zm-1.887%200h.623l2.129-2.121l-.635-.63l-2.117%202.123zm0-1.262l1.82-1.818a1.287%201.288%200%200%201-.203-.433L7.09%2012.025z%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-simulations.svg?color=%231a73e8&size=48