es from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.

Name
es
Set
Web3 Icons
Style
Mono
Viewbox
24×24
License
MIT

The same logo in other sets

Use the es logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.062 9.12c.148-.405-.144-.738-.135-1.152q-.001-.088.059-.022l3.9 3.964a.4.4 0 0 1 .082.437a.4.4 0 0 1-.09.126l-3.474 3.393c-.203.193-.27.157-.216-.117c.306-1.521-.27-3.533-1.786-4.244c-1.251-.585-3.06-.571-4.325-.783c-.886-.148-1.61-.864-1.426-1.8c.288-1.471 2.43-1.633 3.546-1.237c.8.288.954.675 1.25 1.323q.102.212.473.247c.338.036.675.045.999.045c.32 0 .634 0 .945-.027a.23.23 0 0 0 .198-.153"/><path fill="currentColor" d="m7.068 15.105l.216.806c.014.045 0 .085-.05.108c-.062.027-.116.022-.157-.027a145 145 0 0 0-3.96-4.041c-.157-.162-.157-.315.005-.473L7.01 7.744c.162-.149.225-.117.198.103q-.049.377-.09.896c-.207 2.452 1.66 4.265 3.96 4.391c1.3.072 3.262-.18 3.51 1.18c.184 1.039-.635 1.858-1.611 2.083c-1.44.328-2.52-.122-3.231-1.35c-.31-.531-1.89-.324-2.453-.27a.265.265 0 0 0-.23.211a.3.3 0 0 0 0 .113z"/></svg>

React

import type { SVGProps } from "react";

export function TokenEs(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="M17.062 9.12c.148-.405-.144-.738-.135-1.152q-.001-.088.059-.022l3.9 3.964a.4.4 0 0 1 .082.437a.4.4 0 0 1-.09.126l-3.474 3.393c-.203.193-.27.157-.216-.117c.306-1.521-.27-3.533-1.786-4.244c-1.251-.585-3.06-.571-4.325-.783c-.886-.148-1.61-.864-1.426-1.8c.288-1.471 2.43-1.633 3.546-1.237c.8.288.954.675 1.25 1.323q.102.212.473.247c.338.036.675.045.999.045c.32 0 .634 0 .945-.027a.23.23 0 0 0 .198-.153"/><path fill="currentColor" d="m7.068 15.105l.216.806c.014.045 0 .085-.05.108c-.062.027-.116.022-.157-.027a145 145 0 0 0-3.96-4.041c-.157-.162-.157-.315.005-.473L7.01 7.744c.162-.149.225-.117.198.103q-.049.377-.09.896c-.207 2.452 1.66 4.265 3.96 4.391c1.3.072 3.262-.18 3.51 1.18c.184 1.039-.635 1.858-1.611 2.083c-1.44.328-2.52-.122-3.231-1.35c-.31-.531-1.89-.324-2.453-.27a.265.265 0 0 0-.23.211a.3.3 0 0 0 0 .113z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.062 9.12c.148-.405-.144-.738-.135-1.152q-.001-.088.059-.022l3.9 3.964a.4.4 0 0 1 .082.437a.4.4 0 0 1-.09.126l-3.474 3.393c-.203.193-.27.157-.216-.117c.306-1.521-.27-3.533-1.786-4.244c-1.251-.585-3.06-.571-4.325-.783c-.886-.148-1.61-.864-1.426-1.8c.288-1.471 2.43-1.633 3.546-1.237c.8.288.954.675 1.25 1.323q.102.212.473.247c.338.036.675.045.999.045c.32 0 .634 0 .945-.027a.23.23 0 0 0 .198-.153"/><path fill="currentColor" d="m7.068 15.105l.216.806c.014.045 0 .085-.05.108c-.062.027-.116.022-.157-.027a145 145 0 0 0-3.96-4.041c-.157-.162-.157-.315.005-.473L7.01 7.744c.162-.149.225-.117.198.103q-.049.377-.09.896c-.207 2.452 1.66 4.265 3.96 4.391c1.3.072 3.262-.18 3.51 1.18c.184 1.039-.635 1.858-1.611 2.083c-1.44.328-2.52-.122-3.231-1.35c-.31-.531-1.89-.324-2.453-.27a.265.265 0 0 0-.23.211a.3.3 0 0 0 0 .113z"/></svg>
</template>

CSS

.icon-es {
  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%22M17.062%209.12c.148-.405-.144-.738-.135-1.152q-.001-.088.059-.022l3.9%203.964a.4.4%200%200%201%20.082.437a.4.4%200%200%201-.09.126l-3.474%203.393c-.203.193-.27.157-.216-.117c.306-1.521-.27-3.533-1.786-4.244c-1.251-.585-3.06-.571-4.325-.783c-.886-.148-1.61-.864-1.426-1.8c.288-1.471%202.43-1.633%203.546-1.237c.8.288.954.675%201.25%201.323q.102.212.473.247c.338.036.675.045.999.045c.32%200%20.634%200%20.945-.027a.23.23%200%200%200%20.198-.153%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m7.068%2015.105l.216.806c.014.045%200%20.085-.05.108c-.062.027-.116.022-.157-.027a145%20145%200%200%200-3.96-4.041c-.157-.162-.157-.315.005-.473L7.01%207.744c.162-.149.225-.117.198.103q-.049.377-.09.896c-.207%202.452%201.66%204.265%203.96%204.391c1.3.072%203.262-.18%203.51%201.18c.184%201.039-.635%201.858-1.611%202.083c-1.44.328-2.52-.122-3.231-1.35c-.31-.531-1.89-.324-2.453-.27a.265.265%200%200%200-.23.211a.3.3%200%200%200%200%20.113z%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%22M17.062%209.12c.148-.405-.144-.738-.135-1.152q-.001-.088.059-.022l3.9%203.964a.4.4%200%200%201%20.082.437a.4.4%200%200%201-.09.126l-3.474%203.393c-.203.193-.27.157-.216-.117c.306-1.521-.27-3.533-1.786-4.244c-1.251-.585-3.06-.571-4.325-.783c-.886-.148-1.61-.864-1.426-1.8c.288-1.471%202.43-1.633%203.546-1.237c.8.288.954.675%201.25%201.323q.102.212.473.247c.338.036.675.045.999.045c.32%200%20.634%200%20.945-.027a.23.23%200%200%200%20.198-.153%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m7.068%2015.105l.216.806c.014.045%200%20.085-.05.108c-.062.027-.116.022-.157-.027a145%20145%200%200%200-3.96-4.041c-.157-.162-.157-.315.005-.473L7.01%207.744c.162-.149.225-.117.198.103q-.049.377-.09.896c-.207%202.452%201.66%204.265%203.96%204.391c1.3.072%203.262-.18%203.51%201.18c.184%201.039-.635%201.858-1.611%202.083c-1.44.328-2.52-.122-3.231-1.35c-.31-.531-1.89-.324-2.453-.27a.265.265%200%200%200-.23.211a.3.3%200%200%200%200%20.113z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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