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

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

The same logo in other sets

Use the vc logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.853 4.853a1.853 1.853 0 1 1-3.706 0a1.853 1.853 0 0 1 3.706 0m-2.928 3.261c-.17-1.482-2.065-2.107-3.16-1.043a1.726 1.726 0 0 0-.307 2.086c.121.196.27.392.455.577c.381.38.654.855.789 1.377q.475 1.88-.89 3.277c-.513.518-.714 1.19-.46 1.89c.63 1.694 3.134 1.524 3.547-.212a1.8 1.8 0 0 0-.487-1.63a4.5 4.5 0 0 1-.503-.615c-.9-1.403-.651-3.081.513-4.267a1.68 1.68 0 0 0 .503-1.435zm2.71 6.353a3.324 3.324 0 0 0 .435-4.267c-.1-.159-.228-.291-.355-.423c-.09-.101-.185-.196-.264-.302c-1.176-1.52.529-3.542 2.292-2.68a1.747 1.747 0 0 1 .455 2.88a3.35 3.35 0 0 0-.042 4.74c.656.656.82 1.524.302 2.323a1.88 1.88 0 0 1-1.906.768c-1.499-.318-1.991-1.975-.916-3.044zm-6.4-2.202a1.853 1.853 0 1 1-3.706 0a1.853 1.853 0 0 1 3.706 0m11.383 1.853a1.853 1.853 0 1 0 0-3.706a1.853 1.853 0 0 0 0 3.706m-4.765 5.03a1.853 1.853 0 1 1-3.706 0a1.853 1.853 0 0 1 3.706 0"/></svg>

React

import type { SVGProps } from "react";

export function TokenVc(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="M13.853 4.853a1.853 1.853 0 1 1-3.706 0a1.853 1.853 0 0 1 3.706 0m-2.928 3.261c-.17-1.482-2.065-2.107-3.16-1.043a1.726 1.726 0 0 0-.307 2.086c.121.196.27.392.455.577c.381.38.654.855.789 1.377q.475 1.88-.89 3.277c-.513.518-.714 1.19-.46 1.89c.63 1.694 3.134 1.524 3.547-.212a1.8 1.8 0 0 0-.487-1.63a4.5 4.5 0 0 1-.503-.615c-.9-1.403-.651-3.081.513-4.267a1.68 1.68 0 0 0 .503-1.435zm2.71 6.353a3.324 3.324 0 0 0 .435-4.267c-.1-.159-.228-.291-.355-.423c-.09-.101-.185-.196-.264-.302c-1.176-1.52.529-3.542 2.292-2.68a1.747 1.747 0 0 1 .455 2.88a3.35 3.35 0 0 0-.042 4.74c.656.656.82 1.524.302 2.323a1.88 1.88 0 0 1-1.906.768c-1.499-.318-1.991-1.975-.916-3.044zm-6.4-2.202a1.853 1.853 0 1 1-3.706 0a1.853 1.853 0 0 1 3.706 0m11.383 1.853a1.853 1.853 0 1 0 0-3.706a1.853 1.853 0 0 0 0 3.706m-4.765 5.03a1.853 1.853 0 1 1-3.706 0a1.853 1.853 0 0 1 3.706 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.853 4.853a1.853 1.853 0 1 1-3.706 0a1.853 1.853 0 0 1 3.706 0m-2.928 3.261c-.17-1.482-2.065-2.107-3.16-1.043a1.726 1.726 0 0 0-.307 2.086c.121.196.27.392.455.577c.381.38.654.855.789 1.377q.475 1.88-.89 3.277c-.513.518-.714 1.19-.46 1.89c.63 1.694 3.134 1.524 3.547-.212a1.8 1.8 0 0 0-.487-1.63a4.5 4.5 0 0 1-.503-.615c-.9-1.403-.651-3.081.513-4.267a1.68 1.68 0 0 0 .503-1.435zm2.71 6.353a3.324 3.324 0 0 0 .435-4.267c-.1-.159-.228-.291-.355-.423c-.09-.101-.185-.196-.264-.302c-1.176-1.52.529-3.542 2.292-2.68a1.747 1.747 0 0 1 .455 2.88a3.35 3.35 0 0 0-.042 4.74c.656.656.82 1.524.302 2.323a1.88 1.88 0 0 1-1.906.768c-1.499-.318-1.991-1.975-.916-3.044zm-6.4-2.202a1.853 1.853 0 1 1-3.706 0a1.853 1.853 0 0 1 3.706 0m11.383 1.853a1.853 1.853 0 1 0 0-3.706a1.853 1.853 0 0 0 0 3.706m-4.765 5.03a1.853 1.853 0 1 1-3.706 0a1.853 1.853 0 0 1 3.706 0"/></svg>
</template>

CSS

.icon-vc {
  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%22M13.853%204.853a1.853%201.853%200%201%201-3.706%200a1.853%201.853%200%200%201%203.706%200m-2.928%203.261c-.17-1.482-2.065-2.107-3.16-1.043a1.726%201.726%200%200%200-.307%202.086c.121.196.27.392.455.577c.381.38.654.855.789%201.377q.475%201.88-.89%203.277c-.513.518-.714%201.19-.46%201.89c.63%201.694%203.134%201.524%203.547-.212a1.8%201.8%200%200%200-.487-1.63a4.5%204.5%200%200%201-.503-.615c-.9-1.403-.651-3.081.513-4.267a1.68%201.68%200%200%200%20.503-1.435zm2.71%206.353a3.324%203.324%200%200%200%20.435-4.267c-.1-.159-.228-.291-.355-.423c-.09-.101-.185-.196-.264-.302c-1.176-1.52.529-3.542%202.292-2.68a1.747%201.747%200%200%201%20.455%202.88a3.35%203.35%200%200%200-.042%204.74c.656.656.82%201.524.302%202.323a1.88%201.88%200%200%201-1.906.768c-1.499-.318-1.991-1.975-.916-3.044zm-6.4-2.202a1.853%201.853%200%201%201-3.706%200a1.853%201.853%200%200%201%203.706%200m11.383%201.853a1.853%201.853%200%201%200%200-3.706a1.853%201.853%200%200%200%200%203.706m-4.765%205.03a1.853%201.853%200%201%201-3.706%200a1.853%201.853%200%200%201%203.706%200%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%22M13.853%204.853a1.853%201.853%200%201%201-3.706%200a1.853%201.853%200%200%201%203.706%200m-2.928%203.261c-.17-1.482-2.065-2.107-3.16-1.043a1.726%201.726%200%200%200-.307%202.086c.121.196.27.392.455.577c.381.38.654.855.789%201.377q.475%201.88-.89%203.277c-.513.518-.714%201.19-.46%201.89c.63%201.694%203.134%201.524%203.547-.212a1.8%201.8%200%200%200-.487-1.63a4.5%204.5%200%200%201-.503-.615c-.9-1.403-.651-3.081.513-4.267a1.68%201.68%200%200%200%20.503-1.435zm2.71%206.353a3.324%203.324%200%200%200%20.435-4.267c-.1-.159-.228-.291-.355-.423c-.09-.101-.185-.196-.264-.302c-1.176-1.52.529-3.542%202.292-2.68a1.747%201.747%200%200%201%20.455%202.88a3.35%203.35%200%200%200-.042%204.74c.656.656.82%201.524.302%202.323a1.88%201.88%200%200%201-1.906.768c-1.499-.318-1.991-1.975-.916-3.044zm-6.4-2.202a1.853%201.853%200%201%201-3.706%200a1.853%201.853%200%200%201%203.706%200m11.383%201.853a1.853%201.853%200%201%200%200-3.706a1.853%201.853%200%200%200%200%203.706m-4.765%205.03a1.853%201.853%200%201%201-3.706%200a1.853%201.853%200%200%201%203.706%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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