vvs from Web3 Icons Branded by 0xa3k5 · Branded · MIT Free for personal and commercial use.

Name
vvs
Set
Web3 Icons Branded
Style
Branded
Viewbox
24×24
License
MIT

1 other variant in Web3 Icons Branded

The same logo in other sets

Use the vvs logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="#2c3852"><path d="M14 8.499h-4l-2.5 3l4.5 4l4.5-4z"/><path fill-rule="evenodd" d="M17.05 10.139a1.467 1.467 0 0 1 0 2.095l-3.91 3.85a1.525 1.525 0 0 1-2.11.02l-4.06-3.84a1.464 1.464 0 0 1 .01-2.15l2.426-2.235c.28-.255.65-.4 1.03-.4h3.3c.394 0 .78.16 1.06.435l2.26 2.225zm-6.61-4.14h3.3c.795 0 1.56.31 2.125.87l2.26 2.22a2.93 2.93 0 0 1 0 4.19l-3.915 3.85a3.05 3.05 0 0 1-4.214.044l-4.065-3.84a2.93 2.93 0 0 1 .025-4.3L8.38 6.8a3.04 3.04 0 0 1 2.06-.8" clip-rule="evenodd"/><path fill-rule="evenodd" d="M10.075 3.999h3.965c1.405 0 2.75.59 3.695 1.62l1.955 2.13a4.95 4.95 0 0 1-.155 6.87l-3.95 3.924a5.03 5.03 0 0 1-7.03.05l-4.04-3.905a4.95 4.95 0 0 1-.124-7.004l2.065-2.15a5.02 5.02 0 0 1 3.62-1.535m0 1.49h3.965c.985 0 1.92.415 2.585 1.135l1.955 2.13a3.465 3.465 0 0 1-.11 4.81l-3.95 3.924a3.52 3.52 0 0 1-4.915.035l-4.04-3.905a3.464 3.464 0 0 1-.09-4.9l2.066-2.15a3.52 3.52 0 0 1 2.534-1.079" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedVvs(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="#2c3852"><path d="M14 8.499h-4l-2.5 3l4.5 4l4.5-4z"/><path fillRule="evenodd" d="M17.05 10.139a1.467 1.467 0 0 1 0 2.095l-3.91 3.85a1.525 1.525 0 0 1-2.11.02l-4.06-3.84a1.464 1.464 0 0 1 .01-2.15l2.426-2.235c.28-.255.65-.4 1.03-.4h3.3c.394 0 .78.16 1.06.435l2.26 2.225zm-6.61-4.14h3.3c.795 0 1.56.31 2.125.87l2.26 2.22a2.93 2.93 0 0 1 0 4.19l-3.915 3.85a3.05 3.05 0 0 1-4.214.044l-4.065-3.84a2.93 2.93 0 0 1 .025-4.3L8.38 6.8a3.04 3.04 0 0 1 2.06-.8" clipRule="evenodd"/><path fillRule="evenodd" d="M10.075 3.999h3.965c1.405 0 2.75.59 3.695 1.62l1.955 2.13a4.95 4.95 0 0 1-.155 6.87l-3.95 3.924a5.03 5.03 0 0 1-7.03.05l-4.04-3.905a4.95 4.95 0 0 1-.124-7.004l2.065-2.15a5.02 5.02 0 0 1 3.62-1.535m0 1.49h3.965c.985 0 1.92.415 2.585 1.135l1.955 2.13a3.465 3.465 0 0 1-.11 4.81l-3.95 3.924a3.52 3.52 0 0 1-4.915.035l-4.04-3.905a3.464 3.464 0 0 1-.09-4.9l2.066-2.15a3.52 3.52 0 0 1 2.534-1.079" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="#2c3852"><path d="M14 8.499h-4l-2.5 3l4.5 4l4.5-4z"/><path fill-rule="evenodd" d="M17.05 10.139a1.467 1.467 0 0 1 0 2.095l-3.91 3.85a1.525 1.525 0 0 1-2.11.02l-4.06-3.84a1.464 1.464 0 0 1 .01-2.15l2.426-2.235c.28-.255.65-.4 1.03-.4h3.3c.394 0 .78.16 1.06.435l2.26 2.225zm-6.61-4.14h3.3c.795 0 1.56.31 2.125.87l2.26 2.22a2.93 2.93 0 0 1 0 4.19l-3.915 3.85a3.05 3.05 0 0 1-4.214.044l-4.065-3.84a2.93 2.93 0 0 1 .025-4.3L8.38 6.8a3.04 3.04 0 0 1 2.06-.8" clip-rule="evenodd"/><path fill-rule="evenodd" d="M10.075 3.999h3.965c1.405 0 2.75.59 3.695 1.62l1.955 2.13a4.95 4.95 0 0 1-.155 6.87l-3.95 3.924a5.03 5.03 0 0 1-7.03.05l-4.04-3.905a4.95 4.95 0 0 1-.124-7.004l2.065-2.15a5.02 5.02 0 0 1 3.62-1.535m0 1.49h3.965c.985 0 1.92.415 2.585 1.135l1.955 2.13a3.465 3.465 0 0 1-.11 4.81l-3.95 3.924a3.52 3.52 0 0 1-4.915.035l-4.04-3.905a3.464 3.464 0 0 1-.09-4.9l2.066-2.15a3.52 3.52 0 0 1 2.534-1.079" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-vvs {
  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%3Cg%20fill%3D%22%232c3852%22%3E%3Cpath%20d%3D%22M14%208.499h-4l-2.5%203l4.5%204l4.5-4z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17.05%2010.139a1.467%201.467%200%200%201%200%202.095l-3.91%203.85a1.525%201.525%200%200%201-2.11.02l-4.06-3.84a1.464%201.464%200%200%201%20.01-2.15l2.426-2.235c.28-.255.65-.4%201.03-.4h3.3c.394%200%20.78.16%201.06.435l2.26%202.225zm-6.61-4.14h3.3c.795%200%201.56.31%202.125.87l2.26%202.22a2.93%202.93%200%200%201%200%204.19l-3.915%203.85a3.05%203.05%200%200%201-4.214.044l-4.065-3.84a2.93%202.93%200%200%201%20.025-4.3L8.38%206.8a3.04%203.04%200%200%201%202.06-.8%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.075%203.999h3.965c1.405%200%202.75.59%203.695%201.62l1.955%202.13a4.95%204.95%200%200%201-.155%206.87l-3.95%203.924a5.03%205.03%200%200%201-7.03.05l-4.04-3.905a4.95%204.95%200%200%201-.124-7.004l2.065-2.15a5.02%205.02%200%200%201%203.62-1.535m0%201.49h3.965c.985%200%201.92.415%202.585%201.135l1.955%202.13a3.465%203.465%200%200%201-.11%204.81l-3.95%203.924a3.52%203.52%200%200%201-4.915.035l-4.04-3.905a3.464%203.464%200%200%201-.09-4.9l2.066-2.15a3.52%203.52%200%200%201%202.534-1.079%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22%232c3852%22%3E%3Cpath%20d%3D%22M14%208.499h-4l-2.5%203l4.5%204l4.5-4z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17.05%2010.139a1.467%201.467%200%200%201%200%202.095l-3.91%203.85a1.525%201.525%200%200%201-2.11.02l-4.06-3.84a1.464%201.464%200%200%201%20.01-2.15l2.426-2.235c.28-.255.65-.4%201.03-.4h3.3c.394%200%20.78.16%201.06.435l2.26%202.225zm-6.61-4.14h3.3c.795%200%201.56.31%202.125.87l2.26%202.22a2.93%202.93%200%200%201%200%204.19l-3.915%203.85a3.05%203.05%200%200%201-4.214.044l-4.065-3.84a2.93%202.93%200%200%201%20.025-4.3L8.38%206.8a3.04%203.04%200%200%201%202.06-.8%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.075%203.999h3.965c1.405%200%202.75.59%203.695%201.62l1.955%202.13a4.95%204.95%200%200%201-.155%206.87l-3.95%203.924a5.03%205.03%200%200%201-7.03.05l-4.04-3.905a4.95%204.95%200%200%201-.124-7.004l2.065-2.15a5.02%205.02%200%200%201%203.62-1.535m0%201.49h3.965c.985%200%201.92.415%202.585%201.135l1.955%202.13a3.465%203.465%200%200%201-.11%204.81l-3.95%203.924a3.52%203.52%200%200%201-4.915.035l-4.04-3.905a3.464%203.464%200%200%201-.09-4.9l2.066-2.15a3.52%203.52%200%200%201%202.534-1.079%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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