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

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

The same logo in other sets

Use the bets logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.303 7.997a10.23 10.23 0 0 0-8.931-5.412c-5.118 0-8.913 4.042-8.478 9.025c.324 3.741 3.677 6.777 7.496 6.777c3.823 0 6.665-3.036 6.359-6.777a5.06 5.06 0 0 0-5-4.513a4.13 4.13 0 0 0-4.236 4.513a2.536 2.536 0 0 0 2.5 2.259c1.47 0 2.5-1.16 2.118-2.26c-.17-.482-.683-.705-1.194-.694h-.042a1 1 0 0 0-.223.03l-.03.006l-.04.011l-.13.042l-.036.011l-.04.018l-.036.018q-.154.075-.282.188l-.089.088c-.029.036-.058.07-.076.106l-.024.03l-.017.04l-.024.042l-.023.059v-.141v.047l.03-.06c.01-1.305.87-2.023 2.064-2.023a2.46 2.46 0 0 1 2.43 2.2a4.025 4.025 0 0 1-4.119 4.39a4.936 4.936 0 0 1-4.87-4.39c-.312-3.641 2.459-6.589 6.194-6.589c3.73 0 6.995 2.948 7.295 6.59c.395 4.847-3.3 8.777-8.248 8.777a9.97 9.97 0 0 1-8.566-5.065l.089.194a8 8 0 0 1-.242-.471A9.4 9.4 0 0 1 2 12.551a9.7 9.7 0 0 0 1.306 3.965a9.9 9.9 0 0 0 2.865 3.077a10.17 10.17 0 0 0 11.978-.265a9.9 9.9 0 0 0 2.718-3.212a9.68 9.68 0 0 0 .441-8.136l-.006.012zm-9.884 1.9c.047-.04.094-.088.147-.123z"/></svg>

React

import type { SVGProps } from "react";

export function TokenBets(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="M21.303 7.997a10.23 10.23 0 0 0-8.931-5.412c-5.118 0-8.913 4.042-8.478 9.025c.324 3.741 3.677 6.777 7.496 6.777c3.823 0 6.665-3.036 6.359-6.777a5.06 5.06 0 0 0-5-4.513a4.13 4.13 0 0 0-4.236 4.513a2.536 2.536 0 0 0 2.5 2.259c1.47 0 2.5-1.16 2.118-2.26c-.17-.482-.683-.705-1.194-.694h-.042a1 1 0 0 0-.223.03l-.03.006l-.04.011l-.13.042l-.036.011l-.04.018l-.036.018q-.154.075-.282.188l-.089.088c-.029.036-.058.07-.076.106l-.024.03l-.017.04l-.024.042l-.023.059v-.141v.047l.03-.06c.01-1.305.87-2.023 2.064-2.023a2.46 2.46 0 0 1 2.43 2.2a4.025 4.025 0 0 1-4.119 4.39a4.936 4.936 0 0 1-4.87-4.39c-.312-3.641 2.459-6.589 6.194-6.589c3.73 0 6.995 2.948 7.295 6.59c.395 4.847-3.3 8.777-8.248 8.777a9.97 9.97 0 0 1-8.566-5.065l.089.194a8 8 0 0 1-.242-.471A9.4 9.4 0 0 1 2 12.551a9.7 9.7 0 0 0 1.306 3.965a9.9 9.9 0 0 0 2.865 3.077a10.17 10.17 0 0 0 11.978-.265a9.9 9.9 0 0 0 2.718-3.212a9.68 9.68 0 0 0 .441-8.136l-.006.012zm-9.884 1.9c.047-.04.094-.088.147-.123z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.303 7.997a10.23 10.23 0 0 0-8.931-5.412c-5.118 0-8.913 4.042-8.478 9.025c.324 3.741 3.677 6.777 7.496 6.777c3.823 0 6.665-3.036 6.359-6.777a5.06 5.06 0 0 0-5-4.513a4.13 4.13 0 0 0-4.236 4.513a2.536 2.536 0 0 0 2.5 2.259c1.47 0 2.5-1.16 2.118-2.26c-.17-.482-.683-.705-1.194-.694h-.042a1 1 0 0 0-.223.03l-.03.006l-.04.011l-.13.042l-.036.011l-.04.018l-.036.018q-.154.075-.282.188l-.089.088c-.029.036-.058.07-.076.106l-.024.03l-.017.04l-.024.042l-.023.059v-.141v.047l.03-.06c.01-1.305.87-2.023 2.064-2.023a2.46 2.46 0 0 1 2.43 2.2a4.025 4.025 0 0 1-4.119 4.39a4.936 4.936 0 0 1-4.87-4.39c-.312-3.641 2.459-6.589 6.194-6.589c3.73 0 6.995 2.948 7.295 6.59c.395 4.847-3.3 8.777-8.248 8.777a9.97 9.97 0 0 1-8.566-5.065l.089.194a8 8 0 0 1-.242-.471A9.4 9.4 0 0 1 2 12.551a9.7 9.7 0 0 0 1.306 3.965a9.9 9.9 0 0 0 2.865 3.077a10.17 10.17 0 0 0 11.978-.265a9.9 9.9 0 0 0 2.718-3.212a9.68 9.68 0 0 0 .441-8.136l-.006.012zm-9.884 1.9c.047-.04.094-.088.147-.123z"/></svg>
</template>

CSS

.icon-bets {
  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%22M21.303%207.997a10.23%2010.23%200%200%200-8.931-5.412c-5.118%200-8.913%204.042-8.478%209.025c.324%203.741%203.677%206.777%207.496%206.777c3.823%200%206.665-3.036%206.359-6.777a5.06%205.06%200%200%200-5-4.513a4.13%204.13%200%200%200-4.236%204.513a2.536%202.536%200%200%200%202.5%202.259c1.47%200%202.5-1.16%202.118-2.26c-.17-.482-.683-.705-1.194-.694h-.042a1%201%200%200%200-.223.03l-.03.006l-.04.011l-.13.042l-.036.011l-.04.018l-.036.018q-.154.075-.282.188l-.089.088c-.029.036-.058.07-.076.106l-.024.03l-.017.04l-.024.042l-.023.059v-.141v.047l.03-.06c.01-1.305.87-2.023%202.064-2.023a2.46%202.46%200%200%201%202.43%202.2a4.025%204.025%200%200%201-4.119%204.39a4.936%204.936%200%200%201-4.87-4.39c-.312-3.641%202.459-6.589%206.194-6.589c3.73%200%206.995%202.948%207.295%206.59c.395%204.847-3.3%208.777-8.248%208.777a9.97%209.97%200%200%201-8.566-5.065l.089.194a8%208%200%200%201-.242-.471A9.4%209.4%200%200%201%202%2012.551a9.7%209.7%200%200%200%201.306%203.965a9.9%209.9%200%200%200%202.865%203.077a10.17%2010.17%200%200%200%2011.978-.265a9.9%209.9%200%200%200%202.718-3.212a9.68%209.68%200%200%200%20.441-8.136l-.006.012zm-9.884%201.9c.047-.04.094-.088.147-.123z%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%22M21.303%207.997a10.23%2010.23%200%200%200-8.931-5.412c-5.118%200-8.913%204.042-8.478%209.025c.324%203.741%203.677%206.777%207.496%206.777c3.823%200%206.665-3.036%206.359-6.777a5.06%205.06%200%200%200-5-4.513a4.13%204.13%200%200%200-4.236%204.513a2.536%202.536%200%200%200%202.5%202.259c1.47%200%202.5-1.16%202.118-2.26c-.17-.482-.683-.705-1.194-.694h-.042a1%201%200%200%200-.223.03l-.03.006l-.04.011l-.13.042l-.036.011l-.04.018l-.036.018q-.154.075-.282.188l-.089.088c-.029.036-.058.07-.076.106l-.024.03l-.017.04l-.024.042l-.023.059v-.141v.047l.03-.06c.01-1.305.87-2.023%202.064-2.023a2.46%202.46%200%200%201%202.43%202.2a4.025%204.025%200%200%201-4.119%204.39a4.936%204.936%200%200%201-4.87-4.39c-.312-3.641%202.459-6.589%206.194-6.589c3.73%200%206.995%202.948%207.295%206.59c.395%204.847-3.3%208.777-8.248%208.777a9.97%209.97%200%200%201-8.566-5.065l.089.194a8%208%200%200%201-.242-.471A9.4%209.4%200%200%201%202%2012.551a9.7%209.7%200%200%200%201.306%203.965a9.9%209.9%200%200%200%202.865%203.077a10.17%2010.17%200%200%200%2011.978-.265a9.9%209.9%200%200%200%202.718-3.212a9.68%209.68%200%200%200%20.441-8.136l-.006.012zm-9.884%201.9c.047-.04.094-.088.147-.123z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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