eslint from Devicon by konpa · Original · MIT Free for personal and commercial use.

Name
eslint
Set
Devicon
Style
Original
Viewbox
128×128
License
MIT

1 other variant in Devicon

The same logo in other sets

Use the eslint logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#8080f2" d="m38.662 48.67l24.26-14.04a2.19 2.19 0 0 1 1.962 0l24.363 14.04c.62.31 1.033 1.032 1.033 1.651v28.08c0 .723-.413 1.342-1.033 1.755l-24.26 14.04a2.19 2.19 0 0 1-1.962 0l-24.363-14.04c-.62-.31-1.033-1.032-1.033-1.755v-28.08c0-.62.413-1.342 1.033-1.651"/><path fill="#4b32c3" d="m127.135 61.47l-29.01-50.585c-1.032-1.858-2.993-3.2-5.161-3.2H34.945c-2.064 0-4.026 1.342-5.161 3.2L.774 61.368a6.18 6.18 0 0 0 0 5.987l29.01 50.173c1.032 1.858 2.993 2.787 5.161 2.787h58.122c2.065 0 4.026-.929 5.162-2.684l29.01-50.173c1.032-2.064 1.032-4.232-.104-5.987M103.08 85.73c0 .723-.413 1.445-1.136 1.755l-36.958 21.37a1.88 1.88 0 0 1-2.065 0l-37.06-21.266c-.62-.413-1.136-1.032-1.136-1.755V42.991c0-.722.413-1.445 1.136-1.754l37.061-21.37a1.88 1.88 0 0 1 2.065 0l37.062 21.37c.619.412 1.135 1.032 1.135 1.754v42.74z"/></svg>

React

import type { SVGProps } from "react";

export function DeviconEslint(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#8080f2" d="m38.662 48.67l24.26-14.04a2.19 2.19 0 0 1 1.962 0l24.363 14.04c.62.31 1.033 1.032 1.033 1.651v28.08c0 .723-.413 1.342-1.033 1.755l-24.26 14.04a2.19 2.19 0 0 1-1.962 0l-24.363-14.04c-.62-.31-1.033-1.032-1.033-1.755v-28.08c0-.62.413-1.342 1.033-1.651"/><path fill="#4b32c3" d="m127.135 61.47l-29.01-50.585c-1.032-1.858-2.993-3.2-5.161-3.2H34.945c-2.064 0-4.026 1.342-5.161 3.2L.774 61.368a6.18 6.18 0 0 0 0 5.987l29.01 50.173c1.032 1.858 2.993 2.787 5.161 2.787h58.122c2.065 0 4.026-.929 5.162-2.684l29.01-50.173c1.032-2.064 1.032-4.232-.104-5.987M103.08 85.73c0 .723-.413 1.445-1.136 1.755l-36.958 21.37a1.88 1.88 0 0 1-2.065 0l-37.06-21.266c-.62-.413-1.136-1.032-1.136-1.755V42.991c0-.722.413-1.445 1.136-1.754l37.061-21.37a1.88 1.88 0 0 1 2.065 0l37.062 21.37c.619.412 1.135 1.032 1.135 1.754v42.74z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#8080f2" d="m38.662 48.67l24.26-14.04a2.19 2.19 0 0 1 1.962 0l24.363 14.04c.62.31 1.033 1.032 1.033 1.651v28.08c0 .723-.413 1.342-1.033 1.755l-24.26 14.04a2.19 2.19 0 0 1-1.962 0l-24.363-14.04c-.62-.31-1.033-1.032-1.033-1.755v-28.08c0-.62.413-1.342 1.033-1.651"/><path fill="#4b32c3" d="m127.135 61.47l-29.01-50.585c-1.032-1.858-2.993-3.2-5.161-3.2H34.945c-2.064 0-4.026 1.342-5.161 3.2L.774 61.368a6.18 6.18 0 0 0 0 5.987l29.01 50.173c1.032 1.858 2.993 2.787 5.161 2.787h58.122c2.065 0 4.026-.929 5.162-2.684l29.01-50.173c1.032-2.064 1.032-4.232-.104-5.987M103.08 85.73c0 .723-.413 1.445-1.136 1.755l-36.958 21.37a1.88 1.88 0 0 1-2.065 0l-37.06-21.266c-.62-.413-1.136-1.032-1.136-1.755V42.991c0-.722.413-1.445 1.136-1.754l37.061-21.37a1.88 1.88 0 0 1 2.065 0l37.062 21.37c.619.412 1.135 1.032 1.135 1.754v42.74z"/></svg>
</template>

CSS

.icon-eslint {
  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%20fill%3D%22%238080f2%22%20d%3D%22m38.662%2048.67l24.26-14.04a2.19%202.19%200%200%201%201.962%200l24.363%2014.04c.62.31%201.033%201.032%201.033%201.651v28.08c0%20.723-.413%201.342-1.033%201.755l-24.26%2014.04a2.19%202.19%200%200%201-1.962%200l-24.363-14.04c-.62-.31-1.033-1.032-1.033-1.755v-28.08c0-.62.413-1.342%201.033-1.651%22%2F%3E%3Cpath%20fill%3D%22%234b32c3%22%20d%3D%22m127.135%2061.47l-29.01-50.585c-1.032-1.858-2.993-3.2-5.161-3.2H34.945c-2.064%200-4.026%201.342-5.161%203.2L.774%2061.368a6.18%206.18%200%200%200%200%205.987l29.01%2050.173c1.032%201.858%202.993%202.787%205.161%202.787h58.122c2.065%200%204.026-.929%205.162-2.684l29.01-50.173c1.032-2.064%201.032-4.232-.104-5.987M103.08%2085.73c0%20.723-.413%201.445-1.136%201.755l-36.958%2021.37a1.88%201.88%200%200%201-2.065%200l-37.06-21.266c-.62-.413-1.136-1.032-1.136-1.755V42.991c0-.722.413-1.445%201.136-1.754l37.061-21.37a1.88%201.88%200%200%201%202.065%200l37.062%2021.37c.619.412%201.135%201.032%201.135%201.754v42.74z%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%20fill%3D%22%238080f2%22%20d%3D%22m38.662%2048.67l24.26-14.04a2.19%202.19%200%200%201%201.962%200l24.363%2014.04c.62.31%201.033%201.032%201.033%201.651v28.08c0%20.723-.413%201.342-1.033%201.755l-24.26%2014.04a2.19%202.19%200%200%201-1.962%200l-24.363-14.04c-.62-.31-1.033-1.032-1.033-1.755v-28.08c0-.62.413-1.342%201.033-1.651%22%2F%3E%3Cpath%20fill%3D%22%234b32c3%22%20d%3D%22m127.135%2061.47l-29.01-50.585c-1.032-1.858-2.993-3.2-5.161-3.2H34.945c-2.064%200-4.026%201.342-5.161%203.2L.774%2061.368a6.18%206.18%200%200%200%200%205.987l29.01%2050.173c1.032%201.858%202.993%202.787%205.161%202.787h58.122c2.065%200%204.026-.929%205.162-2.684l29.01-50.173c1.032-2.064%201.032-4.232-.104-5.987M103.08%2085.73c0%20.723-.413%201.445-1.136%201.755l-36.958%2021.37a1.88%201.88%200%200%201-2.065%200l-37.06-21.266c-.62-.413-1.136-1.032-1.136-1.755V42.991c0-.722.413-1.445%201.136-1.754l37.061-21.37a1.88%201.88%200%200%201%202.065%200l37.062%2021.37c.619.412%201.135%201.032%201.135%201.754v42.74z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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