game from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
game
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-game

The same icon in other sets

Use the game icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.937 7.53C19.227 4.119 15.803 2 12 2C6.486 2 2 6.486 2 12s4.486 10 10 10c3.803 0 7.227-2.119 8.937-5.53a1 1 0 0 0-.397-1.316L15.017 12l5.522-3.153c.461-.264.636-.842.398-1.317m-8.433 3.602a.999.999 0 0 0 0 1.736l6.173 3.525A7.95 7.95 0 0 1 12 20c-4.411 0-8-3.589-8-8s3.589-8 8-8a7.95 7.95 0 0 1 6.677 3.606z"/><circle cx="11.5" cy="7.5" r="1.5" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function BxGame(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="M20.937 7.53C19.227 4.119 15.803 2 12 2C6.486 2 2 6.486 2 12s4.486 10 10 10c3.803 0 7.227-2.119 8.937-5.53a1 1 0 0 0-.397-1.316L15.017 12l5.522-3.153c.461-.264.636-.842.398-1.317m-8.433 3.602a.999.999 0 0 0 0 1.736l6.173 3.525A7.95 7.95 0 0 1 12 20c-4.411 0-8-3.589-8-8s3.589-8 8-8a7.95 7.95 0 0 1 6.677 3.606z"/><circle cx="11.5" cy="7.5" r="1.5" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.937 7.53C19.227 4.119 15.803 2 12 2C6.486 2 2 6.486 2 12s4.486 10 10 10c3.803 0 7.227-2.119 8.937-5.53a1 1 0 0 0-.397-1.316L15.017 12l5.522-3.153c.461-.264.636-.842.398-1.317m-8.433 3.602a.999.999 0 0 0 0 1.736l6.173 3.525A7.95 7.95 0 0 1 12 20c-4.411 0-8-3.589-8-8s3.589-8 8-8a7.95 7.95 0 0 1 6.677 3.606z"/><circle cx="11.5" cy="7.5" r="1.5" fill="currentColor"/></svg>
</template>

CSS

.icon-game {
  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%22M20.937%207.53C19.227%204.119%2015.803%202%2012%202C6.486%202%202%206.486%202%2012s4.486%2010%2010%2010c3.803%200%207.227-2.119%208.937-5.53a1%201%200%200%200-.397-1.316L15.017%2012l5.522-3.153c.461-.264.636-.842.398-1.317m-8.433%203.602a.999.999%200%200%200%200%201.736l6.173%203.525A7.95%207.95%200%200%201%2012%2020c-4.411%200-8-3.589-8-8s3.589-8%208-8a7.95%207.95%200%200%201%206.677%203.606z%22%2F%3E%3Ccircle%20cx%3D%2211.5%22%20cy%3D%227.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%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%22M20.937%207.53C19.227%204.119%2015.803%202%2012%202C6.486%202%202%206.486%202%2012s4.486%2010%2010%2010c3.803%200%207.227-2.119%208.937-5.53a1%201%200%200%200-.397-1.316L15.017%2012l5.522-3.153c.461-.264.636-.842.398-1.317m-8.433%203.602a.999.999%200%200%200%200%201.736l6.173%203.525A7.95%207.95%200%200%201%2012%2020c-4.411%200-8-3.589-8-8s3.589-8%208-8a7.95%207.95%200%200%201%206.677%203.606z%22%2F%3E%3Ccircle%20cx%3D%2211.5%22%20cy%3D%227.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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