folder snippet open logo

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

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

Related icons in Material Icon Theme

Use the folder snippet open logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#ff9800" 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="#ffe0b2" d="M10 5s-1 .93-1 2s3 4 3 4l-.445.44a1.5 1.5 0 0 0-2.55 1a1.505 1.505 0 0 0 1.43 1.559a1.51 1.51 0 0 0 1.555-1.62l1.01-.63l.125.155A1.51 1.51 0 0 0 14.439 14a1.505 1.505 0 0 0 1.56-1.44a1.505 1.505 0 0 0-2.19-1.39zm5 0l-2 4l1 1s2-1.97 2-3s-1-2-1-2m-4.53 7h.05c.255.01.45.2.475.444v.1a.49.49 0 0 1-.515.455a.495.495 0 0 1-.48-.52a.49.49 0 0 1 .47-.48m4 0h.05c.28.01.49.24.48.52a.49.49 0 0 1-.52.48a.49.49 0 0 1-.48-.52a.49.49 0 0 1 .47-.48"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeFolderSnippetOpen(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#ff9800" 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="#ffe0b2" d="M10 5s-1 .93-1 2s3 4 3 4l-.445.44a1.5 1.5 0 0 0-2.55 1a1.505 1.505 0 0 0 1.43 1.559a1.51 1.51 0 0 0 1.555-1.62l1.01-.63l.125.155A1.51 1.51 0 0 0 14.439 14a1.505 1.505 0 0 0 1.56-1.44a1.505 1.505 0 0 0-2.19-1.39zm5 0l-2 4l1 1s2-1.97 2-3s-1-2-1-2m-4.53 7h.05c.255.01.45.2.475.444v.1a.49.49 0 0 1-.515.455a.495.495 0 0 1-.48-.52a.49.49 0 0 1 .47-.48m4 0h.05c.28.01.49.24.48.52a.49.49 0 0 1-.52.48a.49.49 0 0 1-.48-.52a.49.49 0 0 1 .47-.48"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#ff9800" 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="#ffe0b2" d="M10 5s-1 .93-1 2s3 4 3 4l-.445.44a1.5 1.5 0 0 0-2.55 1a1.505 1.505 0 0 0 1.43 1.559a1.51 1.51 0 0 0 1.555-1.62l1.01-.63l.125.155A1.51 1.51 0 0 0 14.439 14a1.505 1.505 0 0 0 1.56-1.44a1.505 1.505 0 0 0-2.19-1.39zm5 0l-2 4l1 1s2-1.97 2-3s-1-2-1-2m-4.53 7h.05c.255.01.45.2.475.444v.1a.49.49 0 0 1-.515.455a.495.495 0 0 1-.48-.52a.49.49 0 0 1 .47-.48m4 0h.05c.28.01.49.24.48.52a.49.49 0 0 1-.52.48a.49.49 0 0 1-.48-.52a.49.49 0 0 1 .47-.48"/></svg>
</template>

CSS

.icon-folder-snippet-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%23ff9800%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%23ffe0b2%22%20d%3D%22M10%205s-1%20.93-1%202s3%204%203%204l-.445.44a1.5%201.5%200%200%200-2.55%201a1.505%201.505%200%200%200%201.43%201.559a1.51%201.51%200%200%200%201.555-1.62l1.01-.63l.125.155A1.51%201.51%200%200%200%2014.439%2014a1.505%201.505%200%200%200%201.56-1.44a1.505%201.505%200%200%200-2.19-1.39zm5%200l-2%204l1%201s2-1.97%202-3s-1-2-1-2m-4.53%207h.05c.255.01.45.2.475.444v.1a.49.49%200%200%201-.515.455a.495.495%200%200%201-.48-.52a.49.49%200%200%201%20.47-.48m4%200h.05c.28.01.49.24.48.52a.49.49%200%200%201-.52.48a.49.49%200%200%201-.48-.52a.49.49%200%200%201%20.47-.48%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%23ff9800%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%23ffe0b2%22%20d%3D%22M10%205s-1%20.93-1%202s3%204%203%204l-.445.44a1.5%201.5%200%200%200-2.55%201a1.505%201.505%200%200%200%201.43%201.559a1.51%201.51%200%200%200%201.555-1.62l1.01-.63l.125.155A1.51%201.51%200%200%200%2014.439%2014a1.505%201.505%200%200%200%201.56-1.44a1.505%201.505%200%200%200-2.19-1.39zm5%200l-2%204l1%201s2-1.97%202-3s-1-2-1-2m-4.53%207h.05c.255.01.45.2.475.444v.1a.49.49%200%200%201-.515.455a.495.495%200%200%201-.48-.52a.49.49%200%200%201%20.47-.48m4%200h.05c.28.01.49.24.48.52a.49.49%200%200%201-.52.48a.49.49%200%200%201-.48-.52a.49.49%200%200%201%20.47-.48%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-snippet-open.svg?color=%231a73e8&size=48