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

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

The same logo in other sets

Use the nuxt logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#00e676" d="m30.27 23l-6.93-12a1.98 1.98 0 0 0-1.73-1a1.96 1.96 0 0 0-1.73 1l-2.27 3.93l-3.88-6.71a1.996 1.996 0 0 0-3.46 0L1.73 23a2 2 0 0 0 1.73 3h8.915a6 6 0 0 0 5.197-3.001L21.61 16l3.46 6h-2.31l-2.31 4h8.09a2 2 0 0 0 1.73-3m-17.896-1H6.93L12 13.22l3.3 5.71l-1.193 2.069A2 2 0 0 1 12.374 22"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeNuxt(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#00e676" d="m30.27 23l-6.93-12a1.98 1.98 0 0 0-1.73-1a1.96 1.96 0 0 0-1.73 1l-2.27 3.93l-3.88-6.71a1.996 1.996 0 0 0-3.46 0L1.73 23a2 2 0 0 0 1.73 3h8.915a6 6 0 0 0 5.197-3.001L21.61 16l3.46 6h-2.31l-2.31 4h8.09a2 2 0 0 0 1.73-3m-17.896-1H6.93L12 13.22l3.3 5.71l-1.193 2.069A2 2 0 0 1 12.374 22"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#00e676" d="m30.27 23l-6.93-12a1.98 1.98 0 0 0-1.73-1a1.96 1.96 0 0 0-1.73 1l-2.27 3.93l-3.88-6.71a1.996 1.996 0 0 0-3.46 0L1.73 23a2 2 0 0 0 1.73 3h8.915a6 6 0 0 0 5.197-3.001L21.61 16l3.46 6h-2.31l-2.31 4h8.09a2 2 0 0 0 1.73-3m-17.896-1H6.93L12 13.22l3.3 5.71l-1.193 2.069A2 2 0 0 1 12.374 22"/></svg>
</template>

CSS

.icon-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%2032%2032%22%3E%3Cpath%20fill%3D%22%2300e676%22%20d%3D%22m30.27%2023l-6.93-12a1.98%201.98%200%200%200-1.73-1a1.96%201.96%200%200%200-1.73%201l-2.27%203.93l-3.88-6.71a1.996%201.996%200%200%200-3.46%200L1.73%2023a2%202%200%200%200%201.73%203h8.915a6%206%200%200%200%205.197-3.001L21.61%2016l3.46%206h-2.31l-2.31%204h8.09a2%202%200%200%200%201.73-3m-17.896-1H6.93L12%2013.22l3.3%205.71l-1.193%202.069A2%202%200%200%201%2012.374%2022%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%2300e676%22%20d%3D%22m30.27%2023l-6.93-12a1.98%201.98%200%200%200-1.73-1a1.96%201.96%200%200%200-1.73%201l-2.27%203.93l-3.88-6.71a1.996%201.996%200%200%200-3.46%200L1.73%2023a2%202%200%200%200%201.73%203h8.915a6%206%200%200%200%205.197-3.001L21.61%2016l3.46%206h-2.31l-2.31%204h8.09a2%202%200%200%200%201.73-3m-17.896-1H6.93L12%2013.22l3.3%205.71l-1.193%202.069A2%202%200%200%201%2012.374%2022%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-icon-theme/nuxt.svg?color=%231a73e8&size=48