eslint from Material Design Icons by Pictogrammers · Filled · Brand / Logo · Apache-2.0 Free for personal and commercial use.

Name
eslint
Set
Material Design Icons
Style
Filled
Category
Brand / Logo
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More brand / logo icons from Material Design Icons

Use the eslint icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7.95 9.55l3.89-2.25c.1-.05.22-.05.32 0l3.89 2.25c.1.06.16.16.16.27v4.5c0 .11-.06.21-.16.27l-3.89 2.25a.36.36 0 0 1-.32 0l-3.89-2.25a.32.32 0 0 1-.16-.27v-4.5c0-.11.06-.21.16-.27m14.17 2.05c.17.29.17.63 0 .93l-4.65 8.03c-.17.3-.47.44-.82.44h-9.3c-.35 0-.65-.15-.82-.44l-4.65-8.03a.95.95 0 0 1 0-.95L6.53 3.5c.17-.28.47-.5.82-.5h9.3c.35 0 .65.22.82.5zm-3.85 3.9V8.65c0-.12-.07-.23-.18-.29l-5.93-3.41a.33.33 0 0 0-.33 0L5.91 8.36c-.11.06-.18.17-.18.29v6.85c0 .11.07.22.18.28l5.93 3.41c.1.06.23.06.33 0l5.92-3.41a.33.33 0 0 0 .18-.28"/></svg>

React

import type { SVGProps } from "react";

export function MdiEslint(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7.95 9.55l3.89-2.25c.1-.05.22-.05.32 0l3.89 2.25c.1.06.16.16.16.27v4.5c0 .11-.06.21-.16.27l-3.89 2.25a.36.36 0 0 1-.32 0l-3.89-2.25a.32.32 0 0 1-.16-.27v-4.5c0-.11.06-.21.16-.27m14.17 2.05c.17.29.17.63 0 .93l-4.65 8.03c-.17.3-.47.44-.82.44h-9.3c-.35 0-.65-.15-.82-.44l-4.65-8.03a.95.95 0 0 1 0-.95L6.53 3.5c.17-.28.47-.5.82-.5h9.3c.35 0 .65.22.82.5zm-3.85 3.9V8.65c0-.12-.07-.23-.18-.29l-5.93-3.41a.33.33 0 0 0-.33 0L5.91 8.36c-.11.06-.18.17-.18.29v6.85c0 .11.07.22.18.28l5.93 3.41c.1.06.23.06.33 0l5.92-3.41a.33.33 0 0 0 .18-.28"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7.95 9.55l3.89-2.25c.1-.05.22-.05.32 0l3.89 2.25c.1.06.16.16.16.27v4.5c0 .11-.06.21-.16.27l-3.89 2.25a.36.36 0 0 1-.32 0l-3.89-2.25a.32.32 0 0 1-.16-.27v-4.5c0-.11.06-.21.16-.27m14.17 2.05c.17.29.17.63 0 .93l-4.65 8.03c-.17.3-.47.44-.82.44h-9.3c-.35 0-.65-.15-.82-.44l-4.65-8.03a.95.95 0 0 1 0-.95L6.53 3.5c.17-.28.47-.5.82-.5h9.3c.35 0 .65.22.82.5zm-3.85 3.9V8.65c0-.12-.07-.23-.18-.29l-5.93-3.41a.33.33 0 0 0-.33 0L5.91 8.36c-.11.06-.18.17-.18.29v6.85c0 .11.07.22.18.28l5.93 3.41c.1.06.23.06.33 0l5.92-3.41a.33.33 0 0 0 .18-.28"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m7.95%209.55l3.89-2.25c.1-.05.22-.05.32%200l3.89%202.25c.1.06.16.16.16.27v4.5c0%20.11-.06.21-.16.27l-3.89%202.25a.36.36%200%200%201-.32%200l-3.89-2.25a.32.32%200%200%201-.16-.27v-4.5c0-.11.06-.21.16-.27m14.17%202.05c.17.29.17.63%200%20.93l-4.65%208.03c-.17.3-.47.44-.82.44h-9.3c-.35%200-.65-.15-.82-.44l-4.65-8.03a.95.95%200%200%201%200-.95L6.53%203.5c.17-.28.47-.5.82-.5h9.3c.35%200%20.65.22.82.5zm-3.85%203.9V8.65c0-.12-.07-.23-.18-.29l-5.93-3.41a.33.33%200%200%200-.33%200L5.91%208.36c-.11.06-.18.17-.18.29v6.85c0%20.11.07.22.18.28l5.93%203.41c.1.06.23.06.33%200l5.92-3.41a.33.33%200%200%200%20.18-.28%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m7.95%209.55l3.89-2.25c.1-.05.22-.05.32%200l3.89%202.25c.1.06.16.16.16.27v4.5c0%20.11-.06.21-.16.27l-3.89%202.25a.36.36%200%200%201-.32%200l-3.89-2.25a.32.32%200%200%201-.16-.27v-4.5c0-.11.06-.21.16-.27m14.17%202.05c.17.29.17.63%200%20.93l-4.65%208.03c-.17.3-.47.44-.82.44h-9.3c-.35%200-.65-.15-.82-.44l-4.65-8.03a.95.95%200%200%201%200-.95L6.53%203.5c.17-.28.47-.5.82-.5h9.3c.35%200%20.65.22.82.5zm-3.85%203.9V8.65c0-.12-.07-.23-.18-.29l-5.93-3.41a.33.33%200%200%200-.33%200L5.91%208.36c-.11.06-.18.17-.18.29v6.85c0%20.11.07.22.18.28l5.93%203.41c.1.06.23.06.33%200l5.92-3.41a.33.33%200%200%200%20.18-.28%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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