gameboy icon
gameboy-duotone from Reicon by REICON · Duotone · Devices · MIT Free for personal and commercial use.
- Name
- gameboy-duotone
- Set
- Reicon
- Style
- Duotone
- 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 d="M4.318 20.536C5.636 22 7.758 22 12 22s6.364 0 7.682-1.465C21 19.072 21 16.714 21 12s0-7.071-1.318-8.536S16.242 2 12 2S5.636 2 4.318 3.464C3 4.93 3 7.286 3 12s0 7.071 1.318 8.535" opacity=".5"/><path d="M9.25 14a.75.75 0 0 0-1.5 0v.75H7a.75.75 0 0 0 0 1.5h.75V17a.75.75 0 0 0 1.5 0v-.75H10a.75.75 0 0 0 0-1.5h-.75zm7.083-.167a.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 0m-2.5-.834a.833.833 0 1 0 0-1.666a.833.833 0 0 0 0 1.666M18 15.5a.833.833 0 1 1-1.667 0a.833.833 0 0 1 1.667 0M7.051 7.112C7 7.302 7 7.535 7 8s0 .697.051.888a1.5 1.5 0 0 0 1.06 1.06C8.304 10 8.536 10 9 10h6c.465 0 .697 0 .888-.051a1.5 1.5 0 0 0 1.06-1.06C17 8.696 17 8.464 17 8s0-.697-.051-.888a1.5 1.5 0 0 0-1.06-1.06C15.697 6 15.464 6 15 6H9c-.465 0-.697 0-.888.051a1.5 1.5 0 0 0-1.06 1.06"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconGameboyDuotone(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 d="M4.318 20.536C5.636 22 7.758 22 12 22s6.364 0 7.682-1.465C21 19.072 21 16.714 21 12s0-7.071-1.318-8.536S16.242 2 12 2S5.636 2 4.318 3.464C3 4.93 3 7.286 3 12s0 7.071 1.318 8.535" opacity=".5"/><path d="M9.25 14a.75.75 0 0 0-1.5 0v.75H7a.75.75 0 0 0 0 1.5h.75V17a.75.75 0 0 0 1.5 0v-.75H10a.75.75 0 0 0 0-1.5h-.75zm7.083-.167a.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 0m-2.5-.834a.833.833 0 1 0 0-1.666a.833.833 0 0 0 0 1.666M18 15.5a.833.833 0 1 1-1.667 0a.833.833 0 0 1 1.667 0M7.051 7.112C7 7.302 7 7.535 7 8s0 .697.051.888a1.5 1.5 0 0 0 1.06 1.06C8.304 10 8.536 10 9 10h6c.465 0 .697 0 .888-.051a1.5 1.5 0 0 0 1.06-1.06C17 8.696 17 8.464 17 8s0-.697-.051-.888a1.5 1.5 0 0 0-1.06-1.06C15.697 6 15.464 6 15 6H9c-.465 0-.697 0-.888.051a1.5 1.5 0 0 0-1.06 1.06"/></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 d="M4.318 20.536C5.636 22 7.758 22 12 22s6.364 0 7.682-1.465C21 19.072 21 16.714 21 12s0-7.071-1.318-8.536S16.242 2 12 2S5.636 2 4.318 3.464C3 4.93 3 7.286 3 12s0 7.071 1.318 8.535" opacity=".5"/><path d="M9.25 14a.75.75 0 0 0-1.5 0v.75H7a.75.75 0 0 0 0 1.5h.75V17a.75.75 0 0 0 1.5 0v-.75H10a.75.75 0 0 0 0-1.5h-.75zm7.083-.167a.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 0m-2.5-.834a.833.833 0 1 0 0-1.666a.833.833 0 0 0 0 1.666M18 15.5a.833.833 0 1 1-1.667 0a.833.833 0 0 1 1.667 0M7.051 7.112C7 7.302 7 7.535 7 8s0 .697.051.888a1.5 1.5 0 0 0 1.06 1.06C8.304 10 8.536 10 9 10h6c.465 0 .697 0 .888-.051a1.5 1.5 0 0 0 1.06-1.06C17 8.696 17 8.464 17 8s0-.697-.051-.888a1.5 1.5 0 0 0-1.06-1.06C15.697 6 15.464 6 15 6H9c-.465 0-.697 0-.888.051a1.5 1.5 0 0 0-1.06 1.06"/></g></svg> </template>
CSS
.icon-gameboy-duotone {
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%20d%3D%22M4.318%2020.536C5.636%2022%207.758%2022%2012%2022s6.364%200%207.682-1.465C21%2019.072%2021%2016.714%2021%2012s0-7.071-1.318-8.536S16.242%202%2012%202S5.636%202%204.318%203.464C3%204.93%203%207.286%203%2012s0%207.071%201.318%208.535%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M9.25%2014a.75.75%200%200%200-1.5%200v.75H7a.75.75%200%200%200%200%201.5h.75V17a.75.75%200%200%200%201.5%200v-.75H10a.75.75%200%200%200%200-1.5h-.75zm7.083-.167a.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%200m-2.5-.834a.833.833%200%201%200%200-1.666a.833.833%200%200%200%200%201.666M18%2015.5a.833.833%200%201%201-1.667%200a.833.833%200%200%201%201.667%200M7.051%207.112C7%207.302%207%207.535%207%208s0%20.697.051.888a1.5%201.5%200%200%200%201.06%201.06C8.304%2010%208.536%2010%209%2010h6c.465%200%20.697%200%20.888-.051a1.5%201.5%200%200%200%201.06-1.06C17%208.696%2017%208.464%2017%208s0-.697-.051-.888a1.5%201.5%200%200%200-1.06-1.06C15.697%206%2015.464%206%2015%206H9c-.465%200-.697%200-.888.051a1.5%201.5%200%200%200-1.06%201.06%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%20d%3D%22M4.318%2020.536C5.636%2022%207.758%2022%2012%2022s6.364%200%207.682-1.465C21%2019.072%2021%2016.714%2021%2012s0-7.071-1.318-8.536S16.242%202%2012%202S5.636%202%204.318%203.464C3%204.93%203%207.286%203%2012s0%207.071%201.318%208.535%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M9.25%2014a.75.75%200%200%200-1.5%200v.75H7a.75.75%200%200%200%200%201.5h.75V17a.75.75%200%200%200%201.5%200v-.75H10a.75.75%200%200%200%200-1.5h-.75zm7.083-.167a.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%200m-2.5-.834a.833.833%200%201%200%200-1.666a.833.833%200%200%200%200%201.666M18%2015.5a.833.833%200%201%201-1.667%200a.833.833%200%200%201%201.667%200M7.051%207.112C7%207.302%207%207.535%207%208s0%20.697.051.888a1.5%201.5%200%200%200%201.06%201.06C8.304%2010%208.536%2010%209%2010h6c.465%200%20.697%200%20.888-.051a1.5%201.5%200%200%200%201.06-1.06C17%208.696%2017%208.464%2017%208s0-.697-.051-.888a1.5%201.5%200%200%200-1.06-1.06C15.697%206%2015.464%206%2015%206H9c-.465%200-.697%200-.888.051a1.5%201.5%200%200%200-1.06%201.06%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-duotone.svg?color=%231a73e8&size=48