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

Name
eslint-wordmark
Set
Devicon
Style
Wordmark
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="m11.378 59.459l7.121-4.128a.66.66 0 0 1 .62 0l7.121 4.128c.206.103.31.31.31.516v8.256a.57.57 0 0 1-.31.516l-7.121 4.129a.66.66 0 0 1-.62 0l-7.12-4.129a.57.57 0 0 1-.31-.516v-8.256c0-.206.103-.413.31-.516"/><path fill="#4b32c3" d="M37.283 63.278L28.82 48.519c-.31-.516-.929-.929-1.445-.929H10.243c-.62 0-1.238.413-1.548.93L.232 63.173a1.77 1.77 0 0 0 0 1.755l8.463 14.655c.31.516.929.826 1.548.826h17.029c.62 0 1.238-.31 1.445-.826l8.463-14.655c.412-.516.412-1.135.103-1.651m-7.121 7.12a.57.57 0 0 1-.31.517L19.016 77.21a.66.66 0 0 1-.62 0L7.663 70.915c-.206-.104-.413-.31-.413-.516V57.91c0-.206.103-.413.31-.516L18.396 51.1a.66.66 0 0 1 .62 0l10.836 6.295c.206.103.31.31.31.516z"/><path fill="#666" d="M46.984 53.06h13.21v2.477h-10.32v7.224h8.669v2.477h-8.67v8.36h10.631v2.477h-13.52Zm14.965 20.022l1.651-1.858c1.651 1.755 4.025 2.787 6.399 2.787c2.993 0 4.747-1.548 4.747-3.716c0-2.373-1.651-3.096-3.818-4.025l-3.303-1.444c-2.167-.93-4.644-2.58-4.644-5.883c0-3.509 2.993-6.09 7.224-6.09c2.787 0 5.16 1.136 6.812 2.787l-1.548 1.858c-1.445-1.238-3.2-2.064-5.264-2.064c-2.58 0-4.231 1.342-4.231 3.406c0 2.167 1.96 2.993 3.819 3.818l3.302 1.445c2.683 1.135 4.748 2.683 4.748 6.09c0 3.611-2.89 6.501-7.844 6.501c-3.303-.206-6.09-1.548-8.05-3.612M80.423 53.06h2.89v20.435h10.01v2.477h-12.9Zm14.448.62c0-1.136.826-1.858 1.961-1.858s1.961.722 1.961 1.857s-.826 1.858-1.96 1.858c-1.136 0-1.962-.722-1.962-1.858zm.516 5.366h2.89v17.029h-2.89zm6.812 0h2.374l.206 2.477h.103c1.652-1.651 3.406-2.89 5.677-2.89c3.612 0 5.16 2.27 5.16 6.605v10.734h-2.89v-10.32c0-3.2-1.032-4.542-3.2-4.542c-1.754 0-2.89.93-4.644 2.58v12.282H102.2zm17.751 11.662V61.42h-2.477v-2.167l2.683-.207l.31-5.47h2.374v5.47h4.54v2.374h-4.54v9.392c0 2.064.619 3.302 2.58 3.302c.62 0 1.238-.103 1.96-.413l.62 2.064c-.929.413-2.064.723-3.2.723c-3.611-.103-4.85-2.374-4.85-5.78"/></svg>

React

import type { SVGProps } from "react";

export function DeviconEslintWordmark(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="m11.378 59.459l7.121-4.128a.66.66 0 0 1 .62 0l7.121 4.128c.206.103.31.31.31.516v8.256a.57.57 0 0 1-.31.516l-7.121 4.129a.66.66 0 0 1-.62 0l-7.12-4.129a.57.57 0 0 1-.31-.516v-8.256c0-.206.103-.413.31-.516"/><path fill="#4b32c3" d="M37.283 63.278L28.82 48.519c-.31-.516-.929-.929-1.445-.929H10.243c-.62 0-1.238.413-1.548.93L.232 63.173a1.77 1.77 0 0 0 0 1.755l8.463 14.655c.31.516.929.826 1.548.826h17.029c.62 0 1.238-.31 1.445-.826l8.463-14.655c.412-.516.412-1.135.103-1.651m-7.121 7.12a.57.57 0 0 1-.31.517L19.016 77.21a.66.66 0 0 1-.62 0L7.663 70.915c-.206-.104-.413-.31-.413-.516V57.91c0-.206.103-.413.31-.516L18.396 51.1a.66.66 0 0 1 .62 0l10.836 6.295c.206.103.31.31.31.516z"/><path fill="#666" d="M46.984 53.06h13.21v2.477h-10.32v7.224h8.669v2.477h-8.67v8.36h10.631v2.477h-13.52Zm14.965 20.022l1.651-1.858c1.651 1.755 4.025 2.787 6.399 2.787c2.993 0 4.747-1.548 4.747-3.716c0-2.373-1.651-3.096-3.818-4.025l-3.303-1.444c-2.167-.93-4.644-2.58-4.644-5.883c0-3.509 2.993-6.09 7.224-6.09c2.787 0 5.16 1.136 6.812 2.787l-1.548 1.858c-1.445-1.238-3.2-2.064-5.264-2.064c-2.58 0-4.231 1.342-4.231 3.406c0 2.167 1.96 2.993 3.819 3.818l3.302 1.445c2.683 1.135 4.748 2.683 4.748 6.09c0 3.611-2.89 6.501-7.844 6.501c-3.303-.206-6.09-1.548-8.05-3.612M80.423 53.06h2.89v20.435h10.01v2.477h-12.9Zm14.448.62c0-1.136.826-1.858 1.961-1.858s1.961.722 1.961 1.857s-.826 1.858-1.96 1.858c-1.136 0-1.962-.722-1.962-1.858zm.516 5.366h2.89v17.029h-2.89zm6.812 0h2.374l.206 2.477h.103c1.652-1.651 3.406-2.89 5.677-2.89c3.612 0 5.16 2.27 5.16 6.605v10.734h-2.89v-10.32c0-3.2-1.032-4.542-3.2-4.542c-1.754 0-2.89.93-4.644 2.58v12.282H102.2zm17.751 11.662V61.42h-2.477v-2.167l2.683-.207l.31-5.47h2.374v5.47h4.54v2.374h-4.54v9.392c0 2.064.619 3.302 2.58 3.302c.62 0 1.238-.103 1.96-.413l.62 2.064c-.929.413-2.064.723-3.2.723c-3.611-.103-4.85-2.374-4.85-5.78"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#8080f2" d="m11.378 59.459l7.121-4.128a.66.66 0 0 1 .62 0l7.121 4.128c.206.103.31.31.31.516v8.256a.57.57 0 0 1-.31.516l-7.121 4.129a.66.66 0 0 1-.62 0l-7.12-4.129a.57.57 0 0 1-.31-.516v-8.256c0-.206.103-.413.31-.516"/><path fill="#4b32c3" d="M37.283 63.278L28.82 48.519c-.31-.516-.929-.929-1.445-.929H10.243c-.62 0-1.238.413-1.548.93L.232 63.173a1.77 1.77 0 0 0 0 1.755l8.463 14.655c.31.516.929.826 1.548.826h17.029c.62 0 1.238-.31 1.445-.826l8.463-14.655c.412-.516.412-1.135.103-1.651m-7.121 7.12a.57.57 0 0 1-.31.517L19.016 77.21a.66.66 0 0 1-.62 0L7.663 70.915c-.206-.104-.413-.31-.413-.516V57.91c0-.206.103-.413.31-.516L18.396 51.1a.66.66 0 0 1 .62 0l10.836 6.295c.206.103.31.31.31.516z"/><path fill="#666" d="M46.984 53.06h13.21v2.477h-10.32v7.224h8.669v2.477h-8.67v8.36h10.631v2.477h-13.52Zm14.965 20.022l1.651-1.858c1.651 1.755 4.025 2.787 6.399 2.787c2.993 0 4.747-1.548 4.747-3.716c0-2.373-1.651-3.096-3.818-4.025l-3.303-1.444c-2.167-.93-4.644-2.58-4.644-5.883c0-3.509 2.993-6.09 7.224-6.09c2.787 0 5.16 1.136 6.812 2.787l-1.548 1.858c-1.445-1.238-3.2-2.064-5.264-2.064c-2.58 0-4.231 1.342-4.231 3.406c0 2.167 1.96 2.993 3.819 3.818l3.302 1.445c2.683 1.135 4.748 2.683 4.748 6.09c0 3.611-2.89 6.501-7.844 6.501c-3.303-.206-6.09-1.548-8.05-3.612M80.423 53.06h2.89v20.435h10.01v2.477h-12.9Zm14.448.62c0-1.136.826-1.858 1.961-1.858s1.961.722 1.961 1.857s-.826 1.858-1.96 1.858c-1.136 0-1.962-.722-1.962-1.858zm.516 5.366h2.89v17.029h-2.89zm6.812 0h2.374l.206 2.477h.103c1.652-1.651 3.406-2.89 5.677-2.89c3.612 0 5.16 2.27 5.16 6.605v10.734h-2.89v-10.32c0-3.2-1.032-4.542-3.2-4.542c-1.754 0-2.89.93-4.644 2.58v12.282H102.2zm17.751 11.662V61.42h-2.477v-2.167l2.683-.207l.31-5.47h2.374v5.47h4.54v2.374h-4.54v9.392c0 2.064.619 3.302 2.58 3.302c.62 0 1.238-.103 1.96-.413l.62 2.064c-.929.413-2.064.723-3.2.723c-3.611-.103-4.85-2.374-4.85-5.78"/></svg>
</template>

CSS

.icon-eslint-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%20fill%3D%22%238080f2%22%20d%3D%22m11.378%2059.459l7.121-4.128a.66.66%200%200%201%20.62%200l7.121%204.128c.206.103.31.31.31.516v8.256a.57.57%200%200%201-.31.516l-7.121%204.129a.66.66%200%200%201-.62%200l-7.12-4.129a.57.57%200%200%201-.31-.516v-8.256c0-.206.103-.413.31-.516%22%2F%3E%3Cpath%20fill%3D%22%234b32c3%22%20d%3D%22M37.283%2063.278L28.82%2048.519c-.31-.516-.929-.929-1.445-.929H10.243c-.62%200-1.238.413-1.548.93L.232%2063.173a1.77%201.77%200%200%200%200%201.755l8.463%2014.655c.31.516.929.826%201.548.826h17.029c.62%200%201.238-.31%201.445-.826l8.463-14.655c.412-.516.412-1.135.103-1.651m-7.121%207.12a.57.57%200%200%201-.31.517L19.016%2077.21a.66.66%200%200%201-.62%200L7.663%2070.915c-.206-.104-.413-.31-.413-.516V57.91c0-.206.103-.413.31-.516L18.396%2051.1a.66.66%200%200%201%20.62%200l10.836%206.295c.206.103.31.31.31.516z%22%2F%3E%3Cpath%20fill%3D%22%23666%22%20d%3D%22M46.984%2053.06h13.21v2.477h-10.32v7.224h8.669v2.477h-8.67v8.36h10.631v2.477h-13.52Zm14.965%2020.022l1.651-1.858c1.651%201.755%204.025%202.787%206.399%202.787c2.993%200%204.747-1.548%204.747-3.716c0-2.373-1.651-3.096-3.818-4.025l-3.303-1.444c-2.167-.93-4.644-2.58-4.644-5.883c0-3.509%202.993-6.09%207.224-6.09c2.787%200%205.16%201.136%206.812%202.787l-1.548%201.858c-1.445-1.238-3.2-2.064-5.264-2.064c-2.58%200-4.231%201.342-4.231%203.406c0%202.167%201.96%202.993%203.819%203.818l3.302%201.445c2.683%201.135%204.748%202.683%204.748%206.09c0%203.611-2.89%206.501-7.844%206.501c-3.303-.206-6.09-1.548-8.05-3.612M80.423%2053.06h2.89v20.435h10.01v2.477h-12.9Zm14.448.62c0-1.136.826-1.858%201.961-1.858s1.961.722%201.961%201.857s-.826%201.858-1.96%201.858c-1.136%200-1.962-.722-1.962-1.858zm.516%205.366h2.89v17.029h-2.89zm6.812%200h2.374l.206%202.477h.103c1.652-1.651%203.406-2.89%205.677-2.89c3.612%200%205.16%202.27%205.16%206.605v10.734h-2.89v-10.32c0-3.2-1.032-4.542-3.2-4.542c-1.754%200-2.89.93-4.644%202.58v12.282H102.2zm17.751%2011.662V61.42h-2.477v-2.167l2.683-.207l.31-5.47h2.374v5.47h4.54v2.374h-4.54v9.392c0%202.064.619%203.302%202.58%203.302c.62%200%201.238-.103%201.96-.413l.62%202.064c-.929.413-2.064.723-3.2.723c-3.611-.103-4.85-2.374-4.85-5.78%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%22m11.378%2059.459l7.121-4.128a.66.66%200%200%201%20.62%200l7.121%204.128c.206.103.31.31.31.516v8.256a.57.57%200%200%201-.31.516l-7.121%204.129a.66.66%200%200%201-.62%200l-7.12-4.129a.57.57%200%200%201-.31-.516v-8.256c0-.206.103-.413.31-.516%22%2F%3E%3Cpath%20fill%3D%22%234b32c3%22%20d%3D%22M37.283%2063.278L28.82%2048.519c-.31-.516-.929-.929-1.445-.929H10.243c-.62%200-1.238.413-1.548.93L.232%2063.173a1.77%201.77%200%200%200%200%201.755l8.463%2014.655c.31.516.929.826%201.548.826h17.029c.62%200%201.238-.31%201.445-.826l8.463-14.655c.412-.516.412-1.135.103-1.651m-7.121%207.12a.57.57%200%200%201-.31.517L19.016%2077.21a.66.66%200%200%201-.62%200L7.663%2070.915c-.206-.104-.413-.31-.413-.516V57.91c0-.206.103-.413.31-.516L18.396%2051.1a.66.66%200%200%201%20.62%200l10.836%206.295c.206.103.31.31.31.516z%22%2F%3E%3Cpath%20fill%3D%22%23666%22%20d%3D%22M46.984%2053.06h13.21v2.477h-10.32v7.224h8.669v2.477h-8.67v8.36h10.631v2.477h-13.52Zm14.965%2020.022l1.651-1.858c1.651%201.755%204.025%202.787%206.399%202.787c2.993%200%204.747-1.548%204.747-3.716c0-2.373-1.651-3.096-3.818-4.025l-3.303-1.444c-2.167-.93-4.644-2.58-4.644-5.883c0-3.509%202.993-6.09%207.224-6.09c2.787%200%205.16%201.136%206.812%202.787l-1.548%201.858c-1.445-1.238-3.2-2.064-5.264-2.064c-2.58%200-4.231%201.342-4.231%203.406c0%202.167%201.96%202.993%203.819%203.818l3.302%201.445c2.683%201.135%204.748%202.683%204.748%206.09c0%203.611-2.89%206.501-7.844%206.501c-3.303-.206-6.09-1.548-8.05-3.612M80.423%2053.06h2.89v20.435h10.01v2.477h-12.9Zm14.448.62c0-1.136.826-1.858%201.961-1.858s1.961.722%201.961%201.857s-.826%201.858-1.96%201.858c-1.136%200-1.962-.722-1.962-1.858zm.516%205.366h2.89v17.029h-2.89zm6.812%200h2.374l.206%202.477h.103c1.652-1.651%203.406-2.89%205.677-2.89c3.612%200%205.16%202.27%205.16%206.605v10.734h-2.89v-10.32c0-3.2-1.032-4.542-3.2-4.542c-1.754%200-2.89.93-4.644%202.58v12.282H102.2zm17.751%2011.662V61.42h-2.477v-2.167l2.683-.207l.31-5.47h2.374v5.47h4.54v2.374h-4.54v9.392c0%202.064.619%203.302%202.58%203.302c.62%200%201.238-.103%201.96-.413l.62%202.064c-.929.413-2.064.723-3.2.723c-3.611-.103-4.85-2.374-4.85-5.78%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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