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

Name
folder-prisma
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 prisma logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#00bfa5" 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="#a7ffeb" d="m15.105 13.137l-4.88 1.194a.21.21 0 0 1-.255-.112a.15.15 0 0 1-.006-.082l1.743-6.91a.175.175 0 0 1 .206-.105a.17.17 0 0 1 .11.075l3.229 5.673a.181.18 0 0 1-.11.255zm.836-.282l-3.738-6.569a.67.67 0 0 0-.823-.226a.6.6 0 0 0-.234.178l-4.053 5.434a.435.435 0 0 0 .007.546l1.982 2.54a.7.7 0 0 0 .716.217l5.751-1.407a.6.6 0 0 0 .395-.283a.43.43 0 0 0-.003-.43"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeFolderPrisma(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#00bfa5" 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="#a7ffeb" d="m15.105 13.137l-4.88 1.194a.21.21 0 0 1-.255-.112a.15.15 0 0 1-.006-.082l1.743-6.91a.175.175 0 0 1 .206-.105a.17.17 0 0 1 .11.075l3.229 5.673a.181.18 0 0 1-.11.255zm.836-.282l-3.738-6.569a.67.67 0 0 0-.823-.226a.6.6 0 0 0-.234.178l-4.053 5.434a.435.435 0 0 0 .007.546l1.982 2.54a.7.7 0 0 0 .716.217l5.751-1.407a.6.6 0 0 0 .395-.283a.43.43 0 0 0-.003-.43"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#00bfa5" 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="#a7ffeb" d="m15.105 13.137l-4.88 1.194a.21.21 0 0 1-.255-.112a.15.15 0 0 1-.006-.082l1.743-6.91a.175.175 0 0 1 .206-.105a.17.17 0 0 1 .11.075l3.229 5.673a.181.18 0 0 1-.11.255zm.836-.282l-3.738-6.569a.67.67 0 0 0-.823-.226a.6.6 0 0 0-.234.178l-4.053 5.434a.435.435 0 0 0 .007.546l1.982 2.54a.7.7 0 0 0 .716.217l5.751-1.407a.6.6 0 0 0 .395-.283a.43.43 0 0 0-.003-.43"/></svg>
</template>

CSS

.icon-folder-prisma {
  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%2300bfa5%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%23a7ffeb%22%20d%3D%22m15.105%2013.137l-4.88%201.194a.21.21%200%200%201-.255-.112a.15.15%200%200%201-.006-.082l1.743-6.91a.175.175%200%200%201%20.206-.105a.17.17%200%200%201%20.11.075l3.229%205.673a.181.18%200%200%201-.11.255zm.836-.282l-3.738-6.569a.67.67%200%200%200-.823-.226a.6.6%200%200%200-.234.178l-4.053%205.434a.435.435%200%200%200%20.007.546l1.982%202.54a.7.7%200%200%200%20.716.217l5.751-1.407a.6.6%200%200%200%20.395-.283a.43.43%200%200%200-.003-.43%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%2300bfa5%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%23a7ffeb%22%20d%3D%22m15.105%2013.137l-4.88%201.194a.21.21%200%200%201-.255-.112a.15.15%200%200%201-.006-.082l1.743-6.91a.175.175%200%200%201%20.206-.105a.17.17%200%200%201%20.11.075l3.229%205.673a.181.18%200%200%201-.11.255zm.836-.282l-3.738-6.569a.67.67%200%200%200-.823-.226a.6.6%200%200%200-.234.178l-4.053%205.434a.435.435%200%200%200%20.007.546l1.982%202.54a.7.7%200%200%200%20.716.217l5.751-1.407a.6.6%200%200%200%20.395-.283a.43.43%200%200%200-.003-.43%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-prisma.svg?color=%231a73e8&size=48