folder expo open logo

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

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

Related icons in Material Icon Theme

Use the folder expo open logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#1976d2" 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="#bbdefb" d="M12.591 6.574c-.332-.506-.41-.574-1.085-.574h-.016c-.675 0-.75.067-1.085.574C10.094 7.05 7 12.737 7 12.895a1.25 1.25 0 0 0 .273.757c.217.312.591.486.864.21c.184-.187 2.17-3.62 3.128-4.919a.288.288 0 0 1 .47 0c.958 1.299 2.944 4.732 3.129 4.919c.272.276.647.101.864-.21a1.25 1.25 0 0 0 .272-.757c-.004-.159-3.097-5.85-3.409-6.321"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeFolderExpoOpen(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#1976d2" 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="#bbdefb" d="M12.591 6.574c-.332-.506-.41-.574-1.085-.574h-.016c-.675 0-.75.067-1.085.574C10.094 7.05 7 12.737 7 12.895a1.25 1.25 0 0 0 .273.757c.217.312.591.486.864.21c.184-.187 2.17-3.62 3.128-4.919a.288.288 0 0 1 .47 0c.958 1.299 2.944 4.732 3.129 4.919c.272.276.647.101.864-.21a1.25 1.25 0 0 0 .272-.757c-.004-.159-3.097-5.85-3.409-6.321"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#1976d2" 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="#bbdefb" d="M12.591 6.574c-.332-.506-.41-.574-1.085-.574h-.016c-.675 0-.75.067-1.085.574C10.094 7.05 7 12.737 7 12.895a1.25 1.25 0 0 0 .273.757c.217.312.591.486.864.21c.184-.187 2.17-3.62 3.128-4.919a.288.288 0 0 1 .47 0c.958 1.299 2.944 4.732 3.129 4.919c.272.276.647.101.864-.21a1.25 1.25 0 0 0 .272-.757c-.004-.159-3.097-5.85-3.409-6.321"/></svg>
</template>

CSS

.icon-folder-expo-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%231976d2%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%23bbdefb%22%20d%3D%22M12.591%206.574c-.332-.506-.41-.574-1.085-.574h-.016c-.675%200-.75.067-1.085.574C10.094%207.05%207%2012.737%207%2012.895a1.25%201.25%200%200%200%20.273.757c.217.312.591.486.864.21c.184-.187%202.17-3.62%203.128-4.919a.288.288%200%200%201%20.47%200c.958%201.299%202.944%204.732%203.129%204.919c.272.276.647.101.864-.21a1.25%201.25%200%200%200%20.272-.757c-.004-.159-3.097-5.85-3.409-6.321%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%231976d2%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%23bbdefb%22%20d%3D%22M12.591%206.574c-.332-.506-.41-.574-1.085-.574h-.016c-.675%200-.75.067-1.085.574C10.094%207.05%207%2012.737%207%2012.895a1.25%201.25%200%200%200%20.273.757c.217.312.591.486.864.21c.184-.187%202.17-3.62%203.128-4.919a.288.288%200%200%201%20.47%200c.958%201.299%202.944%204.732%203.129%204.919c.272.276.647.101.864-.21a1.25%201.25%200%200%200%20.272-.757c-.004-.159-3.097-5.85-3.409-6.321%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-expo-open.svg?color=%231a73e8&size=48