folder r logo
folder-r from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.
- Name
- folder-r
- 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 r logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#1976d2" 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="#90caf9" fill-rule="evenodd" d="M8 11.203v1.393c-2.4-.549-4.131-2.085-4.131-3.902c0-2.277 2.716-4.123 6.066-4.123S16 6.417 16 8.694a3.23 3.23 0 0 1-.957 2.216l-.245-.427A2.33 2.33 0 0 0 15.288 9c0-1.954-1.879-2.818-4.425-2.818s-4.61 1.262-4.61 2.819c0 .893.686 1.684 1.747 2.2m7.666 2.798h-2.328l-1.088-2.104a2.7 2.7 0 0 0-.36-.508c-.115-.095-.164-.13-.277-.13H11V14H9V7h4.137S15 7.035 15 8.88a1.933 1.933 0 0 1-1.78 1.982a4.5 4.5 0 0 1 .578.224a1.1 1.1 0 0 1 .293.216a.8.8 0 0 1 .134.198ZM13 8.75a.75.75 0 0 0-.75-.75H11v2h1.25a.75.75 0 0 0 .75-.75Z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialIconThemeFolderR(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#1976d2" 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="#90caf9" fillRule="evenodd" d="M8 11.203v1.393c-2.4-.549-4.131-2.085-4.131-3.902c0-2.277 2.716-4.123 6.066-4.123S16 6.417 16 8.694a3.23 3.23 0 0 1-.957 2.216l-.245-.427A2.33 2.33 0 0 0 15.288 9c0-1.954-1.879-2.818-4.425-2.818s-4.61 1.262-4.61 2.819c0 .893.686 1.684 1.747 2.2m7.666 2.798h-2.328l-1.088-2.104a2.7 2.7 0 0 0-.36-.508c-.115-.095-.164-.13-.277-.13H11V14H9V7h4.137S15 7.035 15 8.88a1.933 1.933 0 0 1-1.78 1.982a4.5 4.5 0 0 1 .578.224a1.1 1.1 0 0 1 .293.216a.8.8 0 0 1 .134.198ZM13 8.75a.75.75 0 0 0-.75-.75H11v2h1.25a.75.75 0 0 0 .75-.75Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#1976d2" 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="#90caf9" fill-rule="evenodd" d="M8 11.203v1.393c-2.4-.549-4.131-2.085-4.131-3.902c0-2.277 2.716-4.123 6.066-4.123S16 6.417 16 8.694a3.23 3.23 0 0 1-.957 2.216l-.245-.427A2.33 2.33 0 0 0 15.288 9c0-1.954-1.879-2.818-4.425-2.818s-4.61 1.262-4.61 2.819c0 .893.686 1.684 1.747 2.2m7.666 2.798h-2.328l-1.088-2.104a2.7 2.7 0 0 0-.36-.508c-.115-.095-.164-.13-.277-.13H11V14H9V7h4.137S15 7.035 15 8.88a1.933 1.933 0 0 1-1.78 1.982a4.5 4.5 0 0 1 .578.224a1.1 1.1 0 0 1 .293.216a.8.8 0 0 1 .134.198ZM13 8.75a.75.75 0 0 0-.75-.75H11v2h1.25a.75.75 0 0 0 .75-.75Z"/></svg> </template>
CSS
.icon-folder-r {
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%231976d2%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%2390caf9%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8%2011.203v1.393c-2.4-.549-4.131-2.085-4.131-3.902c0-2.277%202.716-4.123%206.066-4.123S16%206.417%2016%208.694a3.23%203.23%200%200%201-.957%202.216l-.245-.427A2.33%202.33%200%200%200%2015.288%209c0-1.954-1.879-2.818-4.425-2.818s-4.61%201.262-4.61%202.819c0%20.893.686%201.684%201.747%202.2m7.666%202.798h-2.328l-1.088-2.104a2.7%202.7%200%200%200-.36-.508c-.115-.095-.164-.13-.277-.13H11V14H9V7h4.137S15%207.035%2015%208.88a1.933%201.933%200%200%201-1.78%201.982a4.5%204.5%200%200%201%20.578.224a1.1%201.1%200%200%201%20.293.216a.8.8%200%200%201%20.134.198ZM13%208.75a.75.75%200%200%200-.75-.75H11v2h1.25a.75.75%200%200%200%20.75-.75Z%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%231976d2%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%2390caf9%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8%2011.203v1.393c-2.4-.549-4.131-2.085-4.131-3.902c0-2.277%202.716-4.123%206.066-4.123S16%206.417%2016%208.694a3.23%203.23%200%200%201-.957%202.216l-.245-.427A2.33%202.33%200%200%200%2015.288%209c0-1.954-1.879-2.818-4.425-2.818s-4.61%201.262-4.61%202.819c0%20.893.686%201.684%201.747%202.2m7.666%202.798h-2.328l-1.088-2.104a2.7%202.7%200%200%200-.36-.508c-.115-.095-.164-.13-.277-.13H11V14H9V7h4.137S15%207.035%2015%208.88a1.933%201.933%200%200%201-1.78%201.982a4.5%204.5%200%200%201%20.578.224a1.1%201.1%200%200%201%20.293.216a.8.8%200%200%201%20.134.198ZM13%208.75a.75.75%200%200%200-.75-.75H11v2h1.25a.75.75%200%200%200%20.75-.75Z%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-r.svg?color=%231a73e8&size=48