stellar logo
stellar from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- stellar
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the stellar logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.826 12.849A6.7 6.7 0 0 1 6.6 8.772a6.4 6.4 0 0 1 2.255-2.374a6.04 6.04 0 0 1 3.088-.892a6.03 6.03 0 0 1 3.105.825l1.426-.758a7.35 7.35 0 0 0-7.933-.648a7.75 7.75 0 0 0-3.035 2.928a8.2 8.2 0 0 0-1.1 4.753c.022.283-.039.567-.173.817c-.134.249-.335.45-.579.58L3 14.35v1.622l18-9.566v-1.62zM21 8.03L6.79 15.576L3 17.59v1.621l15.178-8.065q.053.425.053.855a6.7 6.7 0 0 1-.827 3.232a6.4 6.4 0 0 1-2.258 2.375c-.931.57-2 .879-3.092.89a6.03 6.03 0 0 1-3.107-.83l-.076.042l-1.345.715a7.43 7.43 0 0 0 3.878 1.49a7.35 7.35 0 0 0 4.054-.841a7.75 7.75 0 0 0 3.035-2.925a8.2 8.2 0 0 0 1.1-4.759c-.02-.283.04-.566.174-.816a1.4 1.4 0 0 1 .578-.58L21 9.647z"/></svg>
React
import type { SVGProps } from "react";
export function TokenStellar(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.826 12.849A6.7 6.7 0 0 1 6.6 8.772a6.4 6.4 0 0 1 2.255-2.374a6.04 6.04 0 0 1 3.088-.892a6.03 6.03 0 0 1 3.105.825l1.426-.758a7.35 7.35 0 0 0-7.933-.648a7.75 7.75 0 0 0-3.035 2.928a8.2 8.2 0 0 0-1.1 4.753c.022.283-.039.567-.173.817c-.134.249-.335.45-.579.58L3 14.35v1.622l18-9.566v-1.62zM21 8.03L6.79 15.576L3 17.59v1.621l15.178-8.065q.053.425.053.855a6.7 6.7 0 0 1-.827 3.232a6.4 6.4 0 0 1-2.258 2.375c-.931.57-2 .879-3.092.89a6.03 6.03 0 0 1-3.107-.83l-.076.042l-1.345.715a7.43 7.43 0 0 0 3.878 1.49a7.35 7.35 0 0 0 4.054-.841a7.75 7.75 0 0 0 3.035-2.925a8.2 8.2 0 0 0 1.1-4.759c-.02-.283.04-.566.174-.816a1.4 1.4 0 0 1 .578-.58L21 9.647z"/></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.826 12.849A6.7 6.7 0 0 1 6.6 8.772a6.4 6.4 0 0 1 2.255-2.374a6.04 6.04 0 0 1 3.088-.892a6.03 6.03 0 0 1 3.105.825l1.426-.758a7.35 7.35 0 0 0-7.933-.648a7.75 7.75 0 0 0-3.035 2.928a8.2 8.2 0 0 0-1.1 4.753c.022.283-.039.567-.173.817c-.134.249-.335.45-.579.58L3 14.35v1.622l18-9.566v-1.62zM21 8.03L6.79 15.576L3 17.59v1.621l15.178-8.065q.053.425.053.855a6.7 6.7 0 0 1-.827 3.232a6.4 6.4 0 0 1-2.258 2.375c-.931.57-2 .879-3.092.89a6.03 6.03 0 0 1-3.107-.83l-.076.042l-1.345.715a7.43 7.43 0 0 0 3.878 1.49a7.35 7.35 0 0 0 4.054-.841a7.75 7.75 0 0 0 3.035-2.925a8.2 8.2 0 0 0 1.1-4.759c-.02-.283.04-.566.174-.816a1.4 1.4 0 0 1 .578-.58L21 9.647z"/></svg> </template>
CSS
.icon-stellar {
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.826%2012.849A6.7%206.7%200%200%201%206.6%208.772a6.4%206.4%200%200%201%202.255-2.374a6.04%206.04%200%200%201%203.088-.892a6.03%206.03%200%200%201%203.105.825l1.426-.758a7.35%207.35%200%200%200-7.933-.648a7.75%207.75%200%200%200-3.035%202.928a8.2%208.2%200%200%200-1.1%204.753c.022.283-.039.567-.173.817c-.134.249-.335.45-.579.58L3%2014.35v1.622l18-9.566v-1.62zM21%208.03L6.79%2015.576L3%2017.59v1.621l15.178-8.065q.053.425.053.855a6.7%206.7%200%200%201-.827%203.232a6.4%206.4%200%200%201-2.258%202.375c-.931.57-2%20.879-3.092.89a6.03%206.03%200%200%201-3.107-.83l-.076.042l-1.345.715a7.43%207.43%200%200%200%203.878%201.49a7.35%207.35%200%200%200%204.054-.841a7.75%207.75%200%200%200%203.035-2.925a8.2%208.2%200%200%200%201.1-4.759c-.02-.283.04-.566.174-.816a1.4%201.4%200%200%201%20.578-.58L21%209.647z%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.826%2012.849A6.7%206.7%200%200%201%206.6%208.772a6.4%206.4%200%200%201%202.255-2.374a6.04%206.04%200%200%201%203.088-.892a6.03%206.03%200%200%201%203.105.825l1.426-.758a7.35%207.35%200%200%200-7.933-.648a7.75%207.75%200%200%200-3.035%202.928a8.2%208.2%200%200%200-1.1%204.753c.022.283-.039.567-.173.817c-.134.249-.335.45-.579.58L3%2014.35v1.622l18-9.566v-1.62zM21%208.03L6.79%2015.576L3%2017.59v1.621l15.178-8.065q.053.425.053.855a6.7%206.7%200%200%201-.827%203.232a6.4%206.4%200%200%201-2.258%202.375c-.931.57-2%20.879-3.092.89a6.03%206.03%200%200%201-3.107-.83l-.076.042l-1.345.715a7.43%207.43%200%200%200%203.878%201.49a7.35%207.35%200%200%200%204.054-.841a7.75%207.75%200%200%200%203.035-2.925a8.2%208.2%200%200%200%201.1-4.759c-.02-.283.04-.566.174-.816a1.4%201.4%200%200%201%20.578-.58L21%209.647z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/stellar.svg?color=%231a73e8&size=48