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

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

Related icons in Material Icon Theme

Use the folder mojo logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#ff7043" 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"/><path fill="#ffccbc" d="M15.249 8.55a4.501 4.5 0 0 0-.44-.457c-.383-.331-.82-.57-1.183-.92A2.7 2.7 0 0 1 13.127 4a3.75 3.75 0 0 0-1.423.731a4.296 4.295 0 0 0-1.371 4.938a.4.4 0 0 1 .047.182a.31.31 0 0 1-.2.278a.36.36 0 0 1-.379-.067a2.71 2.71 0 0 1-.393-2.935a3.9 3.9 0 0 0-1.4 3.234a4 4 0 0 0 .167.835a3.6 3.6 0 0 0 .404.958a4.01 4.01 0 0 0 2.838 1.783a4.4 4.4 0 0 0 3.468-.884a3.22 3.22 0 0 0 .873-3.662l-.073-.142a6.001 6 0 0 0-.44-.7m-1.805 3.495a2 2 0 0 1-.63.331a1.67 1.67 0 0 1-1.659-.456a1.57 1.57 0 0 0 1.208-1.137a3.1 3.1 0 0 0-.16-1.234a2 2 0 0 1 .095-1.14a3.5 3.5 0 0 0 .364.584c.436.556 1.128.799 1.277 1.555a1 1 0 0 1 .036.235a1.67 1.67 0 0 1-.531 1.262"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeFolderMojo(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#ff7043" 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"/><path fill="#ffccbc" d="M15.249 8.55a4.501 4.5 0 0 0-.44-.457c-.383-.331-.82-.57-1.183-.92A2.7 2.7 0 0 1 13.127 4a3.75 3.75 0 0 0-1.423.731a4.296 4.295 0 0 0-1.371 4.938a.4.4 0 0 1 .047.182a.31.31 0 0 1-.2.278a.36.36 0 0 1-.379-.067a2.71 2.71 0 0 1-.393-2.935a3.9 3.9 0 0 0-1.4 3.234a4 4 0 0 0 .167.835a3.6 3.6 0 0 0 .404.958a4.01 4.01 0 0 0 2.838 1.783a4.4 4.4 0 0 0 3.468-.884a3.22 3.22 0 0 0 .873-3.662l-.073-.142a6.001 6 0 0 0-.44-.7m-1.805 3.495a2 2 0 0 1-.63.331a1.67 1.67 0 0 1-1.659-.456a1.57 1.57 0 0 0 1.208-1.137a3.1 3.1 0 0 0-.16-1.234a2 2 0 0 1 .095-1.14a3.5 3.5 0 0 0 .364.584c.436.556 1.128.799 1.277 1.555a1 1 0 0 1 .036.235a1.67 1.67 0 0 1-.531 1.262"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#ff7043" 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"/><path fill="#ffccbc" d="M15.249 8.55a4.501 4.5 0 0 0-.44-.457c-.383-.331-.82-.57-1.183-.92A2.7 2.7 0 0 1 13.127 4a3.75 3.75 0 0 0-1.423.731a4.296 4.295 0 0 0-1.371 4.938a.4.4 0 0 1 .047.182a.31.31 0 0 1-.2.278a.36.36 0 0 1-.379-.067a2.71 2.71 0 0 1-.393-2.935a3.9 3.9 0 0 0-1.4 3.234a4 4 0 0 0 .167.835a3.6 3.6 0 0 0 .404.958a4.01 4.01 0 0 0 2.838 1.783a4.4 4.4 0 0 0 3.468-.884a3.22 3.22 0 0 0 .873-3.662l-.073-.142a6.001 6 0 0 0-.44-.7m-1.805 3.495a2 2 0 0 1-.63.331a1.67 1.67 0 0 1-1.659-.456a1.57 1.57 0 0 0 1.208-1.137a3.1 3.1 0 0 0-.16-1.234a2 2 0 0 1 .095-1.14a3.5 3.5 0 0 0 .364.584c.436.556 1.128.799 1.277 1.555a1 1 0 0 1 .036.235a1.67 1.67 0 0 1-.531 1.262"/></svg>
</template>

CSS

.icon-folder-mojo {
  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%23ff7043%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%3Cpath%20fill%3D%22%23ffccbc%22%20d%3D%22M15.249%208.55a4.501%204.5%200%200%200-.44-.457c-.383-.331-.82-.57-1.183-.92A2.7%202.7%200%200%201%2013.127%204a3.75%203.75%200%200%200-1.423.731a4.296%204.295%200%200%200-1.371%204.938a.4.4%200%200%201%20.047.182a.31.31%200%200%201-.2.278a.36.36%200%200%201-.379-.067a2.71%202.71%200%200%201-.393-2.935a3.9%203.9%200%200%200-1.4%203.234a4%204%200%200%200%20.167.835a3.6%203.6%200%200%200%20.404.958a4.01%204.01%200%200%200%202.838%201.783a4.4%204.4%200%200%200%203.468-.884a3.22%203.22%200%200%200%20.873-3.662l-.073-.142a6.001%206%200%200%200-.44-.7m-1.805%203.495a2%202%200%200%201-.63.331a1.67%201.67%200%200%201-1.659-.456a1.57%201.57%200%200%200%201.208-1.137a3.1%203.1%200%200%200-.16-1.234a2%202%200%200%201%20.095-1.14a3.5%203.5%200%200%200%20.364.584c.436.556%201.128.799%201.277%201.555a1%201%200%200%201%20.036.235a1.67%201.67%200%200%201-.531%201.262%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%23ff7043%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%3Cpath%20fill%3D%22%23ffccbc%22%20d%3D%22M15.249%208.55a4.501%204.5%200%200%200-.44-.457c-.383-.331-.82-.57-1.183-.92A2.7%202.7%200%200%201%2013.127%204a3.75%203.75%200%200%200-1.423.731a4.296%204.295%200%200%200-1.371%204.938a.4.4%200%200%201%20.047.182a.31.31%200%200%201-.2.278a.36.36%200%200%201-.379-.067a2.71%202.71%200%200%201-.393-2.935a3.9%203.9%200%200%200-1.4%203.234a4%204%200%200%200%20.167.835a3.6%203.6%200%200%200%20.404.958a4.01%204.01%200%200%200%202.838%201.783a4.4%204.4%200%200%200%203.468-.884a3.22%203.22%200%200%200%20.873-3.662l-.073-.142a6.001%206%200%200%200-.44-.7m-1.805%203.495a2%202%200%200%201-.63.331a1.67%201.67%200%200%201-1.659-.456a1.57%201.57%200%200%200%201.208-1.137a3.1%203.1%200%200%200-.16-1.234a2%202%200%200%201%20.095-1.14a3.5%203.5%200%200%200%20.364.584c.436.556%201.128.799%201.277%201.555a1%201%200%200%201%20.036.235a1.67%201.67%200%200%201-.531%201.262%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-mojo.svg?color=%231a73e8&size=48