folder ngrx store open logo

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

Name
folder-ngrx-store-open
Set
Material Icon Theme
Style
Color
Viewbox
32×32
License
MIT

Related icons in Material Icon Theme

Use the folder ngrx store open logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#8bc34a" d="M28.967 12H9.442a2 2 0 0 0-1.898 1.368L4 24V10h24a2 2 0 0 0-2-2H15.124a2 2 0 0 1-1.28-.464l-1.288-1.072A2 2 0 0 0 11.276 6H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h22l4.805-11.212A2 2 0 0 0 28.967 12"/><path fill="#dcedc8" d="m23 9l-9 3l1 12l8 4l8-4l1-12Zm-1.869 2.785a2.3 2.3 0 0 1 1.124.324a5.3 5.3 0 0 0 1.214.305a6.63 6.63 0 0 1 4.433 2.834c.448.875.356 1.348-.33 1.7c-.59.303-1.799.157-3.554-.432l-1.481-.497l-.527.199a3.53 3.53 0 0 0-1.84 1.73a2.9 2.9 0 0 0-.218 1.622a2.9 2.9 0 0 0 .41 1.645c.35.613 1.15 1.395 1.287 1.259c.038-.038-.044-.287-.182-.553a1.1 1.1 0 0 1-.178-.595c.038-.061.4.165.802.504a5.6 5.6 0 0 0 2.898 1.333c.787.081.967-.064.377-.307a1.8 1.8 0 0 1-.547-.363c-.23-.252-.243-.244.738-.462a4.6 4.6 0 0 0 1.887-.996c.023-.073-.173-.102-.495-.077c-.292.023-.53-.006-.53-.067a3 3 0 0 1 .53-.656a4.93 4.93 0 0 0 1.585-3.596l.08-1.114l.258.53a3.2 3.2 0 0 1 .133 2.148c-.168.605-.056.672.253.152c.382-.644.505-.543.438.364a3.95 3.95 0 0 1-1.183 2.561c-.627.68-.551.803.207.34c.731-.449.83-.379.453.325a6.08 6.08 0 0 1-3.782 2.831a6.2 6.2 0 0 1-2.487.16a7.33 7.33 0 0 1-5.44-3.849a13 13 0 0 0-.836-1.437c-.403-.542-.436-.785-.166-1.197a.92.92 0 0 0 .111-.73c-.257-1.451-.248-1.496.337-2.088c.512-.513.543-.581.543-1.182c0-.52.052-.69.29-.925a1 1 0 0 1 .561-.291a2.88 2.88 0 0 0 1.624-.865a1.67 1.67 0 0 1 1.203-.587"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeFolderNgrxStoreOpen(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#8bc34a" d="M28.967 12H9.442a2 2 0 0 0-1.898 1.368L4 24V10h24a2 2 0 0 0-2-2H15.124a2 2 0 0 1-1.28-.464l-1.288-1.072A2 2 0 0 0 11.276 6H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h22l4.805-11.212A2 2 0 0 0 28.967 12"/><path fill="#dcedc8" d="m23 9l-9 3l1 12l8 4l8-4l1-12Zm-1.869 2.785a2.3 2.3 0 0 1 1.124.324a5.3 5.3 0 0 0 1.214.305a6.63 6.63 0 0 1 4.433 2.834c.448.875.356 1.348-.33 1.7c-.59.303-1.799.157-3.554-.432l-1.481-.497l-.527.199a3.53 3.53 0 0 0-1.84 1.73a2.9 2.9 0 0 0-.218 1.622a2.9 2.9 0 0 0 .41 1.645c.35.613 1.15 1.395 1.287 1.259c.038-.038-.044-.287-.182-.553a1.1 1.1 0 0 1-.178-.595c.038-.061.4.165.802.504a5.6 5.6 0 0 0 2.898 1.333c.787.081.967-.064.377-.307a1.8 1.8 0 0 1-.547-.363c-.23-.252-.243-.244.738-.462a4.6 4.6 0 0 0 1.887-.996c.023-.073-.173-.102-.495-.077c-.292.023-.53-.006-.53-.067a3 3 0 0 1 .53-.656a4.93 4.93 0 0 0 1.585-3.596l.08-1.114l.258.53a3.2 3.2 0 0 1 .133 2.148c-.168.605-.056.672.253.152c.382-.644.505-.543.438.364a3.95 3.95 0 0 1-1.183 2.561c-.627.68-.551.803.207.34c.731-.449.83-.379.453.325a6.08 6.08 0 0 1-3.782 2.831a6.2 6.2 0 0 1-2.487.16a7.33 7.33 0 0 1-5.44-3.849a13 13 0 0 0-.836-1.437c-.403-.542-.436-.785-.166-1.197a.92.92 0 0 0 .111-.73c-.257-1.451-.248-1.496.337-2.088c.512-.513.543-.581.543-1.182c0-.52.052-.69.29-.925a1 1 0 0 1 .561-.291a2.88 2.88 0 0 0 1.624-.865a1.67 1.67 0 0 1 1.203-.587"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#8bc34a" d="M28.967 12H9.442a2 2 0 0 0-1.898 1.368L4 24V10h24a2 2 0 0 0-2-2H15.124a2 2 0 0 1-1.28-.464l-1.288-1.072A2 2 0 0 0 11.276 6H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h22l4.805-11.212A2 2 0 0 0 28.967 12"/><path fill="#dcedc8" d="m23 9l-9 3l1 12l8 4l8-4l1-12Zm-1.869 2.785a2.3 2.3 0 0 1 1.124.324a5.3 5.3 0 0 0 1.214.305a6.63 6.63 0 0 1 4.433 2.834c.448.875.356 1.348-.33 1.7c-.59.303-1.799.157-3.554-.432l-1.481-.497l-.527.199a3.53 3.53 0 0 0-1.84 1.73a2.9 2.9 0 0 0-.218 1.622a2.9 2.9 0 0 0 .41 1.645c.35.613 1.15 1.395 1.287 1.259c.038-.038-.044-.287-.182-.553a1.1 1.1 0 0 1-.178-.595c.038-.061.4.165.802.504a5.6 5.6 0 0 0 2.898 1.333c.787.081.967-.064.377-.307a1.8 1.8 0 0 1-.547-.363c-.23-.252-.243-.244.738-.462a4.6 4.6 0 0 0 1.887-.996c.023-.073-.173-.102-.495-.077c-.292.023-.53-.006-.53-.067a3 3 0 0 1 .53-.656a4.93 4.93 0 0 0 1.585-3.596l.08-1.114l.258.53a3.2 3.2 0 0 1 .133 2.148c-.168.605-.056.672.253.152c.382-.644.505-.543.438.364a3.95 3.95 0 0 1-1.183 2.561c-.627.68-.551.803.207.34c.731-.449.83-.379.453.325a6.08 6.08 0 0 1-3.782 2.831a6.2 6.2 0 0 1-2.487.16a7.33 7.33 0 0 1-5.44-3.849a13 13 0 0 0-.836-1.437c-.403-.542-.436-.785-.166-1.197a.92.92 0 0 0 .111-.73c-.257-1.451-.248-1.496.337-2.088c.512-.513.543-.581.543-1.182c0-.52.052-.69.29-.925a1 1 0 0 1 .561-.291a2.88 2.88 0 0 0 1.624-.865a1.67 1.67 0 0 1 1.203-.587"/></svg>
</template>

CSS

.icon-folder-ngrx-store-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%2032%2032%22%3E%3Cpath%20fill%3D%22%238bc34a%22%20d%3D%22M28.967%2012H9.442a2%202%200%200%200-1.898%201.368L4%2024V10h24a2%202%200%200%200-2-2H15.124a2%202%200%200%201-1.28-.464l-1.288-1.072A2%202%200%200%200%2011.276%206H4a2%202%200%200%200-2%202v16a2%202%200%200%200%202%202h22l4.805-11.212A2%202%200%200%200%2028.967%2012%22%2F%3E%3Cpath%20fill%3D%22%23dcedc8%22%20d%3D%22m23%209l-9%203l1%2012l8%204l8-4l1-12Zm-1.869%202.785a2.3%202.3%200%200%201%201.124.324a5.3%205.3%200%200%200%201.214.305a6.63%206.63%200%200%201%204.433%202.834c.448.875.356%201.348-.33%201.7c-.59.303-1.799.157-3.554-.432l-1.481-.497l-.527.199a3.53%203.53%200%200%200-1.84%201.73a2.9%202.9%200%200%200-.218%201.622a2.9%202.9%200%200%200%20.41%201.645c.35.613%201.15%201.395%201.287%201.259c.038-.038-.044-.287-.182-.553a1.1%201.1%200%200%201-.178-.595c.038-.061.4.165.802.504a5.6%205.6%200%200%200%202.898%201.333c.787.081.967-.064.377-.307a1.8%201.8%200%200%201-.547-.363c-.23-.252-.243-.244.738-.462a4.6%204.6%200%200%200%201.887-.996c.023-.073-.173-.102-.495-.077c-.292.023-.53-.006-.53-.067a3%203%200%200%201%20.53-.656a4.93%204.93%200%200%200%201.585-3.596l.08-1.114l.258.53a3.2%203.2%200%200%201%20.133%202.148c-.168.605-.056.672.253.152c.382-.644.505-.543.438.364a3.95%203.95%200%200%201-1.183%202.561c-.627.68-.551.803.207.34c.731-.449.83-.379.453.325a6.08%206.08%200%200%201-3.782%202.831a6.2%206.2%200%200%201-2.487.16a7.33%207.33%200%200%201-5.44-3.849a13%2013%200%200%200-.836-1.437c-.403-.542-.436-.785-.166-1.197a.92.92%200%200%200%20.111-.73c-.257-1.451-.248-1.496.337-2.088c.512-.513.543-.581.543-1.182c0-.52.052-.69.29-.925a1%201%200%200%201%20.561-.291a2.88%202.88%200%200%200%201.624-.865a1.67%201.67%200%200%201%201.203-.587%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%2032%2032%22%3E%3Cpath%20fill%3D%22%238bc34a%22%20d%3D%22M28.967%2012H9.442a2%202%200%200%200-1.898%201.368L4%2024V10h24a2%202%200%200%200-2-2H15.124a2%202%200%200%201-1.28-.464l-1.288-1.072A2%202%200%200%200%2011.276%206H4a2%202%200%200%200-2%202v16a2%202%200%200%200%202%202h22l4.805-11.212A2%202%200%200%200%2028.967%2012%22%2F%3E%3Cpath%20fill%3D%22%23dcedc8%22%20d%3D%22m23%209l-9%203l1%2012l8%204l8-4l1-12Zm-1.869%202.785a2.3%202.3%200%200%201%201.124.324a5.3%205.3%200%200%200%201.214.305a6.63%206.63%200%200%201%204.433%202.834c.448.875.356%201.348-.33%201.7c-.59.303-1.799.157-3.554-.432l-1.481-.497l-.527.199a3.53%203.53%200%200%200-1.84%201.73a2.9%202.9%200%200%200-.218%201.622a2.9%202.9%200%200%200%20.41%201.645c.35.613%201.15%201.395%201.287%201.259c.038-.038-.044-.287-.182-.553a1.1%201.1%200%200%201-.178-.595c.038-.061.4.165.802.504a5.6%205.6%200%200%200%202.898%201.333c.787.081.967-.064.377-.307a1.8%201.8%200%200%201-.547-.363c-.23-.252-.243-.244.738-.462a4.6%204.6%200%200%200%201.887-.996c.023-.073-.173-.102-.495-.077c-.292.023-.53-.006-.53-.067a3%203%200%200%201%20.53-.656a4.93%204.93%200%200%200%201.585-3.596l.08-1.114l.258.53a3.2%203.2%200%200%201%20.133%202.148c-.168.605-.056.672.253.152c.382-.644.505-.543.438.364a3.95%203.95%200%200%201-1.183%202.561c-.627.68-.551.803.207.34c.731-.449.83-.379.453.325a6.08%206.08%200%200%201-3.782%202.831a6.2%206.2%200%200%201-2.487.16a7.33%207.33%200%200%201-5.44-3.849a13%2013%200%200%200-.836-1.437c-.403-.542-.436-.785-.166-1.197a.92.92%200%200%200%20.111-.73c-.257-1.451-.248-1.496.337-2.088c.512-.513.543-.581.543-1.182c0-.52.052-.69.29-.925a1%201%200%200%201%20.561-.291a2.88%202.88%200%200%200%201.624-.865a1.67%201.67%200%200%201%201.203-.587%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-ngrx-store-open.svg?color=%231a73e8&size=48