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

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

The same logo in other sets

Use the ern logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="m11.928 14.055l.972.846c1.048.99 2.124 1.656 3.708 1.597a4.455 4.455 0 0 0 4.392-4.5c0-2.475-1.967-4.5-4.392-4.5c-1.062 0-2.084.257-2.849.945l-1.102 1.08l.585.59l1.008-.99c.62-.558 1.395-.725 2.25-.725c1.957 0 3.6 1.607 3.6 3.6s-1.593 3.6-3.55 3.6c-1.279.045-2.116-.504-2.966-1.305l-.968-.994l.653-.675v.004l1.89-1.899a1.845 1.845 0 0 1 2.578 2.628c-.715.725-1.908.495-2.497-.153l-.742-.693l-.662.693l.733.747c.981.945 2.835 1.058 3.87 0a2.745 2.745 0 0 0-.036-3.825a2.817 2.817 0 0 0-3.964-.013l-4.072 4.126c-.846.801-1.638 1.409-2.916 1.36A3.556 3.556 0 0 1 3.9 12.02a3.59 3.59 0 0 1 3.55-3.623c.855 0 1.678.216 2.295.774l1.637 1.593l-2.065 2.043l-.553.567a1.82 1.82 0 0 1-2.192.315l1.54-1.566l1.574-1.638l-.351-.36a2.566 2.566 0 0 0-3.753 0a2.74 2.74 0 0 0 0 3.825a2.62 2.62 0 0 0 3.753 0l3.204-3.2l-.562-.566l-1.737-1.692c-.765-.693-1.787-.945-2.849-.945A4.43 4.43 0 0 0 3 12.016c0 2.47 1.967 4.473 4.392 4.473c1.584.059 2.623-.603 3.672-1.593l.864-.846zM6.2 10.729c-.626.64-.63 1.476-.167 2.205l2.309-2.385c-.779-.517-1.517-.459-2.142.18" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function TokenErn(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" fillRule="evenodd" d="m11.928 14.055l.972.846c1.048.99 2.124 1.656 3.708 1.597a4.455 4.455 0 0 0 4.392-4.5c0-2.475-1.967-4.5-4.392-4.5c-1.062 0-2.084.257-2.849.945l-1.102 1.08l.585.59l1.008-.99c.62-.558 1.395-.725 2.25-.725c1.957 0 3.6 1.607 3.6 3.6s-1.593 3.6-3.55 3.6c-1.279.045-2.116-.504-2.966-1.305l-.968-.994l.653-.675v.004l1.89-1.899a1.845 1.845 0 0 1 2.578 2.628c-.715.725-1.908.495-2.497-.153l-.742-.693l-.662.693l.733.747c.981.945 2.835 1.058 3.87 0a2.745 2.745 0 0 0-.036-3.825a2.817 2.817 0 0 0-3.964-.013l-4.072 4.126c-.846.801-1.638 1.409-2.916 1.36A3.556 3.556 0 0 1 3.9 12.02a3.59 3.59 0 0 1 3.55-3.623c.855 0 1.678.216 2.295.774l1.637 1.593l-2.065 2.043l-.553.567a1.82 1.82 0 0 1-2.192.315l1.54-1.566l1.574-1.638l-.351-.36a2.566 2.566 0 0 0-3.753 0a2.74 2.74 0 0 0 0 3.825a2.62 2.62 0 0 0 3.753 0l3.204-3.2l-.562-.566l-1.737-1.692c-.765-.693-1.787-.945-2.849-.945A4.43 4.43 0 0 0 3 12.016c0 2.47 1.967 4.473 4.392 4.473c1.584.059 2.623-.603 3.672-1.593l.864-.846zM6.2 10.729c-.626.64-.63 1.476-.167 2.205l2.309-2.385c-.779-.517-1.517-.459-2.142.18" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="m11.928 14.055l.972.846c1.048.99 2.124 1.656 3.708 1.597a4.455 4.455 0 0 0 4.392-4.5c0-2.475-1.967-4.5-4.392-4.5c-1.062 0-2.084.257-2.849.945l-1.102 1.08l.585.59l1.008-.99c.62-.558 1.395-.725 2.25-.725c1.957 0 3.6 1.607 3.6 3.6s-1.593 3.6-3.55 3.6c-1.279.045-2.116-.504-2.966-1.305l-.968-.994l.653-.675v.004l1.89-1.899a1.845 1.845 0 0 1 2.578 2.628c-.715.725-1.908.495-2.497-.153l-.742-.693l-.662.693l.733.747c.981.945 2.835 1.058 3.87 0a2.745 2.745 0 0 0-.036-3.825a2.817 2.817 0 0 0-3.964-.013l-4.072 4.126c-.846.801-1.638 1.409-2.916 1.36A3.556 3.556 0 0 1 3.9 12.02a3.59 3.59 0 0 1 3.55-3.623c.855 0 1.678.216 2.295.774l1.637 1.593l-2.065 2.043l-.553.567a1.82 1.82 0 0 1-2.192.315l1.54-1.566l1.574-1.638l-.351-.36a2.566 2.566 0 0 0-3.753 0a2.74 2.74 0 0 0 0 3.825a2.62 2.62 0 0 0 3.753 0l3.204-3.2l-.562-.566l-1.737-1.692c-.765-.693-1.787-.945-2.849-.945A4.43 4.43 0 0 0 3 12.016c0 2.47 1.967 4.473 4.392 4.473c1.584.059 2.623-.603 3.672-1.593l.864-.846zM6.2 10.729c-.626.64-.63 1.476-.167 2.205l2.309-2.385c-.779-.517-1.517-.459-2.142.18" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-ern {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22m11.928%2014.055l.972.846c1.048.99%202.124%201.656%203.708%201.597a4.455%204.455%200%200%200%204.392-4.5c0-2.475-1.967-4.5-4.392-4.5c-1.062%200-2.084.257-2.849.945l-1.102%201.08l.585.59l1.008-.99c.62-.558%201.395-.725%202.25-.725c1.957%200%203.6%201.607%203.6%203.6s-1.593%203.6-3.55%203.6c-1.279.045-2.116-.504-2.966-1.305l-.968-.994l.653-.675v.004l1.89-1.899a1.845%201.845%200%200%201%202.578%202.628c-.715.725-1.908.495-2.497-.153l-.742-.693l-.662.693l.733.747c.981.945%202.835%201.058%203.87%200a2.745%202.745%200%200%200-.036-3.825a2.817%202.817%200%200%200-3.964-.013l-4.072%204.126c-.846.801-1.638%201.409-2.916%201.36A3.556%203.556%200%200%201%203.9%2012.02a3.59%203.59%200%200%201%203.55-3.623c.855%200%201.678.216%202.295.774l1.637%201.593l-2.065%202.043l-.553.567a1.82%201.82%200%200%201-2.192.315l1.54-1.566l1.574-1.638l-.351-.36a2.566%202.566%200%200%200-3.753%200a2.74%202.74%200%200%200%200%203.825a2.62%202.62%200%200%200%203.753%200l3.204-3.2l-.562-.566l-1.737-1.692c-.765-.693-1.787-.945-2.849-.945A4.43%204.43%200%200%200%203%2012.016c0%202.47%201.967%204.473%204.392%204.473c1.584.059%202.623-.603%203.672-1.593l.864-.846zM6.2%2010.729c-.626.64-.63%201.476-.167%202.205l2.309-2.385c-.779-.517-1.517-.459-2.142.18%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22m11.928%2014.055l.972.846c1.048.99%202.124%201.656%203.708%201.597a4.455%204.455%200%200%200%204.392-4.5c0-2.475-1.967-4.5-4.392-4.5c-1.062%200-2.084.257-2.849.945l-1.102%201.08l.585.59l1.008-.99c.62-.558%201.395-.725%202.25-.725c1.957%200%203.6%201.607%203.6%203.6s-1.593%203.6-3.55%203.6c-1.279.045-2.116-.504-2.966-1.305l-.968-.994l.653-.675v.004l1.89-1.899a1.845%201.845%200%200%201%202.578%202.628c-.715.725-1.908.495-2.497-.153l-.742-.693l-.662.693l.733.747c.981.945%202.835%201.058%203.87%200a2.745%202.745%200%200%200-.036-3.825a2.817%202.817%200%200%200-3.964-.013l-4.072%204.126c-.846.801-1.638%201.409-2.916%201.36A3.556%203.556%200%200%201%203.9%2012.02a3.59%203.59%200%200%201%203.55-3.623c.855%200%201.678.216%202.295.774l1.637%201.593l-2.065%202.043l-.553.567a1.82%201.82%200%200%201-2.192.315l1.54-1.566l1.574-1.638l-.351-.36a2.566%202.566%200%200%200-3.753%200a2.74%202.74%200%200%200%200%203.825a2.62%202.62%200%200%200%203.753%200l3.204-3.2l-.562-.566l-1.737-1.692c-.765-.693-1.787-.945-2.849-.945A4.43%204.43%200%200%200%203%2012.016c0%202.47%201.967%204.473%204.392%204.473c1.584.059%202.623-.603%203.672-1.593l.864-.846zM6.2%2010.729c-.626.64-.63%201.476-.167%202.205l2.309-2.385c-.779-.517-1.517-.459-2.142.18%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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