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

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

The same logo in other sets

Use the adco 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="M19.059 20.965v-1.83c-.706.377-3.194 1.1-6.5 1.1c-4.141 0-8.5-2.053-8.5-7.988c0-5.941 3.882-8.482 8.017-8.482c4.136 0 7.865 2.476 7.865 7.412c0 2.694-1.223 4.352-2.506 4.352c-.73 0-.73-.335-.73-1.023V10c-.04-1.176-1.04-3.294-4.493-3.294c-1.441 0-3.077.223-3.741.459v2.023c.558-.247 1.953-.717 3.258-.717c1.642 0 2.312.882 2.312 1.706v.688c-.376-.141-1.141-.336-2.212-.336c-1.611 0-3.947.56-3.947 3.553c0 1.86 1.018 3.212 3.26 3.212a4.92 4.92 0 0 0 3.323-1.37a2.49 2.49 0 0 0 2.323 1.37c2.7 0 5.212-1.794 5.212-6.494C22 6.106 18.124 2 12.212 2S2 6.006 2 12.041S6 22 12.559 22a23.8 23.8 0 0 0 6.5-1.035M14.04 14.34v-1.517a7 7 0 0 0-1.806-.236c-1.706 0-1.994.694-1.994 1.341s.453 1.6 1.588 1.6c.806 0 1.724-.735 2.218-1.188z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function TokenAdco(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="M19.059 20.965v-1.83c-.706.377-3.194 1.1-6.5 1.1c-4.141 0-8.5-2.053-8.5-7.988c0-5.941 3.882-8.482 8.017-8.482c4.136 0 7.865 2.476 7.865 7.412c0 2.694-1.223 4.352-2.506 4.352c-.73 0-.73-.335-.73-1.023V10c-.04-1.176-1.04-3.294-4.493-3.294c-1.441 0-3.077.223-3.741.459v2.023c.558-.247 1.953-.717 3.258-.717c1.642 0 2.312.882 2.312 1.706v.688c-.376-.141-1.141-.336-2.212-.336c-1.611 0-3.947.56-3.947 3.553c0 1.86 1.018 3.212 3.26 3.212a4.92 4.92 0 0 0 3.323-1.37a2.49 2.49 0 0 0 2.323 1.37c2.7 0 5.212-1.794 5.212-6.494C22 6.106 18.124 2 12.212 2S2 6.006 2 12.041S6 22 12.559 22a23.8 23.8 0 0 0 6.5-1.035M14.04 14.34v-1.517a7 7 0 0 0-1.806-.236c-1.706 0-1.994.694-1.994 1.341s.453 1.6 1.588 1.6c.806 0 1.724-.735 2.218-1.188z" 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="M19.059 20.965v-1.83c-.706.377-3.194 1.1-6.5 1.1c-4.141 0-8.5-2.053-8.5-7.988c0-5.941 3.882-8.482 8.017-8.482c4.136 0 7.865 2.476 7.865 7.412c0 2.694-1.223 4.352-2.506 4.352c-.73 0-.73-.335-.73-1.023V10c-.04-1.176-1.04-3.294-4.493-3.294c-1.441 0-3.077.223-3.741.459v2.023c.558-.247 1.953-.717 3.258-.717c1.642 0 2.312.882 2.312 1.706v.688c-.376-.141-1.141-.336-2.212-.336c-1.611 0-3.947.56-3.947 3.553c0 1.86 1.018 3.212 3.26 3.212a4.92 4.92 0 0 0 3.323-1.37a2.49 2.49 0 0 0 2.323 1.37c2.7 0 5.212-1.794 5.212-6.494C22 6.106 18.124 2 12.212 2S2 6.006 2 12.041S6 22 12.559 22a23.8 23.8 0 0 0 6.5-1.035M14.04 14.34v-1.517a7 7 0 0 0-1.806-.236c-1.706 0-1.994.694-1.994 1.341s.453 1.6 1.588 1.6c.806 0 1.724-.735 2.218-1.188z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-adco {
  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%22M19.059%2020.965v-1.83c-.706.377-3.194%201.1-6.5%201.1c-4.141%200-8.5-2.053-8.5-7.988c0-5.941%203.882-8.482%208.017-8.482c4.136%200%207.865%202.476%207.865%207.412c0%202.694-1.223%204.352-2.506%204.352c-.73%200-.73-.335-.73-1.023V10c-.04-1.176-1.04-3.294-4.493-3.294c-1.441%200-3.077.223-3.741.459v2.023c.558-.247%201.953-.717%203.258-.717c1.642%200%202.312.882%202.312%201.706v.688c-.376-.141-1.141-.336-2.212-.336c-1.611%200-3.947.56-3.947%203.553c0%201.86%201.018%203.212%203.26%203.212a4.92%204.92%200%200%200%203.323-1.37a2.49%202.49%200%200%200%202.323%201.37c2.7%200%205.212-1.794%205.212-6.494C22%206.106%2018.124%202%2012.212%202S2%206.006%202%2012.041S6%2022%2012.559%2022a23.8%2023.8%200%200%200%206.5-1.035M14.04%2014.34v-1.517a7%207%200%200%200-1.806-.236c-1.706%200-1.994.694-1.994%201.341s.453%201.6%201.588%201.6c.806%200%201.724-.735%202.218-1.188z%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%22M19.059%2020.965v-1.83c-.706.377-3.194%201.1-6.5%201.1c-4.141%200-8.5-2.053-8.5-7.988c0-5.941%203.882-8.482%208.017-8.482c4.136%200%207.865%202.476%207.865%207.412c0%202.694-1.223%204.352-2.506%204.352c-.73%200-.73-.335-.73-1.023V10c-.04-1.176-1.04-3.294-4.493-3.294c-1.441%200-3.077.223-3.741.459v2.023c.558-.247%201.953-.717%203.258-.717c1.642%200%202.312.882%202.312%201.706v.688c-.376-.141-1.141-.336-2.212-.336c-1.611%200-3.947.56-3.947%203.553c0%201.86%201.018%203.212%203.26%203.212a4.92%204.92%200%200%200%203.323-1.37a2.49%202.49%200%200%200%202.323%201.37c2.7%200%205.212-1.794%205.212-6.494C22%206.106%2018.124%202%2012.212%202S2%206.006%202%2012.041S6%2022%2012.559%2022a23.8%2023.8%200%200%200%206.5-1.035M14.04%2014.34v-1.517a7%207%200%200%200-1.806-.236c-1.706%200-1.994.694-1.994%201.341s.453%201.6%201.588%201.6c.806%200%201.724-.735%202.218-1.188z%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/adco.svg?color=%231a73e8&size=48