sidus logo
sidus from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- sidus
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
Use the sidus logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.647 8.972a1.47 1.47 0 0 1 1.223-.664h11.725c.341 0 .47.138.374.415a.9.9 0 0 1-.139.259l-.489.669c-.272.37-.757.503-1.233.503H8.839c-.226 0-.438.281-.618.512a.4.4 0 0 0-.065.12c-.05.148.01.291.194.291h9.901c.508 0 .692.13.554.54a1.6 1.6 0 0 1-.203.383l-2.234 3.02a1.64 1.64 0 0 1-1.228.673H3.4c-.337 0-.467-.138-.37-.415a.9.9 0 0 1 .139-.259l1.486-2.008c.3-.406.716-.507 1.223-.55h9.541c.222 0 .434-.24.614-.46a.4.4 0 0 0 .065-.13c.046-.138-.01-.332-.185-.332H6.756c-.521 0-.71-.079-.572-.48q.062-.165.222-.393l1.246-1.694z"/></svg>
React
import type { SVGProps } from "react";
export function TokenSidus(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="M7.647 8.972a1.47 1.47 0 0 1 1.223-.664h11.725c.341 0 .47.138.374.415a.9.9 0 0 1-.139.259l-.489.669c-.272.37-.757.503-1.233.503H8.839c-.226 0-.438.281-.618.512a.4.4 0 0 0-.065.12c-.05.148.01.291.194.291h9.901c.508 0 .692.13.554.54a1.6 1.6 0 0 1-.203.383l-2.234 3.02a1.64 1.64 0 0 1-1.228.673H3.4c-.337 0-.467-.138-.37-.415a.9.9 0 0 1 .139-.259l1.486-2.008c.3-.406.716-.507 1.223-.55h9.541c.222 0 .434-.24.614-.46a.4.4 0 0 0 .065-.13c.046-.138-.01-.332-.185-.332H6.756c-.521 0-.71-.079-.572-.48q.062-.165.222-.393l1.246-1.694z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.647 8.972a1.47 1.47 0 0 1 1.223-.664h11.725c.341 0 .47.138.374.415a.9.9 0 0 1-.139.259l-.489.669c-.272.37-.757.503-1.233.503H8.839c-.226 0-.438.281-.618.512a.4.4 0 0 0-.065.12c-.05.148.01.291.194.291h9.901c.508 0 .692.13.554.54a1.6 1.6 0 0 1-.203.383l-2.234 3.02a1.64 1.64 0 0 1-1.228.673H3.4c-.337 0-.467-.138-.37-.415a.9.9 0 0 1 .139-.259l1.486-2.008c.3-.406.716-.507 1.223-.55h9.541c.222 0 .434-.24.614-.46a.4.4 0 0 0 .065-.13c.046-.138-.01-.332-.185-.332H6.756c-.521 0-.71-.079-.572-.48q.062-.165.222-.393l1.246-1.694z"/></svg> </template>
CSS
.icon-sidus {
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%22M7.647%208.972a1.47%201.47%200%200%201%201.223-.664h11.725c.341%200%20.47.138.374.415a.9.9%200%200%201-.139.259l-.489.669c-.272.37-.757.503-1.233.503H8.839c-.226%200-.438.281-.618.512a.4.4%200%200%200-.065.12c-.05.148.01.291.194.291h9.901c.508%200%20.692.13.554.54a1.6%201.6%200%200%201-.203.383l-2.234%203.02a1.64%201.64%200%200%201-1.228.673H3.4c-.337%200-.467-.138-.37-.415a.9.9%200%200%201%20.139-.259l1.486-2.008c.3-.406.716-.507%201.223-.55h9.541c.222%200%20.434-.24.614-.46a.4.4%200%200%200%20.065-.13c.046-.138-.01-.332-.185-.332H6.756c-.521%200-.71-.079-.572-.48q.062-.165.222-.393l1.246-1.694z%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%22M7.647%208.972a1.47%201.47%200%200%201%201.223-.664h11.725c.341%200%20.47.138.374.415a.9.9%200%200%201-.139.259l-.489.669c-.272.37-.757.503-1.233.503H8.839c-.226%200-.438.281-.618.512a.4.4%200%200%200-.065.12c-.05.148.01.291.194.291h9.901c.508%200%20.692.13.554.54a1.6%201.6%200%200%201-.203.383l-2.234%203.02a1.64%201.64%200%200%201-1.228.673H3.4c-.337%200-.467-.138-.37-.415a.9.9%200%200%201%20.139-.259l1.486-2.008c.3-.406.716-.507%201.223-.55h9.541c.222%200%20.434-.24.614-.46a.4.4%200%200%200%20.065-.13c.046-.138-.01-.332-.185-.332H6.756c-.521%200-.71-.079-.572-.48q.062-.165.222-.393l1.246-1.694z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/sidus.svg?color=%231a73e8&size=48