xtz logo
xtz from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- xtz
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the xtz logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.04 20.99c-1.314 0-2.267-.305-2.879-.926c-.593-.621-.9-1.286-.9-1.997c0-.27.064-.486.162-.666c.104-.177.253-.323.432-.423c.18-.099.405-.152.666-.152c.26 0 .494.053.674.152a1.14 1.14 0 0 1 .585 1.08c0 .324-.072.576-.225.782a1.08 1.08 0 0 1-.549.387c.18.252.468.423.864.531c.387.108.783.162 1.17.162a2.63 2.63 0 0 0 1.475-.432c.45-.288.764-.72.971-1.277c.216-.567.315-1.206.315-1.916c0-.783-.108-1.44-.342-1.988a2.46 2.46 0 0 0-.99-1.241a2.7 2.7 0 0 0-1.439-.396c-.323 0-.746.135-1.25.405l-.917.45v-.45L16 7.758h-5.52v5.524c0 1.225.941 2.078 2.03 1.277c.308-.224.575-.497.792-.81a.3.3 0 0 1 .108-.126a.22.22 0 0 1 .135-.054c.08 0 .17.045.27.117c.096.103.15.237.152.378a3 3 0 0 1-.054.288c-.208.486-.551.9-.99 1.196c-1.048.698-2.953.59-3.848-.305a2.7 2.7 0 0 1-.71-1.961V7.758H5.183v-1.06h3.18V4.05l-.532-.53V3h1.81l.838 1.05v2.648h7.374l.755.62l-4.65 4.57q.422-.166.872-.207c.504 0 1.08.162 1.71.476a3.5 3.5 0 0 1 1.456 1.277c.342.54.567 1.053.657 1.548q.15.653.162 1.322a5.4 5.4 0 0 1-.567 2.447a3.63 3.63 0 0 1-1.709 1.69a5.7 5.7 0 0 1-2.5.559z"/></svg>
React
import type { SVGProps } from "react";
export function TokenXtz(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="M14.04 20.99c-1.314 0-2.267-.305-2.879-.926c-.593-.621-.9-1.286-.9-1.997c0-.27.064-.486.162-.666c.104-.177.253-.323.432-.423c.18-.099.405-.152.666-.152c.26 0 .494.053.674.152a1.14 1.14 0 0 1 .585 1.08c0 .324-.072.576-.225.782a1.08 1.08 0 0 1-.549.387c.18.252.468.423.864.531c.387.108.783.162 1.17.162a2.63 2.63 0 0 0 1.475-.432c.45-.288.764-.72.971-1.277c.216-.567.315-1.206.315-1.916c0-.783-.108-1.44-.342-1.988a2.46 2.46 0 0 0-.99-1.241a2.7 2.7 0 0 0-1.439-.396c-.323 0-.746.135-1.25.405l-.917.45v-.45L16 7.758h-5.52v5.524c0 1.225.941 2.078 2.03 1.277c.308-.224.575-.497.792-.81a.3.3 0 0 1 .108-.126a.22.22 0 0 1 .135-.054c.08 0 .17.045.27.117c.096.103.15.237.152.378a3 3 0 0 1-.054.288c-.208.486-.551.9-.99 1.196c-1.048.698-2.953.59-3.848-.305a2.7 2.7 0 0 1-.71-1.961V7.758H5.183v-1.06h3.18V4.05l-.532-.53V3h1.81l.838 1.05v2.648h7.374l.755.62l-4.65 4.57q.422-.166.872-.207c.504 0 1.08.162 1.71.476a3.5 3.5 0 0 1 1.456 1.277c.342.54.567 1.053.657 1.548q.15.653.162 1.322a5.4 5.4 0 0 1-.567 2.447a3.63 3.63 0 0 1-1.709 1.69a5.7 5.7 0 0 1-2.5.559z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.04 20.99c-1.314 0-2.267-.305-2.879-.926c-.593-.621-.9-1.286-.9-1.997c0-.27.064-.486.162-.666c.104-.177.253-.323.432-.423c.18-.099.405-.152.666-.152c.26 0 .494.053.674.152a1.14 1.14 0 0 1 .585 1.08c0 .324-.072.576-.225.782a1.08 1.08 0 0 1-.549.387c.18.252.468.423.864.531c.387.108.783.162 1.17.162a2.63 2.63 0 0 0 1.475-.432c.45-.288.764-.72.971-1.277c.216-.567.315-1.206.315-1.916c0-.783-.108-1.44-.342-1.988a2.46 2.46 0 0 0-.99-1.241a2.7 2.7 0 0 0-1.439-.396c-.323 0-.746.135-1.25.405l-.917.45v-.45L16 7.758h-5.52v5.524c0 1.225.941 2.078 2.03 1.277c.308-.224.575-.497.792-.81a.3.3 0 0 1 .108-.126a.22.22 0 0 1 .135-.054c.08 0 .17.045.27.117c.096.103.15.237.152.378a3 3 0 0 1-.054.288c-.208.486-.551.9-.99 1.196c-1.048.698-2.953.59-3.848-.305a2.7 2.7 0 0 1-.71-1.961V7.758H5.183v-1.06h3.18V4.05l-.532-.53V3h1.81l.838 1.05v2.648h7.374l.755.62l-4.65 4.57q.422-.166.872-.207c.504 0 1.08.162 1.71.476a3.5 3.5 0 0 1 1.456 1.277c.342.54.567 1.053.657 1.548q.15.653.162 1.322a5.4 5.4 0 0 1-.567 2.447a3.63 3.63 0 0 1-1.709 1.69a5.7 5.7 0 0 1-2.5.559z"/></svg> </template>
CSS
.icon-xtz {
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%22M14.04%2020.99c-1.314%200-2.267-.305-2.879-.926c-.593-.621-.9-1.286-.9-1.997c0-.27.064-.486.162-.666c.104-.177.253-.323.432-.423c.18-.099.405-.152.666-.152c.26%200%20.494.053.674.152a1.14%201.14%200%200%201%20.585%201.08c0%20.324-.072.576-.225.782a1.08%201.08%200%200%201-.549.387c.18.252.468.423.864.531c.387.108.783.162%201.17.162a2.63%202.63%200%200%200%201.475-.432c.45-.288.764-.72.971-1.277c.216-.567.315-1.206.315-1.916c0-.783-.108-1.44-.342-1.988a2.46%202.46%200%200%200-.99-1.241a2.7%202.7%200%200%200-1.439-.396c-.323%200-.746.135-1.25.405l-.917.45v-.45L16%207.758h-5.52v5.524c0%201.225.941%202.078%202.03%201.277c.308-.224.575-.497.792-.81a.3.3%200%200%201%20.108-.126a.22.22%200%200%201%20.135-.054c.08%200%20.17.045.27.117c.096.103.15.237.152.378a3%203%200%200%201-.054.288c-.208.486-.551.9-.99%201.196c-1.048.698-2.953.59-3.848-.305a2.7%202.7%200%200%201-.71-1.961V7.758H5.183v-1.06h3.18V4.05l-.532-.53V3h1.81l.838%201.05v2.648h7.374l.755.62l-4.65%204.57q.422-.166.872-.207c.504%200%201.08.162%201.71.476a3.5%203.5%200%200%201%201.456%201.277c.342.54.567%201.053.657%201.548q.15.653.162%201.322a5.4%205.4%200%200%201-.567%202.447a3.63%203.63%200%200%201-1.709%201.69a5.7%205.7%200%200%201-2.5.559z%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%22M14.04%2020.99c-1.314%200-2.267-.305-2.879-.926c-.593-.621-.9-1.286-.9-1.997c0-.27.064-.486.162-.666c.104-.177.253-.323.432-.423c.18-.099.405-.152.666-.152c.26%200%20.494.053.674.152a1.14%201.14%200%200%201%20.585%201.08c0%20.324-.072.576-.225.782a1.08%201.08%200%200%201-.549.387c.18.252.468.423.864.531c.387.108.783.162%201.17.162a2.63%202.63%200%200%200%201.475-.432c.45-.288.764-.72.971-1.277c.216-.567.315-1.206.315-1.916c0-.783-.108-1.44-.342-1.988a2.46%202.46%200%200%200-.99-1.241a2.7%202.7%200%200%200-1.439-.396c-.323%200-.746.135-1.25.405l-.917.45v-.45L16%207.758h-5.52v5.524c0%201.225.941%202.078%202.03%201.277c.308-.224.575-.497.792-.81a.3.3%200%200%201%20.108-.126a.22.22%200%200%201%20.135-.054c.08%200%20.17.045.27.117c.096.103.15.237.152.378a3%203%200%200%201-.054.288c-.208.486-.551.9-.99%201.196c-1.048.698-2.953.59-3.848-.305a2.7%202.7%200%200%201-.71-1.961V7.758H5.183v-1.06h3.18V4.05l-.532-.53V3h1.81l.838%201.05v2.648h7.374l.755.62l-4.65%204.57q.422-.166.872-.207c.504%200%201.08.162%201.71.476a3.5%203.5%200%200%201%201.456%201.277c.342.54.567%201.053.657%201.548q.15.653.162%201.322a5.4%205.4%200%200%201-.567%202.447a3.63%203.63%200%200%201-1.709%201.69a5.7%205.7%200%200%201-2.5.559z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/xtz.svg?color=%231a73e8&size=48