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

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

The same logo in other sets

Use the cudos 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="M18.359 5.631A9 9 0 1 0 5.64 18.369A9 9 0 0 0 18.36 5.63M11.5 19.999a7.95 7.95 0 0 1-5.374-2.465A8 8 0 0 1 4 12a8 8 0 0 1 2.125-5.54A7.95 7.95 0 0 1 11.5 4.002v2.995A4.96 4.96 0 0 0 8.27 8.61A4.98 4.98 0 0 0 7 12c0 1.25.426 2.46 1.27 3.384c.85.93 1.98 1.5 3.23 1.615zm6.359-2.465c-1.415 1.5-3.3 2.345-5.36 2.465v-3a5.017 5.017 0 0 0 4.45-5.938a5 5 0 0 0-1.235-2.455A4.93 4.93 0 0 0 12.5 7V4a7.87 7.87 0 0 1 6.984 5.02a8.07 8.07 0 0 1-1.625 8.513M12 16a4 4 0 1 0 0-8a4 4 0 0 0 0 8" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function TokenCudos(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="M18.359 5.631A9 9 0 1 0 5.64 18.369A9 9 0 0 0 18.36 5.63M11.5 19.999a7.95 7.95 0 0 1-5.374-2.465A8 8 0 0 1 4 12a8 8 0 0 1 2.125-5.54A7.95 7.95 0 0 1 11.5 4.002v2.995A4.96 4.96 0 0 0 8.27 8.61A4.98 4.98 0 0 0 7 12c0 1.25.426 2.46 1.27 3.384c.85.93 1.98 1.5 3.23 1.615zm6.359-2.465c-1.415 1.5-3.3 2.345-5.36 2.465v-3a5.017 5.017 0 0 0 4.45-5.938a5 5 0 0 0-1.235-2.455A4.93 4.93 0 0 0 12.5 7V4a7.87 7.87 0 0 1 6.984 5.02a8.07 8.07 0 0 1-1.625 8.513M12 16a4 4 0 1 0 0-8a4 4 0 0 0 0 8" 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="M18.359 5.631A9 9 0 1 0 5.64 18.369A9 9 0 0 0 18.36 5.63M11.5 19.999a7.95 7.95 0 0 1-5.374-2.465A8 8 0 0 1 4 12a8 8 0 0 1 2.125-5.54A7.95 7.95 0 0 1 11.5 4.002v2.995A4.96 4.96 0 0 0 8.27 8.61A4.98 4.98 0 0 0 7 12c0 1.25.426 2.46 1.27 3.384c.85.93 1.98 1.5 3.23 1.615zm6.359-2.465c-1.415 1.5-3.3 2.345-5.36 2.465v-3a5.017 5.017 0 0 0 4.45-5.938a5 5 0 0 0-1.235-2.455A4.93 4.93 0 0 0 12.5 7V4a7.87 7.87 0 0 1 6.984 5.02a8.07 8.07 0 0 1-1.625 8.513M12 16a4 4 0 1 0 0-8a4 4 0 0 0 0 8" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-cudos {
  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%22M18.359%205.631A9%209%200%201%200%205.64%2018.369A9%209%200%200%200%2018.36%205.63M11.5%2019.999a7.95%207.95%200%200%201-5.374-2.465A8%208%200%200%201%204%2012a8%208%200%200%201%202.125-5.54A7.95%207.95%200%200%201%2011.5%204.002v2.995A4.96%204.96%200%200%200%208.27%208.61A4.98%204.98%200%200%200%207%2012c0%201.25.426%202.46%201.27%203.384c.85.93%201.98%201.5%203.23%201.615zm6.359-2.465c-1.415%201.5-3.3%202.345-5.36%202.465v-3a5.017%205.017%200%200%200%204.45-5.938a5%205%200%200%200-1.235-2.455A4.93%204.93%200%200%200%2012.5%207V4a7.87%207.87%200%200%201%206.984%205.02a8.07%208.07%200%200%201-1.625%208.513M12%2016a4%204%200%201%200%200-8a4%204%200%200%200%200%208%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%22M18.359%205.631A9%209%200%201%200%205.64%2018.369A9%209%200%200%200%2018.36%205.63M11.5%2019.999a7.95%207.95%200%200%201-5.374-2.465A8%208%200%200%201%204%2012a8%208%200%200%201%202.125-5.54A7.95%207.95%200%200%201%2011.5%204.002v2.995A4.96%204.96%200%200%200%208.27%208.61A4.98%204.98%200%200%200%207%2012c0%201.25.426%202.46%201.27%203.384c.85.93%201.98%201.5%203.23%201.615zm6.359-2.465c-1.415%201.5-3.3%202.345-5.36%202.465v-3a5.017%205.017%200%200%200%204.45-5.938a5%205%200%200%200-1.235-2.455A4.93%204.93%200%200%200%2012.5%207V4a7.87%207.87%200%200%201%206.984%205.02a8.07%208.07%200%200%201-1.625%208.513M12%2016a4%204%200%201%200%200-8a4%204%200%200%200%200%208%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/cudos.svg?color=%231a73e8&size=48