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

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

The same logo in other sets

Use the wnk logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.005 16.765a1.588 1.588 0 1 0 0-3.176a1.588 1.588 0 0 0 0 3.176"/><path fill="currentColor" d="M16.008 17.6c-.625-.36-1.408-.158-2.022.218a3.34 3.34 0 0 1-1.753.492a3.2 3.2 0 0 1-3.26-3.134a3.197 3.197 0 0 1 3.26-3.134a3.34 3.34 0 0 1 1.763.498c.652.407 1.51.609 2.14.174c.619-.423.783-1.291.222-1.8a6.16 6.16 0 0 0-4.13-1.561c-3.33 0-6.046 2.604-6.046 5.823S8.892 21 12.233 21a6.14 6.14 0 0 0 4.077-1.525c.609-.53.397-1.466-.302-1.874"/><path fill="currentColor" d="M20.21 7.077c.356-.34.356-.89-.026-1.202A13 13 0 0 0 11.952 3a13.02 13.02 0 0 0-8.126 2.79a.79.79 0 0 0-.043 1.202c.36.35.953.355 1.356.048c1.852-1.435 4.224-2.298 6.813-2.298c2.631 0 5.04.89 6.904 2.366c.397.318.99.318 1.35-.031zm-2.276 2.176c.36-.34.36-.885-.026-1.186a9.65 9.65 0 0 0-5.95-2.017c-2.224 0-4.273.73-5.872 1.953c-.392.297-.397.847-.047 1.186c.36.355.952.355 1.365.053a7.74 7.74 0 0 1 4.553-1.45c1.742 0 3.346.56 4.612 1.503c.413.302 1.006.307 1.37-.042zm-2.588 2.832c.349-.339.354-.879-.043-1.16a5.8 5.8 0 0 0-3.351-1.042c-1.233 0-2.372.37-3.298 1.005c-.403.281-.403.821-.053 1.16c.36.355.963.344 1.413.085a3.89 3.89 0 0 1 3.913.02c.444.265 1.048.281 1.413-.068z"/></svg>

React

import type { SVGProps } from "react";

export function TokenWnk(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="M12.005 16.765a1.588 1.588 0 1 0 0-3.176a1.588 1.588 0 0 0 0 3.176"/><path fill="currentColor" d="M16.008 17.6c-.625-.36-1.408-.158-2.022.218a3.34 3.34 0 0 1-1.753.492a3.2 3.2 0 0 1-3.26-3.134a3.197 3.197 0 0 1 3.26-3.134a3.34 3.34 0 0 1 1.763.498c.652.407 1.51.609 2.14.174c.619-.423.783-1.291.222-1.8a6.16 6.16 0 0 0-4.13-1.561c-3.33 0-6.046 2.604-6.046 5.823S8.892 21 12.233 21a6.14 6.14 0 0 0 4.077-1.525c.609-.53.397-1.466-.302-1.874"/><path fill="currentColor" d="M20.21 7.077c.356-.34.356-.89-.026-1.202A13 13 0 0 0 11.952 3a13.02 13.02 0 0 0-8.126 2.79a.79.79 0 0 0-.043 1.202c.36.35.953.355 1.356.048c1.852-1.435 4.224-2.298 6.813-2.298c2.631 0 5.04.89 6.904 2.366c.397.318.99.318 1.35-.031zm-2.276 2.176c.36-.34.36-.885-.026-1.186a9.65 9.65 0 0 0-5.95-2.017c-2.224 0-4.273.73-5.872 1.953c-.392.297-.397.847-.047 1.186c.36.355.952.355 1.365.053a7.74 7.74 0 0 1 4.553-1.45c1.742 0 3.346.56 4.612 1.503c.413.302 1.006.307 1.37-.042zm-2.588 2.832c.349-.339.354-.879-.043-1.16a5.8 5.8 0 0 0-3.351-1.042c-1.233 0-2.372.37-3.298 1.005c-.403.281-.403.821-.053 1.16c.36.355.963.344 1.413.085a3.89 3.89 0 0 1 3.913.02c.444.265 1.048.281 1.413-.068z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.005 16.765a1.588 1.588 0 1 0 0-3.176a1.588 1.588 0 0 0 0 3.176"/><path fill="currentColor" d="M16.008 17.6c-.625-.36-1.408-.158-2.022.218a3.34 3.34 0 0 1-1.753.492a3.2 3.2 0 0 1-3.26-3.134a3.197 3.197 0 0 1 3.26-3.134a3.34 3.34 0 0 1 1.763.498c.652.407 1.51.609 2.14.174c.619-.423.783-1.291.222-1.8a6.16 6.16 0 0 0-4.13-1.561c-3.33 0-6.046 2.604-6.046 5.823S8.892 21 12.233 21a6.14 6.14 0 0 0 4.077-1.525c.609-.53.397-1.466-.302-1.874"/><path fill="currentColor" d="M20.21 7.077c.356-.34.356-.89-.026-1.202A13 13 0 0 0 11.952 3a13.02 13.02 0 0 0-8.126 2.79a.79.79 0 0 0-.043 1.202c.36.35.953.355 1.356.048c1.852-1.435 4.224-2.298 6.813-2.298c2.631 0 5.04.89 6.904 2.366c.397.318.99.318 1.35-.031zm-2.276 2.176c.36-.34.36-.885-.026-1.186a9.65 9.65 0 0 0-5.95-2.017c-2.224 0-4.273.73-5.872 1.953c-.392.297-.397.847-.047 1.186c.36.355.952.355 1.365.053a7.74 7.74 0 0 1 4.553-1.45c1.742 0 3.346.56 4.612 1.503c.413.302 1.006.307 1.37-.042zm-2.588 2.832c.349-.339.354-.879-.043-1.16a5.8 5.8 0 0 0-3.351-1.042c-1.233 0-2.372.37-3.298 1.005c-.403.281-.403.821-.053 1.16c.36.355.963.344 1.413.085a3.89 3.89 0 0 1 3.913.02c.444.265 1.048.281 1.413-.068z"/></svg>
</template>

CSS

.icon-wnk {
  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%22M12.005%2016.765a1.588%201.588%200%201%200%200-3.176a1.588%201.588%200%200%200%200%203.176%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.008%2017.6c-.625-.36-1.408-.158-2.022.218a3.34%203.34%200%200%201-1.753.492a3.2%203.2%200%200%201-3.26-3.134a3.197%203.197%200%200%201%203.26-3.134a3.34%203.34%200%200%201%201.763.498c.652.407%201.51.609%202.14.174c.619-.423.783-1.291.222-1.8a6.16%206.16%200%200%200-4.13-1.561c-3.33%200-6.046%202.604-6.046%205.823S8.892%2021%2012.233%2021a6.14%206.14%200%200%200%204.077-1.525c.609-.53.397-1.466-.302-1.874%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.21%207.077c.356-.34.356-.89-.026-1.202A13%2013%200%200%200%2011.952%203a13.02%2013.02%200%200%200-8.126%202.79a.79.79%200%200%200-.043%201.202c.36.35.953.355%201.356.048c1.852-1.435%204.224-2.298%206.813-2.298c2.631%200%205.04.89%206.904%202.366c.397.318.99.318%201.35-.031zm-2.276%202.176c.36-.34.36-.885-.026-1.186a9.65%209.65%200%200%200-5.95-2.017c-2.224%200-4.273.73-5.872%201.953c-.392.297-.397.847-.047%201.186c.36.355.952.355%201.365.053a7.74%207.74%200%200%201%204.553-1.45c1.742%200%203.346.56%204.612%201.503c.413.302%201.006.307%201.37-.042zm-2.588%202.832c.349-.339.354-.879-.043-1.16a5.8%205.8%200%200%200-3.351-1.042c-1.233%200-2.372.37-3.298%201.005c-.403.281-.403.821-.053%201.16c.36.355.963.344%201.413.085a3.89%203.89%200%200%201%203.913.02c.444.265%201.048.281%201.413-.068z%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%22M12.005%2016.765a1.588%201.588%200%201%200%200-3.176a1.588%201.588%200%200%200%200%203.176%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.008%2017.6c-.625-.36-1.408-.158-2.022.218a3.34%203.34%200%200%201-1.753.492a3.2%203.2%200%200%201-3.26-3.134a3.197%203.197%200%200%201%203.26-3.134a3.34%203.34%200%200%201%201.763.498c.652.407%201.51.609%202.14.174c.619-.423.783-1.291.222-1.8a6.16%206.16%200%200%200-4.13-1.561c-3.33%200-6.046%202.604-6.046%205.823S8.892%2021%2012.233%2021a6.14%206.14%200%200%200%204.077-1.525c.609-.53.397-1.466-.302-1.874%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.21%207.077c.356-.34.356-.89-.026-1.202A13%2013%200%200%200%2011.952%203a13.02%2013.02%200%200%200-8.126%202.79a.79.79%200%200%200-.043%201.202c.36.35.953.355%201.356.048c1.852-1.435%204.224-2.298%206.813-2.298c2.631%200%205.04.89%206.904%202.366c.397.318.99.318%201.35-.031zm-2.276%202.176c.36-.34.36-.885-.026-1.186a9.65%209.65%200%200%200-5.95-2.017c-2.224%200-4.273.73-5.872%201.953c-.392.297-.397.847-.047%201.186c.36.355.952.355%201.365.053a7.74%207.74%200%200%201%204.553-1.45c1.742%200%203.346.56%204.612%201.503c.413.302%201.006.307%201.37-.042zm-2.588%202.832c.349-.339.354-.879-.043-1.16a5.8%205.8%200%200%200-3.351-1.042c-1.233%200-2.372.37-3.298%201.005c-.403.281-.403.821-.053%201.16c.36.355.963.344%201.413.085a3.89%203.89%200%200%201%203.913.02c.444.265%201.048.281%201.413-.068z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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