folder prompts open logo

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

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

Related icons in Material Icon Theme

Use the folder prompts open logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#5c6bc0" 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="#c5cae9" d="M17.235 12.447a4.21 4.21 0 0 1 3.314 3.313a1.471 1.471 0 0 0 2.904 0a4.21 4.21 0 0 1 3.312-3.313a1.471 1.471 0 0 0 0-2.904a4.21 4.21 0 0 1-3.312-3.313a1.47 1.47 0 0 0-2.903 0l-.001.001a4.21 4.21 0 0 1-3.314 3.312a1.471 1.471 0 0 0 0 2.904m13.942 6.585a2.805 2.805 0 0 1-2.208-2.209a.98.98 0 0 0-1.936 0v.001a2.805 2.805 0 0 1-2.21 2.208a.98.98 0 0 0 0 1.936a2.805 2.805 0 0 1 2.21 2.209a.98.98 0 0 0 1.936 0a2.805 2.805 0 0 1 2.208-2.209a.98.98 0 0 0 0-1.936"/><rect width="10" height="2" x="12" y="22" fill="#c5cae9" rx="1"/><rect width="10" height="2" x="12" y="18" fill="#c5cae9" rx="1"/><path fill="#c5cae9" d="M25 24a1 1 0 0 0-1 1a1 1 0 0 1-1 1H11a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1h6a1 1 0 0 0 0-2h-6a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3a1 1 0 0 0-1-1"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeFolderPromptsOpen(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#5c6bc0" 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="#c5cae9" d="M17.235 12.447a4.21 4.21 0 0 1 3.314 3.313a1.471 1.471 0 0 0 2.904 0a4.21 4.21 0 0 1 3.312-3.313a1.471 1.471 0 0 0 0-2.904a4.21 4.21 0 0 1-3.312-3.313a1.47 1.47 0 0 0-2.903 0l-.001.001a4.21 4.21 0 0 1-3.314 3.312a1.471 1.471 0 0 0 0 2.904m13.942 6.585a2.805 2.805 0 0 1-2.208-2.209a.98.98 0 0 0-1.936 0v.001a2.805 2.805 0 0 1-2.21 2.208a.98.98 0 0 0 0 1.936a2.805 2.805 0 0 1 2.21 2.209a.98.98 0 0 0 1.936 0a2.805 2.805 0 0 1 2.208-2.209a.98.98 0 0 0 0-1.936"/><rect width="10" height="2" x="12" y="22" fill="#c5cae9" rx="1"/><rect width="10" height="2" x="12" y="18" fill="#c5cae9" rx="1"/><path fill="#c5cae9" d="M25 24a1 1 0 0 0-1 1a1 1 0 0 1-1 1H11a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1h6a1 1 0 0 0 0-2h-6a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3a1 1 0 0 0-1-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#5c6bc0" 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="#c5cae9" d="M17.235 12.447a4.21 4.21 0 0 1 3.314 3.313a1.471 1.471 0 0 0 2.904 0a4.21 4.21 0 0 1 3.312-3.313a1.471 1.471 0 0 0 0-2.904a4.21 4.21 0 0 1-3.312-3.313a1.47 1.47 0 0 0-2.903 0l-.001.001a4.21 4.21 0 0 1-3.314 3.312a1.471 1.471 0 0 0 0 2.904m13.942 6.585a2.805 2.805 0 0 1-2.208-2.209a.98.98 0 0 0-1.936 0v.001a2.805 2.805 0 0 1-2.21 2.208a.98.98 0 0 0 0 1.936a2.805 2.805 0 0 1 2.21 2.209a.98.98 0 0 0 1.936 0a2.805 2.805 0 0 1 2.208-2.209a.98.98 0 0 0 0-1.936"/><rect width="10" height="2" x="12" y="22" fill="#c5cae9" rx="1"/><rect width="10" height="2" x="12" y="18" fill="#c5cae9" rx="1"/><path fill="#c5cae9" d="M25 24a1 1 0 0 0-1 1a1 1 0 0 1-1 1H11a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1h6a1 1 0 0 0 0-2h-6a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3a1 1 0 0 0-1-1"/></svg>
</template>

CSS

.icon-folder-prompts-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%235c6bc0%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%23c5cae9%22%20d%3D%22M17.235%2012.447a4.21%204.21%200%200%201%203.314%203.313a1.471%201.471%200%200%200%202.904%200a4.21%204.21%200%200%201%203.312-3.313a1.471%201.471%200%200%200%200-2.904a4.21%204.21%200%200%201-3.312-3.313a1.47%201.47%200%200%200-2.903%200l-.001.001a4.21%204.21%200%200%201-3.314%203.312a1.471%201.471%200%200%200%200%202.904m13.942%206.585a2.805%202.805%200%200%201-2.208-2.209a.98.98%200%200%200-1.936%200v.001a2.805%202.805%200%200%201-2.21%202.208a.98.98%200%200%200%200%201.936a2.805%202.805%200%200%201%202.21%202.209a.98.98%200%200%200%201.936%200a2.805%202.805%200%200%201%202.208-2.209a.98.98%200%200%200%200-1.936%22%2F%3E%3Crect%20width%3D%2210%22%20height%3D%222%22%20x%3D%2212%22%20y%3D%2222%22%20fill%3D%22%23c5cae9%22%20rx%3D%221%22%2F%3E%3Crect%20width%3D%2210%22%20height%3D%222%22%20x%3D%2212%22%20y%3D%2218%22%20fill%3D%22%23c5cae9%22%20rx%3D%221%22%2F%3E%3Cpath%20fill%3D%22%23c5cae9%22%20d%3D%22M25%2024a1%201%200%200%200-1%201a1%201%200%200%201-1%201H11a1%201%200%200%201-1-1v-8a1%201%200%200%201%201-1h6a1%201%200%200%200%200-2h-6a3%203%200%200%200-3%203v8a3%203%200%200%200%203%203h12a3%203%200%200%200%203-3a1%201%200%200%200-1-1%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%235c6bc0%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%23c5cae9%22%20d%3D%22M17.235%2012.447a4.21%204.21%200%200%201%203.314%203.313a1.471%201.471%200%200%200%202.904%200a4.21%204.21%200%200%201%203.312-3.313a1.471%201.471%200%200%200%200-2.904a4.21%204.21%200%200%201-3.312-3.313a1.47%201.47%200%200%200-2.903%200l-.001.001a4.21%204.21%200%200%201-3.314%203.312a1.471%201.471%200%200%200%200%202.904m13.942%206.585a2.805%202.805%200%200%201-2.208-2.209a.98.98%200%200%200-1.936%200v.001a2.805%202.805%200%200%201-2.21%202.208a.98.98%200%200%200%200%201.936a2.805%202.805%200%200%201%202.21%202.209a.98.98%200%200%200%201.936%200a2.805%202.805%200%200%201%202.208-2.209a.98.98%200%200%200%200-1.936%22%2F%3E%3Crect%20width%3D%2210%22%20height%3D%222%22%20x%3D%2212%22%20y%3D%2222%22%20fill%3D%22%23c5cae9%22%20rx%3D%221%22%2F%3E%3Crect%20width%3D%2210%22%20height%3D%222%22%20x%3D%2212%22%20y%3D%2218%22%20fill%3D%22%23c5cae9%22%20rx%3D%221%22%2F%3E%3Cpath%20fill%3D%22%23c5cae9%22%20d%3D%22M25%2024a1%201%200%200%200-1%201a1%201%200%200%201-1%201H11a1%201%200%200%201-1-1v-8a1%201%200%200%201%201-1h6a1%201%200%200%200%200-2h-6a3%203%200%200%200-3%203v8a3%203%200%200%200%203%203h12a3%203%200%200%200%203-3a1%201%200%200%200-1-1%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-prompts-open.svg?color=%231a73e8&size=48