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

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

The same logo in other sets

Use the eul logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.45 9.86a1.795 1.795 0 0 1 .821-2.368l8.9-4.321a1.72 1.72 0 0 1 2.318.844a1.794 1.794 0 0 1-.822 2.363l-8.9 4.326A1.723 1.723 0 0 1 3.45 9.86m.569 6.12a1.93 1.93 0 0 1 .855-2.514l5.963-2.97c.9-.45 1.969-.05 2.396.894a1.93 1.93 0 0 1-.855 2.515l-5.963 2.97c-.9.45-1.969.05-2.396-.894m4.494 4.004a1.795 1.795 0 0 1 .822-2.368l8.9-4.32a1.72 1.72 0 0 1 2.317.843a1.795 1.795 0 0 1-.821 2.363l-8.9 4.326a1.72 1.72 0 0 1-1.92-.29a1.7 1.7 0 0 1-.398-.554"/></svg>

React

import type { SVGProps } from "react";

export function TokenEul(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="M3.45 9.86a1.795 1.795 0 0 1 .821-2.368l8.9-4.321a1.72 1.72 0 0 1 2.318.844a1.794 1.794 0 0 1-.822 2.363l-8.9 4.326A1.723 1.723 0 0 1 3.45 9.86m.569 6.12a1.93 1.93 0 0 1 .855-2.514l5.963-2.97c.9-.45 1.969-.05 2.396.894a1.93 1.93 0 0 1-.855 2.515l-5.963 2.97c-.9.45-1.969.05-2.396-.894m4.494 4.004a1.795 1.795 0 0 1 .822-2.368l8.9-4.32a1.72 1.72 0 0 1 2.317.843a1.795 1.795 0 0 1-.821 2.363l-8.9 4.326a1.72 1.72 0 0 1-1.92-.29a1.7 1.7 0 0 1-.398-.554"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.45 9.86a1.795 1.795 0 0 1 .821-2.368l8.9-4.321a1.72 1.72 0 0 1 2.318.844a1.794 1.794 0 0 1-.822 2.363l-8.9 4.326A1.723 1.723 0 0 1 3.45 9.86m.569 6.12a1.93 1.93 0 0 1 .855-2.514l5.963-2.97c.9-.45 1.969-.05 2.396.894a1.93 1.93 0 0 1-.855 2.515l-5.963 2.97c-.9.45-1.969.05-2.396-.894m4.494 4.004a1.795 1.795 0 0 1 .822-2.368l8.9-4.32a1.72 1.72 0 0 1 2.317.843a1.795 1.795 0 0 1-.821 2.363l-8.9 4.326a1.72 1.72 0 0 1-1.92-.29a1.7 1.7 0 0 1-.398-.554"/></svg>
</template>

CSS

.icon-eul {
  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%22M3.45%209.86a1.795%201.795%200%200%201%20.821-2.368l8.9-4.321a1.72%201.72%200%200%201%202.318.844a1.794%201.794%200%200%201-.822%202.363l-8.9%204.326A1.723%201.723%200%200%201%203.45%209.86m.569%206.12a1.93%201.93%200%200%201%20.855-2.514l5.963-2.97c.9-.45%201.969-.05%202.396.894a1.93%201.93%200%200%201-.855%202.515l-5.963%202.97c-.9.45-1.969.05-2.396-.894m4.494%204.004a1.795%201.795%200%200%201%20.822-2.368l8.9-4.32a1.72%201.72%200%200%201%202.317.843a1.795%201.795%200%200%201-.821%202.363l-8.9%204.326a1.72%201.72%200%200%201-1.92-.29a1.7%201.7%200%200%201-.398-.554%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%22M3.45%209.86a1.795%201.795%200%200%201%20.821-2.368l8.9-4.321a1.72%201.72%200%200%201%202.318.844a1.794%201.794%200%200%201-.822%202.363l-8.9%204.326A1.723%201.723%200%200%201%203.45%209.86m.569%206.12a1.93%201.93%200%200%201%20.855-2.514l5.963-2.97c.9-.45%201.969-.05%202.396.894a1.93%201.93%200%200%201-.855%202.515l-5.963%202.97c-.9.45-1.969.05-2.396-.894m4.494%204.004a1.795%201.795%200%200%201%20.822-2.368l8.9-4.32a1.72%201.72%200%200%201%202.317.843a1.795%201.795%200%200%201-.821%202.363l-8.9%204.326a1.72%201.72%200%200%201-1.92-.29a1.7%201.7%200%200%201-.398-.554%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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