game wireless icon

game-wireless from Carbon by IBM · Outline · Tools · Apache-2.0 Free for personal and commercial use.

Name
game-wireless
Set
Carbon
Style
Outline
Category
Tools
Viewbox
32×32
License
Apache 2.0

More tools icons from Carbon

Use the game wireless icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.51 30a5.5 5.5 0 0 1-1.44-.19A5.6 5.6 0 0 1 2.19 23l2.33-8.84a5.54 5.54 0 0 1 2.59-3.41a5.43 5.43 0 0 1 4.15-.54A5.52 5.52 0 0 1 14.7 13h2.6a5.5 5.5 0 0 1 3.44-2.81a5.43 5.43 0 0 1 4.15.54a5.55 5.55 0 0 1 2.59 3.41L29.81 23a5.6 5.6 0 0 1-3.89 6.83a5.43 5.43 0 0 1-4.15-.54a5.54 5.54 0 0 1-2.59-3.41L19 25h-6l-.23.86a5.54 5.54 0 0 1-2.59 3.41a5.46 5.46 0 0 1-2.67.73m2.32-18a3.5 3.5 0 0 0-1.72.46a3.58 3.58 0 0 0-1.66 2.19l-2.33 8.84a3.6 3.6 0 0 0 2.48 4.39a3.43 3.43 0 0 0 2.62-.34a3.57 3.57 0 0 0 1.66-2.19L11.5 23h9l.61 2.35a3.6 3.6 0 0 0 1.66 2.19a3.46 3.46 0 0 0 2.63.34a3.58 3.58 0 0 0 2.47-4.39l-2.33-8.84a3.53 3.53 0 0 0-1.65-2.19a3.46 3.46 0 0 0-2.63-.34a3.55 3.55 0 0 0-2.37 2.22l-.24.66h-5.3l-.24-.66a3.56 3.56 0 0 0-2.38-2.22a3.5 3.5 0 0 0-.9-.12"/><path fill="currentColor" d="M10 20a2 2 0 1 1 2-2a2 2 0 0 1-2 2m0-2"/><circle cx="22" cy="16" r="1" fill="currentColor"/><circle cx="22" cy="20" r="1" fill="currentColor"/><circle cx="20" cy="18" r="1" fill="currentColor"/><circle cx="24" cy="18" r="1" fill="currentColor"/><path fill="currentColor" d="m13.75 9l-1.5-1.33a5 5 0 0 1 7.5 0L18.25 9a3 3 0 0 0-4.5 0"/><path fill="currentColor" d="M21.25 6.37a7 7 0 0 0-10.5 0l-1.5-1.32a9 9 0 0 1 13.5 0Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonGameWireless(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.51 30a5.5 5.5 0 0 1-1.44-.19A5.6 5.6 0 0 1 2.19 23l2.33-8.84a5.54 5.54 0 0 1 2.59-3.41a5.43 5.43 0 0 1 4.15-.54A5.52 5.52 0 0 1 14.7 13h2.6a5.5 5.5 0 0 1 3.44-2.81a5.43 5.43 0 0 1 4.15.54a5.55 5.55 0 0 1 2.59 3.41L29.81 23a5.6 5.6 0 0 1-3.89 6.83a5.43 5.43 0 0 1-4.15-.54a5.54 5.54 0 0 1-2.59-3.41L19 25h-6l-.23.86a5.54 5.54 0 0 1-2.59 3.41a5.46 5.46 0 0 1-2.67.73m2.32-18a3.5 3.5 0 0 0-1.72.46a3.58 3.58 0 0 0-1.66 2.19l-2.33 8.84a3.6 3.6 0 0 0 2.48 4.39a3.43 3.43 0 0 0 2.62-.34a3.57 3.57 0 0 0 1.66-2.19L11.5 23h9l.61 2.35a3.6 3.6 0 0 0 1.66 2.19a3.46 3.46 0 0 0 2.63.34a3.58 3.58 0 0 0 2.47-4.39l-2.33-8.84a3.53 3.53 0 0 0-1.65-2.19a3.46 3.46 0 0 0-2.63-.34a3.55 3.55 0 0 0-2.37 2.22l-.24.66h-5.3l-.24-.66a3.56 3.56 0 0 0-2.38-2.22a3.5 3.5 0 0 0-.9-.12"/><path fill="currentColor" d="M10 20a2 2 0 1 1 2-2a2 2 0 0 1-2 2m0-2"/><circle cx="22" cy="16" r="1" fill="currentColor"/><circle cx="22" cy="20" r="1" fill="currentColor"/><circle cx="20" cy="18" r="1" fill="currentColor"/><circle cx="24" cy="18" r="1" fill="currentColor"/><path fill="currentColor" d="m13.75 9l-1.5-1.33a5 5 0 0 1 7.5 0L18.25 9a3 3 0 0 0-4.5 0"/><path fill="currentColor" d="M21.25 6.37a7 7 0 0 0-10.5 0l-1.5-1.32a9 9 0 0 1 13.5 0Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.51 30a5.5 5.5 0 0 1-1.44-.19A5.6 5.6 0 0 1 2.19 23l2.33-8.84a5.54 5.54 0 0 1 2.59-3.41a5.43 5.43 0 0 1 4.15-.54A5.52 5.52 0 0 1 14.7 13h2.6a5.5 5.5 0 0 1 3.44-2.81a5.43 5.43 0 0 1 4.15.54a5.55 5.55 0 0 1 2.59 3.41L29.81 23a5.6 5.6 0 0 1-3.89 6.83a5.43 5.43 0 0 1-4.15-.54a5.54 5.54 0 0 1-2.59-3.41L19 25h-6l-.23.86a5.54 5.54 0 0 1-2.59 3.41a5.46 5.46 0 0 1-2.67.73m2.32-18a3.5 3.5 0 0 0-1.72.46a3.58 3.58 0 0 0-1.66 2.19l-2.33 8.84a3.6 3.6 0 0 0 2.48 4.39a3.43 3.43 0 0 0 2.62-.34a3.57 3.57 0 0 0 1.66-2.19L11.5 23h9l.61 2.35a3.6 3.6 0 0 0 1.66 2.19a3.46 3.46 0 0 0 2.63.34a3.58 3.58 0 0 0 2.47-4.39l-2.33-8.84a3.53 3.53 0 0 0-1.65-2.19a3.46 3.46 0 0 0-2.63-.34a3.55 3.55 0 0 0-2.37 2.22l-.24.66h-5.3l-.24-.66a3.56 3.56 0 0 0-2.38-2.22a3.5 3.5 0 0 0-.9-.12"/><path fill="currentColor" d="M10 20a2 2 0 1 1 2-2a2 2 0 0 1-2 2m0-2"/><circle cx="22" cy="16" r="1" fill="currentColor"/><circle cx="22" cy="20" r="1" fill="currentColor"/><circle cx="20" cy="18" r="1" fill="currentColor"/><circle cx="24" cy="18" r="1" fill="currentColor"/><path fill="currentColor" d="m13.75 9l-1.5-1.33a5 5 0 0 1 7.5 0L18.25 9a3 3 0 0 0-4.5 0"/><path fill="currentColor" d="M21.25 6.37a7 7 0 0 0-10.5 0l-1.5-1.32a9 9 0 0 1 13.5 0Z"/></svg>
</template>

CSS

.icon-game-wireless {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.51%2030a5.5%205.5%200%200%201-1.44-.19A5.6%205.6%200%200%201%202.19%2023l2.33-8.84a5.54%205.54%200%200%201%202.59-3.41a5.43%205.43%200%200%201%204.15-.54A5.52%205.52%200%200%201%2014.7%2013h2.6a5.5%205.5%200%200%201%203.44-2.81a5.43%205.43%200%200%201%204.15.54a5.55%205.55%200%200%201%202.59%203.41L29.81%2023a5.6%205.6%200%200%201-3.89%206.83a5.43%205.43%200%200%201-4.15-.54a5.54%205.54%200%200%201-2.59-3.41L19%2025h-6l-.23.86a5.54%205.54%200%200%201-2.59%203.41a5.46%205.46%200%200%201-2.67.73m2.32-18a3.5%203.5%200%200%200-1.72.46a3.58%203.58%200%200%200-1.66%202.19l-2.33%208.84a3.6%203.6%200%200%200%202.48%204.39a3.43%203.43%200%200%200%202.62-.34a3.57%203.57%200%200%200%201.66-2.19L11.5%2023h9l.61%202.35a3.6%203.6%200%200%200%201.66%202.19a3.46%203.46%200%200%200%202.63.34a3.58%203.58%200%200%200%202.47-4.39l-2.33-8.84a3.53%203.53%200%200%200-1.65-2.19a3.46%203.46%200%200%200-2.63-.34a3.55%203.55%200%200%200-2.37%202.22l-.24.66h-5.3l-.24-.66a3.56%203.56%200%200%200-2.38-2.22a3.5%203.5%200%200%200-.9-.12%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%2020a2%202%200%201%201%202-2a2%202%200%200%201-2%202m0-2%22%2F%3E%3Ccircle%20cx%3D%2222%22%20cy%3D%2216%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2222%22%20cy%3D%2220%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2218%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2218%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13.75%209l-1.5-1.33a5%205%200%200%201%207.5%200L18.25%209a3%203%200%200%200-4.5%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.25%206.37a7%207%200%200%200-10.5%200l-1.5-1.32a9%209%200%200%201%2013.5%200Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.51%2030a5.5%205.5%200%200%201-1.44-.19A5.6%205.6%200%200%201%202.19%2023l2.33-8.84a5.54%205.54%200%200%201%202.59-3.41a5.43%205.43%200%200%201%204.15-.54A5.52%205.52%200%200%201%2014.7%2013h2.6a5.5%205.5%200%200%201%203.44-2.81a5.43%205.43%200%200%201%204.15.54a5.55%205.55%200%200%201%202.59%203.41L29.81%2023a5.6%205.6%200%200%201-3.89%206.83a5.43%205.43%200%200%201-4.15-.54a5.54%205.54%200%200%201-2.59-3.41L19%2025h-6l-.23.86a5.54%205.54%200%200%201-2.59%203.41a5.46%205.46%200%200%201-2.67.73m2.32-18a3.5%203.5%200%200%200-1.72.46a3.58%203.58%200%200%200-1.66%202.19l-2.33%208.84a3.6%203.6%200%200%200%202.48%204.39a3.43%203.43%200%200%200%202.62-.34a3.57%203.57%200%200%200%201.66-2.19L11.5%2023h9l.61%202.35a3.6%203.6%200%200%200%201.66%202.19a3.46%203.46%200%200%200%202.63.34a3.58%203.58%200%200%200%202.47-4.39l-2.33-8.84a3.53%203.53%200%200%200-1.65-2.19a3.46%203.46%200%200%200-2.63-.34a3.55%203.55%200%200%200-2.37%202.22l-.24.66h-5.3l-.24-.66a3.56%203.56%200%200%200-2.38-2.22a3.5%203.5%200%200%200-.9-.12%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%2020a2%202%200%201%201%202-2a2%202%200%200%201-2%202m0-2%22%2F%3E%3Ccircle%20cx%3D%2222%22%20cy%3D%2216%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2222%22%20cy%3D%2220%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2218%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2218%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13.75%209l-1.5-1.33a5%205%200%200%201%207.5%200L18.25%209a3%203%200%200%200-4.5%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.25%206.37a7%207%200%200%200-10.5%200l-1.5-1.32a9%209%200%200%201%2013.5%200Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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