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

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

The same logo in other sets

Use the extra 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="M12 21a9 9 0 1 0 0-17.999A9 9 0 0 0 12 21m0-1.059a7.942 7.942 0 1 0 0-15.883a7.942 7.942 0 0 0 0 15.883" clip-rule="evenodd"/><path fill="currentColor" d="M11.513 16.235v-1.292h-2.53a1.004 1.004 0 0 1-1.007-1.016c0-.556.456-1.133 1.006-1.133h1.959v-1.15H8.982a2.285 2.285 0 0 0-2.108 1.422c-.113.278-.17.576-.168.877a2.283 2.283 0 0 0 2.276 2.292z"/><path fill="currentColor" d="M7.183 12.53c.37.223.953.424 1.604.297c.577-.117.063-.583-.62-1.027c-.389.148-.73.401-.984.73"/><path fill="currentColor" d="M11.513 8.295v1.291H8.982a1.005 1.005 0 0 0-1.006 1.017c0 .556.455.868 1.006.868h1.959v1.324H8.982a2.206 2.206 0 0 1-2.276-2.208a2.283 2.283 0 0 1 2.276-2.292zm1.847 7.94l3.934-5.293h-1.398L12 16.236z"/><path fill="currentColor" d="m13.821 13.759l.662.963l.62-.83l-.747-.853l-.53.72z"/><path fill="currentColor" d="M15.934 16.236L12 10.942h1.398l3.896 5.294z"/></svg>

React

import type { SVGProps } from "react";

export function TokenExtra(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="M12 21a9 9 0 1 0 0-17.999A9 9 0 0 0 12 21m0-1.059a7.942 7.942 0 1 0 0-15.883a7.942 7.942 0 0 0 0 15.883" clipRule="evenodd"/><path fill="currentColor" d="M11.513 16.235v-1.292h-2.53a1.004 1.004 0 0 1-1.007-1.016c0-.556.456-1.133 1.006-1.133h1.959v-1.15H8.982a2.285 2.285 0 0 0-2.108 1.422c-.113.278-.17.576-.168.877a2.283 2.283 0 0 0 2.276 2.292z"/><path fill="currentColor" d="M7.183 12.53c.37.223.953.424 1.604.297c.577-.117.063-.583-.62-1.027c-.389.148-.73.401-.984.73"/><path fill="currentColor" d="M11.513 8.295v1.291H8.982a1.005 1.005 0 0 0-1.006 1.017c0 .556.455.868 1.006.868h1.959v1.324H8.982a2.206 2.206 0 0 1-2.276-2.208a2.283 2.283 0 0 1 2.276-2.292zm1.847 7.94l3.934-5.293h-1.398L12 16.236z"/><path fill="currentColor" d="m13.821 13.759l.662.963l.62-.83l-.747-.853l-.53.72z"/><path fill="currentColor" d="M15.934 16.236L12 10.942h1.398l3.896 5.294z"/></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="M12 21a9 9 0 1 0 0-17.999A9 9 0 0 0 12 21m0-1.059a7.942 7.942 0 1 0 0-15.883a7.942 7.942 0 0 0 0 15.883" clip-rule="evenodd"/><path fill="currentColor" d="M11.513 16.235v-1.292h-2.53a1.004 1.004 0 0 1-1.007-1.016c0-.556.456-1.133 1.006-1.133h1.959v-1.15H8.982a2.285 2.285 0 0 0-2.108 1.422c-.113.278-.17.576-.168.877a2.283 2.283 0 0 0 2.276 2.292z"/><path fill="currentColor" d="M7.183 12.53c.37.223.953.424 1.604.297c.577-.117.063-.583-.62-1.027c-.389.148-.73.401-.984.73"/><path fill="currentColor" d="M11.513 8.295v1.291H8.982a1.005 1.005 0 0 0-1.006 1.017c0 .556.455.868 1.006.868h1.959v1.324H8.982a2.206 2.206 0 0 1-2.276-2.208a2.283 2.283 0 0 1 2.276-2.292zm1.847 7.94l3.934-5.293h-1.398L12 16.236z"/><path fill="currentColor" d="m13.821 13.759l.662.963l.62-.83l-.747-.853l-.53.72z"/><path fill="currentColor" d="M15.934 16.236L12 10.942h1.398l3.896 5.294z"/></svg>
</template>

CSS

.icon-extra {
  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%22M12%2021a9%209%200%201%200%200-17.999A9%209%200%200%200%2012%2021m0-1.059a7.942%207.942%200%201%200%200-15.883a7.942%207.942%200%200%200%200%2015.883%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.513%2016.235v-1.292h-2.53a1.004%201.004%200%200%201-1.007-1.016c0-.556.456-1.133%201.006-1.133h1.959v-1.15H8.982a2.285%202.285%200%200%200-2.108%201.422c-.113.278-.17.576-.168.877a2.283%202.283%200%200%200%202.276%202.292z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.183%2012.53c.37.223.953.424%201.604.297c.577-.117.063-.583-.62-1.027c-.389.148-.73.401-.984.73%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.513%208.295v1.291H8.982a1.005%201.005%200%200%200-1.006%201.017c0%20.556.455.868%201.006.868h1.959v1.324H8.982a2.206%202.206%200%200%201-2.276-2.208a2.283%202.283%200%200%201%202.276-2.292zm1.847%207.94l3.934-5.293h-1.398L12%2016.236z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13.821%2013.759l.662.963l.62-.83l-.747-.853l-.53.72z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.934%2016.236L12%2010.942h1.398l3.896%205.294z%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%22M12%2021a9%209%200%201%200%200-17.999A9%209%200%200%200%2012%2021m0-1.059a7.942%207.942%200%201%200%200-15.883a7.942%207.942%200%200%200%200%2015.883%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.513%2016.235v-1.292h-2.53a1.004%201.004%200%200%201-1.007-1.016c0-.556.456-1.133%201.006-1.133h1.959v-1.15H8.982a2.285%202.285%200%200%200-2.108%201.422c-.113.278-.17.576-.168.877a2.283%202.283%200%200%200%202.276%202.292z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.183%2012.53c.37.223.953.424%201.604.297c.577-.117.063-.583-.62-1.027c-.389.148-.73.401-.984.73%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.513%208.295v1.291H8.982a1.005%201.005%200%200%200-1.006%201.017c0%20.556.455.868%201.006.868h1.959v1.324H8.982a2.206%202.206%200%200%201-2.276-2.208a2.283%202.283%200%200%201%202.276-2.292zm1.847%207.94l3.934-5.293h-1.398L12%2016.236z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13.821%2013.759l.662.963l.62-.83l-.747-.853l-.53.72z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.934%2016.236L12%2010.942h1.398l3.896%205.294z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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