etherlink logo

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

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

The same logo in other sets

Use the etherlink logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3a9 9 0 1 0 0 18a9 9 0 1 0 0-18m0 16.407a7.407 7.407 0 1 1 0-14.814a7.407 7.407 0 0 1 0 14.814"/><path fill="currentColor" d="M11.95 7.051c-2.723.027-4.93 2.283-4.899 5.006c.008.697.16 1.358.427 1.957c.04.09.159.11.227.04l1.091-1.127a.31.31 0 0 0 .08-.277a3.19 3.19 0 0 1 3.654-3.797a.35.35 0 0 0 .313-.101l1.085-1.12a.13.13 0 0 0-.043-.21a4.9 4.9 0 0 0-1.934-.37m.098 9.903c2.723-.027 4.93-2.283 4.9-5.006a4.9 4.9 0 0 0-.427-1.957a.14.14 0 0 0-.227-.04l-1.091 1.127a.31.31 0 0 0-.08.277q.065.315.066.65a3.19 3.19 0 0 1-3.72 3.147a.35.35 0 0 0-.314.101l-1.085 1.12a.13.13 0 0 0 .043.21a4.9 4.9 0 0 0 1.935.37M9.45 12.979l-2.078 2.079a1.08 1.08 0 1 0 1.527 1.527l2.078-2.079A1.08 1.08 0 1 0 9.45 12.98m5.605-5.594l-2.078 2.078a1.08 1.08 0 0 0 1.527 1.528l2.078-2.079a1.08 1.08 0 1 0-1.527-1.527"/></svg>

React

import type { SVGProps } from "react";

export function TokenEtherlink(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="M12 3a9 9 0 1 0 0 18a9 9 0 1 0 0-18m0 16.407a7.407 7.407 0 1 1 0-14.814a7.407 7.407 0 0 1 0 14.814"/><path fill="currentColor" d="M11.95 7.051c-2.723.027-4.93 2.283-4.899 5.006c.008.697.16 1.358.427 1.957c.04.09.159.11.227.04l1.091-1.127a.31.31 0 0 0 .08-.277a3.19 3.19 0 0 1 3.654-3.797a.35.35 0 0 0 .313-.101l1.085-1.12a.13.13 0 0 0-.043-.21a4.9 4.9 0 0 0-1.934-.37m.098 9.903c2.723-.027 4.93-2.283 4.9-5.006a4.9 4.9 0 0 0-.427-1.957a.14.14 0 0 0-.227-.04l-1.091 1.127a.31.31 0 0 0-.08.277q.065.315.066.65a3.19 3.19 0 0 1-3.72 3.147a.35.35 0 0 0-.314.101l-1.085 1.12a.13.13 0 0 0 .043.21a4.9 4.9 0 0 0 1.935.37M9.45 12.979l-2.078 2.079a1.08 1.08 0 1 0 1.527 1.527l2.078-2.079A1.08 1.08 0 1 0 9.45 12.98m5.605-5.594l-2.078 2.078a1.08 1.08 0 0 0 1.527 1.528l2.078-2.079a1.08 1.08 0 1 0-1.527-1.527"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3a9 9 0 1 0 0 18a9 9 0 1 0 0-18m0 16.407a7.407 7.407 0 1 1 0-14.814a7.407 7.407 0 0 1 0 14.814"/><path fill="currentColor" d="M11.95 7.051c-2.723.027-4.93 2.283-4.899 5.006c.008.697.16 1.358.427 1.957c.04.09.159.11.227.04l1.091-1.127a.31.31 0 0 0 .08-.277a3.19 3.19 0 0 1 3.654-3.797a.35.35 0 0 0 .313-.101l1.085-1.12a.13.13 0 0 0-.043-.21a4.9 4.9 0 0 0-1.934-.37m.098 9.903c2.723-.027 4.93-2.283 4.9-5.006a4.9 4.9 0 0 0-.427-1.957a.14.14 0 0 0-.227-.04l-1.091 1.127a.31.31 0 0 0-.08.277q.065.315.066.65a3.19 3.19 0 0 1-3.72 3.147a.35.35 0 0 0-.314.101l-1.085 1.12a.13.13 0 0 0 .043.21a4.9 4.9 0 0 0 1.935.37M9.45 12.979l-2.078 2.079a1.08 1.08 0 1 0 1.527 1.527l2.078-2.079A1.08 1.08 0 1 0 9.45 12.98m5.605-5.594l-2.078 2.078a1.08 1.08 0 0 0 1.527 1.528l2.078-2.079a1.08 1.08 0 1 0-1.527-1.527"/></svg>
</template>

CSS

.icon-etherlink {
  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%22M12%203a9%209%200%201%200%200%2018a9%209%200%201%200%200-18m0%2016.407a7.407%207.407%200%201%201%200-14.814a7.407%207.407%200%200%201%200%2014.814%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.95%207.051c-2.723.027-4.93%202.283-4.899%205.006c.008.697.16%201.358.427%201.957c.04.09.159.11.227.04l1.091-1.127a.31.31%200%200%200%20.08-.277a3.19%203.19%200%200%201%203.654-3.797a.35.35%200%200%200%20.313-.101l1.085-1.12a.13.13%200%200%200-.043-.21a4.9%204.9%200%200%200-1.934-.37m.098%209.903c2.723-.027%204.93-2.283%204.9-5.006a4.9%204.9%200%200%200-.427-1.957a.14.14%200%200%200-.227-.04l-1.091%201.127a.31.31%200%200%200-.08.277q.065.315.066.65a3.19%203.19%200%200%201-3.72%203.147a.35.35%200%200%200-.314.101l-1.085%201.12a.13.13%200%200%200%20.043.21a4.9%204.9%200%200%200%201.935.37M9.45%2012.979l-2.078%202.079a1.08%201.08%200%201%200%201.527%201.527l2.078-2.079A1.08%201.08%200%201%200%209.45%2012.98m5.605-5.594l-2.078%202.078a1.08%201.08%200%200%200%201.527%201.528l2.078-2.079a1.08%201.08%200%201%200-1.527-1.527%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%22M12%203a9%209%200%201%200%200%2018a9%209%200%201%200%200-18m0%2016.407a7.407%207.407%200%201%201%200-14.814a7.407%207.407%200%200%201%200%2014.814%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.95%207.051c-2.723.027-4.93%202.283-4.899%205.006c.008.697.16%201.358.427%201.957c.04.09.159.11.227.04l1.091-1.127a.31.31%200%200%200%20.08-.277a3.19%203.19%200%200%201%203.654-3.797a.35.35%200%200%200%20.313-.101l1.085-1.12a.13.13%200%200%200-.043-.21a4.9%204.9%200%200%200-1.934-.37m.098%209.903c2.723-.027%204.93-2.283%204.9-5.006a4.9%204.9%200%200%200-.427-1.957a.14.14%200%200%200-.227-.04l-1.091%201.127a.31.31%200%200%200-.08.277q.065.315.066.65a3.19%203.19%200%200%201-3.72%203.147a.35.35%200%200%200-.314.101l-1.085%201.12a.13.13%200%200%200%20.043.21a4.9%204.9%200%200%200%201.935.37M9.45%2012.979l-2.078%202.079a1.08%201.08%200%201%200%201.527%201.527l2.078-2.079A1.08%201.08%200%201%200%209.45%2012.98m5.605-5.594l-2.078%202.078a1.08%201.08%200%200%200%201.527%201.528l2.078-2.079a1.08%201.08%200%201%200-1.527-1.527%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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