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

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

The same logo in other sets

Use the c98 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 9.469a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-1.687 0a2.813 2.813 0 1 1-5.627 0a2.813 2.813 0 0 1 5.627 0M5.25 15.094H3.563a3.937 3.937 0 1 0 7.874 0H9.75a2.25 2.25 0 0 1-4.5 0m3.375-5.625a1.125 1.125 0 1 1-1.406-1.092v-.596h.562v.596a1.125 1.125 0 0 1 .844 1.092m7.875.562a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9m0 1.688a2.812 2.812 0 1 1 0 5.624a2.812 2.812 0 0 1 0-5.624m1.125 2.812a1.125 1.125 0 1 0-1.406 1.091v.597h.562v-.597a1.125 1.125 0 0 0 .844-1.09M16.5 4.97a3.938 3.938 0 0 1 3.56 5.613a5.3 5.3 0 0 0-1.44-.928a2.25 2.25 0 1 0-4.24 0a5.2 5.2 0 0 0-1.44.928A3.937 3.937 0 0 1 16.5 4.97" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function TokenC98(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 9.469a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-1.687 0a2.813 2.813 0 1 1-5.627 0a2.813 2.813 0 0 1 5.627 0M5.25 15.094H3.563a3.937 3.937 0 1 0 7.874 0H9.75a2.25 2.25 0 0 1-4.5 0m3.375-5.625a1.125 1.125 0 1 1-1.406-1.092v-.596h.562v.596a1.125 1.125 0 0 1 .844 1.092m7.875.562a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9m0 1.688a2.812 2.812 0 1 1 0 5.624a2.812 2.812 0 0 1 0-5.624m1.125 2.812a1.125 1.125 0 1 0-1.406 1.091v.597h.562v-.597a1.125 1.125 0 0 0 .844-1.09M16.5 4.97a3.938 3.938 0 0 1 3.56 5.613a5.3 5.3 0 0 0-1.44-.928a2.25 2.25 0 1 0-4.24 0a5.2 5.2 0 0 0-1.44.928A3.937 3.937 0 0 1 16.5 4.97" 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="M12 9.469a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-1.687 0a2.813 2.813 0 1 1-5.627 0a2.813 2.813 0 0 1 5.627 0M5.25 15.094H3.563a3.937 3.937 0 1 0 7.874 0H9.75a2.25 2.25 0 0 1-4.5 0m3.375-5.625a1.125 1.125 0 1 1-1.406-1.092v-.596h.562v.596a1.125 1.125 0 0 1 .844 1.092m7.875.562a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9m0 1.688a2.812 2.812 0 1 1 0 5.624a2.812 2.812 0 0 1 0-5.624m1.125 2.812a1.125 1.125 0 1 0-1.406 1.091v.597h.562v-.597a1.125 1.125 0 0 0 .844-1.09M16.5 4.97a3.938 3.938 0 0 1 3.56 5.613a5.3 5.3 0 0 0-1.44-.928a2.25 2.25 0 1 0-4.24 0a5.2 5.2 0 0 0-1.44.928A3.937 3.937 0 0 1 16.5 4.97" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-c98 {
  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%209.469a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-1.687%200a2.813%202.813%200%201%201-5.627%200a2.813%202.813%200%200%201%205.627%200M5.25%2015.094H3.563a3.937%203.937%200%201%200%207.874%200H9.75a2.25%202.25%200%200%201-4.5%200m3.375-5.625a1.125%201.125%200%201%201-1.406-1.092v-.596h.562v.596a1.125%201.125%200%200%201%20.844%201.092m7.875.562a4.5%204.5%200%201%201%200%209a4.5%204.5%200%200%201%200-9m0%201.688a2.812%202.812%200%201%201%200%205.624a2.812%202.812%200%200%201%200-5.624m1.125%202.812a1.125%201.125%200%201%200-1.406%201.091v.597h.562v-.597a1.125%201.125%200%200%200%20.844-1.09M16.5%204.97a3.938%203.938%200%200%201%203.56%205.613a5.3%205.3%200%200%200-1.44-.928a2.25%202.25%200%201%200-4.24%200a5.2%205.2%200%200%200-1.44.928A3.937%203.937%200%200%201%2016.5%204.97%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%22M12%209.469a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-1.687%200a2.813%202.813%200%201%201-5.627%200a2.813%202.813%200%200%201%205.627%200M5.25%2015.094H3.563a3.937%203.937%200%201%200%207.874%200H9.75a2.25%202.25%200%200%201-4.5%200m3.375-5.625a1.125%201.125%200%201%201-1.406-1.092v-.596h.562v.596a1.125%201.125%200%200%201%20.844%201.092m7.875.562a4.5%204.5%200%201%201%200%209a4.5%204.5%200%200%201%200-9m0%201.688a2.812%202.812%200%201%201%200%205.624a2.812%202.812%200%200%201%200-5.624m1.125%202.812a1.125%201.125%200%201%200-1.406%201.091v.597h.562v-.597a1.125%201.125%200%200%200%20.844-1.09M16.5%204.97a3.938%203.938%200%200%201%203.56%205.613a5.3%205.3%200%200%200-1.44-.928a2.25%202.25%200%201%200-4.24%200a5.2%205.2%200%200%200-1.44.928A3.937%203.937%200%200%201%2016.5%204.97%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/c98.svg?color=%231a73e8&size=48