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

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

The same logo in other sets

Use the win logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.321 18.136a.676.676 0 0 0-.913.091a.626.626 0 0 0 0 .83c2.088 1.664 4.497 1.93 5.715 1.943c2.272.025 4.824-1.18 5.816-1.785c.21-.13.466-.492.186-.904c-.281-.411-.765-.288-.971-.175c-.813.507-2.957 1.52-5.031 1.52c-2.585 0-4.335-1.2-4.798-1.517zM7.25 6a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m10.201-2.924c.293-.14.602-.07.694.085c.166.285.01.466-.087.524l-1.626.797c.445.22 1.383.684 1.58.78c.247.12.313.348.145.59c-.114.165-.441.184-.594.097l-2.016-1a.52.52 0 0 1-.297-.448a.57.57 0 0 1 .297-.495c.513-.252 1.61-.79 1.904-.93m-6.21 12.981l1.15-3.598l1.422 3.68a1.347 1.347 0 0 0 1.722.776a1.3 1.3 0 0 0 .848-1.093l1.818-6.636a1.31 1.31 0 0 0-.934-1.62a1.344 1.344 0 0 0-1.635.943l-.798 2.912l-1.182-3.062a1.35 1.35 0 0 0-1.413-.85a1.35 1.35 0 0 0-1.351.932L9.87 11.624L8.853 8.441a1.346 1.346 0 0 0-1.674-.874a1.31 1.31 0 0 0-.865 1.654L8.5 16.057a1.35 1.35 0 0 0 1.37.93a1.35 1.35 0 0 0 1.371-.93"/></svg>

React

import type { SVGProps } from "react";

export function TokenWin(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="M7.321 18.136a.676.676 0 0 0-.913.091a.626.626 0 0 0 0 .83c2.088 1.664 4.497 1.93 5.715 1.943c2.272.025 4.824-1.18 5.816-1.785c.21-.13.466-.492.186-.904c-.281-.411-.765-.288-.971-.175c-.813.507-2.957 1.52-5.031 1.52c-2.585 0-4.335-1.2-4.798-1.517zM7.25 6a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m10.201-2.924c.293-.14.602-.07.694.085c.166.285.01.466-.087.524l-1.626.797c.445.22 1.383.684 1.58.78c.247.12.313.348.145.59c-.114.165-.441.184-.594.097l-2.016-1a.52.52 0 0 1-.297-.448a.57.57 0 0 1 .297-.495c.513-.252 1.61-.79 1.904-.93m-6.21 12.981l1.15-3.598l1.422 3.68a1.347 1.347 0 0 0 1.722.776a1.3 1.3 0 0 0 .848-1.093l1.818-6.636a1.31 1.31 0 0 0-.934-1.62a1.344 1.344 0 0 0-1.635.943l-.798 2.912l-1.182-3.062a1.35 1.35 0 0 0-1.413-.85a1.35 1.35 0 0 0-1.351.932L9.87 11.624L8.853 8.441a1.346 1.346 0 0 0-1.674-.874a1.31 1.31 0 0 0-.865 1.654L8.5 16.057a1.35 1.35 0 0 0 1.37.93a1.35 1.35 0 0 0 1.371-.93"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.321 18.136a.676.676 0 0 0-.913.091a.626.626 0 0 0 0 .83c2.088 1.664 4.497 1.93 5.715 1.943c2.272.025 4.824-1.18 5.816-1.785c.21-.13.466-.492.186-.904c-.281-.411-.765-.288-.971-.175c-.813.507-2.957 1.52-5.031 1.52c-2.585 0-4.335-1.2-4.798-1.517zM7.25 6a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m10.201-2.924c.293-.14.602-.07.694.085c.166.285.01.466-.087.524l-1.626.797c.445.22 1.383.684 1.58.78c.247.12.313.348.145.59c-.114.165-.441.184-.594.097l-2.016-1a.52.52 0 0 1-.297-.448a.57.57 0 0 1 .297-.495c.513-.252 1.61-.79 1.904-.93m-6.21 12.981l1.15-3.598l1.422 3.68a1.347 1.347 0 0 0 1.722.776a1.3 1.3 0 0 0 .848-1.093l1.818-6.636a1.31 1.31 0 0 0-.934-1.62a1.344 1.344 0 0 0-1.635.943l-.798 2.912l-1.182-3.062a1.35 1.35 0 0 0-1.413-.85a1.35 1.35 0 0 0-1.351.932L9.87 11.624L8.853 8.441a1.346 1.346 0 0 0-1.674-.874a1.31 1.31 0 0 0-.865 1.654L8.5 16.057a1.35 1.35 0 0 0 1.37.93a1.35 1.35 0 0 0 1.371-.93"/></svg>
</template>

CSS

.icon-win {
  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%22M7.321%2018.136a.676.676%200%200%200-.913.091a.626.626%200%200%200%200%20.83c2.088%201.664%204.497%201.93%205.715%201.943c2.272.025%204.824-1.18%205.816-1.785c.21-.13.466-.492.186-.904c-.281-.411-.765-.288-.971-.175c-.813.507-2.957%201.52-5.031%201.52c-2.585%200-4.335-1.2-4.798-1.517zM7.25%206a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203m10.201-2.924c.293-.14.602-.07.694.085c.166.285.01.466-.087.524l-1.626.797c.445.22%201.383.684%201.58.78c.247.12.313.348.145.59c-.114.165-.441.184-.594.097l-2.016-1a.52.52%200%200%201-.297-.448a.57.57%200%200%201%20.297-.495c.513-.252%201.61-.79%201.904-.93m-6.21%2012.981l1.15-3.598l1.422%203.68a1.347%201.347%200%200%200%201.722.776a1.3%201.3%200%200%200%20.848-1.093l1.818-6.636a1.31%201.31%200%200%200-.934-1.62a1.344%201.344%200%200%200-1.635.943l-.798%202.912l-1.182-3.062a1.35%201.35%200%200%200-1.413-.85a1.35%201.35%200%200%200-1.351.932L9.87%2011.624L8.853%208.441a1.346%201.346%200%200%200-1.674-.874a1.31%201.31%200%200%200-.865%201.654L8.5%2016.057a1.35%201.35%200%200%200%201.37.93a1.35%201.35%200%200%200%201.371-.93%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%22M7.321%2018.136a.676.676%200%200%200-.913.091a.626.626%200%200%200%200%20.83c2.088%201.664%204.497%201.93%205.715%201.943c2.272.025%204.824-1.18%205.816-1.785c.21-.13.466-.492.186-.904c-.281-.411-.765-.288-.971-.175c-.813.507-2.957%201.52-5.031%201.52c-2.585%200-4.335-1.2-4.798-1.517zM7.25%206a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203m10.201-2.924c.293-.14.602-.07.694.085c.166.285.01.466-.087.524l-1.626.797c.445.22%201.383.684%201.58.78c.247.12.313.348.145.59c-.114.165-.441.184-.594.097l-2.016-1a.52.52%200%200%201-.297-.448a.57.57%200%200%201%20.297-.495c.513-.252%201.61-.79%201.904-.93m-6.21%2012.981l1.15-3.598l1.422%203.68a1.347%201.347%200%200%200%201.722.776a1.3%201.3%200%200%200%20.848-1.093l1.818-6.636a1.31%201.31%200%200%200-.934-1.62a1.344%201.344%200%200%200-1.635.943l-.798%202.912l-1.182-3.062a1.35%201.35%200%200%200-1.413-.85a1.35%201.35%200%200%200-1.351.932L9.87%2011.624L8.853%208.441a1.346%201.346%200%200%200-1.674-.874a1.31%201.31%200%200%200-.865%201.654L8.5%2016.057a1.35%201.35%200%200%200%201.37.93a1.35%201.35%200%200%200%201.371-.93%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Win logo — Web3 Icons · IconsDB