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

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

The same logo in other sets

Use the xlm 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.373a6.04 6.04 0 0 1 3.088-.892a6.03 6.03 0 0 1 3.105.824l1.426-.757a7.35 7.35 0 0 0-7.933-.648a7.75 7.75 0 0 0-3.035 2.927a8.2 8.2 0 0 0-1.1 4.754c.022.283-.039.566-.173.816s-.335.45-.579.58L3 14.351v1.622l18-9.565V4.786zM21 8.031L6.79 15.576L3 17.59v1.621l15.178-8.065q.053.426.053.855a6.7 6.7 0 0 1-.827 3.232a6.4 6.4 0 0 1-2.258 2.375c-.931.571-2 .879-3.092.89a6.03 6.03 0 0 1-3.107-.83l-.076.043l-1.345.714a7.35 7.35 0 0 0 7.932.649a7.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.648z"/></svg>

React

import type { SVGProps } from "react";

export function TokenXlm(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.373a6.04 6.04 0 0 1 3.088-.892a6.03 6.03 0 0 1 3.105.824l1.426-.757a7.35 7.35 0 0 0-7.933-.648a7.75 7.75 0 0 0-3.035 2.927a8.2 8.2 0 0 0-1.1 4.754c.022.283-.039.566-.173.816s-.335.45-.579.58L3 14.351v1.622l18-9.565V4.786zM21 8.031L6.79 15.576L3 17.59v1.621l15.178-8.065q.053.426.053.855a6.7 6.7 0 0 1-.827 3.232a6.4 6.4 0 0 1-2.258 2.375c-.931.571-2 .879-3.092.89a6.03 6.03 0 0 1-3.107-.83l-.076.043l-1.345.714a7.35 7.35 0 0 0 7.932.649a7.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.648z"/></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.373a6.04 6.04 0 0 1 3.088-.892a6.03 6.03 0 0 1 3.105.824l1.426-.757a7.35 7.35 0 0 0-7.933-.648a7.75 7.75 0 0 0-3.035 2.927a8.2 8.2 0 0 0-1.1 4.754c.022.283-.039.566-.173.816s-.335.45-.579.58L3 14.351v1.622l18-9.565V4.786zM21 8.031L6.79 15.576L3 17.59v1.621l15.178-8.065q.053.426.053.855a6.7 6.7 0 0 1-.827 3.232a6.4 6.4 0 0 1-2.258 2.375c-.931.571-2 .879-3.092.89a6.03 6.03 0 0 1-3.107-.83l-.076.043l-1.345.714a7.35 7.35 0 0 0 7.932.649a7.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.648z"/></svg>
</template>

CSS

.icon-xlm {
  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.373a6.04%206.04%200%200%201%203.088-.892a6.03%206.03%200%200%201%203.105.824l1.426-.757a7.35%207.35%200%200%200-7.933-.648a7.75%207.75%200%200%200-3.035%202.927a8.2%208.2%200%200%200-1.1%204.754c.022.283-.039.566-.173.816s-.335.45-.579.58L3%2014.351v1.622l18-9.565V4.786zM21%208.031L6.79%2015.576L3%2017.59v1.621l15.178-8.065q.053.426.053.855a6.7%206.7%200%200%201-.827%203.232a6.4%206.4%200%200%201-2.258%202.375c-.931.571-2%20.879-3.092.89a6.03%206.03%200%200%201-3.107-.83l-.076.043l-1.345.714a7.35%207.35%200%200%200%207.932.649a7.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.648z%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.373a6.04%206.04%200%200%201%203.088-.892a6.03%206.03%200%200%201%203.105.824l1.426-.757a7.35%207.35%200%200%200-7.933-.648a7.75%207.75%200%200%200-3.035%202.927a8.2%208.2%200%200%200-1.1%204.754c.022.283-.039.566-.173.816s-.335.45-.579.58L3%2014.351v1.622l18-9.565V4.786zM21%208.031L6.79%2015.576L3%2017.59v1.621l15.178-8.065q.053.426.053.855a6.7%206.7%200%200%201-.827%203.232a6.4%206.4%200%200%201-2.258%202.375c-.931.571-2%20.879-3.092.89a6.03%206.03%200%200%201-3.107-.83l-.076.043l-1.345.714a7.35%207.35%200%200%200%207.932.649a7.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.648z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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