gameboy icon

gameboy from Reicon by REICON · Outline · Devices · MIT Free for personal and commercial use.

Name
gameboy
Set
Reicon
Style
Outline
Category
Devices
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All gameboy icons →

More devices icons from Reicon

Use the gameboy icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M11.938 1.25h.124c2.069 0 3.706 0 4.987.191c1.323.198 2.373.614 3.19 1.522c.807.896 1.168 2.03 1.34 3.46c.171 1.407.171 3.212.171 5.525v.104c0 2.313 0 4.118-.17 5.525c-.173 1.43-.534 2.564-1.34 3.46c-.818.908-1.867 1.324-3.191 1.522c-1.281.191-2.918.191-4.986.191h-.126c-2.068 0-3.705 0-4.986-.191c-1.324-.198-2.373-.614-3.19-1.522c-.807-.896-1.168-2.03-1.34-3.46c-.171-1.407-.171-3.212-.171-5.525v-.104c0-2.313 0-4.118.17-5.524c.173-1.432.534-2.565 1.34-3.461c.818-.908 1.867-1.324 3.191-1.522c1.281-.191 2.918-.191 4.987-.191M7.173 2.925c-1.127.168-1.797.485-2.298 1.041c-.51.568-.81 1.346-.966 2.638C3.751 7.91 3.75 9.624 3.75 12s.001 4.09.16 5.396c.156 1.292.454 2.07.965 2.638c.501.556 1.171.873 2.298 1.041c1.157.173 2.682.175 4.827.175s3.67-.002 4.827-.175c1.127-.168 1.797-.485 2.297-1.041c.512-.568.81-1.346.967-2.638c.158-1.306.159-3.02.159-5.396s-.001-4.09-.16-5.396c-.156-1.292-.454-2.07-.965-2.638c-.501-.556-1.171-.873-2.298-1.041C15.67 2.752 14.145 2.75 12 2.75s-3.67.002-4.827.175M8.916 5.25h6.168c.38 0 .71 0 .998.077a2.25 2.25 0 0 1 1.591 1.59c.078.29.078.618.077 1v.167c0 .38 0 .71-.077.998a2.25 2.25 0 0 1-1.59 1.591c-.29.078-.618.078-1 .077H8.917c-.38 0-.71 0-.998-.077a2.25 2.25 0 0 1-1.591-1.59c-.078-.29-.077-.618-.077-1v-.167c0-.38 0-.71.077-.998a2.25 2.25 0 0 1 1.59-1.591c.29-.078.618-.077 1-.077M9 6.75c-.513 0-.623.006-.694.026a.75.75 0 0 0-.53.53c-.02.071-.026.18-.026.694c0 .513.006.623.026.694a.75.75 0 0 0 .53.53c.071.02.18.026.694.026h6c.513 0 .623-.006.694-.026a.75.75 0 0 0 .53-.53c.02-.071.026-.18.026-.694c0-.513-.006-.623-.026-.694a.75.75 0 0 0-.53-.53c-.071-.02-.18-.026-.694-.026zm-.5 6.5a.75.75 0 0 1 .75.75v.75H10a.75.75 0 0 1 0 1.5h-.75V17a.75.75 0 0 1-1.5 0v-.75H7a.75.75 0 0 1 0-1.5h.75V14a.75.75 0 0 1 .75-.75" clip-rule="evenodd"/><path d="M16.333 13.833a.833.833 0 1 1-1.666 0a.833.833 0 0 1 1.666 0m0 3.334a.833.833 0 1 1-1.666 0a.833.833 0 0 1 1.666 0M14.667 15.5a.833.833 0 1 1-1.667 0a.833.833 0 0 1 1.667 0m3.333 0a.833.833 0 1 1-1.667 0a.833.833 0 0 1 1.667 0"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconGameboy(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M11.938 1.25h.124c2.069 0 3.706 0 4.987.191c1.323.198 2.373.614 3.19 1.522c.807.896 1.168 2.03 1.34 3.46c.171 1.407.171 3.212.171 5.525v.104c0 2.313 0 4.118-.17 5.525c-.173 1.43-.534 2.564-1.34 3.46c-.818.908-1.867 1.324-3.191 1.522c-1.281.191-2.918.191-4.986.191h-.126c-2.068 0-3.705 0-4.986-.191c-1.324-.198-2.373-.614-3.19-1.522c-.807-.896-1.168-2.03-1.34-3.46c-.171-1.407-.171-3.212-.171-5.525v-.104c0-2.313 0-4.118.17-5.524c.173-1.432.534-2.565 1.34-3.461c.818-.908 1.867-1.324 3.191-1.522c1.281-.191 2.918-.191 4.987-.191M7.173 2.925c-1.127.168-1.797.485-2.298 1.041c-.51.568-.81 1.346-.966 2.638C3.751 7.91 3.75 9.624 3.75 12s.001 4.09.16 5.396c.156 1.292.454 2.07.965 2.638c.501.556 1.171.873 2.298 1.041c1.157.173 2.682.175 4.827.175s3.67-.002 4.827-.175c1.127-.168 1.797-.485 2.297-1.041c.512-.568.81-1.346.967-2.638c.158-1.306.159-3.02.159-5.396s-.001-4.09-.16-5.396c-.156-1.292-.454-2.07-.965-2.638c-.501-.556-1.171-.873-2.298-1.041C15.67 2.752 14.145 2.75 12 2.75s-3.67.002-4.827.175M8.916 5.25h6.168c.38 0 .71 0 .998.077a2.25 2.25 0 0 1 1.591 1.59c.078.29.078.618.077 1v.167c0 .38 0 .71-.077.998a2.25 2.25 0 0 1-1.59 1.591c-.29.078-.618.078-1 .077H8.917c-.38 0-.71 0-.998-.077a2.25 2.25 0 0 1-1.591-1.59c-.078-.29-.077-.618-.077-1v-.167c0-.38 0-.71.077-.998a2.25 2.25 0 0 1 1.59-1.591c.29-.078.618-.077 1-.077M9 6.75c-.513 0-.623.006-.694.026a.75.75 0 0 0-.53.53c-.02.071-.026.18-.026.694c0 .513.006.623.026.694a.75.75 0 0 0 .53.53c.071.02.18.026.694.026h6c.513 0 .623-.006.694-.026a.75.75 0 0 0 .53-.53c.02-.071.026-.18.026-.694c0-.513-.006-.623-.026-.694a.75.75 0 0 0-.53-.53c-.071-.02-.18-.026-.694-.026zm-.5 6.5a.75.75 0 0 1 .75.75v.75H10a.75.75 0 0 1 0 1.5h-.75V17a.75.75 0 0 1-1.5 0v-.75H7a.75.75 0 0 1 0-1.5h.75V14a.75.75 0 0 1 .75-.75" clipRule="evenodd"/><path d="M16.333 13.833a.833.833 0 1 1-1.666 0a.833.833 0 0 1 1.666 0m0 3.334a.833.833 0 1 1-1.666 0a.833.833 0 0 1 1.666 0M14.667 15.5a.833.833 0 1 1-1.667 0a.833.833 0 0 1 1.667 0m3.333 0a.833.833 0 1 1-1.667 0a.833.833 0 0 1 1.667 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M11.938 1.25h.124c2.069 0 3.706 0 4.987.191c1.323.198 2.373.614 3.19 1.522c.807.896 1.168 2.03 1.34 3.46c.171 1.407.171 3.212.171 5.525v.104c0 2.313 0 4.118-.17 5.525c-.173 1.43-.534 2.564-1.34 3.46c-.818.908-1.867 1.324-3.191 1.522c-1.281.191-2.918.191-4.986.191h-.126c-2.068 0-3.705 0-4.986-.191c-1.324-.198-2.373-.614-3.19-1.522c-.807-.896-1.168-2.03-1.34-3.46c-.171-1.407-.171-3.212-.171-5.525v-.104c0-2.313 0-4.118.17-5.524c.173-1.432.534-2.565 1.34-3.461c.818-.908 1.867-1.324 3.191-1.522c1.281-.191 2.918-.191 4.987-.191M7.173 2.925c-1.127.168-1.797.485-2.298 1.041c-.51.568-.81 1.346-.966 2.638C3.751 7.91 3.75 9.624 3.75 12s.001 4.09.16 5.396c.156 1.292.454 2.07.965 2.638c.501.556 1.171.873 2.298 1.041c1.157.173 2.682.175 4.827.175s3.67-.002 4.827-.175c1.127-.168 1.797-.485 2.297-1.041c.512-.568.81-1.346.967-2.638c.158-1.306.159-3.02.159-5.396s-.001-4.09-.16-5.396c-.156-1.292-.454-2.07-.965-2.638c-.501-.556-1.171-.873-2.298-1.041C15.67 2.752 14.145 2.75 12 2.75s-3.67.002-4.827.175M8.916 5.25h6.168c.38 0 .71 0 .998.077a2.25 2.25 0 0 1 1.591 1.59c.078.29.078.618.077 1v.167c0 .38 0 .71-.077.998a2.25 2.25 0 0 1-1.59 1.591c-.29.078-.618.078-1 .077H8.917c-.38 0-.71 0-.998-.077a2.25 2.25 0 0 1-1.591-1.59c-.078-.29-.077-.618-.077-1v-.167c0-.38 0-.71.077-.998a2.25 2.25 0 0 1 1.59-1.591c.29-.078.618-.077 1-.077M9 6.75c-.513 0-.623.006-.694.026a.75.75 0 0 0-.53.53c-.02.071-.026.18-.026.694c0 .513.006.623.026.694a.75.75 0 0 0 .53.53c.071.02.18.026.694.026h6c.513 0 .623-.006.694-.026a.75.75 0 0 0 .53-.53c.02-.071.026-.18.026-.694c0-.513-.006-.623-.026-.694a.75.75 0 0 0-.53-.53c-.071-.02-.18-.026-.694-.026zm-.5 6.5a.75.75 0 0 1 .75.75v.75H10a.75.75 0 0 1 0 1.5h-.75V17a.75.75 0 0 1-1.5 0v-.75H7a.75.75 0 0 1 0-1.5h.75V14a.75.75 0 0 1 .75-.75" clip-rule="evenodd"/><path d="M16.333 13.833a.833.833 0 1 1-1.666 0a.833.833 0 0 1 1.666 0m0 3.334a.833.833 0 1 1-1.666 0a.833.833 0 0 1 1.666 0M14.667 15.5a.833.833 0 1 1-1.667 0a.833.833 0 0 1 1.667 0m3.333 0a.833.833 0 1 1-1.667 0a.833.833 0 0 1 1.667 0"/></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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.938%201.25h.124c2.069%200%203.706%200%204.987.191c1.323.198%202.373.614%203.19%201.522c.807.896%201.168%202.03%201.34%203.46c.171%201.407.171%203.212.171%205.525v.104c0%202.313%200%204.118-.17%205.525c-.173%201.43-.534%202.564-1.34%203.46c-.818.908-1.867%201.324-3.191%201.522c-1.281.191-2.918.191-4.986.191h-.126c-2.068%200-3.705%200-4.986-.191c-1.324-.198-2.373-.614-3.19-1.522c-.807-.896-1.168-2.03-1.34-3.46c-.171-1.407-.171-3.212-.171-5.525v-.104c0-2.313%200-4.118.17-5.524c.173-1.432.534-2.565%201.34-3.461c.818-.908%201.867-1.324%203.191-1.522c1.281-.191%202.918-.191%204.987-.191M7.173%202.925c-1.127.168-1.797.485-2.298%201.041c-.51.568-.81%201.346-.966%202.638C3.751%207.91%203.75%209.624%203.75%2012s.001%204.09.16%205.396c.156%201.292.454%202.07.965%202.638c.501.556%201.171.873%202.298%201.041c1.157.173%202.682.175%204.827.175s3.67-.002%204.827-.175c1.127-.168%201.797-.485%202.297-1.041c.512-.568.81-1.346.967-2.638c.158-1.306.159-3.02.159-5.396s-.001-4.09-.16-5.396c-.156-1.292-.454-2.07-.965-2.638c-.501-.556-1.171-.873-2.298-1.041C15.67%202.752%2014.145%202.75%2012%202.75s-3.67.002-4.827.175M8.916%205.25h6.168c.38%200%20.71%200%20.998.077a2.25%202.25%200%200%201%201.591%201.59c.078.29.078.618.077%201v.167c0%20.38%200%20.71-.077.998a2.25%202.25%200%200%201-1.59%201.591c-.29.078-.618.078-1%20.077H8.917c-.38%200-.71%200-.998-.077a2.25%202.25%200%200%201-1.591-1.59c-.078-.29-.077-.618-.077-1v-.167c0-.38%200-.71.077-.998a2.25%202.25%200%200%201%201.59-1.591c.29-.078.618-.077%201-.077M9%206.75c-.513%200-.623.006-.694.026a.75.75%200%200%200-.53.53c-.02.071-.026.18-.026.694c0%20.513.006.623.026.694a.75.75%200%200%200%20.53.53c.071.02.18.026.694.026h6c.513%200%20.623-.006.694-.026a.75.75%200%200%200%20.53-.53c.02-.071.026-.18.026-.694c0-.513-.006-.623-.026-.694a.75.75%200%200%200-.53-.53c-.071-.02-.18-.026-.694-.026zm-.5%206.5a.75.75%200%200%201%20.75.75v.75H10a.75.75%200%200%201%200%201.5h-.75V17a.75.75%200%200%201-1.5%200v-.75H7a.75.75%200%200%201%200-1.5h.75V14a.75.75%200%200%201%20.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M16.333%2013.833a.833.833%200%201%201-1.666%200a.833.833%200%200%201%201.666%200m0%203.334a.833.833%200%201%201-1.666%200a.833.833%200%200%201%201.666%200M14.667%2015.5a.833.833%200%201%201-1.667%200a.833.833%200%200%201%201.667%200m3.333%200a.833.833%200%201%201-1.667%200a.833.833%200%200%201%201.667%200%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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.938%201.25h.124c2.069%200%203.706%200%204.987.191c1.323.198%202.373.614%203.19%201.522c.807.896%201.168%202.03%201.34%203.46c.171%201.407.171%203.212.171%205.525v.104c0%202.313%200%204.118-.17%205.525c-.173%201.43-.534%202.564-1.34%203.46c-.818.908-1.867%201.324-3.191%201.522c-1.281.191-2.918.191-4.986.191h-.126c-2.068%200-3.705%200-4.986-.191c-1.324-.198-2.373-.614-3.19-1.522c-.807-.896-1.168-2.03-1.34-3.46c-.171-1.407-.171-3.212-.171-5.525v-.104c0-2.313%200-4.118.17-5.524c.173-1.432.534-2.565%201.34-3.461c.818-.908%201.867-1.324%203.191-1.522c1.281-.191%202.918-.191%204.987-.191M7.173%202.925c-1.127.168-1.797.485-2.298%201.041c-.51.568-.81%201.346-.966%202.638C3.751%207.91%203.75%209.624%203.75%2012s.001%204.09.16%205.396c.156%201.292.454%202.07.965%202.638c.501.556%201.171.873%202.298%201.041c1.157.173%202.682.175%204.827.175s3.67-.002%204.827-.175c1.127-.168%201.797-.485%202.297-1.041c.512-.568.81-1.346.967-2.638c.158-1.306.159-3.02.159-5.396s-.001-4.09-.16-5.396c-.156-1.292-.454-2.07-.965-2.638c-.501-.556-1.171-.873-2.298-1.041C15.67%202.752%2014.145%202.75%2012%202.75s-3.67.002-4.827.175M8.916%205.25h6.168c.38%200%20.71%200%20.998.077a2.25%202.25%200%200%201%201.591%201.59c.078.29.078.618.077%201v.167c0%20.38%200%20.71-.077.998a2.25%202.25%200%200%201-1.59%201.591c-.29.078-.618.078-1%20.077H8.917c-.38%200-.71%200-.998-.077a2.25%202.25%200%200%201-1.591-1.59c-.078-.29-.077-.618-.077-1v-.167c0-.38%200-.71.077-.998a2.25%202.25%200%200%201%201.59-1.591c.29-.078.618-.077%201-.077M9%206.75c-.513%200-.623.006-.694.026a.75.75%200%200%200-.53.53c-.02.071-.026.18-.026.694c0%20.513.006.623.026.694a.75.75%200%200%200%20.53.53c.071.02.18.026.694.026h6c.513%200%20.623-.006.694-.026a.75.75%200%200%200%20.53-.53c.02-.071.026-.18.026-.694c0-.513-.006-.623-.026-.694a.75.75%200%200%200-.53-.53c-.071-.02-.18-.026-.694-.026zm-.5%206.5a.75.75%200%200%201%20.75.75v.75H10a.75.75%200%200%201%200%201.5h-.75V17a.75.75%200%200%201-1.5%200v-.75H7a.75.75%200%200%201%200-1.5h.75V14a.75.75%200%200%201%20.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M16.333%2013.833a.833.833%200%201%201-1.666%200a.833.833%200%200%201%201.666%200m0%203.334a.833.833%200%201%201-1.666%200a.833.833%200%200%201%201.666%200M14.667%2015.5a.833.833%200%201%201-1.667%200a.833.833%200%200%201%201.667%200m3.333%200a.833.833%200%201%201-1.667%200a.833.833%200%200%201%201.667%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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