wndr logo
wndr from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- wndr
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the wndr logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6.714 5.605l3.364 1.862c-.323.308-.962 1.16-.962 2.094c0 .928.64 1.78.962 2.089h1.203l.72 1.397l.72-1.397h1.203c.237-.308.767-1.16.961-2.09c.19-.932-.559-1.785-.961-2.093l3.363-1.862l1.686 1.862l-2.648 2.094l3.127-1.398a3.36 3.36 0 0 1 1.203 1.862L17.05 11.65l3.846-.929c.19.56.076 1.63 0 2.094l-3.609.696h3.363a6.5 6.5 0 0 1-3.122 3.254c-.72-.772-2.306-2.273-2.884-2.089s.88 2.558 1.681 3.719c-.573-.56-1.681-1.01-2.16-1.16l-.724-2.326v2.32h-1.199l-.241-2.32l-.237 2.32h-.966v-2.32l-.72 2.32c-.578 0-1.781.853-2.34 1.166c.72-1.01 2.003-3.35 1.62-3.719c-.384-.374-2.246 1.237-3.127 2.09l-2.884-3.25H6.95l-3.846-.696c-.19-.934-.08-1.786 0-2.094l4.088.928l-3.846-1.624A4.6 4.6 0 0 1 4.55 7.936l3.126 1.63l-2.648-2.094a7.3 7.3 0 0 1 1.686-1.867"/><path fill="currentColor" d="m12 12.583l-.483-1.166h-1.44c.578-.928.72-2.709.72-3.486l2.406.929H12c.237.236 1.203.236 1.44.236c.242 0 .962 0 .962.465c0 .37-.318.772-.479.928c-.322-.388-1.056-1.118-1.444-.928c-.38.184.644 1.316 1.203 1.856h-1.203z"/></svg>
React
import type { SVGProps } from "react";
export function TokenWndr(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="m6.714 5.605l3.364 1.862c-.323.308-.962 1.16-.962 2.094c0 .928.64 1.78.962 2.089h1.203l.72 1.397l.72-1.397h1.203c.237-.308.767-1.16.961-2.09c.19-.932-.559-1.785-.961-2.093l3.363-1.862l1.686 1.862l-2.648 2.094l3.127-1.398a3.36 3.36 0 0 1 1.203 1.862L17.05 11.65l3.846-.929c.19.56.076 1.63 0 2.094l-3.609.696h3.363a6.5 6.5 0 0 1-3.122 3.254c-.72-.772-2.306-2.273-2.884-2.089s.88 2.558 1.681 3.719c-.573-.56-1.681-1.01-2.16-1.16l-.724-2.326v2.32h-1.199l-.241-2.32l-.237 2.32h-.966v-2.32l-.72 2.32c-.578 0-1.781.853-2.34 1.166c.72-1.01 2.003-3.35 1.62-3.719c-.384-.374-2.246 1.237-3.127 2.09l-2.884-3.25H6.95l-3.846-.696c-.19-.934-.08-1.786 0-2.094l4.088.928l-3.846-1.624A4.6 4.6 0 0 1 4.55 7.936l3.126 1.63l-2.648-2.094a7.3 7.3 0 0 1 1.686-1.867"/><path fill="currentColor" d="m12 12.583l-.483-1.166h-1.44c.578-.928.72-2.709.72-3.486l2.406.929H12c.237.236 1.203.236 1.44.236c.242 0 .962 0 .962.465c0 .37-.318.772-.479.928c-.322-.388-1.056-1.118-1.444-.928c-.38.184.644 1.316 1.203 1.856h-1.203z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6.714 5.605l3.364 1.862c-.323.308-.962 1.16-.962 2.094c0 .928.64 1.78.962 2.089h1.203l.72 1.397l.72-1.397h1.203c.237-.308.767-1.16.961-2.09c.19-.932-.559-1.785-.961-2.093l3.363-1.862l1.686 1.862l-2.648 2.094l3.127-1.398a3.36 3.36 0 0 1 1.203 1.862L17.05 11.65l3.846-.929c.19.56.076 1.63 0 2.094l-3.609.696h3.363a6.5 6.5 0 0 1-3.122 3.254c-.72-.772-2.306-2.273-2.884-2.089s.88 2.558 1.681 3.719c-.573-.56-1.681-1.01-2.16-1.16l-.724-2.326v2.32h-1.199l-.241-2.32l-.237 2.32h-.966v-2.32l-.72 2.32c-.578 0-1.781.853-2.34 1.166c.72-1.01 2.003-3.35 1.62-3.719c-.384-.374-2.246 1.237-3.127 2.09l-2.884-3.25H6.95l-3.846-.696c-.19-.934-.08-1.786 0-2.094l4.088.928l-3.846-1.624A4.6 4.6 0 0 1 4.55 7.936l3.126 1.63l-2.648-2.094a7.3 7.3 0 0 1 1.686-1.867"/><path fill="currentColor" d="m12 12.583l-.483-1.166h-1.44c.578-.928.72-2.709.72-3.486l2.406.929H12c.237.236 1.203.236 1.44.236c.242 0 .962 0 .962.465c0 .37-.318.772-.479.928c-.322-.388-1.056-1.118-1.444-.928c-.38.184.644 1.316 1.203 1.856h-1.203z"/></svg> </template>
CSS
.icon-wndr {
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%22m6.714%205.605l3.364%201.862c-.323.308-.962%201.16-.962%202.094c0%20.928.64%201.78.962%202.089h1.203l.72%201.397l.72-1.397h1.203c.237-.308.767-1.16.961-2.09c.19-.932-.559-1.785-.961-2.093l3.363-1.862l1.686%201.862l-2.648%202.094l3.127-1.398a3.36%203.36%200%200%201%201.203%201.862L17.05%2011.65l3.846-.929c.19.56.076%201.63%200%202.094l-3.609.696h3.363a6.5%206.5%200%200%201-3.122%203.254c-.72-.772-2.306-2.273-2.884-2.089s.88%202.558%201.681%203.719c-.573-.56-1.681-1.01-2.16-1.16l-.724-2.326v2.32h-1.199l-.241-2.32l-.237%202.32h-.966v-2.32l-.72%202.32c-.578%200-1.781.853-2.34%201.166c.72-1.01%202.003-3.35%201.62-3.719c-.384-.374-2.246%201.237-3.127%202.09l-2.884-3.25H6.95l-3.846-.696c-.19-.934-.08-1.786%200-2.094l4.088.928l-3.846-1.624A4.6%204.6%200%200%201%204.55%207.936l3.126%201.63l-2.648-2.094a7.3%207.3%200%200%201%201.686-1.867%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12%2012.583l-.483-1.166h-1.44c.578-.928.72-2.709.72-3.486l2.406.929H12c.237.236%201.203.236%201.44.236c.242%200%20.962%200%20.962.465c0%20.37-.318.772-.479.928c-.322-.388-1.056-1.118-1.444-.928c-.38.184.644%201.316%201.203%201.856h-1.203z%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%22m6.714%205.605l3.364%201.862c-.323.308-.962%201.16-.962%202.094c0%20.928.64%201.78.962%202.089h1.203l.72%201.397l.72-1.397h1.203c.237-.308.767-1.16.961-2.09c.19-.932-.559-1.785-.961-2.093l3.363-1.862l1.686%201.862l-2.648%202.094l3.127-1.398a3.36%203.36%200%200%201%201.203%201.862L17.05%2011.65l3.846-.929c.19.56.076%201.63%200%202.094l-3.609.696h3.363a6.5%206.5%200%200%201-3.122%203.254c-.72-.772-2.306-2.273-2.884-2.089s.88%202.558%201.681%203.719c-.573-.56-1.681-1.01-2.16-1.16l-.724-2.326v2.32h-1.199l-.241-2.32l-.237%202.32h-.966v-2.32l-.72%202.32c-.578%200-1.781.853-2.34%201.166c.72-1.01%202.003-3.35%201.62-3.719c-.384-.374-2.246%201.237-3.127%202.09l-2.884-3.25H6.95l-3.846-.696c-.19-.934-.08-1.786%200-2.094l4.088.928l-3.846-1.624A4.6%204.6%200%200%201%204.55%207.936l3.126%201.63l-2.648-2.094a7.3%207.3%200%200%201%201.686-1.867%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12%2012.583l-.483-1.166h-1.44c.578-.928.72-2.709.72-3.486l2.406.929H12c.237.236%201.203.236%201.44.236c.242%200%20.962%200%20.962.465c0%20.37-.318.772-.479.928c-.322-.388-1.056-1.118-1.444-.928c-.38.184.644%201.316%201.203%201.856h-1.203z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/wndr.svg?color=%231a73e8&size=48