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

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

The same logo in other sets

Use the vxv logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M19.562 7.758L12 3.504L4.438 7.758v8.484L12 20.496l7.562-4.254zm-7.315-4.693a.5.5 0 0 0-.494 0L4.19 7.318a.5.5 0 0 0-.257.44v8.484c0 .182.098.35.257.44l7.562 4.253a.5.5 0 0 0 .494 0l7.562-4.253a.5.5 0 0 0 .257-.44V7.758a.5.5 0 0 0-.257-.44z" clip-rule="evenodd"/><path fill="currentColor" fill-rule="evenodd" d="m12.313 17.879l5.419-9.268c.22-.378-.204-.802-.587-.585l-5.13 2.912l-5.116-2.91c-.382-.218-.808.206-.588.584l5.405 9.267a.346.346 0 0 0 .597 0m-.023-1.617l3.422-6.042c.086-.151-.084-.318-.236-.232l-3.478 1.983l.007.018l-2.084 1.188l1.77 3.086c.132.232.468.23.6-.001m-2.818-3.868l1.639-.928L8.418 9.91c-.152-.088-.323.08-.236.232z" clip-rule="evenodd"/><path fill="currentColor" d="m11.73 12.145l-.891-.522l1.366-.793l.86.53z"/><path fill="currentColor" d="m10.57 11.154l3.575 2.06l.601-.654l-3.531-2.076z"/></svg>

React

import type { SVGProps } from "react";

export function TokenVxv(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" fillRule="evenodd" d="M19.562 7.758L12 3.504L4.438 7.758v8.484L12 20.496l7.562-4.254zm-7.315-4.693a.5.5 0 0 0-.494 0L4.19 7.318a.5.5 0 0 0-.257.44v8.484c0 .182.098.35.257.44l7.562 4.253a.5.5 0 0 0 .494 0l7.562-4.253a.5.5 0 0 0 .257-.44V7.758a.5.5 0 0 0-.257-.44z" clipRule="evenodd"/><path fill="currentColor" fillRule="evenodd" d="m12.313 17.879l5.419-9.268c.22-.378-.204-.802-.587-.585l-5.13 2.912l-5.116-2.91c-.382-.218-.808.206-.588.584l5.405 9.267a.346.346 0 0 0 .597 0m-.023-1.617l3.422-6.042c.086-.151-.084-.318-.236-.232l-3.478 1.983l.007.018l-2.084 1.188l1.77 3.086c.132.232.468.23.6-.001m-2.818-3.868l1.639-.928L8.418 9.91c-.152-.088-.323.08-.236.232z" clipRule="evenodd"/><path fill="currentColor" d="m11.73 12.145l-.891-.522l1.366-.793l.86.53z"/><path fill="currentColor" d="m10.57 11.154l3.575 2.06l.601-.654l-3.531-2.076z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M19.562 7.758L12 3.504L4.438 7.758v8.484L12 20.496l7.562-4.254zm-7.315-4.693a.5.5 0 0 0-.494 0L4.19 7.318a.5.5 0 0 0-.257.44v8.484c0 .182.098.35.257.44l7.562 4.253a.5.5 0 0 0 .494 0l7.562-4.253a.5.5 0 0 0 .257-.44V7.758a.5.5 0 0 0-.257-.44z" clip-rule="evenodd"/><path fill="currentColor" fill-rule="evenodd" d="m12.313 17.879l5.419-9.268c.22-.378-.204-.802-.587-.585l-5.13 2.912l-5.116-2.91c-.382-.218-.808.206-.588.584l5.405 9.267a.346.346 0 0 0 .597 0m-.023-1.617l3.422-6.042c.086-.151-.084-.318-.236-.232l-3.478 1.983l.007.018l-2.084 1.188l1.77 3.086c.132.232.468.23.6-.001m-2.818-3.868l1.639-.928L8.418 9.91c-.152-.088-.323.08-.236.232z" clip-rule="evenodd"/><path fill="currentColor" d="m11.73 12.145l-.891-.522l1.366-.793l.86.53z"/><path fill="currentColor" d="m10.57 11.154l3.575 2.06l.601-.654l-3.531-2.076z"/></svg>
</template>

CSS

.icon-vxv {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M19.562%207.758L12%203.504L4.438%207.758v8.484L12%2020.496l7.562-4.254zm-7.315-4.693a.5.5%200%200%200-.494%200L4.19%207.318a.5.5%200%200%200-.257.44v8.484c0%20.182.098.35.257.44l7.562%204.253a.5.5%200%200%200%20.494%200l7.562-4.253a.5.5%200%200%200%20.257-.44V7.758a.5.5%200%200%200-.257-.44z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22m12.313%2017.879l5.419-9.268c.22-.378-.204-.802-.587-.585l-5.13%202.912l-5.116-2.91c-.382-.218-.808.206-.588.584l5.405%209.267a.346.346%200%200%200%20.597%200m-.023-1.617l3.422-6.042c.086-.151-.084-.318-.236-.232l-3.478%201.983l.007.018l-2.084%201.188l1.77%203.086c.132.232.468.23.6-.001m-2.818-3.868l1.639-.928L8.418%209.91c-.152-.088-.323.08-.236.232z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m11.73%2012.145l-.891-.522l1.366-.793l.86.53z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m10.57%2011.154l3.575%202.06l.601-.654l-3.531-2.076z%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%20fill-rule%3D%22evenodd%22%20d%3D%22M19.562%207.758L12%203.504L4.438%207.758v8.484L12%2020.496l7.562-4.254zm-7.315-4.693a.5.5%200%200%200-.494%200L4.19%207.318a.5.5%200%200%200-.257.44v8.484c0%20.182.098.35.257.44l7.562%204.253a.5.5%200%200%200%20.494%200l7.562-4.253a.5.5%200%200%200%20.257-.44V7.758a.5.5%200%200%200-.257-.44z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22m12.313%2017.879l5.419-9.268c.22-.378-.204-.802-.587-.585l-5.13%202.912l-5.116-2.91c-.382-.218-.808.206-.588.584l5.405%209.267a.346.346%200%200%200%20.597%200m-.023-1.617l3.422-6.042c.086-.151-.084-.318-.236-.232l-3.478%201.983l.007.018l-2.084%201.188l1.77%203.086c.132.232.468.23.6-.001m-2.818-3.868l1.639-.928L8.418%209.91c-.152-.088-.323.08-.236.232z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m11.73%2012.145l-.891-.522l1.366-.793l.86.53z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m10.57%2011.154l3.575%202.06l.601-.654l-3.531-2.076z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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