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

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

The same logo in other sets

Use the utya logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.296 17.294c0-2.705 2.704-4.007 6.31-4.007c4.608 0 8.164 1.703 8.164 3.706c0 2.304-3.356 4.007-8.063 4.007c-4.107 0-6.411-1.402-6.411-3.706m-.3-5.41c.5.802 1.101 2.004 1.802 3.106c.802 1.202.2 3.005-1.202 2.604c-.8-.2-1.602-.901-2.203-1.803c-.802-1.202-1.352-2.404-1.102-3.305c.3-1.002 1.703-1.102 2.704-.601M12.445 3a7.102 7.102 0 1 1 0 14.204a7.102 7.102 0 1 1 0-14.204m-.14 7.182c-.5.05-.902.4-1.252.952c-.751 0-1.553.2-1.903.7c-.25.552 0 1.153.65 1.553c.702.401 1.804.601 2.555.601c.55.05 1.553-.1 2.354-.5c.901-.401 1.352-1.002 1.202-1.603c-.4-.601-1.202-.751-2.054-.751a2.09 2.09 0 0 0-1.552-.952m.02.42c.53.04 1.062.313 1.371.745c.753 0 1.46.117 1.813.587c.133.47-.265.94-1.06 1.253c-.709.314-1.593.43-2.079.392c-.664 0-1.637-.157-2.256-.47c-.575-.314-.796-.784-.575-1.214c.31-.392 1.017-.548 1.681-.548c.31-.432.663-.705 1.105-.744M9.6 8.68a.851 1.052 0 1 0 0 2.103a.851 1.052 0 1 0 0-2.103m5.31-.251a.851 1.052 0 1 0 0 2.104a.851 1.052 0 1 0 0-2.104"/></svg>

React

import type { SVGProps } from "react";

export function TokenUtya(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" d="M6.296 17.294c0-2.705 2.704-4.007 6.31-4.007c4.608 0 8.164 1.703 8.164 3.706c0 2.304-3.356 4.007-8.063 4.007c-4.107 0-6.411-1.402-6.411-3.706m-.3-5.41c.5.802 1.101 2.004 1.802 3.106c.802 1.202.2 3.005-1.202 2.604c-.8-.2-1.602-.901-2.203-1.803c-.802-1.202-1.352-2.404-1.102-3.305c.3-1.002 1.703-1.102 2.704-.601M12.445 3a7.102 7.102 0 1 1 0 14.204a7.102 7.102 0 1 1 0-14.204m-.14 7.182c-.5.05-.902.4-1.252.952c-.751 0-1.553.2-1.903.7c-.25.552 0 1.153.65 1.553c.702.401 1.804.601 2.555.601c.55.05 1.553-.1 2.354-.5c.901-.401 1.352-1.002 1.202-1.603c-.4-.601-1.202-.751-2.054-.751a2.09 2.09 0 0 0-1.552-.952m.02.42c.53.04 1.062.313 1.371.745c.753 0 1.46.117 1.813.587c.133.47-.265.94-1.06 1.253c-.709.314-1.593.43-2.079.392c-.664 0-1.637-.157-2.256-.47c-.575-.314-.796-.784-.575-1.214c.31-.392 1.017-.548 1.681-.548c.31-.432.663-.705 1.105-.744M9.6 8.68a.851 1.052 0 1 0 0 2.103a.851 1.052 0 1 0 0-2.103m5.31-.251a.851 1.052 0 1 0 0 2.104a.851 1.052 0 1 0 0-2.104"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.296 17.294c0-2.705 2.704-4.007 6.31-4.007c4.608 0 8.164 1.703 8.164 3.706c0 2.304-3.356 4.007-8.063 4.007c-4.107 0-6.411-1.402-6.411-3.706m-.3-5.41c.5.802 1.101 2.004 1.802 3.106c.802 1.202.2 3.005-1.202 2.604c-.8-.2-1.602-.901-2.203-1.803c-.802-1.202-1.352-2.404-1.102-3.305c.3-1.002 1.703-1.102 2.704-.601M12.445 3a7.102 7.102 0 1 1 0 14.204a7.102 7.102 0 1 1 0-14.204m-.14 7.182c-.5.05-.902.4-1.252.952c-.751 0-1.553.2-1.903.7c-.25.552 0 1.153.65 1.553c.702.401 1.804.601 2.555.601c.55.05 1.553-.1 2.354-.5c.901-.401 1.352-1.002 1.202-1.603c-.4-.601-1.202-.751-2.054-.751a2.09 2.09 0 0 0-1.552-.952m.02.42c.53.04 1.062.313 1.371.745c.753 0 1.46.117 1.813.587c.133.47-.265.94-1.06 1.253c-.709.314-1.593.43-2.079.392c-.664 0-1.637-.157-2.256-.47c-.575-.314-.796-.784-.575-1.214c.31-.392 1.017-.548 1.681-.548c.31-.432.663-.705 1.105-.744M9.6 8.68a.851 1.052 0 1 0 0 2.103a.851 1.052 0 1 0 0-2.103m5.31-.251a.851 1.052 0 1 0 0 2.104a.851 1.052 0 1 0 0-2.104"/></svg>
</template>

CSS

.icon-utya {
  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%20d%3D%22M6.296%2017.294c0-2.705%202.704-4.007%206.31-4.007c4.608%200%208.164%201.703%208.164%203.706c0%202.304-3.356%204.007-8.063%204.007c-4.107%200-6.411-1.402-6.411-3.706m-.3-5.41c.5.802%201.101%202.004%201.802%203.106c.802%201.202.2%203.005-1.202%202.604c-.8-.2-1.602-.901-2.203-1.803c-.802-1.202-1.352-2.404-1.102-3.305c.3-1.002%201.703-1.102%202.704-.601M12.445%203a7.102%207.102%200%201%201%200%2014.204a7.102%207.102%200%201%201%200-14.204m-.14%207.182c-.5.05-.902.4-1.252.952c-.751%200-1.553.2-1.903.7c-.25.552%200%201.153.65%201.553c.702.401%201.804.601%202.555.601c.55.05%201.553-.1%202.354-.5c.901-.401%201.352-1.002%201.202-1.603c-.4-.601-1.202-.751-2.054-.751a2.09%202.09%200%200%200-1.552-.952m.02.42c.53.04%201.062.313%201.371.745c.753%200%201.46.117%201.813.587c.133.47-.265.94-1.06%201.253c-.709.314-1.593.43-2.079.392c-.664%200-1.637-.157-2.256-.47c-.575-.314-.796-.784-.575-1.214c.31-.392%201.017-.548%201.681-.548c.31-.432.663-.705%201.105-.744M9.6%208.68a.851%201.052%200%201%200%200%202.103a.851%201.052%200%201%200%200-2.103m5.31-.251a.851%201.052%200%201%200%200%202.104a.851%201.052%200%201%200%200-2.104%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%20d%3D%22M6.296%2017.294c0-2.705%202.704-4.007%206.31-4.007c4.608%200%208.164%201.703%208.164%203.706c0%202.304-3.356%204.007-8.063%204.007c-4.107%200-6.411-1.402-6.411-3.706m-.3-5.41c.5.802%201.101%202.004%201.802%203.106c.802%201.202.2%203.005-1.202%202.604c-.8-.2-1.602-.901-2.203-1.803c-.802-1.202-1.352-2.404-1.102-3.305c.3-1.002%201.703-1.102%202.704-.601M12.445%203a7.102%207.102%200%201%201%200%2014.204a7.102%207.102%200%201%201%200-14.204m-.14%207.182c-.5.05-.902.4-1.252.952c-.751%200-1.553.2-1.903.7c-.25.552%200%201.153.65%201.553c.702.401%201.804.601%202.555.601c.55.05%201.553-.1%202.354-.5c.901-.401%201.352-1.002%201.202-1.603c-.4-.601-1.202-.751-2.054-.751a2.09%202.09%200%200%200-1.552-.952m.02.42c.53.04%201.062.313%201.371.745c.753%200%201.46.117%201.813.587c.133.47-.265.94-1.06%201.253c-.709.314-1.593.43-2.079.392c-.664%200-1.637-.157-2.256-.47c-.575-.314-.796-.784-.575-1.214c.31-.392%201.017-.548%201.681-.548c.31-.432.663-.705%201.105-.744M9.6%208.68a.851%201.052%200%201%200%200%202.103a.851%201.052%200%201%200%200-2.103m5.31-.251a.851%201.052%200%201%200%200%202.104a.851%201.052%200%201%200%200-2.104%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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