ion logo
ion from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- ion
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
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"><path fill="currentColor" d="M5.476 14.462A2.22 2.22 0 0 1 3 12.252a2.22 2.22 0 0 1 2.195-2.223c.785-3.608 3.984-6.309 7.81-6.309a8 8 0 0 1 2.066.27a2.207 2.207 0 0 1 3.41-.336c.414.417.647.981.645 1.57c.001.37-.09.733-.266 1.058a8.03 8.03 0 0 1 2.14 5.47a8.02 8.02 0 0 1-2.376 5.716c.277.38.425.838.424 1.308A2.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-.086c1.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.24-5.409a7.6 7.6 0 0 0-1.969-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="currentColor" d="M13.023 13.79a2.25 2.25 0 1 0 0-4.5a2.25 2.25 0 0 0 0 4.5"/></svg>
React
import type { SVGProps } from "react";
export function TokenIon(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="M5.476 14.462A2.22 2.22 0 0 1 3 12.252a2.22 2.22 0 0 1 2.195-2.223c.785-3.608 3.984-6.309 7.81-6.309a8 8 0 0 1 2.066.27a2.207 2.207 0 0 1 3.41-.336c.414.417.647.981.645 1.57c.001.37-.09.733-.266 1.058a8.03 8.03 0 0 1 2.14 5.47a8.02 8.02 0 0 1-2.376 5.716c.277.38.425.838.424 1.308A2.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-.086c1.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.24-5.409a7.6 7.6 0 0 0-1.969-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="currentColor" d="M13.023 13.79a2.25 2.25 0 1 0 0-4.5a2.25 2.25 0 0 0 0 4.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.476 14.462A2.22 2.22 0 0 1 3 12.252a2.22 2.22 0 0 1 2.195-2.223c.785-3.608 3.984-6.309 7.81-6.309a8 8 0 0 1 2.066.27a2.207 2.207 0 0 1 3.41-.336c.414.417.647.981.645 1.57c.001.37-.09.733-.266 1.058a8.03 8.03 0 0 1 2.14 5.47a8.02 8.02 0 0 1-2.376 5.716c.277.38.425.838.424 1.308A2.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-.086c1.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.24-5.409a7.6 7.6 0 0 0-1.969-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="currentColor" d="M13.023 13.79a2.25 2.25 0 1 0 0-4.5a2.25 2.25 0 0 0 0 4.5"/></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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.476%2014.462A2.22%202.22%200%200%201%203%2012.252a2.22%202.22%200%200%201%202.195-2.223c.785-3.608%203.984-6.309%207.81-6.309a8%208%200%200%201%202.066.27a2.207%202.207%200%200%201%203.41-.336c.414.417.647.981.645%201.57c.001.37-.09.733-.266%201.058a8.03%208.03%200%200%201%202.14%205.47a8.02%208.02%200%200%201-2.376%205.716c.277.38.425.838.424%201.308A2.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-.086c1.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.24-5.409a7.6%207.6%200%200%200-1.969-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%22currentColor%22%20d%3D%22M13.023%2013.79a2.25%202.25%200%201%200%200-4.5a2.25%202.25%200%200%200%200%204.5%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%22M5.476%2014.462A2.22%202.22%200%200%201%203%2012.252a2.22%202.22%200%200%201%202.195-2.223c.785-3.608%203.984-6.309%207.81-6.309a8%208%200%200%201%202.066.27a2.207%202.207%200%200%201%203.41-.336c.414.417.647.981.645%201.57c.001.37-.09.733-.266%201.058a8.03%208.03%200%200%201%202.14%205.47a8.02%208.02%200%200%201-2.376%205.716c.277.38.425.838.424%201.308A2.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-.086c1.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.24-5.409a7.6%207.6%200%200%200-1.969-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%22currentColor%22%20d%3D%22M13.023%2013.79a2.25%202.25%200%201%200%200-4.5a2.25%202.25%200%200%200%200%204.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/ion.svg?color=%231a73e8&size=48