nuxtjs-dark from Skill Icons by tandpfun · Dark · MIT Free for personal and commercial use.

Name
nuxtjs-dark
Set
Skill Icons
Style
Dark
Viewbox
256×256
License
MIT

1 other variant in Skill Icons

The same logo in other sets

Use the nuxtjs logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#242938" rx="60"/><path fill="#00dc82" d="M138.787 189.333h68.772c2.184.001 4.33-.569 6.222-1.652a12.4 12.4 0 0 0 4.554-4.515a12.24 12.24 0 0 0-.006-12.332l-46.185-79.286a12.4 12.4 0 0 0-4.553-4.514a12.53 12.53 0 0 0-12.442 0a12.4 12.4 0 0 0-4.553 4.514l-11.809 20.287l-23.09-39.67a12.4 12.4 0 0 0-4.555-4.513a12.54 12.54 0 0 0-12.444 0a12.4 12.4 0 0 0-4.555 4.513L36.67 170.834a12.24 12.24 0 0 0-.005 12.332a12.4 12.4 0 0 0 4.554 4.515a12.5 12.5 0 0 0 6.222 1.652h43.17c17.104 0 29.718-7.446 38.397-21.973l21.072-36.169l11.287-19.356l33.873 58.142h-45.16zm-48.88-19.376l-30.127-.007l45.16-77.518l22.533 38.759l-15.087 25.906c-5.764 9.426-12.312 12.86-22.48 12.86"/></g></svg>

React

import type { SVGProps } from "react";

export function SkillIconsNuxtjsDark(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#242938" rx="60"/><path fill="#00dc82" d="M138.787 189.333h68.772c2.184.001 4.33-.569 6.222-1.652a12.4 12.4 0 0 0 4.554-4.515a12.24 12.24 0 0 0-.006-12.332l-46.185-79.286a12.4 12.4 0 0 0-4.553-4.514a12.53 12.53 0 0 0-12.442 0a12.4 12.4 0 0 0-4.553 4.514l-11.809 20.287l-23.09-39.67a12.4 12.4 0 0 0-4.555-4.513a12.54 12.54 0 0 0-12.444 0a12.4 12.4 0 0 0-4.555 4.513L36.67 170.834a12.24 12.24 0 0 0-.005 12.332a12.4 12.4 0 0 0 4.554 4.515a12.5 12.5 0 0 0 6.222 1.652h43.17c17.104 0 29.718-7.446 38.397-21.973l21.072-36.169l11.287-19.356l33.873 58.142h-45.16zm-48.88-19.376l-30.127-.007l45.16-77.518l22.533 38.759l-15.087 25.906c-5.764 9.426-12.312 12.86-22.48 12.86"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#242938" rx="60"/><path fill="#00dc82" d="M138.787 189.333h68.772c2.184.001 4.33-.569 6.222-1.652a12.4 12.4 0 0 0 4.554-4.515a12.24 12.24 0 0 0-.006-12.332l-46.185-79.286a12.4 12.4 0 0 0-4.553-4.514a12.53 12.53 0 0 0-12.442 0a12.4 12.4 0 0 0-4.553 4.514l-11.809 20.287l-23.09-39.67a12.4 12.4 0 0 0-4.555-4.513a12.54 12.54 0 0 0-12.444 0a12.4 12.4 0 0 0-4.555 4.513L36.67 170.834a12.24 12.24 0 0 0-.005 12.332a12.4 12.4 0 0 0 4.554 4.515a12.5 12.5 0 0 0 6.222 1.652h43.17c17.104 0 29.718-7.446 38.397-21.973l21.072-36.169l11.287-19.356l33.873 58.142h-45.16zm-48.88-19.376l-30.127-.007l45.16-77.518l22.533 38.759l-15.087 25.906c-5.764 9.426-12.312 12.86-22.48 12.86"/></g></svg>
</template>

CSS

.icon-nuxtjs-dark {
  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%20256%20256%22%3E%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%22256%22%20height%3D%22256%22%20fill%3D%22%23242938%22%20rx%3D%2260%22%2F%3E%3Cpath%20fill%3D%22%2300dc82%22%20d%3D%22M138.787%20189.333h68.772c2.184.001%204.33-.569%206.222-1.652a12.4%2012.4%200%200%200%204.554-4.515a12.24%2012.24%200%200%200-.006-12.332l-46.185-79.286a12.4%2012.4%200%200%200-4.553-4.514a12.53%2012.53%200%200%200-12.442%200a12.4%2012.4%200%200%200-4.553%204.514l-11.809%2020.287l-23.09-39.67a12.4%2012.4%200%200%200-4.555-4.513a12.54%2012.54%200%200%200-12.444%200a12.4%2012.4%200%200%200-4.555%204.513L36.67%20170.834a12.24%2012.24%200%200%200-.005%2012.332a12.4%2012.4%200%200%200%204.554%204.515a12.5%2012.5%200%200%200%206.222%201.652h43.17c17.104%200%2029.718-7.446%2038.397-21.973l21.072-36.169l11.287-19.356l33.873%2058.142h-45.16zm-48.88-19.376l-30.127-.007l45.16-77.518l22.533%2038.759l-15.087%2025.906c-5.764%209.426-12.312%2012.86-22.48%2012.86%22%2F%3E%3C%2Fg%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%20256%20256%22%3E%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%22256%22%20height%3D%22256%22%20fill%3D%22%23242938%22%20rx%3D%2260%22%2F%3E%3Cpath%20fill%3D%22%2300dc82%22%20d%3D%22M138.787%20189.333h68.772c2.184.001%204.33-.569%206.222-1.652a12.4%2012.4%200%200%200%204.554-4.515a12.24%2012.24%200%200%200-.006-12.332l-46.185-79.286a12.4%2012.4%200%200%200-4.553-4.514a12.53%2012.53%200%200%200-12.442%200a12.4%2012.4%200%200%200-4.553%204.514l-11.809%2020.287l-23.09-39.67a12.4%2012.4%200%200%200-4.555-4.513a12.54%2012.54%200%200%200-12.444%200a12.4%2012.4%200%200%200-4.555%204.513L36.67%20170.834a12.24%2012.24%200%200%200-.005%2012.332a12.4%2012.4%200%200%200%204.554%204.515a12.5%2012.5%200%200%200%206.222%201.652h43.17c17.104%200%2029.718-7.446%2038.397-21.973l21.072-36.169l11.287-19.356l33.873%2058.142h-45.16zm-48.88-19.376l-30.127-.007l45.16-77.518l22.533%2038.759l-15.087%2025.906c-5.764%209.426-12.312%2012.86-22.48%2012.86%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/skill-icons/nuxtjs-dark.svg?color=%231a73e8&size=48