folder nuxt logo
folder-nuxt from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.
- Name
- folder-nuxt
- Set
- Material Icon Theme
- Style
- Color
- Viewbox
- 16×16
- License
- MIT
The same logo in other sets
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 nuxt logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#546e7a" 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="#00e676" d="M11.249 13.999h3.464a.78.78 0 0 0 .563-.308a.65.65 0 0 0 .094-.316a.63.63 0 0 0-.094-.309l-2.342-4.027a.57.57 0 0 0-.222-.221a.75.75 0 0 0-.335-.094a.65.65 0 0 0-.537.315l-.591 1.027l-1.188-1.993a.65.65 0 0 0-.215-.249a.76.76 0 0 0-.624 0a.75.75 0 0 0-.255.249l-2.899 4.993a.6.6 0 0 0-.067.309a.6.6 0 0 0 .067.315a.65.65 0 0 0 .248.215a.65.65 0 0 0 .315.094h2.182a2.13 2.13 0 0 0 1.94-1.12l1.06-1.847l.557-.966l1.718 2.933h-2.282Zm-2.45-1h-1.52l2.267-3.9l1.14 1.947l-.76 1.333a1.17 1.17 0 0 1-1.134.62Z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialIconThemeFolderNuxt(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#546e7a" 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="#00e676" d="M11.249 13.999h3.464a.78.78 0 0 0 .563-.308a.65.65 0 0 0 .094-.316a.63.63 0 0 0-.094-.309l-2.342-4.027a.57.57 0 0 0-.222-.221a.75.75 0 0 0-.335-.094a.65.65 0 0 0-.537.315l-.591 1.027l-1.188-1.993a.65.65 0 0 0-.215-.249a.76.76 0 0 0-.624 0a.75.75 0 0 0-.255.249l-2.899 4.993a.6.6 0 0 0-.067.309a.6.6 0 0 0 .067.315a.65.65 0 0 0 .248.215a.65.65 0 0 0 .315.094h2.182a2.13 2.13 0 0 0 1.94-1.12l1.06-1.847l.557-.966l1.718 2.933h-2.282Zm-2.45-1h-1.52l2.267-3.9l1.14 1.947l-.76 1.333a1.17 1.17 0 0 1-1.134.62Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#546e7a" 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="#00e676" d="M11.249 13.999h3.464a.78.78 0 0 0 .563-.308a.65.65 0 0 0 .094-.316a.63.63 0 0 0-.094-.309l-2.342-4.027a.57.57 0 0 0-.222-.221a.75.75 0 0 0-.335-.094a.65.65 0 0 0-.537.315l-.591 1.027l-1.188-1.993a.65.65 0 0 0-.215-.249a.76.76 0 0 0-.624 0a.75.75 0 0 0-.255.249l-2.899 4.993a.6.6 0 0 0-.067.309a.6.6 0 0 0 .067.315a.65.65 0 0 0 .248.215a.65.65 0 0 0 .315.094h2.182a2.13 2.13 0 0 0 1.94-1.12l1.06-1.847l.557-.966l1.718 2.933h-2.282Zm-2.45-1h-1.52l2.267-3.9l1.14 1.947l-.76 1.333a1.17 1.17 0 0 1-1.134.62Z"/></svg> </template>
CSS
.icon-folder-nuxt {
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%23546e7a%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%2300e676%22%20d%3D%22M11.249%2013.999h3.464a.78.78%200%200%200%20.563-.308a.65.65%200%200%200%20.094-.316a.63.63%200%200%200-.094-.309l-2.342-4.027a.57.57%200%200%200-.222-.221a.75.75%200%200%200-.335-.094a.65.65%200%200%200-.537.315l-.591%201.027l-1.188-1.993a.65.65%200%200%200-.215-.249a.76.76%200%200%200-.624%200a.75.75%200%200%200-.255.249l-2.899%204.993a.6.6%200%200%200-.067.309a.6.6%200%200%200%20.067.315a.65.65%200%200%200%20.248.215a.65.65%200%200%200%20.315.094h2.182a2.13%202.13%200%200%200%201.94-1.12l1.06-1.847l.557-.966l1.718%202.933h-2.282Zm-2.45-1h-1.52l2.267-3.9l1.14%201.947l-.76%201.333a1.17%201.17%200%200%201-1.134.62Z%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%23546e7a%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%2300e676%22%20d%3D%22M11.249%2013.999h3.464a.78.78%200%200%200%20.563-.308a.65.65%200%200%200%20.094-.316a.63.63%200%200%200-.094-.309l-2.342-4.027a.57.57%200%200%200-.222-.221a.75.75%200%200%200-.335-.094a.65.65%200%200%200-.537.315l-.591%201.027l-1.188-1.993a.65.65%200%200%200-.215-.249a.76.76%200%200%200-.624%200a.75.75%200%200%200-.255.249l-2.899%204.993a.6.6%200%200%200-.067.309a.6.6%200%200%200%20.067.315a.65.65%200%200%200%20.248.215a.65.65%200%200%200%20.315.094h2.182a2.13%202.13%200%200%200%201.94-1.12l1.06-1.847l.557-.966l1.718%202.933h-2.282Zm-2.45-1h-1.52l2.267-3.9l1.14%201.947l-.76%201.333a1.17%201.17%200%200%201-1.134.62Z%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-nuxt.svg?color=%231a73e8&size=48