nuxt-wordmark from Devicon by konpa · Wordmark · MIT Free for personal and commercial use.

Name
nuxt-wordmark
Set
Devicon
Style
Wordmark
Viewbox
128×128
License
MIT

1 other variant in Devicon

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 128 128"><path d="M60.32 80c.346 0 .64-.287.64-.64V64.48l2.24 3.84l6.24 10.72c.285.598.919.96 1.44.96h4.32V56h-4.32c-.288 0-.64.239-.64.64v15.04l-2.88-5.12l-5.76-9.76c-.28-.497-.883-.8-1.44-.8H56v24zm55.84-17.28h2.08a.96.96 0 0 0 .96-.96V57.6h4.48v5.12H128v3.84h-4.32v6.88c0 1.68.809 2.4 2.24 2.4H128V80h-2.72c-3.688 0-6.08-2.389-6.08-6.4v-7.04h-3.04zm-21.6 0v9.92c0 2.241-.841 4.129-2.08 5.44S89.531 80 87.2 80s-4.201-.609-5.44-1.92c-1.218-1.311-2.08-3.199-2.08-5.44v-9.92h2.56c.546 0 1.083.1 1.44.48c.357.359.48.57.48 1.12v8.32c0 1.289.073 2.086.64 2.72c.567.613 1.266.8 2.4.8c1.155 0 1.673-.187 2.24-.8c.567-.634.64-1.431.64-2.72v-8.32c0-.55.123-.899.48-1.28c.314-.334.644-.326 1.12-.32H92zm13.6 8.32l5.44-8.32h-4.16c-.524 0-.99.188-1.28.64l-2.56 3.84l-2.4-3.68c-.29-.452-.916-.8-1.44-.8h-4l5.44 8.16L97.28 80h4.16c.52 0 .989-.514 1.28-.96l2.88-4.32l3.04 4.48c.291.446.76.8 1.28.8h4.16z"/><path fill="#00dc82" d="M26.88 80h17.76c.567 0 1.109-.199 1.6-.48s.997-.633 1.28-1.12s.48-1.038.48-1.6s-.196-1.113-.48-1.6l-12-20.64a2.9 2.9 0 0 0-1.12-1.12a3.9 3.9 0 0 0-1.76-.48c-.567 0-1.109.199-1.6.48s-.837.634-1.12 1.12l-3.04 5.28L20.8 49.6c-.284-.486-.629-.999-1.12-1.28s-1.033-.32-1.6-.32s-1.109.039-1.6.32s-.997.793-1.28 1.28L.32 75.2c-.284.486-.32 1.038-.32 1.6s.037 1.114.32 1.6s.789.839 1.28 1.12s1.033.48 1.6.48h11.2c4.438 0 7.668-1.991 9.92-5.76l5.44-9.44l2.88-4.96l8.8 15.04H29.76zm-12.64-5.12H6.4l11.68-20.16L24 64.8l-3.921 6.836c-1.495 2.446-3.201 3.244-5.839 3.244"/></svg>

React

import type { SVGProps } from "react";

export function DeviconNuxtWordmark(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path d="M60.32 80c.346 0 .64-.287.64-.64V64.48l2.24 3.84l6.24 10.72c.285.598.919.96 1.44.96h4.32V56h-4.32c-.288 0-.64.239-.64.64v15.04l-2.88-5.12l-5.76-9.76c-.28-.497-.883-.8-1.44-.8H56v24zm55.84-17.28h2.08a.96.96 0 0 0 .96-.96V57.6h4.48v5.12H128v3.84h-4.32v6.88c0 1.68.809 2.4 2.24 2.4H128V80h-2.72c-3.688 0-6.08-2.389-6.08-6.4v-7.04h-3.04zm-21.6 0v9.92c0 2.241-.841 4.129-2.08 5.44S89.531 80 87.2 80s-4.201-.609-5.44-1.92c-1.218-1.311-2.08-3.199-2.08-5.44v-9.92h2.56c.546 0 1.083.1 1.44.48c.357.359.48.57.48 1.12v8.32c0 1.289.073 2.086.64 2.72c.567.613 1.266.8 2.4.8c1.155 0 1.673-.187 2.24-.8c.567-.634.64-1.431.64-2.72v-8.32c0-.55.123-.899.48-1.28c.314-.334.644-.326 1.12-.32H92zm13.6 8.32l5.44-8.32h-4.16c-.524 0-.99.188-1.28.64l-2.56 3.84l-2.4-3.68c-.29-.452-.916-.8-1.44-.8h-4l5.44 8.16L97.28 80h4.16c.52 0 .989-.514 1.28-.96l2.88-4.32l3.04 4.48c.291.446.76.8 1.28.8h4.16z"/><path fill="#00dc82" d="M26.88 80h17.76c.567 0 1.109-.199 1.6-.48s.997-.633 1.28-1.12s.48-1.038.48-1.6s-.196-1.113-.48-1.6l-12-20.64a2.9 2.9 0 0 0-1.12-1.12a3.9 3.9 0 0 0-1.76-.48c-.567 0-1.109.199-1.6.48s-.837.634-1.12 1.12l-3.04 5.28L20.8 49.6c-.284-.486-.629-.999-1.12-1.28s-1.033-.32-1.6-.32s-1.109.039-1.6.32s-.997.793-1.28 1.28L.32 75.2c-.284.486-.32 1.038-.32 1.6s.037 1.114.32 1.6s.789.839 1.28 1.12s1.033.48 1.6.48h11.2c4.438 0 7.668-1.991 9.92-5.76l5.44-9.44l2.88-4.96l8.8 15.04H29.76zm-12.64-5.12H6.4l11.68-20.16L24 64.8l-3.921 6.836c-1.495 2.446-3.201 3.244-5.839 3.244"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path d="M60.32 80c.346 0 .64-.287.64-.64V64.48l2.24 3.84l6.24 10.72c.285.598.919.96 1.44.96h4.32V56h-4.32c-.288 0-.64.239-.64.64v15.04l-2.88-5.12l-5.76-9.76c-.28-.497-.883-.8-1.44-.8H56v24zm55.84-17.28h2.08a.96.96 0 0 0 .96-.96V57.6h4.48v5.12H128v3.84h-4.32v6.88c0 1.68.809 2.4 2.24 2.4H128V80h-2.72c-3.688 0-6.08-2.389-6.08-6.4v-7.04h-3.04zm-21.6 0v9.92c0 2.241-.841 4.129-2.08 5.44S89.531 80 87.2 80s-4.201-.609-5.44-1.92c-1.218-1.311-2.08-3.199-2.08-5.44v-9.92h2.56c.546 0 1.083.1 1.44.48c.357.359.48.57.48 1.12v8.32c0 1.289.073 2.086.64 2.72c.567.613 1.266.8 2.4.8c1.155 0 1.673-.187 2.24-.8c.567-.634.64-1.431.64-2.72v-8.32c0-.55.123-.899.48-1.28c.314-.334.644-.326 1.12-.32H92zm13.6 8.32l5.44-8.32h-4.16c-.524 0-.99.188-1.28.64l-2.56 3.84l-2.4-3.68c-.29-.452-.916-.8-1.44-.8h-4l5.44 8.16L97.28 80h4.16c.52 0 .989-.514 1.28-.96l2.88-4.32l3.04 4.48c.291.446.76.8 1.28.8h4.16z"/><path fill="#00dc82" d="M26.88 80h17.76c.567 0 1.109-.199 1.6-.48s.997-.633 1.28-1.12s.48-1.038.48-1.6s-.196-1.113-.48-1.6l-12-20.64a2.9 2.9 0 0 0-1.12-1.12a3.9 3.9 0 0 0-1.76-.48c-.567 0-1.109.199-1.6.48s-.837.634-1.12 1.12l-3.04 5.28L20.8 49.6c-.284-.486-.629-.999-1.12-1.28s-1.033-.32-1.6-.32s-1.109.039-1.6.32s-.997.793-1.28 1.28L.32 75.2c-.284.486-.32 1.038-.32 1.6s.037 1.114.32 1.6s.789.839 1.28 1.12s1.033.48 1.6.48h11.2c4.438 0 7.668-1.991 9.92-5.76l5.44-9.44l2.88-4.96l8.8 15.04H29.76zm-12.64-5.12H6.4l11.68-20.16L24 64.8l-3.921 6.836c-1.495 2.446-3.201 3.244-5.839 3.244"/></svg>
</template>

CSS

.icon-nuxt-wordmark {
  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%20128%20128%22%3E%3Cpath%20d%3D%22M60.32%2080c.346%200%20.64-.287.64-.64V64.48l2.24%203.84l6.24%2010.72c.285.598.919.96%201.44.96h4.32V56h-4.32c-.288%200-.64.239-.64.64v15.04l-2.88-5.12l-5.76-9.76c-.28-.497-.883-.8-1.44-.8H56v24zm55.84-17.28h2.08a.96.96%200%200%200%20.96-.96V57.6h4.48v5.12H128v3.84h-4.32v6.88c0%201.68.809%202.4%202.24%202.4H128V80h-2.72c-3.688%200-6.08-2.389-6.08-6.4v-7.04h-3.04zm-21.6%200v9.92c0%202.241-.841%204.129-2.08%205.44S89.531%2080%2087.2%2080s-4.201-.609-5.44-1.92c-1.218-1.311-2.08-3.199-2.08-5.44v-9.92h2.56c.546%200%201.083.1%201.44.48c.357.359.48.57.48%201.12v8.32c0%201.289.073%202.086.64%202.72c.567.613%201.266.8%202.4.8c1.155%200%201.673-.187%202.24-.8c.567-.634.64-1.431.64-2.72v-8.32c0-.55.123-.899.48-1.28c.314-.334.644-.326%201.12-.32H92zm13.6%208.32l5.44-8.32h-4.16c-.524%200-.99.188-1.28.64l-2.56%203.84l-2.4-3.68c-.29-.452-.916-.8-1.44-.8h-4l5.44%208.16L97.28%2080h4.16c.52%200%20.989-.514%201.28-.96l2.88-4.32l3.04%204.48c.291.446.76.8%201.28.8h4.16z%22%2F%3E%3Cpath%20fill%3D%22%2300dc82%22%20d%3D%22M26.88%2080h17.76c.567%200%201.109-.199%201.6-.48s.997-.633%201.28-1.12s.48-1.038.48-1.6s-.196-1.113-.48-1.6l-12-20.64a2.9%202.9%200%200%200-1.12-1.12a3.9%203.9%200%200%200-1.76-.48c-.567%200-1.109.199-1.6.48s-.837.634-1.12%201.12l-3.04%205.28L20.8%2049.6c-.284-.486-.629-.999-1.12-1.28s-1.033-.32-1.6-.32s-1.109.039-1.6.32s-.997.793-1.28%201.28L.32%2075.2c-.284.486-.32%201.038-.32%201.6s.037%201.114.32%201.6s.789.839%201.28%201.12s1.033.48%201.6.48h11.2c4.438%200%207.668-1.991%209.92-5.76l5.44-9.44l2.88-4.96l8.8%2015.04H29.76zm-12.64-5.12H6.4l11.68-20.16L24%2064.8l-3.921%206.836c-1.495%202.446-3.201%203.244-5.839%203.244%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%20128%20128%22%3E%3Cpath%20d%3D%22M60.32%2080c.346%200%20.64-.287.64-.64V64.48l2.24%203.84l6.24%2010.72c.285.598.919.96%201.44.96h4.32V56h-4.32c-.288%200-.64.239-.64.64v15.04l-2.88-5.12l-5.76-9.76c-.28-.497-.883-.8-1.44-.8H56v24zm55.84-17.28h2.08a.96.96%200%200%200%20.96-.96V57.6h4.48v5.12H128v3.84h-4.32v6.88c0%201.68.809%202.4%202.24%202.4H128V80h-2.72c-3.688%200-6.08-2.389-6.08-6.4v-7.04h-3.04zm-21.6%200v9.92c0%202.241-.841%204.129-2.08%205.44S89.531%2080%2087.2%2080s-4.201-.609-5.44-1.92c-1.218-1.311-2.08-3.199-2.08-5.44v-9.92h2.56c.546%200%201.083.1%201.44.48c.357.359.48.57.48%201.12v8.32c0%201.289.073%202.086.64%202.72c.567.613%201.266.8%202.4.8c1.155%200%201.673-.187%202.24-.8c.567-.634.64-1.431.64-2.72v-8.32c0-.55.123-.899.48-1.28c.314-.334.644-.326%201.12-.32H92zm13.6%208.32l5.44-8.32h-4.16c-.524%200-.99.188-1.28.64l-2.56%203.84l-2.4-3.68c-.29-.452-.916-.8-1.44-.8h-4l5.44%208.16L97.28%2080h4.16c.52%200%20.989-.514%201.28-.96l2.88-4.32l3.04%204.48c.291.446.76.8%201.28.8h4.16z%22%2F%3E%3Cpath%20fill%3D%22%2300dc82%22%20d%3D%22M26.88%2080h17.76c.567%200%201.109-.199%201.6-.48s.997-.633%201.28-1.12s.48-1.038.48-1.6s-.196-1.113-.48-1.6l-12-20.64a2.9%202.9%200%200%200-1.12-1.12a3.9%203.9%200%200%200-1.76-.48c-.567%200-1.109.199-1.6.48s-.837.634-1.12%201.12l-3.04%205.28L20.8%2049.6c-.284-.486-.629-.999-1.12-1.28s-1.033-.32-1.6-.32s-1.109.039-1.6.32s-.997.793-1.28%201.28L.32%2075.2c-.284.486-.32%201.038-.32%201.6s.037%201.114.32%201.6s.789.839%201.28%201.12s1.033.48%201.6.48h11.2c4.438%200%207.668-1.991%209.92-5.76l5.44-9.44l2.88-4.96l8.8%2015.04H29.76zm-12.64-5.12H6.4l11.68-20.16L24%2064.8l-3.921%206.836c-1.495%202.446-3.201%203.244-5.839%203.244%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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