xvs logo
xvs from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- xvs
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the xvs logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.695 7.481L14.1 18.758a2.25 2.25 0 0 1-1.963 1.12a2.29 2.29 0 0 1-1.964-1.12l-1.154-1.97a.023.023 0 0 1 0-.033l.023-.006l.017.006a1.9 1.9 0 0 0 2.386.225c.241-.158.444-.366.585-.62l5.52-9.441a1.857 1.857 0 0 0-1.16-2.752l-.016-.006l-.006-.007l-.002-.01q0-.005.002-.009l.006-.007l.017-.006h2.34a2.29 2.29 0 0 1 1.97 1.125a2.22 2.22 0 0 1-.006 2.234m-7.804-3.359h-2.285a.02.02 0 0 0-.017.023v.01l.017.012a1.15 1.15 0 0 1 .664.675a1.12 1.12 0 0 1-.084.94l-3.332 5.689a1.14 1.14 0 0 1-.81.546a1.17 1.17 0 0 1-.956-.282a.02.02 0 0 0-.016.007a.02.02 0 0 0-.007.016v.017l1.17 2.003a1.49 1.49 0 0 0 1.295.743a1.51 1.51 0 0 0 1.3-.743l4.36-7.439a1.464 1.464 0 0 0-.551-2.02a1.5 1.5 0 0 0-.748-.197m-7.934 0c-.788 0-1.52.478-1.824 1.204a2.014 2.014 0 0 0 1.83 2.735a2.025 2.025 0 0 0 1.969-1.992c0-1.07-.918-1.947-1.97-1.947z"/></svg>
React
import type { SVGProps } from "react";
export function TokenXvs(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="M20.695 7.481L14.1 18.758a2.25 2.25 0 0 1-1.963 1.12a2.29 2.29 0 0 1-1.964-1.12l-1.154-1.97a.023.023 0 0 1 0-.033l.023-.006l.017.006a1.9 1.9 0 0 0 2.386.225c.241-.158.444-.366.585-.62l5.52-9.441a1.857 1.857 0 0 0-1.16-2.752l-.016-.006l-.006-.007l-.002-.01q0-.005.002-.009l.006-.007l.017-.006h2.34a2.29 2.29 0 0 1 1.97 1.125a2.22 2.22 0 0 1-.006 2.234m-7.804-3.359h-2.285a.02.02 0 0 0-.017.023v.01l.017.012a1.15 1.15 0 0 1 .664.675a1.12 1.12 0 0 1-.084.94l-3.332 5.689a1.14 1.14 0 0 1-.81.546a1.17 1.17 0 0 1-.956-.282a.02.02 0 0 0-.016.007a.02.02 0 0 0-.007.016v.017l1.17 2.003a1.49 1.49 0 0 0 1.295.743a1.51 1.51 0 0 0 1.3-.743l4.36-7.439a1.464 1.464 0 0 0-.551-2.02a1.5 1.5 0 0 0-.748-.197m-7.934 0c-.788 0-1.52.478-1.824 1.204a2.014 2.014 0 0 0 1.83 2.735a2.025 2.025 0 0 0 1.969-1.992c0-1.07-.918-1.947-1.97-1.947z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.695 7.481L14.1 18.758a2.25 2.25 0 0 1-1.963 1.12a2.29 2.29 0 0 1-1.964-1.12l-1.154-1.97a.023.023 0 0 1 0-.033l.023-.006l.017.006a1.9 1.9 0 0 0 2.386.225c.241-.158.444-.366.585-.62l5.52-9.441a1.857 1.857 0 0 0-1.16-2.752l-.016-.006l-.006-.007l-.002-.01q0-.005.002-.009l.006-.007l.017-.006h2.34a2.29 2.29 0 0 1 1.97 1.125a2.22 2.22 0 0 1-.006 2.234m-7.804-3.359h-2.285a.02.02 0 0 0-.017.023v.01l.017.012a1.15 1.15 0 0 1 .664.675a1.12 1.12 0 0 1-.084.94l-3.332 5.689a1.14 1.14 0 0 1-.81.546a1.17 1.17 0 0 1-.956-.282a.02.02 0 0 0-.016.007a.02.02 0 0 0-.007.016v.017l1.17 2.003a1.49 1.49 0 0 0 1.295.743a1.51 1.51 0 0 0 1.3-.743l4.36-7.439a1.464 1.464 0 0 0-.551-2.02a1.5 1.5 0 0 0-.748-.197m-7.934 0c-.788 0-1.52.478-1.824 1.204a2.014 2.014 0 0 0 1.83 2.735a2.025 2.025 0 0 0 1.969-1.992c0-1.07-.918-1.947-1.97-1.947z"/></svg> </template>
CSS
.icon-xvs {
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%22M20.695%207.481L14.1%2018.758a2.25%202.25%200%200%201-1.963%201.12a2.29%202.29%200%200%201-1.964-1.12l-1.154-1.97a.023.023%200%200%201%200-.033l.023-.006l.017.006a1.9%201.9%200%200%200%202.386.225c.241-.158.444-.366.585-.62l5.52-9.441a1.857%201.857%200%200%200-1.16-2.752l-.016-.006l-.006-.007l-.002-.01q0-.005.002-.009l.006-.007l.017-.006h2.34a2.29%202.29%200%200%201%201.97%201.125a2.22%202.22%200%200%201-.006%202.234m-7.804-3.359h-2.285a.02.02%200%200%200-.017.023v.01l.017.012a1.15%201.15%200%200%201%20.664.675a1.12%201.12%200%200%201-.084.94l-3.332%205.689a1.14%201.14%200%200%201-.81.546a1.17%201.17%200%200%201-.956-.282a.02.02%200%200%200-.016.007a.02.02%200%200%200-.007.016v.017l1.17%202.003a1.49%201.49%200%200%200%201.295.743a1.51%201.51%200%200%200%201.3-.743l4.36-7.439a1.464%201.464%200%200%200-.551-2.02a1.5%201.5%200%200%200-.748-.197m-7.934%200c-.788%200-1.52.478-1.824%201.204a2.014%202.014%200%200%200%201.83%202.735a2.025%202.025%200%200%200%201.969-1.992c0-1.07-.918-1.947-1.97-1.947z%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%22M20.695%207.481L14.1%2018.758a2.25%202.25%200%200%201-1.963%201.12a2.29%202.29%200%200%201-1.964-1.12l-1.154-1.97a.023.023%200%200%201%200-.033l.023-.006l.017.006a1.9%201.9%200%200%200%202.386.225c.241-.158.444-.366.585-.62l5.52-9.441a1.857%201.857%200%200%200-1.16-2.752l-.016-.006l-.006-.007l-.002-.01q0-.005.002-.009l.006-.007l.017-.006h2.34a2.29%202.29%200%200%201%201.97%201.125a2.22%202.22%200%200%201-.006%202.234m-7.804-3.359h-2.285a.02.02%200%200%200-.017.023v.01l.017.012a1.15%201.15%200%200%201%20.664.675a1.12%201.12%200%200%201-.084.94l-3.332%205.689a1.14%201.14%200%200%201-.81.546a1.17%201.17%200%200%201-.956-.282a.02.02%200%200%200-.016.007a.02.02%200%200%200-.007.016v.017l1.17%202.003a1.49%201.49%200%200%200%201.295.743a1.51%201.51%200%200%200%201.3-.743l4.36-7.439a1.464%201.464%200%200%200-.551-2.02a1.5%201.5%200%200%200-.748-.197m-7.934%200c-.788%200-1.52.478-1.824%201.204a2.014%202.014%200%200%200%201.83%202.735a2.025%202.025%200%200%200%201.969-1.992c0-1.07-.918-1.947-1.97-1.947z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/xvs.svg?color=%231a73e8&size=48