eslint logo
eslint from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- eslint
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×225
- License
- CC0
The same logo in other sets
Related icons in SVG Logos
Use the eslint logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 225"><path fill="#8080f2" d="m77.965 80.568l48.57-28.042a3.93 3.93 0 0 1 3.93 0l48.57 28.042A3.93 3.93 0 0 1 181 83.971v56.084c0 1.403-.75 2.7-1.965 3.403l-48.57 28.042a3.93 3.93 0 0 1-3.93 0l-48.57-28.042A3.93 3.93 0 0 1 76 140.055V83.97c.001-1.404.75-2.7 1.965-3.403"/><path fill="#4b32c3" d="M254.417 107.417L196.323 6.35C194.213 2.696 190.315 0 186.095 0H69.906c-4.22 0-8.12 2.696-10.23 6.35L1.583 107.194c-2.11 3.655-2.11 8.268 0 11.923l58.093 100.239c2.11 3.654 6.01 5.522 10.23 5.522h116.188c4.22 0 8.119-1.812 10.228-5.467l58.094-100.402c2.112-3.653 2.112-7.938 0-11.592m-48.105 48.6c0 1.485-.894 2.86-2.182 3.604l-73.999 42.693a4.21 4.21 0 0 1-4.186 0l-74.056-42.693c-1.287-.744-2.188-2.118-2.188-3.605V70.628c0-1.487.888-2.86 2.176-3.604l73.995-42.694a4.2 4.2 0 0 1 4.185 0l74.06 42.694c1.289.744 2.195 2.117 2.195 3.604z"/></svg>
React
import type { SVGProps } from "react";
export function LogosEslint(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 225"><path fill="#8080f2" d="m77.965 80.568l48.57-28.042a3.93 3.93 0 0 1 3.93 0l48.57 28.042A3.93 3.93 0 0 1 181 83.971v56.084c0 1.403-.75 2.7-1.965 3.403l-48.57 28.042a3.93 3.93 0 0 1-3.93 0l-48.57-28.042A3.93 3.93 0 0 1 76 140.055V83.97c.001-1.404.75-2.7 1.965-3.403"/><path fill="#4b32c3" d="M254.417 107.417L196.323 6.35C194.213 2.696 190.315 0 186.095 0H69.906c-4.22 0-8.12 2.696-10.23 6.35L1.583 107.194c-2.11 3.655-2.11 8.268 0 11.923l58.093 100.239c2.11 3.654 6.01 5.522 10.23 5.522h116.188c4.22 0 8.119-1.812 10.228-5.467l58.094-100.402c2.112-3.653 2.112-7.938 0-11.592m-48.105 48.6c0 1.485-.894 2.86-2.182 3.604l-73.999 42.693a4.21 4.21 0 0 1-4.186 0l-74.056-42.693c-1.287-.744-2.188-2.118-2.188-3.605V70.628c0-1.487.888-2.86 2.176-3.604l73.995-42.694a4.2 4.2 0 0 1 4.185 0l74.06 42.694c1.289.744 2.195 2.117 2.195 3.604z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 225"><path fill="#8080f2" d="m77.965 80.568l48.57-28.042a3.93 3.93 0 0 1 3.93 0l48.57 28.042A3.93 3.93 0 0 1 181 83.971v56.084c0 1.403-.75 2.7-1.965 3.403l-48.57 28.042a3.93 3.93 0 0 1-3.93 0l-48.57-28.042A3.93 3.93 0 0 1 76 140.055V83.97c.001-1.404.75-2.7 1.965-3.403"/><path fill="#4b32c3" d="M254.417 107.417L196.323 6.35C194.213 2.696 190.315 0 186.095 0H69.906c-4.22 0-8.12 2.696-10.23 6.35L1.583 107.194c-2.11 3.655-2.11 8.268 0 11.923l58.093 100.239c2.11 3.654 6.01 5.522 10.23 5.522h116.188c4.22 0 8.119-1.812 10.228-5.467l58.094-100.402c2.112-3.653 2.112-7.938 0-11.592m-48.105 48.6c0 1.485-.894 2.86-2.182 3.604l-73.999 42.693a4.21 4.21 0 0 1-4.186 0l-74.056-42.693c-1.287-.744-2.188-2.118-2.188-3.605V70.628c0-1.487.888-2.86 2.176-3.604l73.995-42.694a4.2 4.2 0 0 1 4.185 0l74.06 42.694c1.289.744 2.195 2.117 2.195 3.604z"/></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%20256%20225%22%3E%3Cpath%20fill%3D%22%238080f2%22%20d%3D%22m77.965%2080.568l48.57-28.042a3.93%203.93%200%200%201%203.93%200l48.57%2028.042A3.93%203.93%200%200%201%20181%2083.971v56.084c0%201.403-.75%202.7-1.965%203.403l-48.57%2028.042a3.93%203.93%200%200%201-3.93%200l-48.57-28.042A3.93%203.93%200%200%201%2076%20140.055V83.97c.001-1.404.75-2.7%201.965-3.403%22%2F%3E%3Cpath%20fill%3D%22%234b32c3%22%20d%3D%22M254.417%20107.417L196.323%206.35C194.213%202.696%20190.315%200%20186.095%200H69.906c-4.22%200-8.12%202.696-10.23%206.35L1.583%20107.194c-2.11%203.655-2.11%208.268%200%2011.923l58.093%20100.239c2.11%203.654%206.01%205.522%2010.23%205.522h116.188c4.22%200%208.119-1.812%2010.228-5.467l58.094-100.402c2.112-3.653%202.112-7.938%200-11.592m-48.105%2048.6c0%201.485-.894%202.86-2.182%203.604l-73.999%2042.693a4.21%204.21%200%200%201-4.186%200l-74.056-42.693c-1.287-.744-2.188-2.118-2.188-3.605V70.628c0-1.487.888-2.86%202.176-3.604l73.995-42.694a4.2%204.2%200%200%201%204.185%200l74.06%2042.694c1.289.744%202.195%202.117%202.195%203.604z%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%20225%22%3E%3Cpath%20fill%3D%22%238080f2%22%20d%3D%22m77.965%2080.568l48.57-28.042a3.93%203.93%200%200%201%203.93%200l48.57%2028.042A3.93%203.93%200%200%201%20181%2083.971v56.084c0%201.403-.75%202.7-1.965%203.403l-48.57%2028.042a3.93%203.93%200%200%201-3.93%200l-48.57-28.042A3.93%203.93%200%200%201%2076%20140.055V83.97c.001-1.404.75-2.7%201.965-3.403%22%2F%3E%3Cpath%20fill%3D%22%234b32c3%22%20d%3D%22M254.417%20107.417L196.323%206.35C194.213%202.696%20190.315%200%20186.095%200H69.906c-4.22%200-8.12%202.696-10.23%206.35L1.583%20107.194c-2.11%203.655-2.11%208.268%200%2011.923l58.093%20100.239c2.11%203.654%206.01%205.522%2010.23%205.522h116.188c4.22%200%208.119-1.812%2010.228-5.467l58.094-100.402c2.112-3.653%202.112-7.938%200-11.592m-48.105%2048.6c0%201.485-.894%202.86-2.182%203.604l-73.999%2042.693a4.21%204.21%200%200%201-4.186%200l-74.056-42.693c-1.287-.744-2.188-2.118-2.188-3.605V70.628c0-1.487.888-2.86%202.176-3.604l73.995-42.694a4.2%204.2%200%200%201%204.185%200l74.06%2042.694c1.289.744%202.195%202.117%202.195%203.604z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/eslint.svg?color=%231a73e8&size=48