ion from Web3 Icons Branded by 0xa3k5 · Branded · MIT Free for personal and commercial use.

Name
ion
Set
Web3 Icons Branded
Style
Branded
Viewbox
24×24
License
MIT

1 other variant in Web3 Icons Branded

The same logo in other sets

Use the ion logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="#fff" d="M5.476 14.461A2.22 2.22 0 0 1 3 12.252a2.22 2.22 0 0 1 2.195-2.223C5.98 6.42 9.179 3.72 13.005 3.72a8 8 0 0 1 2.066.27a2.208 2.208 0 0 1 3.41-.336c.414.417.646.981.645 1.57c.001.37-.09.733-.267 1.058A8.03 8.03 0 0 1 21 11.752a8.03 8.03 0 0 1-2.376 5.715c.277.38.425.839.424 1.309A2.22 2.22 0 0 1 16.834 21a2.21 2.21 0 0 1-2.06-1.41a8 8 0 0 1-1.768.196c-3.47 0-6.424-2.221-7.53-5.325m.401-.085c1.063 2.92 3.853 5.003 7.128 5.003q.854-.002 1.655-.182a2.218 2.218 0 0 1 2.174-2.645a2.2 2.2 0 0 1 1.522.609a7.62 7.62 0 0 0 2.239-5.409a7.6 7.6 0 0 0-1.968-5.121a2.2 2.2 0 0 1-2.562.647a2.22 2.22 0 0 1-1.366-2.054c0-.306.062-.598.174-.864a7.6 7.6 0 0 0-1.868-.233c-3.613 0-6.637 2.537-7.402 5.936a2.22 2.22 0 0 1 1.824 2.19a2.22 2.22 0 0 1-1.55 2.123"/><path fill="#55b8e3" d="M13.021 13.79a2.25 2.25 0 1 0 0-4.5a2.25 2.25 0 0 0 0 4.5"/></g></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedIon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="#fff" d="M5.476 14.461A2.22 2.22 0 0 1 3 12.252a2.22 2.22 0 0 1 2.195-2.223C5.98 6.42 9.179 3.72 13.005 3.72a8 8 0 0 1 2.066.27a2.208 2.208 0 0 1 3.41-.336c.414.417.646.981.645 1.57c.001.37-.09.733-.267 1.058A8.03 8.03 0 0 1 21 11.752a8.03 8.03 0 0 1-2.376 5.715c.277.38.425.839.424 1.309A2.22 2.22 0 0 1 16.834 21a2.21 2.21 0 0 1-2.06-1.41a8 8 0 0 1-1.768.196c-3.47 0-6.424-2.221-7.53-5.325m.401-.085c1.063 2.92 3.853 5.003 7.128 5.003q.854-.002 1.655-.182a2.218 2.218 0 0 1 2.174-2.645a2.2 2.2 0 0 1 1.522.609a7.62 7.62 0 0 0 2.239-5.409a7.6 7.6 0 0 0-1.968-5.121a2.2 2.2 0 0 1-2.562.647a2.22 2.22 0 0 1-1.366-2.054c0-.306.062-.598.174-.864a7.6 7.6 0 0 0-1.868-.233c-3.613 0-6.637 2.537-7.402 5.936a2.22 2.22 0 0 1 1.824 2.19a2.22 2.22 0 0 1-1.55 2.123"/><path fill="#55b8e3" d="M13.021 13.79a2.25 2.25 0 1 0 0-4.5a2.25 2.25 0 0 0 0 4.5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="#fff" d="M5.476 14.461A2.22 2.22 0 0 1 3 12.252a2.22 2.22 0 0 1 2.195-2.223C5.98 6.42 9.179 3.72 13.005 3.72a8 8 0 0 1 2.066.27a2.208 2.208 0 0 1 3.41-.336c.414.417.646.981.645 1.57c.001.37-.09.733-.267 1.058A8.03 8.03 0 0 1 21 11.752a8.03 8.03 0 0 1-2.376 5.715c.277.38.425.839.424 1.309A2.22 2.22 0 0 1 16.834 21a2.21 2.21 0 0 1-2.06-1.41a8 8 0 0 1-1.768.196c-3.47 0-6.424-2.221-7.53-5.325m.401-.085c1.063 2.92 3.853 5.003 7.128 5.003q.854-.002 1.655-.182a2.218 2.218 0 0 1 2.174-2.645a2.2 2.2 0 0 1 1.522.609a7.62 7.62 0 0 0 2.239-5.409a7.6 7.6 0 0 0-1.968-5.121a2.2 2.2 0 0 1-2.562.647a2.22 2.22 0 0 1-1.366-2.054c0-.306.062-.598.174-.864a7.6 7.6 0 0 0-1.868-.233c-3.613 0-6.637 2.537-7.402 5.936a2.22 2.22 0 0 1 1.824 2.19a2.22 2.22 0 0 1-1.55 2.123"/><path fill="#55b8e3" d="M13.021 13.79a2.25 2.25 0 1 0 0-4.5a2.25 2.25 0 0 0 0 4.5"/></g></svg>
</template>

CSS

.icon-ion {
  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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M5.476%2014.461A2.22%202.22%200%200%201%203%2012.252a2.22%202.22%200%200%201%202.195-2.223C5.98%206.42%209.179%203.72%2013.005%203.72a8%208%200%200%201%202.066.27a2.208%202.208%200%200%201%203.41-.336c.414.417.646.981.645%201.57c.001.37-.09.733-.267%201.058A8.03%208.03%200%200%201%2021%2011.752a8.03%208.03%200%200%201-2.376%205.715c.277.38.425.839.424%201.309A2.22%202.22%200%200%201%2016.834%2021a2.21%202.21%200%200%201-2.06-1.41a8%208%200%200%201-1.768.196c-3.47%200-6.424-2.221-7.53-5.325m.401-.085c1.063%202.92%203.853%205.003%207.128%205.003q.854-.002%201.655-.182a2.218%202.218%200%200%201%202.174-2.645a2.2%202.2%200%200%201%201.522.609a7.62%207.62%200%200%200%202.239-5.409a7.6%207.6%200%200%200-1.968-5.121a2.2%202.2%200%200%201-2.562.647a2.22%202.22%200%200%201-1.366-2.054c0-.306.062-.598.174-.864a7.6%207.6%200%200%200-1.868-.233c-3.613%200-6.637%202.537-7.402%205.936a2.22%202.22%200%200%201%201.824%202.19a2.22%202.22%200%200%201-1.55%202.123%22%2F%3E%3Cpath%20fill%3D%22%2355b8e3%22%20d%3D%22M13.021%2013.79a2.25%202.25%200%201%200%200-4.5a2.25%202.25%200%200%200%200%204.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M5.476%2014.461A2.22%202.22%200%200%201%203%2012.252a2.22%202.22%200%200%201%202.195-2.223C5.98%206.42%209.179%203.72%2013.005%203.72a8%208%200%200%201%202.066.27a2.208%202.208%200%200%201%203.41-.336c.414.417.646.981.645%201.57c.001.37-.09.733-.267%201.058A8.03%208.03%200%200%201%2021%2011.752a8.03%208.03%200%200%201-2.376%205.715c.277.38.425.839.424%201.309A2.22%202.22%200%200%201%2016.834%2021a2.21%202.21%200%200%201-2.06-1.41a8%208%200%200%201-1.768.196c-3.47%200-6.424-2.221-7.53-5.325m.401-.085c1.063%202.92%203.853%205.003%207.128%205.003q.854-.002%201.655-.182a2.218%202.218%200%200%201%202.174-2.645a2.2%202.2%200%200%201%201.522.609a7.62%207.62%200%200%200%202.239-5.409a7.6%207.6%200%200%200-1.968-5.121a2.2%202.2%200%200%201-2.562.647a2.22%202.22%200%200%201-1.366-2.054c0-.306.062-.598.174-.864a7.6%207.6%200%200%200-1.868-.233c-3.613%200-6.637%202.537-7.402%205.936a2.22%202.22%200%200%201%201.824%202.19a2.22%202.22%200%200%201-1.55%202.123%22%2F%3E%3Cpath%20fill%3D%22%2355b8e3%22%20d%3D%22M13.021%2013.79a2.25%202.25%200%201%200%200-4.5a2.25%202.25%200%200%200%200%204.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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