xdefi logo
xdefi from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- xdefi
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the xdefi logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.793 13.104c-1.392.852-3.256 1.29-5.143 1.197c-1.587-.077-2.889-.64-3.676-1.563c-.692-.826-.96-1.916-.778-3.17c.061-.417.187-.822.374-1.2l.026-.054A8.1 8.1 0 0 1 7.409 5.27a8.27 8.27 0 0 1 8.07-.443a8.1 8.1 0 0 1 3.14 2.718a7.93 7.93 0 0 1 .586 7.937a8.07 8.07 0 0 1-2.708 3.137a8.24 8.24 0 0 1-3.93 1.405l.087.977a9.25 9.25 0 0 0 4.412-1.576a9.06 9.06 0 0 0 3.04-3.52a8.9 8.9 0 0 0-.66-8.911a9.1 9.1 0 0 0-3.527-3.05a9.28 9.28 0 0 0-9.059.507a9.07 9.07 0 0 0-3.153 3.424l-.035.07c-.23.47-.387.973-.462 1.49c-.216 1.529.119 2.889.994 3.936c.958 1.146 2.517 1.827 4.387 1.916c2.277.113 4.54-.498 6.147-1.622z"/><path fill="currentColor" d="M15.698 14.215c-.906.775-3.012 2.18-6.506 2.372c-3.911.213-5.541-1.04-5.556-1.052l-.316.383l.318-.377l-.638.754c.07.058 1.632 1.3 5.304 1.3c.3 0 .616 0 .944-.025c4.223-.232 6.543-2.046 7.352-2.82z"/><path fill="currentColor" d="M17.394 15.229a7.3 7.3 0 0 1-1.946 1.745c-2.647 1.682-6.013 1.9-8.37 1.782l-.05.982q.593.028 1.146.027c6.647 0 9.332-2.98 10.082-4.044l-.865-.5m-.251-3.708a.79.79 0 0 0 .798-.786a.79.79 0 0 0-.798-.785a.79.79 0 0 0-.797.785c0 .434.357.786.797.786"/></svg>
React
import type { SVGProps } from "react";
export function TokenXdefi(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="M13.793 13.104c-1.392.852-3.256 1.29-5.143 1.197c-1.587-.077-2.889-.64-3.676-1.563c-.692-.826-.96-1.916-.778-3.17c.061-.417.187-.822.374-1.2l.026-.054A8.1 8.1 0 0 1 7.409 5.27a8.27 8.27 0 0 1 8.07-.443a8.1 8.1 0 0 1 3.14 2.718a7.93 7.93 0 0 1 .586 7.937a8.07 8.07 0 0 1-2.708 3.137a8.24 8.24 0 0 1-3.93 1.405l.087.977a9.25 9.25 0 0 0 4.412-1.576a9.06 9.06 0 0 0 3.04-3.52a8.9 8.9 0 0 0-.66-8.911a9.1 9.1 0 0 0-3.527-3.05a9.28 9.28 0 0 0-9.059.507a9.07 9.07 0 0 0-3.153 3.424l-.035.07c-.23.47-.387.973-.462 1.49c-.216 1.529.119 2.889.994 3.936c.958 1.146 2.517 1.827 4.387 1.916c2.277.113 4.54-.498 6.147-1.622z"/><path fill="currentColor" d="M15.698 14.215c-.906.775-3.012 2.18-6.506 2.372c-3.911.213-5.541-1.04-5.556-1.052l-.316.383l.318-.377l-.638.754c.07.058 1.632 1.3 5.304 1.3c.3 0 .616 0 .944-.025c4.223-.232 6.543-2.046 7.352-2.82z"/><path fill="currentColor" d="M17.394 15.229a7.3 7.3 0 0 1-1.946 1.745c-2.647 1.682-6.013 1.9-8.37 1.782l-.05.982q.593.028 1.146.027c6.647 0 9.332-2.98 10.082-4.044l-.865-.5m-.251-3.708a.79.79 0 0 0 .798-.786a.79.79 0 0 0-.798-.785a.79.79 0 0 0-.797.785c0 .434.357.786.797.786"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.793 13.104c-1.392.852-3.256 1.29-5.143 1.197c-1.587-.077-2.889-.64-3.676-1.563c-.692-.826-.96-1.916-.778-3.17c.061-.417.187-.822.374-1.2l.026-.054A8.1 8.1 0 0 1 7.409 5.27a8.27 8.27 0 0 1 8.07-.443a8.1 8.1 0 0 1 3.14 2.718a7.93 7.93 0 0 1 .586 7.937a8.07 8.07 0 0 1-2.708 3.137a8.24 8.24 0 0 1-3.93 1.405l.087.977a9.25 9.25 0 0 0 4.412-1.576a9.06 9.06 0 0 0 3.04-3.52a8.9 8.9 0 0 0-.66-8.911a9.1 9.1 0 0 0-3.527-3.05a9.28 9.28 0 0 0-9.059.507a9.07 9.07 0 0 0-3.153 3.424l-.035.07c-.23.47-.387.973-.462 1.49c-.216 1.529.119 2.889.994 3.936c.958 1.146 2.517 1.827 4.387 1.916c2.277.113 4.54-.498 6.147-1.622z"/><path fill="currentColor" d="M15.698 14.215c-.906.775-3.012 2.18-6.506 2.372c-3.911.213-5.541-1.04-5.556-1.052l-.316.383l.318-.377l-.638.754c.07.058 1.632 1.3 5.304 1.3c.3 0 .616 0 .944-.025c4.223-.232 6.543-2.046 7.352-2.82z"/><path fill="currentColor" d="M17.394 15.229a7.3 7.3 0 0 1-1.946 1.745c-2.647 1.682-6.013 1.9-8.37 1.782l-.05.982q.593.028 1.146.027c6.647 0 9.332-2.98 10.082-4.044l-.865-.5m-.251-3.708a.79.79 0 0 0 .798-.786a.79.79 0 0 0-.798-.785a.79.79 0 0 0-.797.785c0 .434.357.786.797.786"/></svg> </template>
CSS
.icon-xdefi {
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%22M13.793%2013.104c-1.392.852-3.256%201.29-5.143%201.197c-1.587-.077-2.889-.64-3.676-1.563c-.692-.826-.96-1.916-.778-3.17c.061-.417.187-.822.374-1.2l.026-.054A8.1%208.1%200%200%201%207.409%205.27a8.27%208.27%200%200%201%208.07-.443a8.1%208.1%200%200%201%203.14%202.718a7.93%207.93%200%200%201%20.586%207.937a8.07%208.07%200%200%201-2.708%203.137a8.24%208.24%200%200%201-3.93%201.405l.087.977a9.25%209.25%200%200%200%204.412-1.576a9.06%209.06%200%200%200%203.04-3.52a8.9%208.9%200%200%200-.66-8.911a9.1%209.1%200%200%200-3.527-3.05a9.28%209.28%200%200%200-9.059.507a9.07%209.07%200%200%200-3.153%203.424l-.035.07c-.23.47-.387.973-.462%201.49c-.216%201.529.119%202.889.994%203.936c.958%201.146%202.517%201.827%204.387%201.916c2.277.113%204.54-.498%206.147-1.622z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.698%2014.215c-.906.775-3.012%202.18-6.506%202.372c-3.911.213-5.541-1.04-5.556-1.052l-.316.383l.318-.377l-.638.754c.07.058%201.632%201.3%205.304%201.3c.3%200%20.616%200%20.944-.025c4.223-.232%206.543-2.046%207.352-2.82z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.394%2015.229a7.3%207.3%200%200%201-1.946%201.745c-2.647%201.682-6.013%201.9-8.37%201.782l-.05.982q.593.028%201.146.027c6.647%200%209.332-2.98%2010.082-4.044l-.865-.5m-.251-3.708a.79.79%200%200%200%20.798-.786a.79.79%200%200%200-.798-.785a.79.79%200%200%200-.797.785c0%20.434.357.786.797.786%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%22M13.793%2013.104c-1.392.852-3.256%201.29-5.143%201.197c-1.587-.077-2.889-.64-3.676-1.563c-.692-.826-.96-1.916-.778-3.17c.061-.417.187-.822.374-1.2l.026-.054A8.1%208.1%200%200%201%207.409%205.27a8.27%208.27%200%200%201%208.07-.443a8.1%208.1%200%200%201%203.14%202.718a7.93%207.93%200%200%201%20.586%207.937a8.07%208.07%200%200%201-2.708%203.137a8.24%208.24%200%200%201-3.93%201.405l.087.977a9.25%209.25%200%200%200%204.412-1.576a9.06%209.06%200%200%200%203.04-3.52a8.9%208.9%200%200%200-.66-8.911a9.1%209.1%200%200%200-3.527-3.05a9.28%209.28%200%200%200-9.059.507a9.07%209.07%200%200%200-3.153%203.424l-.035.07c-.23.47-.387.973-.462%201.49c-.216%201.529.119%202.889.994%203.936c.958%201.146%202.517%201.827%204.387%201.916c2.277.113%204.54-.498%206.147-1.622z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.698%2014.215c-.906.775-3.012%202.18-6.506%202.372c-3.911.213-5.541-1.04-5.556-1.052l-.316.383l.318-.377l-.638.754c.07.058%201.632%201.3%205.304%201.3c.3%200%20.616%200%20.944-.025c4.223-.232%206.543-2.046%207.352-2.82z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.394%2015.229a7.3%207.3%200%200%201-1.946%201.745c-2.647%201.682-6.013%201.9-8.37%201.782l-.05.982q.593.028%201.146.027c6.647%200%209.332-2.98%2010.082-4.044l-.865-.5m-.251-3.708a.79.79%200%200%200%20.798-.786a.79.79%200%200%200-.798-.785a.79.79%200%200%200-.797.785c0%20.434.357.786.797.786%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/xdefi.svg?color=%231a73e8&size=48