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

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

The same logo in other sets

Use the ionx logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.255 13.526a1.528 1.528 0 1 0-.001-3.055a1.528 1.528 0 0 0 0 3.055M10.218 6.4a1.018 1.018 0 1 0 0-2.035a1.018 1.018 0 0 0 0 2.035m9.138 6.11a1.273 1.273 0 1 0 0 2.546a1.273 1.273 0 0 0 0-2.547"/><path fill="currentColor" d="M17.396 9.163c.702-2.158.61-3.863-.397-4.53c-1.12-.723-3.019.061-4.989 1.909a16 16 0 0 0-.468-.418a1.5 1.5 0 0 1-.341.484c.127.112.264.224.382.341q-.764.771-1.436 1.619a18.6 18.6 0 0 0-2.952.448c-.601-1.853-.586-3.304.198-3.818a1.48 1.48 0 0 1 1.16-.132q.093-.307.306-.56c-.738-.22-1.374-.194-1.863.132c-1.008.662-1.094 2.367-.392 4.525C4.39 9.785 3 10.803 3 12.003c0 1.202 1.39 2.21 3.604 2.836a8 8 0 0 0-.163.555h.087c.173 0 .346.026.509.082c.046-.158.091-.321.147-.484c.973.219 1.965.366 2.963.433q.676.848 1.44 1.619c-1.715 1.583-3.323 2.326-4.194 1.75a1.2 1.2 0 0 1-.356-.376a1.45 1.45 0 0 1-.693.066c.123.356.357.662.662.876c1.12.738 3.014-.046 4.999-1.904c1.975 1.858 3.869 2.647 4.994 1.904c1.013-.662 1.1-2.367.397-4.53c.203-.052.407-.118.595-.179a1.6 1.6 0 0 1-.264-.524l-.535.162a18 18 0 0 0-1.059-2.28c.408-.733.764-1.497 1.06-2.28c1.898.524 3.115 1.359 3.115 2.28c0 .168-.041.33-.112.479c.188.137.346.315.458.519c.219-.29.34-.642.346-1.003c0-1.201-1.39-2.22-3.604-2.84M12 7.356c.356.357.718.749 1.064 1.171A25 25 0 0 0 12 8.502c-.356 0-.723 0-1.059.025A13 13 0 0 1 12 7.357M9.658 9.184a25 25 0 0 0-1.46 2.204a17 17 0 0 1-.82-1.833c.748-.168 1.512-.29 2.275-.366zm-2.86 5.09c-1.9-.519-3.116-1.354-3.116-2.275c0-.922 1.222-1.746 3.116-2.28q.45 1.177 1.063 2.28a17 17 0 0 0-1.058 2.28zm.575.153c.234-.626.509-1.237.814-1.832c.27.447.535.895.855 1.343c.204.306.408.59.611.866a18 18 0 0 1-2.28-.377m2.148-.804a26 26 0 0 1-1.008-1.62a24 24 0 0 1 1.924-2.87q1.562-.105 3.12 0a24 24 0 0 1 1.925 2.866a24 24 0 0 1-1.92 2.87q-1.558.097-3.12 0q-.466-.595-.916-1.251zm1.405 1.848c.346.015.702.02 1.059.02c.356 0 .723 0 1.064-.02c-.357.422-.718.814-1.064 1.17a21 21 0 0 1-1.06-1.17m5.686 3.324c-.865.57-2.479-.168-4.195-1.751a20 20 0 0 0 1.441-1.62a19 19 0 0 0 2.953-.442c.6 1.848.585 3.288-.199 3.813m0-4.373c-.748.178-1.512.305-2.28.377a24 24 0 0 0 1.46-2.204q.467.89.825 1.832zm-.814-3.029c-.265-.438-.53-.89-.845-1.339a29 29 0 0 0-.616-.865c.763.076 1.527.204 2.28.377a17 17 0 0 1-.814 1.832zm1.018-2.377q-1.462-.343-2.953-.448a20 20 0 0 0-1.44-1.619c1.71-1.583 3.323-2.321 4.194-1.746c.779.51.794 1.96.194 3.813z"/><path fill="currentColor" d="M8.182 17.345a1.273 1.273 0 1 0-2.546 0a1.273 1.273 0 0 0 2.546 0"/></svg>

React

import type { SVGProps } from "react";

export function TokenIonx(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="M12.255 13.526a1.528 1.528 0 1 0-.001-3.055a1.528 1.528 0 0 0 0 3.055M10.218 6.4a1.018 1.018 0 1 0 0-2.035a1.018 1.018 0 0 0 0 2.035m9.138 6.11a1.273 1.273 0 1 0 0 2.546a1.273 1.273 0 0 0 0-2.547"/><path fill="currentColor" d="M17.396 9.163c.702-2.158.61-3.863-.397-4.53c-1.12-.723-3.019.061-4.989 1.909a16 16 0 0 0-.468-.418a1.5 1.5 0 0 1-.341.484c.127.112.264.224.382.341q-.764.771-1.436 1.619a18.6 18.6 0 0 0-2.952.448c-.601-1.853-.586-3.304.198-3.818a1.48 1.48 0 0 1 1.16-.132q.093-.307.306-.56c-.738-.22-1.374-.194-1.863.132c-1.008.662-1.094 2.367-.392 4.525C4.39 9.785 3 10.803 3 12.003c0 1.202 1.39 2.21 3.604 2.836a8 8 0 0 0-.163.555h.087c.173 0 .346.026.509.082c.046-.158.091-.321.147-.484c.973.219 1.965.366 2.963.433q.676.848 1.44 1.619c-1.715 1.583-3.323 2.326-4.194 1.75a1.2 1.2 0 0 1-.356-.376a1.45 1.45 0 0 1-.693.066c.123.356.357.662.662.876c1.12.738 3.014-.046 4.999-1.904c1.975 1.858 3.869 2.647 4.994 1.904c1.013-.662 1.1-2.367.397-4.53c.203-.052.407-.118.595-.179a1.6 1.6 0 0 1-.264-.524l-.535.162a18 18 0 0 0-1.059-2.28c.408-.733.764-1.497 1.06-2.28c1.898.524 3.115 1.359 3.115 2.28c0 .168-.041.33-.112.479c.188.137.346.315.458.519c.219-.29.34-.642.346-1.003c0-1.201-1.39-2.22-3.604-2.84M12 7.356c.356.357.718.749 1.064 1.171A25 25 0 0 0 12 8.502c-.356 0-.723 0-1.059.025A13 13 0 0 1 12 7.357M9.658 9.184a25 25 0 0 0-1.46 2.204a17 17 0 0 1-.82-1.833c.748-.168 1.512-.29 2.275-.366zm-2.86 5.09c-1.9-.519-3.116-1.354-3.116-2.275c0-.922 1.222-1.746 3.116-2.28q.45 1.177 1.063 2.28a17 17 0 0 0-1.058 2.28zm.575.153c.234-.626.509-1.237.814-1.832c.27.447.535.895.855 1.343c.204.306.408.59.611.866a18 18 0 0 1-2.28-.377m2.148-.804a26 26 0 0 1-1.008-1.62a24 24 0 0 1 1.924-2.87q1.562-.105 3.12 0a24 24 0 0 1 1.925 2.866a24 24 0 0 1-1.92 2.87q-1.558.097-3.12 0q-.466-.595-.916-1.251zm1.405 1.848c.346.015.702.02 1.059.02c.356 0 .723 0 1.064-.02c-.357.422-.718.814-1.064 1.17a21 21 0 0 1-1.06-1.17m5.686 3.324c-.865.57-2.479-.168-4.195-1.751a20 20 0 0 0 1.441-1.62a19 19 0 0 0 2.953-.442c.6 1.848.585 3.288-.199 3.813m0-4.373c-.748.178-1.512.305-2.28.377a24 24 0 0 0 1.46-2.204q.467.89.825 1.832zm-.814-3.029c-.265-.438-.53-.89-.845-1.339a29 29 0 0 0-.616-.865c.763.076 1.527.204 2.28.377a17 17 0 0 1-.814 1.832zm1.018-2.377q-1.462-.343-2.953-.448a20 20 0 0 0-1.44-1.619c1.71-1.583 3.323-2.321 4.194-1.746c.779.51.794 1.96.194 3.813z"/><path fill="currentColor" d="M8.182 17.345a1.273 1.273 0 1 0-2.546 0a1.273 1.273 0 0 0 2.546 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.255 13.526a1.528 1.528 0 1 0-.001-3.055a1.528 1.528 0 0 0 0 3.055M10.218 6.4a1.018 1.018 0 1 0 0-2.035a1.018 1.018 0 0 0 0 2.035m9.138 6.11a1.273 1.273 0 1 0 0 2.546a1.273 1.273 0 0 0 0-2.547"/><path fill="currentColor" d="M17.396 9.163c.702-2.158.61-3.863-.397-4.53c-1.12-.723-3.019.061-4.989 1.909a16 16 0 0 0-.468-.418a1.5 1.5 0 0 1-.341.484c.127.112.264.224.382.341q-.764.771-1.436 1.619a18.6 18.6 0 0 0-2.952.448c-.601-1.853-.586-3.304.198-3.818a1.48 1.48 0 0 1 1.16-.132q.093-.307.306-.56c-.738-.22-1.374-.194-1.863.132c-1.008.662-1.094 2.367-.392 4.525C4.39 9.785 3 10.803 3 12.003c0 1.202 1.39 2.21 3.604 2.836a8 8 0 0 0-.163.555h.087c.173 0 .346.026.509.082c.046-.158.091-.321.147-.484c.973.219 1.965.366 2.963.433q.676.848 1.44 1.619c-1.715 1.583-3.323 2.326-4.194 1.75a1.2 1.2 0 0 1-.356-.376a1.45 1.45 0 0 1-.693.066c.123.356.357.662.662.876c1.12.738 3.014-.046 4.999-1.904c1.975 1.858 3.869 2.647 4.994 1.904c1.013-.662 1.1-2.367.397-4.53c.203-.052.407-.118.595-.179a1.6 1.6 0 0 1-.264-.524l-.535.162a18 18 0 0 0-1.059-2.28c.408-.733.764-1.497 1.06-2.28c1.898.524 3.115 1.359 3.115 2.28c0 .168-.041.33-.112.479c.188.137.346.315.458.519c.219-.29.34-.642.346-1.003c0-1.201-1.39-2.22-3.604-2.84M12 7.356c.356.357.718.749 1.064 1.171A25 25 0 0 0 12 8.502c-.356 0-.723 0-1.059.025A13 13 0 0 1 12 7.357M9.658 9.184a25 25 0 0 0-1.46 2.204a17 17 0 0 1-.82-1.833c.748-.168 1.512-.29 2.275-.366zm-2.86 5.09c-1.9-.519-3.116-1.354-3.116-2.275c0-.922 1.222-1.746 3.116-2.28q.45 1.177 1.063 2.28a17 17 0 0 0-1.058 2.28zm.575.153c.234-.626.509-1.237.814-1.832c.27.447.535.895.855 1.343c.204.306.408.59.611.866a18 18 0 0 1-2.28-.377m2.148-.804a26 26 0 0 1-1.008-1.62a24 24 0 0 1 1.924-2.87q1.562-.105 3.12 0a24 24 0 0 1 1.925 2.866a24 24 0 0 1-1.92 2.87q-1.558.097-3.12 0q-.466-.595-.916-1.251zm1.405 1.848c.346.015.702.02 1.059.02c.356 0 .723 0 1.064-.02c-.357.422-.718.814-1.064 1.17a21 21 0 0 1-1.06-1.17m5.686 3.324c-.865.57-2.479-.168-4.195-1.751a20 20 0 0 0 1.441-1.62a19 19 0 0 0 2.953-.442c.6 1.848.585 3.288-.199 3.813m0-4.373c-.748.178-1.512.305-2.28.377a24 24 0 0 0 1.46-2.204q.467.89.825 1.832zm-.814-3.029c-.265-.438-.53-.89-.845-1.339a29 29 0 0 0-.616-.865c.763.076 1.527.204 2.28.377a17 17 0 0 1-.814 1.832zm1.018-2.377q-1.462-.343-2.953-.448a20 20 0 0 0-1.44-1.619c1.71-1.583 3.323-2.321 4.194-1.746c.779.51.794 1.96.194 3.813z"/><path fill="currentColor" d="M8.182 17.345a1.273 1.273 0 1 0-2.546 0a1.273 1.273 0 0 0 2.546 0"/></svg>
</template>

CSS

.icon-ionx {
  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%22M12.255%2013.526a1.528%201.528%200%201%200-.001-3.055a1.528%201.528%200%200%200%200%203.055M10.218%206.4a1.018%201.018%200%201%200%200-2.035a1.018%201.018%200%200%200%200%202.035m9.138%206.11a1.273%201.273%200%201%200%200%202.546a1.273%201.273%200%200%200%200-2.547%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.396%209.163c.702-2.158.61-3.863-.397-4.53c-1.12-.723-3.019.061-4.989%201.909a16%2016%200%200%200-.468-.418a1.5%201.5%200%200%201-.341.484c.127.112.264.224.382.341q-.764.771-1.436%201.619a18.6%2018.6%200%200%200-2.952.448c-.601-1.853-.586-3.304.198-3.818a1.48%201.48%200%200%201%201.16-.132q.093-.307.306-.56c-.738-.22-1.374-.194-1.863.132c-1.008.662-1.094%202.367-.392%204.525C4.39%209.785%203%2010.803%203%2012.003c0%201.202%201.39%202.21%203.604%202.836a8%208%200%200%200-.163.555h.087c.173%200%20.346.026.509.082c.046-.158.091-.321.147-.484c.973.219%201.965.366%202.963.433q.676.848%201.44%201.619c-1.715%201.583-3.323%202.326-4.194%201.75a1.2%201.2%200%200%201-.356-.376a1.45%201.45%200%200%201-.693.066c.123.356.357.662.662.876c1.12.738%203.014-.046%204.999-1.904c1.975%201.858%203.869%202.647%204.994%201.904c1.013-.662%201.1-2.367.397-4.53c.203-.052.407-.118.595-.179a1.6%201.6%200%200%201-.264-.524l-.535.162a18%2018%200%200%200-1.059-2.28c.408-.733.764-1.497%201.06-2.28c1.898.524%203.115%201.359%203.115%202.28c0%20.168-.041.33-.112.479c.188.137.346.315.458.519c.219-.29.34-.642.346-1.003c0-1.201-1.39-2.22-3.604-2.84M12%207.356c.356.357.718.749%201.064%201.171A25%2025%200%200%200%2012%208.502c-.356%200-.723%200-1.059.025A13%2013%200%200%201%2012%207.357M9.658%209.184a25%2025%200%200%200-1.46%202.204a17%2017%200%200%201-.82-1.833c.748-.168%201.512-.29%202.275-.366zm-2.86%205.09c-1.9-.519-3.116-1.354-3.116-2.275c0-.922%201.222-1.746%203.116-2.28q.45%201.177%201.063%202.28a17%2017%200%200%200-1.058%202.28zm.575.153c.234-.626.509-1.237.814-1.832c.27.447.535.895.855%201.343c.204.306.408.59.611.866a18%2018%200%200%201-2.28-.377m2.148-.804a26%2026%200%200%201-1.008-1.62a24%2024%200%200%201%201.924-2.87q1.562-.105%203.12%200a24%2024%200%200%201%201.925%202.866a24%2024%200%200%201-1.92%202.87q-1.558.097-3.12%200q-.466-.595-.916-1.251zm1.405%201.848c.346.015.702.02%201.059.02c.356%200%20.723%200%201.064-.02c-.357.422-.718.814-1.064%201.17a21%2021%200%200%201-1.06-1.17m5.686%203.324c-.865.57-2.479-.168-4.195-1.751a20%2020%200%200%200%201.441-1.62a19%2019%200%200%200%202.953-.442c.6%201.848.585%203.288-.199%203.813m0-4.373c-.748.178-1.512.305-2.28.377a24%2024%200%200%200%201.46-2.204q.467.89.825%201.832zm-.814-3.029c-.265-.438-.53-.89-.845-1.339a29%2029%200%200%200-.616-.865c.763.076%201.527.204%202.28.377a17%2017%200%200%201-.814%201.832zm1.018-2.377q-1.462-.343-2.953-.448a20%2020%200%200%200-1.44-1.619c1.71-1.583%203.323-2.321%204.194-1.746c.779.51.794%201.96.194%203.813z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.182%2017.345a1.273%201.273%200%201%200-2.546%200a1.273%201.273%200%200%200%202.546%200%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%22M12.255%2013.526a1.528%201.528%200%201%200-.001-3.055a1.528%201.528%200%200%200%200%203.055M10.218%206.4a1.018%201.018%200%201%200%200-2.035a1.018%201.018%200%200%200%200%202.035m9.138%206.11a1.273%201.273%200%201%200%200%202.546a1.273%201.273%200%200%200%200-2.547%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.396%209.163c.702-2.158.61-3.863-.397-4.53c-1.12-.723-3.019.061-4.989%201.909a16%2016%200%200%200-.468-.418a1.5%201.5%200%200%201-.341.484c.127.112.264.224.382.341q-.764.771-1.436%201.619a18.6%2018.6%200%200%200-2.952.448c-.601-1.853-.586-3.304.198-3.818a1.48%201.48%200%200%201%201.16-.132q.093-.307.306-.56c-.738-.22-1.374-.194-1.863.132c-1.008.662-1.094%202.367-.392%204.525C4.39%209.785%203%2010.803%203%2012.003c0%201.202%201.39%202.21%203.604%202.836a8%208%200%200%200-.163.555h.087c.173%200%20.346.026.509.082c.046-.158.091-.321.147-.484c.973.219%201.965.366%202.963.433q.676.848%201.44%201.619c-1.715%201.583-3.323%202.326-4.194%201.75a1.2%201.2%200%200%201-.356-.376a1.45%201.45%200%200%201-.693.066c.123.356.357.662.662.876c1.12.738%203.014-.046%204.999-1.904c1.975%201.858%203.869%202.647%204.994%201.904c1.013-.662%201.1-2.367.397-4.53c.203-.052.407-.118.595-.179a1.6%201.6%200%200%201-.264-.524l-.535.162a18%2018%200%200%200-1.059-2.28c.408-.733.764-1.497%201.06-2.28c1.898.524%203.115%201.359%203.115%202.28c0%20.168-.041.33-.112.479c.188.137.346.315.458.519c.219-.29.34-.642.346-1.003c0-1.201-1.39-2.22-3.604-2.84M12%207.356c.356.357.718.749%201.064%201.171A25%2025%200%200%200%2012%208.502c-.356%200-.723%200-1.059.025A13%2013%200%200%201%2012%207.357M9.658%209.184a25%2025%200%200%200-1.46%202.204a17%2017%200%200%201-.82-1.833c.748-.168%201.512-.29%202.275-.366zm-2.86%205.09c-1.9-.519-3.116-1.354-3.116-2.275c0-.922%201.222-1.746%203.116-2.28q.45%201.177%201.063%202.28a17%2017%200%200%200-1.058%202.28zm.575.153c.234-.626.509-1.237.814-1.832c.27.447.535.895.855%201.343c.204.306.408.59.611.866a18%2018%200%200%201-2.28-.377m2.148-.804a26%2026%200%200%201-1.008-1.62a24%2024%200%200%201%201.924-2.87q1.562-.105%203.12%200a24%2024%200%200%201%201.925%202.866a24%2024%200%200%201-1.92%202.87q-1.558.097-3.12%200q-.466-.595-.916-1.251zm1.405%201.848c.346.015.702.02%201.059.02c.356%200%20.723%200%201.064-.02c-.357.422-.718.814-1.064%201.17a21%2021%200%200%201-1.06-1.17m5.686%203.324c-.865.57-2.479-.168-4.195-1.751a20%2020%200%200%200%201.441-1.62a19%2019%200%200%200%202.953-.442c.6%201.848.585%203.288-.199%203.813m0-4.373c-.748.178-1.512.305-2.28.377a24%2024%200%200%200%201.46-2.204q.467.89.825%201.832zm-.814-3.029c-.265-.438-.53-.89-.845-1.339a29%2029%200%200%200-.616-.865c.763.076%201.527.204%202.28.377a17%2017%200%200%201-.814%201.832zm1.018-2.377q-1.462-.343-2.953-.448a20%2020%200%200%200-1.44-1.619c1.71-1.583%203.323-2.321%204.194-1.746c.779.51.794%201.96.194%203.813z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.182%2017.345a1.273%201.273%200%201%200-2.546%200a1.273%201.273%200%200%200%202.546%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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