folder i18n logo
folder-i18n from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.
- Name
- folder-i18n
- Set
- Material Icon Theme
- Style
- Color
- Viewbox
- 16×16
- License
- MIT
Related icons in Material Icon Theme
folder-adminfolder-admin-openfolder-androidfolder-android-openfolder-angularfolder-angular-openfolder-animationfolder-animation-openfolder-ansiblefolder-ansible-openfolder-apifolder-api-openfolder-apollofolder-apollo-openfolder-appfolder-app-openfolder-appwritefolder-appwrite-openfolder-archivefolder-archive-openfolder-assemblyfolder-assembly-openfolder-astrofolder-astro-open
Use the folder i18n 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"/><path fill="#c5cae9" d="m11.395 11.881l-1.154-1.13l.014-.012A7.85 7.85 0 0 0 11.94 7.8h1.332v-.9H10.09V6h-.91v.9H6v.9h5.078a7.1 7.1 0 0 1-1.441 2.407A7 7 0 0 1 8.587 8.7h-.91a7.9 7.9 0 0 0 1.355 2.052L6.718 13.01l.646.64l2.272-2.25l1.414 1.399zm2.56-2.281h-.91L11 15h.909l.508-1.35h2.16L15.09 15H16Zm-1.192 3.15l.737-1.949l.737 1.949z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialIconThemeFolderI18n(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"/><path fill="#c5cae9" d="m11.395 11.881l-1.154-1.13l.014-.012A7.85 7.85 0 0 0 11.94 7.8h1.332v-.9H10.09V6h-.91v.9H6v.9h5.078a7.1 7.1 0 0 1-1.441 2.407A7 7 0 0 1 8.587 8.7h-.91a7.9 7.9 0 0 0 1.355 2.052L6.718 13.01l.646.64l2.272-2.25l1.414 1.399zm2.56-2.281h-.91L11 15h.909l.508-1.35h2.16L15.09 15H16Zm-1.192 3.15l.737-1.949l.737 1.949z"/></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"/><path fill="#c5cae9" d="m11.395 11.881l-1.154-1.13l.014-.012A7.85 7.85 0 0 0 11.94 7.8h1.332v-.9H10.09V6h-.91v.9H6v.9h5.078a7.1 7.1 0 0 1-1.441 2.407A7 7 0 0 1 8.587 8.7h-.91a7.9 7.9 0 0 0 1.355 2.052L6.718 13.01l.646.64l2.272-2.25l1.414 1.399zm2.56-2.281h-.91L11 15h.909l.508-1.35h2.16L15.09 15H16Zm-1.192 3.15l.737-1.949l.737 1.949z"/></svg> </template>
CSS
.icon-folder-i18n {
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%3Cpath%20fill%3D%22%23c5cae9%22%20d%3D%22m11.395%2011.881l-1.154-1.13l.014-.012A7.85%207.85%200%200%200%2011.94%207.8h1.332v-.9H10.09V6h-.91v.9H6v.9h5.078a7.1%207.1%200%200%201-1.441%202.407A7%207%200%200%201%208.587%208.7h-.91a7.9%207.9%200%200%200%201.355%202.052L6.718%2013.01l.646.64l2.272-2.25l1.414%201.399zm2.56-2.281h-.91L11%2015h.909l.508-1.35h2.16L15.09%2015H16Zm-1.192%203.15l.737-1.949l.737%201.949z%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%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%3Cpath%20fill%3D%22%23c5cae9%22%20d%3D%22m11.395%2011.881l-1.154-1.13l.014-.012A7.85%207.85%200%200%200%2011.94%207.8h1.332v-.9H10.09V6h-.91v.9H6v.9h5.078a7.1%207.1%200%200%201-1.441%202.407A7%207%200%200%201%208.587%208.7h-.91a7.9%207.9%200%200%200%201.355%202.052L6.718%2013.01l.646.64l2.272-2.25l1.414%201.399zm2.56-2.281h-.91L11%2015h.909l.508-1.35h2.16L15.09%2015H16Zm-1.192%203.15l.737-1.949l.737%201.949z%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-i18n.svg?color=%231a73e8&size=48