wwy logo
wwy-background from Web3 Icons Branded by 0xa3k5 · Background · MIT Free for personal and commercial use.
- Name
- wwy-background
- Set
- Web3 Icons Branded
- Style
- Background
- Viewbox
- 24×24
- License
- MIT
1 other variant in Web3 Icons Branded
The same logo in other sets
Use the wwy logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="#000" d="M24 0H0v24h24z"/><path fill="#fff" d="M4.108 10.776a.43.43 0 0 1 0-.57a.345.345 0 0 1 .521 0l2.748 3.018a.44.44 0 0 1 0 .57a.344.344 0 0 1-.522 0zm7.442-.57a.44.44 0 0 1 0 .57l-2.748 3.018a.344.344 0 0 1-.521 0a.43.43 0 0 1 0-.57l2.747-3.018a.35.35 0 0 1 .404-.089q.068.031.118.088m.904.57a.43.43 0 0 1 0-.57a.345.345 0 0 1 .521 0l2.748 3.018a.44.44 0 0 1 0 .57a.344.344 0 0 1-.522 0zm7.442 0a.44.44 0 0 0 0-.57a.35.35 0 0 0-.405-.089a.4.4 0 0 0-.117.088l-2.747 3.019a.43.43 0 0 0 0 .57a.345.345 0 0 0 .521 0z"/></g></svg>
React
import type { SVGProps } from "react";
export function TokenBrandedWwyBackground(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="#000" d="M24 0H0v24h24z"/><path fill="#fff" d="M4.108 10.776a.43.43 0 0 1 0-.57a.345.345 0 0 1 .521 0l2.748 3.018a.44.44 0 0 1 0 .57a.344.344 0 0 1-.522 0zm7.442-.57a.44.44 0 0 1 0 .57l-2.748 3.018a.344.344 0 0 1-.521 0a.43.43 0 0 1 0-.57l2.747-3.018a.35.35 0 0 1 .404-.089q.068.031.118.088m.904.57a.43.43 0 0 1 0-.57a.345.345 0 0 1 .521 0l2.748 3.018a.44.44 0 0 1 0 .57a.344.344 0 0 1-.522 0zm7.442 0a.44.44 0 0 0 0-.57a.35.35 0 0 0-.405-.089a.4.4 0 0 0-.117.088l-2.747 3.019a.43.43 0 0 0 0 .57a.345.345 0 0 0 .521 0z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="#000" d="M24 0H0v24h24z"/><path fill="#fff" d="M4.108 10.776a.43.43 0 0 1 0-.57a.345.345 0 0 1 .521 0l2.748 3.018a.44.44 0 0 1 0 .57a.344.344 0 0 1-.522 0zm7.442-.57a.44.44 0 0 1 0 .57l-2.748 3.018a.344.344 0 0 1-.521 0a.43.43 0 0 1 0-.57l2.747-3.018a.35.35 0 0 1 .404-.089q.068.031.118.088m.904.57a.43.43 0 0 1 0-.57a.345.345 0 0 1 .521 0l2.748 3.018a.44.44 0 0 1 0 .57a.344.344 0 0 1-.522 0zm7.442 0a.44.44 0 0 0 0-.57a.35.35 0 0 0-.405-.089a.4.4 0 0 0-.117.088l-2.747 3.019a.43.43 0 0 0 0 .57a.345.345 0 0 0 .521 0z"/></g></svg> </template>
CSS
.icon-wwy-background {
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%22none%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M24%200H0v24h24z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.108%2010.776a.43.43%200%200%201%200-.57a.345.345%200%200%201%20.521%200l2.748%203.018a.44.44%200%200%201%200%20.57a.344.344%200%200%201-.522%200zm7.442-.57a.44.44%200%200%201%200%20.57l-2.748%203.018a.344.344%200%200%201-.521%200a.43.43%200%200%201%200-.57l2.747-3.018a.35.35%200%200%201%20.404-.089q.068.031.118.088m.904.57a.43.43%200%200%201%200-.57a.345.345%200%200%201%20.521%200l2.748%203.018a.44.44%200%200%201%200%20.57a.344.344%200%200%201-.522%200zm7.442%200a.44.44%200%200%200%200-.57a.35.35%200%200%200-.405-.089a.4.4%200%200%200-.117.088l-2.747%203.019a.43.43%200%200%200%200%20.57a.345.345%200%200%200%20.521%200z%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%22none%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M24%200H0v24h24z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.108%2010.776a.43.43%200%200%201%200-.57a.345.345%200%200%201%20.521%200l2.748%203.018a.44.44%200%200%201%200%20.57a.344.344%200%200%201-.522%200zm7.442-.57a.44.44%200%200%201%200%20.57l-2.748%203.018a.344.344%200%200%201-.521%200a.43.43%200%200%201%200-.57l2.747-3.018a.35.35%200%200%201%20.404-.089q.068.031.118.088m.904.57a.43.43%200%200%201%200-.57a.345.345%200%200%201%20.521%200l2.748%203.018a.44.44%200%200%201%200%20.57a.344.344%200%200%201-.522%200zm7.442%200a.44.44%200%200%200%200-.57a.35.35%200%200%200-.405-.089a.4.4%200%200%200-.117.088l-2.747%203.019a.43.43%200%200%200%200%20.57a.345.345%200%200%200%20.521%200z%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/wwy-background.svg?color=%231a73e8&size=48