vee logo
vee from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- vee
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the vee logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.902 3.552a3.053 3.053 0 0 0-3.097 3.098c0 1.75 1.357 3.097 3.097 3.097S21 8.4 21 6.65c0-1.752-1.357-3.098-3.098-3.098m-9.889.107l6.477 12.136c.04.068.04.152 0 .214l-2.31 4.325a.215.215 0 0 1-.298.083a.2.2 0 0 1-.079-.083L3.035 3.868a.208.208 0 0 1 .192-.316H7.85c.045 0 .13.04.17.107z"/><path fill="currentColor" d="M6.904 8.913a55 55 0 0 1-3.683-5.361c-.169 0-.276.169-.191.315l8.774 16.467a.213.213 0 0 0 .377 0l2.06-3.858A44 44 0 0 1 6.91 8.913z"/></svg>
React
import type { SVGProps } from "react";
export function TokenVee(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="M17.902 3.552a3.053 3.053 0 0 0-3.097 3.098c0 1.75 1.357 3.097 3.097 3.097S21 8.4 21 6.65c0-1.752-1.357-3.098-3.098-3.098m-9.889.107l6.477 12.136c.04.068.04.152 0 .214l-2.31 4.325a.215.215 0 0 1-.298.083a.2.2 0 0 1-.079-.083L3.035 3.868a.208.208 0 0 1 .192-.316H7.85c.045 0 .13.04.17.107z"/><path fill="currentColor" d="M6.904 8.913a55 55 0 0 1-3.683-5.361c-.169 0-.276.169-.191.315l8.774 16.467a.213.213 0 0 0 .377 0l2.06-3.858A44 44 0 0 1 6.91 8.913z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.902 3.552a3.053 3.053 0 0 0-3.097 3.098c0 1.75 1.357 3.097 3.097 3.097S21 8.4 21 6.65c0-1.752-1.357-3.098-3.098-3.098m-9.889.107l6.477 12.136c.04.068.04.152 0 .214l-2.31 4.325a.215.215 0 0 1-.298.083a.2.2 0 0 1-.079-.083L3.035 3.868a.208.208 0 0 1 .192-.316H7.85c.045 0 .13.04.17.107z"/><path fill="currentColor" d="M6.904 8.913a55 55 0 0 1-3.683-5.361c-.169 0-.276.169-.191.315l8.774 16.467a.213.213 0 0 0 .377 0l2.06-3.858A44 44 0 0 1 6.91 8.913z"/></svg> </template>
CSS
.icon-vee {
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%22M17.902%203.552a3.053%203.053%200%200%200-3.097%203.098c0%201.75%201.357%203.097%203.097%203.097S21%208.4%2021%206.65c0-1.752-1.357-3.098-3.098-3.098m-9.889.107l6.477%2012.136c.04.068.04.152%200%20.214l-2.31%204.325a.215.215%200%200%201-.298.083a.2.2%200%200%201-.079-.083L3.035%203.868a.208.208%200%200%201%20.192-.316H7.85c.045%200%20.13.04.17.107z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.904%208.913a55%2055%200%200%201-3.683-5.361c-.169%200-.276.169-.191.315l8.774%2016.467a.213.213%200%200%200%20.377%200l2.06-3.858A44%2044%200%200%201%206.91%208.913z%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%22M17.902%203.552a3.053%203.053%200%200%200-3.097%203.098c0%201.75%201.357%203.097%203.097%203.097S21%208.4%2021%206.65c0-1.752-1.357-3.098-3.098-3.098m-9.889.107l6.477%2012.136c.04.068.04.152%200%20.214l-2.31%204.325a.215.215%200%200%201-.298.083a.2.2%200%200%201-.079-.083L3.035%203.868a.208.208%200%200%201%20.192-.316H7.85c.045%200%20.13.04.17.107z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.904%208.913a55%2055%200%200%201-3.683-5.361c-.169%200-.276.169-.191.315l8.774%2016.467a.213.213%200%200%200%20.377%200l2.06-3.858A44%2044%200%200%201%206.91%208.913z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/vee.svg?color=%231a73e8&size=48