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

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

The same logo in other sets

Use the xft logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.616 12.003a5.613 5.613 0 0 1-9.904 3.621c-.23.13-.46.281-.696.466a4.26 4.26 0 0 0-1.123 1.657a5 5 0 0 0-.225.628A8.984 8.984 0 0 0 19.143 6.551a3.5 3.5 0 0 1-.848 1.64a3.43 3.43 0 0 1-1.533.836c.56.892.855 1.923.854 2.976M7.072 14.698a5.614 5.614 0 0 1 8.915-6.653l.079-.011a2.7 2.7 0 0 0 1.437-.64c.326-.32.534-.882.635-1.533l.05-.376A8.983 8.983 0 0 0 4.815 17.393l.028-.079a5.35 5.35 0 0 1 1.47-2.105c.248-.202.506-.37.753-.517z"/></svg>

React

import type { SVGProps } from "react";

export function TokenXft(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="M17.616 12.003a5.613 5.613 0 0 1-9.904 3.621c-.23.13-.46.281-.696.466a4.26 4.26 0 0 0-1.123 1.657a5 5 0 0 0-.225.628A8.984 8.984 0 0 0 19.143 6.551a3.5 3.5 0 0 1-.848 1.64a3.43 3.43 0 0 1-1.533.836c.56.892.855 1.923.854 2.976M7.072 14.698a5.614 5.614 0 0 1 8.915-6.653l.079-.011a2.7 2.7 0 0 0 1.437-.64c.326-.32.534-.882.635-1.533l.05-.376A8.983 8.983 0 0 0 4.815 17.393l.028-.079a5.35 5.35 0 0 1 1.47-2.105c.248-.202.506-.37.753-.517z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.616 12.003a5.613 5.613 0 0 1-9.904 3.621c-.23.13-.46.281-.696.466a4.26 4.26 0 0 0-1.123 1.657a5 5 0 0 0-.225.628A8.984 8.984 0 0 0 19.143 6.551a3.5 3.5 0 0 1-.848 1.64a3.43 3.43 0 0 1-1.533.836c.56.892.855 1.923.854 2.976M7.072 14.698a5.614 5.614 0 0 1 8.915-6.653l.079-.011a2.7 2.7 0 0 0 1.437-.64c.326-.32.534-.882.635-1.533l.05-.376A8.983 8.983 0 0 0 4.815 17.393l.028-.079a5.35 5.35 0 0 1 1.47-2.105c.248-.202.506-.37.753-.517z"/></svg>
</template>

CSS

.icon-xft {
  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%22M17.616%2012.003a5.613%205.613%200%200%201-9.904%203.621c-.23.13-.46.281-.696.466a4.26%204.26%200%200%200-1.123%201.657a5%205%200%200%200-.225.628A8.984%208.984%200%200%200%2019.143%206.551a3.5%203.5%200%200%201-.848%201.64a3.43%203.43%200%200%201-1.533.836c.56.892.855%201.923.854%202.976M7.072%2014.698a5.614%205.614%200%200%201%208.915-6.653l.079-.011a2.7%202.7%200%200%200%201.437-.64c.326-.32.534-.882.635-1.533l.05-.376A8.983%208.983%200%200%200%204.815%2017.393l.028-.079a5.35%205.35%200%200%201%201.47-2.105c.248-.202.506-.37.753-.517z%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%22M17.616%2012.003a5.613%205.613%200%200%201-9.904%203.621c-.23.13-.46.281-.696.466a4.26%204.26%200%200%200-1.123%201.657a5%205%200%200%200-.225.628A8.984%208.984%200%200%200%2019.143%206.551a3.5%203.5%200%200%201-.848%201.64a3.43%203.43%200%200%201-1.533.836c.56.892.855%201.923.854%202.976M7.072%2014.698a5.614%205.614%200%200%201%208.915-6.653l.079-.011a2.7%202.7%200%200%200%201.437-.64c.326-.32.534-.882.635-1.533l.05-.376A8.983%208.983%200%200%200%204.815%2017.393l.028-.079a5.35%205.35%200%200%201%201.47-2.105c.248-.202.506-.37.753-.517z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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