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

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

The same logo in other sets

Use the spx 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="M12 20.47a8.47 8.47 0 1 0 0-16.94a8.47 8.47 0 0 0 0 16.94m0 .53a9 9 0 1 0 0-17.999A9 9 0 0 0 12 21" clip-rule="evenodd"/><path fill="currentColor" d="m10.873 12.18l.635 3.494a4.2 4.2 0 0 1-2.382-1.096c-.424-.386-1.049-.545-1.536-.248c-.518.307-.677.99-.275 1.429a6.34 6.34 0 0 0 4.58 2.065l.127.714a1.06 1.06 0 1 0 2.085-.37l-.116-.662a6.35 6.35 0 0 0 4.299-6.962c-.138-.963-1.123-1.477-2.086-1.323c-2.769.444-5.538.847-8.317 1.27a4.236 4.236 0 0 1 6.31-2.647c.408.25.916.318 1.33.09c.635-.344.783-1.19.195-1.614a6.352 6.352 0 0 0-10.075 5.15c0 .848.821 1.398 1.663 1.271c1.18-.185 2.34-.375 3.563-.56m2.096-.317l3.267-.487v.095a4.235 4.235 0 0 1-2.632 3.917l-.635-3.52z"/></svg>

React

import type { SVGProps } from "react";

export function TokenSpx(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="M12 20.47a8.47 8.47 0 1 0 0-16.94a8.47 8.47 0 0 0 0 16.94m0 .53a9 9 0 1 0 0-17.999A9 9 0 0 0 12 21" clipRule="evenodd"/><path fill="currentColor" d="m10.873 12.18l.635 3.494a4.2 4.2 0 0 1-2.382-1.096c-.424-.386-1.049-.545-1.536-.248c-.518.307-.677.99-.275 1.429a6.34 6.34 0 0 0 4.58 2.065l.127.714a1.06 1.06 0 1 0 2.085-.37l-.116-.662a6.35 6.35 0 0 0 4.299-6.962c-.138-.963-1.123-1.477-2.086-1.323c-2.769.444-5.538.847-8.317 1.27a4.236 4.236 0 0 1 6.31-2.647c.408.25.916.318 1.33.09c.635-.344.783-1.19.195-1.614a6.352 6.352 0 0 0-10.075 5.15c0 .848.821 1.398 1.663 1.271c1.18-.185 2.34-.375 3.563-.56m2.096-.317l3.267-.487v.095a4.235 4.235 0 0 1-2.632 3.917l-.635-3.52z"/></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="M12 20.47a8.47 8.47 0 1 0 0-16.94a8.47 8.47 0 0 0 0 16.94m0 .53a9 9 0 1 0 0-17.999A9 9 0 0 0 12 21" clip-rule="evenodd"/><path fill="currentColor" d="m10.873 12.18l.635 3.494a4.2 4.2 0 0 1-2.382-1.096c-.424-.386-1.049-.545-1.536-.248c-.518.307-.677.99-.275 1.429a6.34 6.34 0 0 0 4.58 2.065l.127.714a1.06 1.06 0 1 0 2.085-.37l-.116-.662a6.35 6.35 0 0 0 4.299-6.962c-.138-.963-1.123-1.477-2.086-1.323c-2.769.444-5.538.847-8.317 1.27a4.236 4.236 0 0 1 6.31-2.647c.408.25.916.318 1.33.09c.635-.344.783-1.19.195-1.614a6.352 6.352 0 0 0-10.075 5.15c0 .848.821 1.398 1.663 1.271c1.18-.185 2.34-.375 3.563-.56m2.096-.317l3.267-.487v.095a4.235 4.235 0 0 1-2.632 3.917l-.635-3.52z"/></svg>
</template>

CSS

.icon-spx {
  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%22M12%2020.47a8.47%208.47%200%201%200%200-16.94a8.47%208.47%200%200%200%200%2016.94m0%20.53a9%209%200%201%200%200-17.999A9%209%200%200%200%2012%2021%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m10.873%2012.18l.635%203.494a4.2%204.2%200%200%201-2.382-1.096c-.424-.386-1.049-.545-1.536-.248c-.518.307-.677.99-.275%201.429a6.34%206.34%200%200%200%204.58%202.065l.127.714a1.06%201.06%200%201%200%202.085-.37l-.116-.662a6.35%206.35%200%200%200%204.299-6.962c-.138-.963-1.123-1.477-2.086-1.323c-2.769.444-5.538.847-8.317%201.27a4.236%204.236%200%200%201%206.31-2.647c.408.25.916.318%201.33.09c.635-.344.783-1.19.195-1.614a6.352%206.352%200%200%200-10.075%205.15c0%20.848.821%201.398%201.663%201.271c1.18-.185%202.34-.375%203.563-.56m2.096-.317l3.267-.487v.095a4.235%204.235%200%200%201-2.632%203.917l-.635-3.52z%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%22M12%2020.47a8.47%208.47%200%201%200%200-16.94a8.47%208.47%200%200%200%200%2016.94m0%20.53a9%209%200%201%200%200-17.999A9%209%200%200%200%2012%2021%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m10.873%2012.18l.635%203.494a4.2%204.2%200%200%201-2.382-1.096c-.424-.386-1.049-.545-1.536-.248c-.518.307-.677.99-.275%201.429a6.34%206.34%200%200%200%204.58%202.065l.127.714a1.06%201.06%200%201%200%202.085-.37l-.116-.662a6.35%206.35%200%200%200%204.299-6.962c-.138-.963-1.123-1.477-2.086-1.323c-2.769.444-5.538.847-8.317%201.27a4.236%204.236%200%200%201%206.31-2.647c.408.25.916.318%201.33.09c.635-.344.783-1.19.195-1.614a6.352%206.352%200%200%200-10.075%205.15c0%20.848.821%201.398%201.663%201.271c1.18-.185%202.34-.375%203.563-.56m2.096-.317l3.267-.487v.095a4.235%204.235%200%200%201-2.632%203.917l-.635-3.52z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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