game console icon

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

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

The same icon in other sets

More tools icons from Carbon

Use the game console 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 26a5.5 5.5 0 0 1-1.44-.19A5.6 5.6 0 0 1 2.19 19l2.33-8.84a5.54 5.54 0 0 1 2.59-3.43a5.43 5.43 0 0 1 4.15-.54A5.52 5.52 0 0 1 14.7 9h2.6a5.5 5.5 0 0 1 3.44-2.81a5.43 5.43 0 0 1 4.15.54a5.57 5.57 0 0 1 2.59 3.41L29.81 19a5.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 21h-6l-.23.86a5.54 5.54 0 0 1-2.59 3.41a5.46 5.46 0 0 1-2.67.73M9.83 8a3.5 3.5 0 0 0-1.72.46a3.6 3.6 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.54 3.54 0 0 0 1.66-2.19L11.5 19h9l.61 2.35a3.58 3.58 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.55 3.55 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 16a2 2 0 1 1 2-2a2 2 0 0 1-2 2m0-2"/><circle cx="22" cy="12" r="1" fill="currentColor"/><circle cx="22" cy="16" r="1" fill="currentColor"/><circle cx="20" cy="14" r="1" fill="currentColor"/><circle cx="24" cy="14" r="1" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function CarbonGameConsole(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 26a5.5 5.5 0 0 1-1.44-.19A5.6 5.6 0 0 1 2.19 19l2.33-8.84a5.54 5.54 0 0 1 2.59-3.43a5.43 5.43 0 0 1 4.15-.54A5.52 5.52 0 0 1 14.7 9h2.6a5.5 5.5 0 0 1 3.44-2.81a5.43 5.43 0 0 1 4.15.54a5.57 5.57 0 0 1 2.59 3.41L29.81 19a5.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 21h-6l-.23.86a5.54 5.54 0 0 1-2.59 3.41a5.46 5.46 0 0 1-2.67.73M9.83 8a3.5 3.5 0 0 0-1.72.46a3.6 3.6 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.54 3.54 0 0 0 1.66-2.19L11.5 19h9l.61 2.35a3.58 3.58 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.55 3.55 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 16a2 2 0 1 1 2-2a2 2 0 0 1-2 2m0-2"/><circle cx="22" cy="12" r="1" fill="currentColor"/><circle cx="22" cy="16" r="1" fill="currentColor"/><circle cx="20" cy="14" r="1" fill="currentColor"/><circle cx="24" cy="14" r="1" fill="currentColor"/></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 26a5.5 5.5 0 0 1-1.44-.19A5.6 5.6 0 0 1 2.19 19l2.33-8.84a5.54 5.54 0 0 1 2.59-3.43a5.43 5.43 0 0 1 4.15-.54A5.52 5.52 0 0 1 14.7 9h2.6a5.5 5.5 0 0 1 3.44-2.81a5.43 5.43 0 0 1 4.15.54a5.57 5.57 0 0 1 2.59 3.41L29.81 19a5.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 21h-6l-.23.86a5.54 5.54 0 0 1-2.59 3.41a5.46 5.46 0 0 1-2.67.73M9.83 8a3.5 3.5 0 0 0-1.72.46a3.6 3.6 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.54 3.54 0 0 0 1.66-2.19L11.5 19h9l.61 2.35a3.58 3.58 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.55 3.55 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 16a2 2 0 1 1 2-2a2 2 0 0 1-2 2m0-2"/><circle cx="22" cy="12" r="1" fill="currentColor"/><circle cx="22" cy="16" r="1" fill="currentColor"/><circle cx="20" cy="14" r="1" fill="currentColor"/><circle cx="24" cy="14" r="1" fill="currentColor"/></svg>
</template>

CSS

.icon-game-console {
  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%2026a5.5%205.5%200%200%201-1.44-.19A5.6%205.6%200%200%201%202.19%2019l2.33-8.84a5.54%205.54%200%200%201%202.59-3.43a5.43%205.43%200%200%201%204.15-.54A5.52%205.52%200%200%201%2014.7%209h2.6a5.5%205.5%200%200%201%203.44-2.81a5.43%205.43%200%200%201%204.15.54a5.57%205.57%200%200%201%202.59%203.41L29.81%2019a5.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%2021h-6l-.23.86a5.54%205.54%200%200%201-2.59%203.41a5.46%205.46%200%200%201-2.67.73M9.83%208a3.5%203.5%200%200%200-1.72.46a3.6%203.6%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.54%203.54%200%200%200%201.66-2.19L11.5%2019h9l.61%202.35a3.58%203.58%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.55%203.55%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%2016a2%202%200%201%201%202-2a2%202%200%200%201-2%202m0-2%22%2F%3E%3Ccircle%20cx%3D%2222%22%20cy%3D%2212%22%20r%3D%221%22%20fill%3D%22currentColor%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%2220%22%20cy%3D%2214%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2214%22%20r%3D%221%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.51%2026a5.5%205.5%200%200%201-1.44-.19A5.6%205.6%200%200%201%202.19%2019l2.33-8.84a5.54%205.54%200%200%201%202.59-3.43a5.43%205.43%200%200%201%204.15-.54A5.52%205.52%200%200%201%2014.7%209h2.6a5.5%205.5%200%200%201%203.44-2.81a5.43%205.43%200%200%201%204.15.54a5.57%205.57%200%200%201%202.59%203.41L29.81%2019a5.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%2021h-6l-.23.86a5.54%205.54%200%200%201-2.59%203.41a5.46%205.46%200%200%201-2.67.73M9.83%208a3.5%203.5%200%200%200-1.72.46a3.6%203.6%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.54%203.54%200%200%200%201.66-2.19L11.5%2019h9l.61%202.35a3.58%203.58%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.55%203.55%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%2016a2%202%200%201%201%202-2a2%202%200%200%201-2%202m0-2%22%2F%3E%3Ccircle%20cx%3D%2222%22%20cy%3D%2212%22%20r%3D%221%22%20fill%3D%22currentColor%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%2220%22%20cy%3D%2214%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2214%22%20r%3D%221%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/carbon/game-console.svg?color=%231a73e8&size=48