leox logo
leox from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- leox
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the leox logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.9 16.656a.546.546 0 1 0 0-1.093a.546.546 0 0 0 0 1.093m2.02-1.64h.05a.4.4 0 0 0 .289-.125l5.713-5.719a.4.4 0 0 0 .12-.306a.41.41 0 0 0-.41-.404a.42.42 0 0 0-.3.12L7.04 13.924a6.2 6.2 0 0 1-.764-2.987c0-3.42 2.785-6.025 6.194-6.025a6.16 6.16 0 0 1 3.43 1.021a.415.415 0 0 0 .53-.049l2.005-2.174a.415.415 0 0 0-.279-.71a.46.46 0 0 0-.311.12l-1.852 1.906a6.63 6.63 0 0 0-3.518-.934c-3.878 0-7.03 2.966-7.03 6.845A7 7 0 0 0 6.62 14.83c.07.104.18.17.306.186zm11.307-8.029a.426.426 0 0 0-.758.196a.4.4 0 0 0 .08.307a6.1 6.1 0 0 1 1.279 3.709a6.336 6.336 0 0 1-6.282 6.303c-1.081 0-2.168-.382-3.102-.89l5.167-5.255a.4.4 0 0 0 .12-.278a.46.46 0 0 0-.12-.312a.43.43 0 0 0-.328-.12a.44.44 0 0 0-.273.12L4.473 20.31a.42.42 0 0 0 .596.59l3.752-3.682a7.25 7.25 0 0 0 3.682 1.076c3.932 0 7.144-3.222 7.144-7.1a6.9 6.9 0 0 0-1.42-4.207"/></svg>
React
import type { SVGProps } from "react";
export function TokenLeox(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="M4.9 16.656a.546.546 0 1 0 0-1.093a.546.546 0 0 0 0 1.093m2.02-1.64h.05a.4.4 0 0 0 .289-.125l5.713-5.719a.4.4 0 0 0 .12-.306a.41.41 0 0 0-.41-.404a.42.42 0 0 0-.3.12L7.04 13.924a6.2 6.2 0 0 1-.764-2.987c0-3.42 2.785-6.025 6.194-6.025a6.16 6.16 0 0 1 3.43 1.021a.415.415 0 0 0 .53-.049l2.005-2.174a.415.415 0 0 0-.279-.71a.46.46 0 0 0-.311.12l-1.852 1.906a6.63 6.63 0 0 0-3.518-.934c-3.878 0-7.03 2.966-7.03 6.845A7 7 0 0 0 6.62 14.83c.07.104.18.17.306.186zm11.307-8.029a.426.426 0 0 0-.758.196a.4.4 0 0 0 .08.307a6.1 6.1 0 0 1 1.279 3.709a6.336 6.336 0 0 1-6.282 6.303c-1.081 0-2.168-.382-3.102-.89l5.167-5.255a.4.4 0 0 0 .12-.278a.46.46 0 0 0-.12-.312a.43.43 0 0 0-.328-.12a.44.44 0 0 0-.273.12L4.473 20.31a.42.42 0 0 0 .596.59l3.752-3.682a7.25 7.25 0 0 0 3.682 1.076c3.932 0 7.144-3.222 7.144-7.1a6.9 6.9 0 0 0-1.42-4.207"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.9 16.656a.546.546 0 1 0 0-1.093a.546.546 0 0 0 0 1.093m2.02-1.64h.05a.4.4 0 0 0 .289-.125l5.713-5.719a.4.4 0 0 0 .12-.306a.41.41 0 0 0-.41-.404a.42.42 0 0 0-.3.12L7.04 13.924a6.2 6.2 0 0 1-.764-2.987c0-3.42 2.785-6.025 6.194-6.025a6.16 6.16 0 0 1 3.43 1.021a.415.415 0 0 0 .53-.049l2.005-2.174a.415.415 0 0 0-.279-.71a.46.46 0 0 0-.311.12l-1.852 1.906a6.63 6.63 0 0 0-3.518-.934c-3.878 0-7.03 2.966-7.03 6.845A7 7 0 0 0 6.62 14.83c.07.104.18.17.306.186zm11.307-8.029a.426.426 0 0 0-.758.196a.4.4 0 0 0 .08.307a6.1 6.1 0 0 1 1.279 3.709a6.336 6.336 0 0 1-6.282 6.303c-1.081 0-2.168-.382-3.102-.89l5.167-5.255a.4.4 0 0 0 .12-.278a.46.46 0 0 0-.12-.312a.43.43 0 0 0-.328-.12a.44.44 0 0 0-.273.12L4.473 20.31a.42.42 0 0 0 .596.59l3.752-3.682a7.25 7.25 0 0 0 3.682 1.076c3.932 0 7.144-3.222 7.144-7.1a6.9 6.9 0 0 0-1.42-4.207"/></svg> </template>
CSS
.icon-leox {
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%22M4.9%2016.656a.546.546%200%201%200%200-1.093a.546.546%200%200%200%200%201.093m2.02-1.64h.05a.4.4%200%200%200%20.289-.125l5.713-5.719a.4.4%200%200%200%20.12-.306a.41.41%200%200%200-.41-.404a.42.42%200%200%200-.3.12L7.04%2013.924a6.2%206.2%200%200%201-.764-2.987c0-3.42%202.785-6.025%206.194-6.025a6.16%206.16%200%200%201%203.43%201.021a.415.415%200%200%200%20.53-.049l2.005-2.174a.415.415%200%200%200-.279-.71a.46.46%200%200%200-.311.12l-1.852%201.906a6.63%206.63%200%200%200-3.518-.934c-3.878%200-7.03%202.966-7.03%206.845A7%207%200%200%200%206.62%2014.83c.07.104.18.17.306.186zm11.307-8.029a.426.426%200%200%200-.758.196a.4.4%200%200%200%20.08.307a6.1%206.1%200%200%201%201.279%203.709a6.336%206.336%200%200%201-6.282%206.303c-1.081%200-2.168-.382-3.102-.89l5.167-5.255a.4.4%200%200%200%20.12-.278a.46.46%200%200%200-.12-.312a.43.43%200%200%200-.328-.12a.44.44%200%200%200-.273.12L4.473%2020.31a.42.42%200%200%200%20.596.59l3.752-3.682a7.25%207.25%200%200%200%203.682%201.076c3.932%200%207.144-3.222%207.144-7.1a6.9%206.9%200%200%200-1.42-4.207%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%22M4.9%2016.656a.546.546%200%201%200%200-1.093a.546.546%200%200%200%200%201.093m2.02-1.64h.05a.4.4%200%200%200%20.289-.125l5.713-5.719a.4.4%200%200%200%20.12-.306a.41.41%200%200%200-.41-.404a.42.42%200%200%200-.3.12L7.04%2013.924a6.2%206.2%200%200%201-.764-2.987c0-3.42%202.785-6.025%206.194-6.025a6.16%206.16%200%200%201%203.43%201.021a.415.415%200%200%200%20.53-.049l2.005-2.174a.415.415%200%200%200-.279-.71a.46.46%200%200%200-.311.12l-1.852%201.906a6.63%206.63%200%200%200-3.518-.934c-3.878%200-7.03%202.966-7.03%206.845A7%207%200%200%200%206.62%2014.83c.07.104.18.17.306.186zm11.307-8.029a.426.426%200%200%200-.758.196a.4.4%200%200%200%20.08.307a6.1%206.1%200%200%201%201.279%203.709a6.336%206.336%200%200%201-6.282%206.303c-1.081%200-2.168-.382-3.102-.89l5.167-5.255a.4.4%200%200%200%20.12-.278a.46.46%200%200%200-.12-.312a.43.43%200%200%200-.328-.12a.44.44%200%200%200-.273.12L4.473%2020.31a.42.42%200%200%200%20.596.59l3.752-3.682a7.25%207.25%200%200%200%203.682%201.076c3.932%200%207.144-3.222%207.144-7.1a6.9%206.9%200%200%200-1.42-4.207%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/leox.svg?color=%231a73e8&size=48