folder nuxt open logo

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

Name
folder-nuxt-open
Set
Material Icon Theme
Style
Color
Viewbox
32×32
License
MIT

The same logo in other sets

Related icons in Material Icon Theme

Use the folder nuxt open logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#546e7a" d="M28.967 12H9.442a2 2 0 0 0-1.898 1.368L4 24V10h24a2 2 0 0 0-2-2H15.124a2 2 0 0 1-1.28-.464l-1.288-1.072A2 2 0 0 0 11.276 6H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h22l4.805-11.212A2 2 0 0 0 28.967 12"/><path fill="#00e676" d="M22.498 27.998h6.927a1.56 1.56 0 0 0 1.127-.617a1.3 1.3 0 0 0 .188-.631a1.26 1.26 0 0 0-.188-.618l-4.685-8.053a1.14 1.14 0 0 0-.443-.443a1.5 1.5 0 0 0-.67-.188a1.29 1.29 0 0 0-1.074.63l-1.182 2.054l-2.376-3.986a1.3 1.3 0 0 0-.43-.497a1.52 1.52 0 0 0-1.247 0a1.5 1.5 0 0 0-.51.497l-5.799 9.986a1.2 1.2 0 0 0-.134.618a1.24 1.24 0 0 0 .134.63a1.3 1.3 0 0 0 .497.43a1.3 1.3 0 0 0 .63.188h4.363a4.26 4.26 0 0 0 3.88-2.241l2.12-3.692l1.114-1.933l3.436 5.866h-4.564Zm-4.9-2h-3.04l4.533-7.8l2.28 3.893l-1.52 2.667a2.34 2.34 0 0 1-2.267 1.24Z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeFolderNuxtOpen(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#546e7a" d="M28.967 12H9.442a2 2 0 0 0-1.898 1.368L4 24V10h24a2 2 0 0 0-2-2H15.124a2 2 0 0 1-1.28-.464l-1.288-1.072A2 2 0 0 0 11.276 6H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h22l4.805-11.212A2 2 0 0 0 28.967 12"/><path fill="#00e676" d="M22.498 27.998h6.927a1.56 1.56 0 0 0 1.127-.617a1.3 1.3 0 0 0 .188-.631a1.26 1.26 0 0 0-.188-.618l-4.685-8.053a1.14 1.14 0 0 0-.443-.443a1.5 1.5 0 0 0-.67-.188a1.29 1.29 0 0 0-1.074.63l-1.182 2.054l-2.376-3.986a1.3 1.3 0 0 0-.43-.497a1.52 1.52 0 0 0-1.247 0a1.5 1.5 0 0 0-.51.497l-5.799 9.986a1.2 1.2 0 0 0-.134.618a1.24 1.24 0 0 0 .134.63a1.3 1.3 0 0 0 .497.43a1.3 1.3 0 0 0 .63.188h4.363a4.26 4.26 0 0 0 3.88-2.241l2.12-3.692l1.114-1.933l3.436 5.866h-4.564Zm-4.9-2h-3.04l4.533-7.8l2.28 3.893l-1.52 2.667a2.34 2.34 0 0 1-2.267 1.24Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#546e7a" d="M28.967 12H9.442a2 2 0 0 0-1.898 1.368L4 24V10h24a2 2 0 0 0-2-2H15.124a2 2 0 0 1-1.28-.464l-1.288-1.072A2 2 0 0 0 11.276 6H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h22l4.805-11.212A2 2 0 0 0 28.967 12"/><path fill="#00e676" d="M22.498 27.998h6.927a1.56 1.56 0 0 0 1.127-.617a1.3 1.3 0 0 0 .188-.631a1.26 1.26 0 0 0-.188-.618l-4.685-8.053a1.14 1.14 0 0 0-.443-.443a1.5 1.5 0 0 0-.67-.188a1.29 1.29 0 0 0-1.074.63l-1.182 2.054l-2.376-3.986a1.3 1.3 0 0 0-.43-.497a1.52 1.52 0 0 0-1.247 0a1.5 1.5 0 0 0-.51.497l-5.799 9.986a1.2 1.2 0 0 0-.134.618a1.24 1.24 0 0 0 .134.63a1.3 1.3 0 0 0 .497.43a1.3 1.3 0 0 0 .63.188h4.363a4.26 4.26 0 0 0 3.88-2.241l2.12-3.692l1.114-1.933l3.436 5.866h-4.564Zm-4.9-2h-3.04l4.533-7.8l2.28 3.893l-1.52 2.667a2.34 2.34 0 0 1-2.267 1.24Z"/></svg>
</template>

CSS

.icon-folder-nuxt-open {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22%23546e7a%22%20d%3D%22M28.967%2012H9.442a2%202%200%200%200-1.898%201.368L4%2024V10h24a2%202%200%200%200-2-2H15.124a2%202%200%200%201-1.28-.464l-1.288-1.072A2%202%200%200%200%2011.276%206H4a2%202%200%200%200-2%202v16a2%202%200%200%200%202%202h22l4.805-11.212A2%202%200%200%200%2028.967%2012%22%2F%3E%3Cpath%20fill%3D%22%2300e676%22%20d%3D%22M22.498%2027.998h6.927a1.56%201.56%200%200%200%201.127-.617a1.3%201.3%200%200%200%20.188-.631a1.26%201.26%200%200%200-.188-.618l-4.685-8.053a1.14%201.14%200%200%200-.443-.443a1.5%201.5%200%200%200-.67-.188a1.29%201.29%200%200%200-1.074.63l-1.182%202.054l-2.376-3.986a1.3%201.3%200%200%200-.43-.497a1.52%201.52%200%200%200-1.247%200a1.5%201.5%200%200%200-.51.497l-5.799%209.986a1.2%201.2%200%200%200-.134.618a1.24%201.24%200%200%200%20.134.63a1.3%201.3%200%200%200%20.497.43a1.3%201.3%200%200%200%20.63.188h4.363a4.26%204.26%200%200%200%203.88-2.241l2.12-3.692l1.114-1.933l3.436%205.866h-4.564Zm-4.9-2h-3.04l4.533-7.8l2.28%203.893l-1.52%202.667a2.34%202.34%200%200%201-2.267%201.24Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22%23546e7a%22%20d%3D%22M28.967%2012H9.442a2%202%200%200%200-1.898%201.368L4%2024V10h24a2%202%200%200%200-2-2H15.124a2%202%200%200%201-1.28-.464l-1.288-1.072A2%202%200%200%200%2011.276%206H4a2%202%200%200%200-2%202v16a2%202%200%200%200%202%202h22l4.805-11.212A2%202%200%200%200%2028.967%2012%22%2F%3E%3Cpath%20fill%3D%22%2300e676%22%20d%3D%22M22.498%2027.998h6.927a1.56%201.56%200%200%200%201.127-.617a1.3%201.3%200%200%200%20.188-.631a1.26%201.26%200%200%200-.188-.618l-4.685-8.053a1.14%201.14%200%200%200-.443-.443a1.5%201.5%200%200%200-.67-.188a1.29%201.29%200%200%200-1.074.63l-1.182%202.054l-2.376-3.986a1.3%201.3%200%200%200-.43-.497a1.52%201.52%200%200%200-1.247%200a1.5%201.5%200%200%200-.51.497l-5.799%209.986a1.2%201.2%200%200%200-.134.618a1.24%201.24%200%200%200%20.134.63a1.3%201.3%200%200%200%20.497.43a1.3%201.3%200%200%200%20.63.188h4.363a4.26%204.26%200%200%200%203.88-2.241l2.12-3.692l1.114-1.933l3.436%205.866h-4.564Zm-4.9-2h-3.04l4.533-7.8l2.28%203.893l-1.52%202.667a2.34%202.34%200%200%201-2.267%201.24Z%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-open.svg?color=%231a73e8&size=48