folder redux reducer open logo

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

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

Related icons in Material Icon Theme

Use the folder redux reducer open logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#ef5350" 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="#ffcdd2" d="M10.902 5a2.98 2.98 0 0 0-2.68 2.193a5.7 5.7 0 0 0 .467 4.578a.75.75 0 0 0-.064.375l.06-.003l-.06.01a.852.853 0 0 0 .834.84h.027a.857.858 0 0 0 .82-.89a.9.9 0 0 0-.254-.61a.8.8 0 0 0-.593-.247H9.42a4.8 4.8 0 0 1-.578-2.725a3.4 3.4 0 0 1 .696-1.925a2 2 0 0 1 1.421-.682h.028c1.218 0 1.707 1.669 1.738 2.244a.145.145 0 0 0 .107.133c.15.037.412.122.607.191a.14.14 0 0 0 .133-.023a.15.15 0 0 0 .053-.123C13.464 6.043 12.102 5 10.902 5m-.59 2.98a.8.8 0 0 0-.588.268a.903.903 0 0 0 .02 1.232a.84.84 0 0 0 .595.249h.032a.84.84 0 0 0 .687-.444h.135a4.414 4.415 0 0 1 2.562.822a3.3 3.3 0 0 1 1.261 1.602a1.74 1.74 0 0 1-.023 1.416a1.7 1.7 0 0 1-1.568.984a2.9 2.9 0 0 1-1.16-.261a.135.135 0 0 0-.153.027a7 7 0 0 1-.542.457a.147.147 0 0 0 .02.246a3.85 3.85 0 0 0 1.655.42l.096.002a2.83 2.83 0 0 0 2.443-1.475a3.2 3.2 0 0 0-.621-3.312a5.06 5.06 0 0 0-3.886-1.844l-.133.002h-.117a.8.8 0 0 0-.69-.39ZM7.558 9.518a.14.14 0 0 0-.066.027c-1.865 1.418-1.663 3.381-1.094 4.289a2.68 2.68 0 0 0 2.147 1.115q.062 0 .12-.002h.02a3 3 0 0 0 .75-.094a4.94 4.94 0 0 0 3.539-2.796a.83.83 0 0 0 .484-.3a.9.9 0 0 0 .191-.636a.86.86 0 0 0-.845-.799h-.03a.86.86 0 0 0-.806.906a.93.93 0 0 0 .172.495a4.43 4.43 0 0 1-1.932 1.898a3.08 3.08 0 0 1-1.939.385a1.57 1.57 0 0 1-1.16-.705a1.84 1.84 0 0 1-.09-1.87a2.9 2.9 0 0 1 .803-.992a.15.15 0 0 0 .049-.156a7 7 0 0 1-.156-.65a.14.14 0 0 0-.086-.106a.14.14 0 0 0-.07-.01"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeFolderReduxReducerOpen(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#ef5350" 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="#ffcdd2" d="M10.902 5a2.98 2.98 0 0 0-2.68 2.193a5.7 5.7 0 0 0 .467 4.578a.75.75 0 0 0-.064.375l.06-.003l-.06.01a.852.853 0 0 0 .834.84h.027a.857.858 0 0 0 .82-.89a.9.9 0 0 0-.254-.61a.8.8 0 0 0-.593-.247H9.42a4.8 4.8 0 0 1-.578-2.725a3.4 3.4 0 0 1 .696-1.925a2 2 0 0 1 1.421-.682h.028c1.218 0 1.707 1.669 1.738 2.244a.145.145 0 0 0 .107.133c.15.037.412.122.607.191a.14.14 0 0 0 .133-.023a.15.15 0 0 0 .053-.123C13.464 6.043 12.102 5 10.902 5m-.59 2.98a.8.8 0 0 0-.588.268a.903.903 0 0 0 .02 1.232a.84.84 0 0 0 .595.249h.032a.84.84 0 0 0 .687-.444h.135a4.414 4.415 0 0 1 2.562.822a3.3 3.3 0 0 1 1.261 1.602a1.74 1.74 0 0 1-.023 1.416a1.7 1.7 0 0 1-1.568.984a2.9 2.9 0 0 1-1.16-.261a.135.135 0 0 0-.153.027a7 7 0 0 1-.542.457a.147.147 0 0 0 .02.246a3.85 3.85 0 0 0 1.655.42l.096.002a2.83 2.83 0 0 0 2.443-1.475a3.2 3.2 0 0 0-.621-3.312a5.06 5.06 0 0 0-3.886-1.844l-.133.002h-.117a.8.8 0 0 0-.69-.39ZM7.558 9.518a.14.14 0 0 0-.066.027c-1.865 1.418-1.663 3.381-1.094 4.289a2.68 2.68 0 0 0 2.147 1.115q.062 0 .12-.002h.02a3 3 0 0 0 .75-.094a4.94 4.94 0 0 0 3.539-2.796a.83.83 0 0 0 .484-.3a.9.9 0 0 0 .191-.636a.86.86 0 0 0-.845-.799h-.03a.86.86 0 0 0-.806.906a.93.93 0 0 0 .172.495a4.43 4.43 0 0 1-1.932 1.898a3.08 3.08 0 0 1-1.939.385a1.57 1.57 0 0 1-1.16-.705a1.84 1.84 0 0 1-.09-1.87a2.9 2.9 0 0 1 .803-.992a.15.15 0 0 0 .049-.156a7 7 0 0 1-.156-.65a.14.14 0 0 0-.086-.106a.14.14 0 0 0-.07-.01"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#ef5350" 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="#ffcdd2" d="M10.902 5a2.98 2.98 0 0 0-2.68 2.193a5.7 5.7 0 0 0 .467 4.578a.75.75 0 0 0-.064.375l.06-.003l-.06.01a.852.853 0 0 0 .834.84h.027a.857.858 0 0 0 .82-.89a.9.9 0 0 0-.254-.61a.8.8 0 0 0-.593-.247H9.42a4.8 4.8 0 0 1-.578-2.725a3.4 3.4 0 0 1 .696-1.925a2 2 0 0 1 1.421-.682h.028c1.218 0 1.707 1.669 1.738 2.244a.145.145 0 0 0 .107.133c.15.037.412.122.607.191a.14.14 0 0 0 .133-.023a.15.15 0 0 0 .053-.123C13.464 6.043 12.102 5 10.902 5m-.59 2.98a.8.8 0 0 0-.588.268a.903.903 0 0 0 .02 1.232a.84.84 0 0 0 .595.249h.032a.84.84 0 0 0 .687-.444h.135a4.414 4.415 0 0 1 2.562.822a3.3 3.3 0 0 1 1.261 1.602a1.74 1.74 0 0 1-.023 1.416a1.7 1.7 0 0 1-1.568.984a2.9 2.9 0 0 1-1.16-.261a.135.135 0 0 0-.153.027a7 7 0 0 1-.542.457a.147.147 0 0 0 .02.246a3.85 3.85 0 0 0 1.655.42l.096.002a2.83 2.83 0 0 0 2.443-1.475a3.2 3.2 0 0 0-.621-3.312a5.06 5.06 0 0 0-3.886-1.844l-.133.002h-.117a.8.8 0 0 0-.69-.39ZM7.558 9.518a.14.14 0 0 0-.066.027c-1.865 1.418-1.663 3.381-1.094 4.289a2.68 2.68 0 0 0 2.147 1.115q.062 0 .12-.002h.02a3 3 0 0 0 .75-.094a4.94 4.94 0 0 0 3.539-2.796a.83.83 0 0 0 .484-.3a.9.9 0 0 0 .191-.636a.86.86 0 0 0-.845-.799h-.03a.86.86 0 0 0-.806.906a.93.93 0 0 0 .172.495a4.43 4.43 0 0 1-1.932 1.898a3.08 3.08 0 0 1-1.939.385a1.57 1.57 0 0 1-1.16-.705a1.84 1.84 0 0 1-.09-1.87a2.9 2.9 0 0 1 .803-.992a.15.15 0 0 0 .049-.156a7 7 0 0 1-.156-.65a.14.14 0 0 0-.086-.106a.14.14 0 0 0-.07-.01"/></svg>
</template>

CSS

.icon-folder-redux-reducer-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%23ef5350%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%23ffcdd2%22%20d%3D%22M10.902%205a2.98%202.98%200%200%200-2.68%202.193a5.7%205.7%200%200%200%20.467%204.578a.75.75%200%200%200-.064.375l.06-.003l-.06.01a.852.853%200%200%200%20.834.84h.027a.857.858%200%200%200%20.82-.89a.9.9%200%200%200-.254-.61a.8.8%200%200%200-.593-.247H9.42a4.8%204.8%200%200%201-.578-2.725a3.4%203.4%200%200%201%20.696-1.925a2%202%200%200%201%201.421-.682h.028c1.218%200%201.707%201.669%201.738%202.244a.145.145%200%200%200%20.107.133c.15.037.412.122.607.191a.14.14%200%200%200%20.133-.023a.15.15%200%200%200%20.053-.123C13.464%206.043%2012.102%205%2010.902%205m-.59%202.98a.8.8%200%200%200-.588.268a.903.903%200%200%200%20.02%201.232a.84.84%200%200%200%20.595.249h.032a.84.84%200%200%200%20.687-.444h.135a4.414%204.415%200%200%201%202.562.822a3.3%203.3%200%200%201%201.261%201.602a1.74%201.74%200%200%201-.023%201.416a1.7%201.7%200%200%201-1.568.984a2.9%202.9%200%200%201-1.16-.261a.135.135%200%200%200-.153.027a7%207%200%200%201-.542.457a.147.147%200%200%200%20.02.246a3.85%203.85%200%200%200%201.655.42l.096.002a2.83%202.83%200%200%200%202.443-1.475a3.2%203.2%200%200%200-.621-3.312a5.06%205.06%200%200%200-3.886-1.844l-.133.002h-.117a.8.8%200%200%200-.69-.39ZM7.558%209.518a.14.14%200%200%200-.066.027c-1.865%201.418-1.663%203.381-1.094%204.289a2.68%202.68%200%200%200%202.147%201.115q.062%200%20.12-.002h.02a3%203%200%200%200%20.75-.094a4.94%204.94%200%200%200%203.539-2.796a.83.83%200%200%200%20.484-.3a.9.9%200%200%200%20.191-.636a.86.86%200%200%200-.845-.799h-.03a.86.86%200%200%200-.806.906a.93.93%200%200%200%20.172.495a4.43%204.43%200%200%201-1.932%201.898a3.08%203.08%200%200%201-1.939.385a1.57%201.57%200%200%201-1.16-.705a1.84%201.84%200%200%201-.09-1.87a2.9%202.9%200%200%201%20.803-.992a.15.15%200%200%200%20.049-.156a7%207%200%200%201-.156-.65a.14.14%200%200%200-.086-.106a.14.14%200%200%200-.07-.01%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%23ef5350%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%23ffcdd2%22%20d%3D%22M10.902%205a2.98%202.98%200%200%200-2.68%202.193a5.7%205.7%200%200%200%20.467%204.578a.75.75%200%200%200-.064.375l.06-.003l-.06.01a.852.853%200%200%200%20.834.84h.027a.857.858%200%200%200%20.82-.89a.9.9%200%200%200-.254-.61a.8.8%200%200%200-.593-.247H9.42a4.8%204.8%200%200%201-.578-2.725a3.4%203.4%200%200%201%20.696-1.925a2%202%200%200%201%201.421-.682h.028c1.218%200%201.707%201.669%201.738%202.244a.145.145%200%200%200%20.107.133c.15.037.412.122.607.191a.14.14%200%200%200%20.133-.023a.15.15%200%200%200%20.053-.123C13.464%206.043%2012.102%205%2010.902%205m-.59%202.98a.8.8%200%200%200-.588.268a.903.903%200%200%200%20.02%201.232a.84.84%200%200%200%20.595.249h.032a.84.84%200%200%200%20.687-.444h.135a4.414%204.415%200%200%201%202.562.822a3.3%203.3%200%200%201%201.261%201.602a1.74%201.74%200%200%201-.023%201.416a1.7%201.7%200%200%201-1.568.984a2.9%202.9%200%200%201-1.16-.261a.135.135%200%200%200-.153.027a7%207%200%200%201-.542.457a.147.147%200%200%200%20.02.246a3.85%203.85%200%200%200%201.655.42l.096.002a2.83%202.83%200%200%200%202.443-1.475a3.2%203.2%200%200%200-.621-3.312a5.06%205.06%200%200%200-3.886-1.844l-.133.002h-.117a.8.8%200%200%200-.69-.39ZM7.558%209.518a.14.14%200%200%200-.066.027c-1.865%201.418-1.663%203.381-1.094%204.289a2.68%202.68%200%200%200%202.147%201.115q.062%200%20.12-.002h.02a3%203%200%200%200%20.75-.094a4.94%204.94%200%200%200%203.539-2.796a.83.83%200%200%200%20.484-.3a.9.9%200%200%200%20.191-.636a.86.86%200%200%200-.845-.799h-.03a.86.86%200%200%200-.806.906a.93.93%200%200%200%20.172.495a4.43%204.43%200%200%201-1.932%201.898a3.08%203.08%200%200%201-1.939.385a1.57%201.57%200%200%201-1.16-.705a1.84%201.84%200%200%201-.09-1.87a2.9%202.9%200%200%201%20.803-.992a.15.15%200%200%200%20.049-.156a7%207%200%200%201-.156-.65a.14.14%200%200%200-.086-.106a.14.14%200%200%200-.07-.01%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-redux-reducer-open.svg?color=%231a73e8&size=48