gameboy icon
gameboy from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- gameboy
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the gameboy icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M14.5 6c.777 0 1.165 0 1.471.127c.409.169.733.493.902.902C17 7.335 17 7.723 17 8.5s0 1.165-.127 1.471a1.67 1.67 0 0 1-.902.902C15.665 11 15.277 11 14.5 11h-5c-.777 0-1.165 0-1.471-.127a1.67 1.67 0 0 1-.902-.902C7 9.665 7 9.277 7 8.5s0-1.165.127-1.471c.169-.409.493-.733.902-.902C8.335 6 8.723 6 9.5 6zM11 17H9m0 0H7m2 0v2m0-2v-2"/><path stroke-linejoin="round" d="M17 18v-2"/><path d="M21 13v-2c0-3.75 0-5.625-.955-6.939a5 5 0 0 0-1.106-1.106C17.625 2 15.749 2 12 2s-5.625 0-6.939.955A5 5 0 0 0 3.955 4.06C3 5.375 3 7.251 3 11v2c0 3.75 0 5.625.955 6.939a5 5 0 0 0 1.106 1.106C6.375 22 8.251 22 12 22s5.625 0 6.939-.955a5 5 0 0 0 1.106-1.106C21 18.625 21 16.749 21 13Z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsGameboy(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M14.5 6c.777 0 1.165 0 1.471.127c.409.169.733.493.902.902C17 7.335 17 7.723 17 8.5s0 1.165-.127 1.471a1.67 1.67 0 0 1-.902.902C15.665 11 15.277 11 14.5 11h-5c-.777 0-1.165 0-1.471-.127a1.67 1.67 0 0 1-.902-.902C7 9.665 7 9.277 7 8.5s0-1.165.127-1.471c.169-.409.493-.733.902-.902C8.335 6 8.723 6 9.5 6zM11 17H9m0 0H7m2 0v2m0-2v-2"/><path strokeLinejoin="round" d="M17 18v-2"/><path d="M21 13v-2c0-3.75 0-5.625-.955-6.939a5 5 0 0 0-1.106-1.106C17.625 2 15.749 2 12 2s-5.625 0-6.939.955A5 5 0 0 0 3.955 4.06C3 5.375 3 7.251 3 11v2c0 3.75 0 5.625.955 6.939a5 5 0 0 0 1.106 1.106C6.375 22 8.251 22 12 22s5.625 0 6.939-.955a5 5 0 0 0 1.106-1.106C21 18.625 21 16.749 21 13Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M14.5 6c.777 0 1.165 0 1.471.127c.409.169.733.493.902.902C17 7.335 17 7.723 17 8.5s0 1.165-.127 1.471a1.67 1.67 0 0 1-.902.902C15.665 11 15.277 11 14.5 11h-5c-.777 0-1.165 0-1.471-.127a1.67 1.67 0 0 1-.902-.902C7 9.665 7 9.277 7 8.5s0-1.165.127-1.471c.169-.409.493-.733.902-.902C8.335 6 8.723 6 9.5 6zM11 17H9m0 0H7m2 0v2m0-2v-2"/><path stroke-linejoin="round" d="M17 18v-2"/><path d="M21 13v-2c0-3.75 0-5.625-.955-6.939a5 5 0 0 0-1.106-1.106C17.625 2 15.749 2 12 2s-5.625 0-6.939.955A5 5 0 0 0 3.955 4.06C3 5.375 3 7.251 3 11v2c0 3.75 0 5.625.955 6.939a5 5 0 0 0 1.106 1.106C6.375 22 8.251 22 12 22s5.625 0 6.939-.955a5 5 0 0 0 1.106-1.106C21 18.625 21 16.749 21 13Z"/></g></svg> </template>
CSS
.icon-gameboy {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14.5%206c.777%200%201.165%200%201.471.127c.409.169.733.493.902.902C17%207.335%2017%207.723%2017%208.5s0%201.165-.127%201.471a1.67%201.67%200%200%201-.902.902C15.665%2011%2015.277%2011%2014.5%2011h-5c-.777%200-1.165%200-1.471-.127a1.67%201.67%200%200%201-.902-.902C7%209.665%207%209.277%207%208.5s0-1.165.127-1.471c.169-.409.493-.733.902-.902C8.335%206%208.723%206%209.5%206zM11%2017H9m0%200H7m2%200v2m0-2v-2%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M17%2018v-2%22%2F%3E%3Cpath%20d%3D%22M21%2013v-2c0-3.75%200-5.625-.955-6.939a5%205%200%200%200-1.106-1.106C17.625%202%2015.749%202%2012%202s-5.625%200-6.939.955A5%205%200%200%200%203.955%204.06C3%205.375%203%207.251%203%2011v2c0%203.75%200%205.625.955%206.939a5%205%200%200%200%201.106%201.106C6.375%2022%208.251%2022%2012%2022s5.625%200%206.939-.955a5%205%200%200%200%201.106-1.106C21%2018.625%2021%2016.749%2021%2013Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14.5%206c.777%200%201.165%200%201.471.127c.409.169.733.493.902.902C17%207.335%2017%207.723%2017%208.5s0%201.165-.127%201.471a1.67%201.67%200%200%201-.902.902C15.665%2011%2015.277%2011%2014.5%2011h-5c-.777%200-1.165%200-1.471-.127a1.67%201.67%200%200%201-.902-.902C7%209.665%207%209.277%207%208.5s0-1.165.127-1.471c.169-.409.493-.733.902-.902C8.335%206%208.723%206%209.5%206zM11%2017H9m0%200H7m2%200v2m0-2v-2%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M17%2018v-2%22%2F%3E%3Cpath%20d%3D%22M21%2013v-2c0-3.75%200-5.625-.955-6.939a5%205%200%200%200-1.106-1.106C17.625%202%2015.749%202%2012%202s-5.625%200-6.939.955A5%205%200%200%200%203.955%204.06C3%205.375%203%207.251%203%2011v2c0%203.75%200%205.625.955%206.939a5%205%200%200%200%201.106%201.106C6.375%2022%208.251%2022%2012%2022s5.625%200%206.939-.955a5%205%200%200%200%201.106-1.106C21%2018.625%2021%2016.749%2021%2013Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/gameboy.svg?color=%231a73e8&size=48