nodemon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
nodemon
Set
SVG Logos
Style
Color
Viewbox
256×292
License
CC0

The same logo in other sets

Use the nodemon logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 292"><path fill="#76d04b" d="M120.947 289.19a13.76 13.76 0 0 0 13.77 0l114.08-65.83a13.77 13.77 0 0 0 6.893-11.935V79.664a13.79 13.79 0 0 0-6.886-11.934L134.724 1.846a13.79 13.79 0 0 0-13.785 0L6.889 67.73A13.79 13.79 0 0 0 0 79.664v131.77c0 4.918 2.627 9.465 6.892 11.925l114.054 65.83"/><path fill="#4f4d3f" d="m201.701 114.111l-5.087-2.928c7.823-11.539 12.498-28.888 6.636-54.825c0 0-13.202 36.999-39.74 35.773L132.437 74.25a8.1 8.1 0 0 0-3.813-1.109h-.717a8.2 8.2 0 0 0-3.824 1.109L93.006 92.13c-26.535 1.23-39.74-35.773-39.74-35.773c-5.866 25.936-1.183 43.285 6.638 54.825l-5.087 2.929a8.39 8.39 0 0 0-4.19 7.271l.153 107.332c0 1.498.775 2.885 2.09 3.614a4 4 0 0 0 4.155 0l41.164-23.572c2.605-1.547 4.189-4.276 4.189-7.26v-50.142c0-2.99 1.584-5.762 4.177-7.243l17.529-10.094a8.27 8.27 0 0 1 4.193-1.13a8.16 8.16 0 0 1 4.162 1.129l17.523 10.094a8.33 8.33 0 0 1 4.183 7.242v50.143c0 2.983 1.605 5.733 4.194 7.26l41.154 23.57a4.06 4.06 0 0 0 4.184 0a4.17 4.17 0 0 0 2.077-3.614l.134-107.332c-.003-3.018-1.586-5.784-4.186-7.27z"/></svg>

React

import type { SVGProps } from "react";

export function LogosNodemon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 292"><path fill="#76d04b" d="M120.947 289.19a13.76 13.76 0 0 0 13.77 0l114.08-65.83a13.77 13.77 0 0 0 6.893-11.935V79.664a13.79 13.79 0 0 0-6.886-11.934L134.724 1.846a13.79 13.79 0 0 0-13.785 0L6.889 67.73A13.79 13.79 0 0 0 0 79.664v131.77c0 4.918 2.627 9.465 6.892 11.925l114.054 65.83"/><path fill="#4f4d3f" d="m201.701 114.111l-5.087-2.928c7.823-11.539 12.498-28.888 6.636-54.825c0 0-13.202 36.999-39.74 35.773L132.437 74.25a8.1 8.1 0 0 0-3.813-1.109h-.717a8.2 8.2 0 0 0-3.824 1.109L93.006 92.13c-26.535 1.23-39.74-35.773-39.74-35.773c-5.866 25.936-1.183 43.285 6.638 54.825l-5.087 2.929a8.39 8.39 0 0 0-4.19 7.271l.153 107.332c0 1.498.775 2.885 2.09 3.614a4 4 0 0 0 4.155 0l41.164-23.572c2.605-1.547 4.189-4.276 4.189-7.26v-50.142c0-2.99 1.584-5.762 4.177-7.243l17.529-10.094a8.27 8.27 0 0 1 4.193-1.13a8.16 8.16 0 0 1 4.162 1.129l17.523 10.094a8.33 8.33 0 0 1 4.183 7.242v50.143c0 2.983 1.605 5.733 4.194 7.26l41.154 23.57a4.06 4.06 0 0 0 4.184 0a4.17 4.17 0 0 0 2.077-3.614l.134-107.332c-.003-3.018-1.586-5.784-4.186-7.27z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 292"><path fill="#76d04b" d="M120.947 289.19a13.76 13.76 0 0 0 13.77 0l114.08-65.83a13.77 13.77 0 0 0 6.893-11.935V79.664a13.79 13.79 0 0 0-6.886-11.934L134.724 1.846a13.79 13.79 0 0 0-13.785 0L6.889 67.73A13.79 13.79 0 0 0 0 79.664v131.77c0 4.918 2.627 9.465 6.892 11.925l114.054 65.83"/><path fill="#4f4d3f" d="m201.701 114.111l-5.087-2.928c7.823-11.539 12.498-28.888 6.636-54.825c0 0-13.202 36.999-39.74 35.773L132.437 74.25a8.1 8.1 0 0 0-3.813-1.109h-.717a8.2 8.2 0 0 0-3.824 1.109L93.006 92.13c-26.535 1.23-39.74-35.773-39.74-35.773c-5.866 25.936-1.183 43.285 6.638 54.825l-5.087 2.929a8.39 8.39 0 0 0-4.19 7.271l.153 107.332c0 1.498.775 2.885 2.09 3.614a4 4 0 0 0 4.155 0l41.164-23.572c2.605-1.547 4.189-4.276 4.189-7.26v-50.142c0-2.99 1.584-5.762 4.177-7.243l17.529-10.094a8.27 8.27 0 0 1 4.193-1.13a8.16 8.16 0 0 1 4.162 1.129l17.523 10.094a8.33 8.33 0 0 1 4.183 7.242v50.143c0 2.983 1.605 5.733 4.194 7.26l41.154 23.57a4.06 4.06 0 0 0 4.184 0a4.17 4.17 0 0 0 2.077-3.614l.134-107.332c-.003-3.018-1.586-5.784-4.186-7.27z"/></svg>
</template>

CSS

.icon-nodemon {
  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%20292%22%3E%3Cpath%20fill%3D%22%2376d04b%22%20d%3D%22M120.947%20289.19a13.76%2013.76%200%200%200%2013.77%200l114.08-65.83a13.77%2013.77%200%200%200%206.893-11.935V79.664a13.79%2013.79%200%200%200-6.886-11.934L134.724%201.846a13.79%2013.79%200%200%200-13.785%200L6.889%2067.73A13.79%2013.79%200%200%200%200%2079.664v131.77c0%204.918%202.627%209.465%206.892%2011.925l114.054%2065.83%22%2F%3E%3Cpath%20fill%3D%22%234f4d3f%22%20d%3D%22m201.701%20114.111l-5.087-2.928c7.823-11.539%2012.498-28.888%206.636-54.825c0%200-13.202%2036.999-39.74%2035.773L132.437%2074.25a8.1%208.1%200%200%200-3.813-1.109h-.717a8.2%208.2%200%200%200-3.824%201.109L93.006%2092.13c-26.535%201.23-39.74-35.773-39.74-35.773c-5.866%2025.936-1.183%2043.285%206.638%2054.825l-5.087%202.929a8.39%208.39%200%200%200-4.19%207.271l.153%20107.332c0%201.498.775%202.885%202.09%203.614a4%204%200%200%200%204.155%200l41.164-23.572c2.605-1.547%204.189-4.276%204.189-7.26v-50.142c0-2.99%201.584-5.762%204.177-7.243l17.529-10.094a8.27%208.27%200%200%201%204.193-1.13a8.16%208.16%200%200%201%204.162%201.129l17.523%2010.094a8.33%208.33%200%200%201%204.183%207.242v50.143c0%202.983%201.605%205.733%204.194%207.26l41.154%2023.57a4.06%204.06%200%200%200%204.184%200a4.17%204.17%200%200%200%202.077-3.614l.134-107.332c-.003-3.018-1.586-5.784-4.186-7.27z%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%20256%20292%22%3E%3Cpath%20fill%3D%22%2376d04b%22%20d%3D%22M120.947%20289.19a13.76%2013.76%200%200%200%2013.77%200l114.08-65.83a13.77%2013.77%200%200%200%206.893-11.935V79.664a13.79%2013.79%200%200%200-6.886-11.934L134.724%201.846a13.79%2013.79%200%200%200-13.785%200L6.889%2067.73A13.79%2013.79%200%200%200%200%2079.664v131.77c0%204.918%202.627%209.465%206.892%2011.925l114.054%2065.83%22%2F%3E%3Cpath%20fill%3D%22%234f4d3f%22%20d%3D%22m201.701%20114.111l-5.087-2.928c7.823-11.539%2012.498-28.888%206.636-54.825c0%200-13.202%2036.999-39.74%2035.773L132.437%2074.25a8.1%208.1%200%200%200-3.813-1.109h-.717a8.2%208.2%200%200%200-3.824%201.109L93.006%2092.13c-26.535%201.23-39.74-35.773-39.74-35.773c-5.866%2025.936-1.183%2043.285%206.638%2054.825l-5.087%202.929a8.39%208.39%200%200%200-4.19%207.271l.153%20107.332c0%201.498.775%202.885%202.09%203.614a4%204%200%200%200%204.155%200l41.164-23.572c2.605-1.547%204.189-4.276%204.189-7.26v-50.142c0-2.99%201.584-5.762%204.177-7.243l17.529-10.094a8.27%208.27%200%200%201%204.193-1.13a8.16%208.16%200%200%201%204.162%201.129l17.523%2010.094a8.33%208.33%200%200%201%204.183%207.242v50.143c0%202.983%201.605%205.733%204.194%207.26l41.154%2023.57a4.06%204.06%200%200%200%204.184%200a4.17%204.17%200%200%200%202.077-3.614l.134-107.332c-.003-3.018-1.586-5.784-4.186-7.27z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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