gameboy icon

gameboy-linear from Solar by 480 Design · Linear · Devices · CC-BY-4.0 Attribution required.

Name
gameboy-linear
Set
Solar
Style
Linear
Category
Devices
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More devices icons from Solar

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-width="1.5"><path d="M4.31802 20.5355C5.63604 22 7.75736 22 12 22C16.2426 22 18.364 22 19.682 20.5355C21 19.0711 21 16.714 21 12C21 7.28595 21 4.92893 19.682 3.46447C18.364 2 16.2426 2 12 2C7.75736 2 5.63604 2 4.31802 3.46447C3 4.92893 3 7.28595 3 12C3 16.714 3 19.0711 4.31802 20.5355Z"/><path d="M7 8C7 7.53501 7 7.30252 7.05111 7.11177C7.18981 6.59413 7.59413 6.18981 8.11177 6.05111C8.30252 6 8.53501 6 9 6H15C15.465 6 15.6975 6 15.8882 6.05111C16.4059 6.18981 16.8102 6.59413 16.9489 7.11177C17 7.30252 17 7.53501 17 8C17 8.46499 17 8.69748 16.9489 8.88823C16.8102 9.40587 16.4059 9.81019 15.8882 9.94889C15.6975 10 15.465 10 15 10H9C8.53501 10 8.30252 10 8.11177 9.94889C7.59413 9.81019 7.18981 9.40587 7.05111 8.88823C7 8.69748 7 8.46499 7 8Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M8.5 14V17M7 15.5L10 15.5"/><path stroke-linecap="round" stroke-linejoin="round" d="M13.8335 15.5H13.8336"/><path stroke-linecap="round" stroke-linejoin="round" d="M17.1665 15.5H17.1666"/><path stroke-linecap="round" stroke-linejoin="round" d="M15.5 17.166H15.5001"/><path stroke-linecap="round" stroke-linejoin="round" d="M15.4995 13.833H15.4996"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarGameboyLinear(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" strokeWidth="1.5"><path d="M4.31802 20.5355C5.63604 22 7.75736 22 12 22C16.2426 22 18.364 22 19.682 20.5355C21 19.0711 21 16.714 21 12C21 7.28595 21 4.92893 19.682 3.46447C18.364 2 16.2426 2 12 2C7.75736 2 5.63604 2 4.31802 3.46447C3 4.92893 3 7.28595 3 12C3 16.714 3 19.0711 4.31802 20.5355Z"/><path d="M7 8C7 7.53501 7 7.30252 7.05111 7.11177C7.18981 6.59413 7.59413 6.18981 8.11177 6.05111C8.30252 6 8.53501 6 9 6H15C15.465 6 15.6975 6 15.8882 6.05111C16.4059 6.18981 16.8102 6.59413 16.9489 7.11177C17 7.30252 17 7.53501 17 8C17 8.46499 17 8.69748 16.9489 8.88823C16.8102 9.40587 16.4059 9.81019 15.8882 9.94889C15.6975 10 15.465 10 15 10H9C8.53501 10 8.30252 10 8.11177 9.94889C7.59413 9.81019 7.18981 9.40587 7.05111 8.88823C7 8.69748 7 8.46499 7 8Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M8.5 14V17M7 15.5L10 15.5"/><path strokeLinecap="round" strokeLinejoin="round" d="M13.8335 15.5H13.8336"/><path strokeLinecap="round" strokeLinejoin="round" d="M17.1665 15.5H17.1666"/><path strokeLinecap="round" strokeLinejoin="round" d="M15.5 17.166H15.5001"/><path strokeLinecap="round" strokeLinejoin="round" d="M15.4995 13.833H15.4996"/></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-width="1.5"><path d="M4.31802 20.5355C5.63604 22 7.75736 22 12 22C16.2426 22 18.364 22 19.682 20.5355C21 19.0711 21 16.714 21 12C21 7.28595 21 4.92893 19.682 3.46447C18.364 2 16.2426 2 12 2C7.75736 2 5.63604 2 4.31802 3.46447C3 4.92893 3 7.28595 3 12C3 16.714 3 19.0711 4.31802 20.5355Z"/><path d="M7 8C7 7.53501 7 7.30252 7.05111 7.11177C7.18981 6.59413 7.59413 6.18981 8.11177 6.05111C8.30252 6 8.53501 6 9 6H15C15.465 6 15.6975 6 15.8882 6.05111C16.4059 6.18981 16.8102 6.59413 16.9489 7.11177C17 7.30252 17 7.53501 17 8C17 8.46499 17 8.69748 16.9489 8.88823C16.8102 9.40587 16.4059 9.81019 15.8882 9.94889C15.6975 10 15.465 10 15 10H9C8.53501 10 8.30252 10 8.11177 9.94889C7.59413 9.81019 7.18981 9.40587 7.05111 8.88823C7 8.69748 7 8.46499 7 8Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M8.5 14V17M7 15.5L10 15.5"/><path stroke-linecap="round" stroke-linejoin="round" d="M13.8335 15.5H13.8336"/><path stroke-linecap="round" stroke-linejoin="round" d="M17.1665 15.5H17.1666"/><path stroke-linecap="round" stroke-linejoin="round" d="M15.5 17.166H15.5001"/><path stroke-linecap="round" stroke-linejoin="round" d="M15.4995 13.833H15.4996"/></g></svg>
</template>

CSS

.icon-gameboy-linear {
  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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M4.31802%2020.5355C5.63604%2022%207.75736%2022%2012%2022C16.2426%2022%2018.364%2022%2019.682%2020.5355C21%2019.0711%2021%2016.714%2021%2012C21%207.28595%2021%204.92893%2019.682%203.46447C18.364%202%2016.2426%202%2012%202C7.75736%202%205.63604%202%204.31802%203.46447C3%204.92893%203%207.28595%203%2012C3%2016.714%203%2019.0711%204.31802%2020.5355Z%22%2F%3E%3Cpath%20d%3D%22M7%208C7%207.53501%207%207.30252%207.05111%207.11177C7.18981%206.59413%207.59413%206.18981%208.11177%206.05111C8.30252%206%208.53501%206%209%206H15C15.465%206%2015.6975%206%2015.8882%206.05111C16.4059%206.18981%2016.8102%206.59413%2016.9489%207.11177C17%207.30252%2017%207.53501%2017%208C17%208.46499%2017%208.69748%2016.9489%208.88823C16.8102%209.40587%2016.4059%209.81019%2015.8882%209.94889C15.6975%2010%2015.465%2010%2015%2010H9C8.53501%2010%208.30252%2010%208.11177%209.94889C7.59413%209.81019%207.18981%209.40587%207.05111%208.88823C7%208.69748%207%208.46499%207%208Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8.5%2014V17M7%2015.5L10%2015.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M13.8335%2015.5H13.8336%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17.1665%2015.5H17.1666%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15.5%2017.166H15.5001%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15.4995%2013.833H15.4996%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M4.31802%2020.5355C5.63604%2022%207.75736%2022%2012%2022C16.2426%2022%2018.364%2022%2019.682%2020.5355C21%2019.0711%2021%2016.714%2021%2012C21%207.28595%2021%204.92893%2019.682%203.46447C18.364%202%2016.2426%202%2012%202C7.75736%202%205.63604%202%204.31802%203.46447C3%204.92893%203%207.28595%203%2012C3%2016.714%203%2019.0711%204.31802%2020.5355Z%22%2F%3E%3Cpath%20d%3D%22M7%208C7%207.53501%207%207.30252%207.05111%207.11177C7.18981%206.59413%207.59413%206.18981%208.11177%206.05111C8.30252%206%208.53501%206%209%206H15C15.465%206%2015.6975%206%2015.8882%206.05111C16.4059%206.18981%2016.8102%206.59413%2016.9489%207.11177C17%207.30252%2017%207.53501%2017%208C17%208.46499%2017%208.69748%2016.9489%208.88823C16.8102%209.40587%2016.4059%209.81019%2015.8882%209.94889C15.6975%2010%2015.465%2010%2015%2010H9C8.53501%2010%208.30252%2010%208.11177%209.94889C7.59413%209.81019%207.18981%209.40587%207.05111%208.88823C7%208.69748%207%208.46499%207%208Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8.5%2014V17M7%2015.5L10%2015.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M13.8335%2015.5H13.8336%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17.1665%2015.5H17.1666%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15.5%2017.166H15.5001%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15.4995%2013.833H15.4996%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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