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

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

Related icons in Material Icon Theme

Use the folder prompts logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#5c6bc0" d="m6.922 3.768l-.644-.536A1 1 0 0 0 5.638 3H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H7.562a1 1 0 0 1-.64-.232"/><g fill="#c5cae9"><path d="M8.618 6.224a2.105 2.105 0 0 1 1.656 1.656a.736.736 0 0 0 1.453 0a2.105 2.105 0 0 1 1.655-1.656a.736.736 0 0 0 0-1.453a2.105 2.105 0 0 1-1.655-1.656a.735.735 0 0 0-1.452 0a2.105 2.105 0 0 1-1.658 1.656a.736.736 0 0 0 0 1.452m6.971 3.293a1.4 1.4 0 0 1-1.103-1.104a.49.49 0 0 0-.968 0a1.4 1.4 0 0 1-1.105 1.104a.49.49 0 0 0 0 .968a1.4 1.4 0 0 1 1.104 1.105a.49.49 0 0 0 .969 0a1.4 1.4 0 0 1 1.104-1.105a.49.49 0 0 0 0-.968"/><rect width="5" height="1" x="6" y="11" rx=".5"/><rect width="5" height="1" x="6" y="9" rx=".5"/><path d="M12.5 12a.5.5 0 0 0-.5.5a.5.5 0 0 1-.5.5h-6a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5h3a.5.5 0 0 0 0-1h-3A1.5 1.5 0 0 0 4 8.5v4A1.5 1.5 0 0 0 5.5 14h6a1.5 1.5 0 0 0 1.5-1.5a.5.5 0 0 0-.5-.5"/></g></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeFolderPrompts(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#5c6bc0" d="m6.922 3.768l-.644-.536A1 1 0 0 0 5.638 3H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H7.562a1 1 0 0 1-.64-.232"/><g fill="#c5cae9"><path d="M8.618 6.224a2.105 2.105 0 0 1 1.656 1.656a.736.736 0 0 0 1.453 0a2.105 2.105 0 0 1 1.655-1.656a.736.736 0 0 0 0-1.453a2.105 2.105 0 0 1-1.655-1.656a.735.735 0 0 0-1.452 0a2.105 2.105 0 0 1-1.658 1.656a.736.736 0 0 0 0 1.452m6.971 3.293a1.4 1.4 0 0 1-1.103-1.104a.49.49 0 0 0-.968 0a1.4 1.4 0 0 1-1.105 1.104a.49.49 0 0 0 0 .968a1.4 1.4 0 0 1 1.104 1.105a.49.49 0 0 0 .969 0a1.4 1.4 0 0 1 1.104-1.105a.49.49 0 0 0 0-.968"/><rect width="5" height="1" x="6" y="11" rx=".5"/><rect width="5" height="1" x="6" y="9" rx=".5"/><path d="M12.5 12a.5.5 0 0 0-.5.5a.5.5 0 0 1-.5.5h-6a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5h3a.5.5 0 0 0 0-1h-3A1.5 1.5 0 0 0 4 8.5v4A1.5 1.5 0 0 0 5.5 14h6a1.5 1.5 0 0 0 1.5-1.5a.5.5 0 0 0-.5-.5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#5c6bc0" d="m6.922 3.768l-.644-.536A1 1 0 0 0 5.638 3H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H7.562a1 1 0 0 1-.64-.232"/><g fill="#c5cae9"><path d="M8.618 6.224a2.105 2.105 0 0 1 1.656 1.656a.736.736 0 0 0 1.453 0a2.105 2.105 0 0 1 1.655-1.656a.736.736 0 0 0 0-1.453a2.105 2.105 0 0 1-1.655-1.656a.735.735 0 0 0-1.452 0a2.105 2.105 0 0 1-1.658 1.656a.736.736 0 0 0 0 1.452m6.971 3.293a1.4 1.4 0 0 1-1.103-1.104a.49.49 0 0 0-.968 0a1.4 1.4 0 0 1-1.105 1.104a.49.49 0 0 0 0 .968a1.4 1.4 0 0 1 1.104 1.105a.49.49 0 0 0 .969 0a1.4 1.4 0 0 1 1.104-1.105a.49.49 0 0 0 0-.968"/><rect width="5" height="1" x="6" y="11" rx=".5"/><rect width="5" height="1" x="6" y="9" rx=".5"/><path d="M12.5 12a.5.5 0 0 0-.5.5a.5.5 0 0 1-.5.5h-6a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5h3a.5.5 0 0 0 0-1h-3A1.5 1.5 0 0 0 4 8.5v4A1.5 1.5 0 0 0 5.5 14h6a1.5 1.5 0 0 0 1.5-1.5a.5.5 0 0 0-.5-.5"/></g></svg>
</template>

CSS

.icon-folder-prompts {
  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%235c6bc0%22%20d%3D%22m6.922%203.768l-.644-.536A1%201%200%200%200%205.638%203H2a1%201%200%200%200-1%201v8a1%201%200%200%200%201%201h12a1%201%200%200%200%201-1V5a1%201%200%200%200-1-1H7.562a1%201%200%200%201-.64-.232%22%2F%3E%3Cg%20fill%3D%22%23c5cae9%22%3E%3Cpath%20d%3D%22M8.618%206.224a2.105%202.105%200%200%201%201.656%201.656a.736.736%200%200%200%201.453%200a2.105%202.105%200%200%201%201.655-1.656a.736.736%200%200%200%200-1.453a2.105%202.105%200%200%201-1.655-1.656a.735.735%200%200%200-1.452%200a2.105%202.105%200%200%201-1.658%201.656a.736.736%200%200%200%200%201.452m6.971%203.293a1.4%201.4%200%200%201-1.103-1.104a.49.49%200%200%200-.968%200a1.4%201.4%200%200%201-1.105%201.104a.49.49%200%200%200%200%20.968a1.4%201.4%200%200%201%201.104%201.105a.49.49%200%200%200%20.969%200a1.4%201.4%200%200%201%201.104-1.105a.49.49%200%200%200%200-.968%22%2F%3E%3Crect%20width%3D%225%22%20height%3D%221%22%20x%3D%226%22%20y%3D%2211%22%20rx%3D%22.5%22%2F%3E%3Crect%20width%3D%225%22%20height%3D%221%22%20x%3D%226%22%20y%3D%229%22%20rx%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M12.5%2012a.5.5%200%200%200-.5.5a.5.5%200%200%201-.5.5h-6a.5.5%200%200%201-.5-.5v-4a.5.5%200%200%201%20.5-.5h3a.5.5%200%200%200%200-1h-3A1.5%201.5%200%200%200%204%208.5v4A1.5%201.5%200%200%200%205.5%2014h6a1.5%201.5%200%200%200%201.5-1.5a.5.5%200%200%200-.5-.5%22%2F%3E%3C%2Fg%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%235c6bc0%22%20d%3D%22m6.922%203.768l-.644-.536A1%201%200%200%200%205.638%203H2a1%201%200%200%200-1%201v8a1%201%200%200%200%201%201h12a1%201%200%200%200%201-1V5a1%201%200%200%200-1-1H7.562a1%201%200%200%201-.64-.232%22%2F%3E%3Cg%20fill%3D%22%23c5cae9%22%3E%3Cpath%20d%3D%22M8.618%206.224a2.105%202.105%200%200%201%201.656%201.656a.736.736%200%200%200%201.453%200a2.105%202.105%200%200%201%201.655-1.656a.736.736%200%200%200%200-1.453a2.105%202.105%200%200%201-1.655-1.656a.735.735%200%200%200-1.452%200a2.105%202.105%200%200%201-1.658%201.656a.736.736%200%200%200%200%201.452m6.971%203.293a1.4%201.4%200%200%201-1.103-1.104a.49.49%200%200%200-.968%200a1.4%201.4%200%200%201-1.105%201.104a.49.49%200%200%200%200%20.968a1.4%201.4%200%200%201%201.104%201.105a.49.49%200%200%200%20.969%200a1.4%201.4%200%200%201%201.104-1.105a.49.49%200%200%200%200-.968%22%2F%3E%3Crect%20width%3D%225%22%20height%3D%221%22%20x%3D%226%22%20y%3D%2211%22%20rx%3D%22.5%22%2F%3E%3Crect%20width%3D%225%22%20height%3D%221%22%20x%3D%226%22%20y%3D%229%22%20rx%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M12.5%2012a.5.5%200%200%200-.5.5a.5.5%200%200%201-.5.5h-6a.5.5%200%200%201-.5-.5v-4a.5.5%200%200%201%20.5-.5h3a.5.5%200%200%200%200-1h-3A1.5%201.5%200%200%200%204%208.5v4A1.5%201.5%200%200%200%205.5%2014h6a1.5%201.5%200%200%200%201.5-1.5a.5.5%200%200%200-.5-.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-icon-theme/folder-prompts.svg?color=%231a73e8&size=48