gameboy3 icon

gameboy3-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
gameboy3-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the gameboy3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 2H7C4.8 2 3 3.8 3 6v12c0 2.2 1.8 4 4 4h10c2.2 0 4-1.8 4-4V6c0-2.2-1.8-4-4-4m-6.14 16.14c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-.65-.65l-.62.62c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l.62-.62l-.59-.59a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.59.59l.62-.62c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-.62.62l.65.65c.29.29.29.77 0 1.06m3.63.35c-.55 0-1-.44-1-.99v-.02c0-.55.45-1 1-1s1 .45 1 1s-.45 1.01-1 1.01m2.02-2.16c-.55 0-1.01-.45-1.01-1s.44-1 .99-1h.02c.55 0 1 .45 1 1s-.45 1-1 1M18 9.25c0 .96-.79 1.75-1.75 1.75h-8.5C6.79 11 6 10.21 6 9.25v-2.5C6 5.79 6.79 5 7.75 5h8.5c.96 0 1.75.79 1.75 1.75z"/></svg>

React

import type { SVGProps } from "react";

export function ReiconGameboy3Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 2H7C4.8 2 3 3.8 3 6v12c0 2.2 1.8 4 4 4h10c2.2 0 4-1.8 4-4V6c0-2.2-1.8-4-4-4m-6.14 16.14c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-.65-.65l-.62.62c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l.62-.62l-.59-.59a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.59.59l.62-.62c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-.62.62l.65.65c.29.29.29.77 0 1.06m3.63.35c-.55 0-1-.44-1-.99v-.02c0-.55.45-1 1-1s1 .45 1 1s-.45 1.01-1 1.01m2.02-2.16c-.55 0-1.01-.45-1.01-1s.44-1 .99-1h.02c.55 0 1 .45 1 1s-.45 1-1 1M18 9.25c0 .96-.79 1.75-1.75 1.75h-8.5C6.79 11 6 10.21 6 9.25v-2.5C6 5.79 6.79 5 7.75 5h8.5c.96 0 1.75.79 1.75 1.75z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 2H7C4.8 2 3 3.8 3 6v12c0 2.2 1.8 4 4 4h10c2.2 0 4-1.8 4-4V6c0-2.2-1.8-4-4-4m-6.14 16.14c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-.65-.65l-.62.62c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l.62-.62l-.59-.59a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.59.59l.62-.62c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-.62.62l.65.65c.29.29.29.77 0 1.06m3.63.35c-.55 0-1-.44-1-.99v-.02c0-.55.45-1 1-1s1 .45 1 1s-.45 1.01-1 1.01m2.02-2.16c-.55 0-1.01-.45-1.01-1s.44-1 .99-1h.02c.55 0 1 .45 1 1s-.45 1-1 1M18 9.25c0 .96-.79 1.75-1.75 1.75h-8.5C6.79 11 6 10.21 6 9.25v-2.5C6 5.79 6.79 5 7.75 5h8.5c.96 0 1.75.79 1.75 1.75z"/></svg>
</template>

CSS

.icon-gameboy3-filled {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%202H7C4.8%202%203%203.8%203%206v12c0%202.2%201.8%204%204%204h10c2.2%200%204-1.8%204-4V6c0-2.2-1.8-4-4-4m-6.14%2016.14c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-.65-.65l-.62.62c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754%200%200%201%200-1.06l.62-.62l-.59-.59a.754.754%200%200%201%200-1.06c.29-.29.77-.29%201.06%200l.59.59l.62-.62c.29-.29.77-.29%201.06%200s.29.77%200%201.06l-.62.62l.65.65c.29.29.29.77%200%201.06m3.63.35c-.55%200-1-.44-1-.99v-.02c0-.55.45-1%201-1s1%20.45%201%201s-.45%201.01-1%201.01m2.02-2.16c-.55%200-1.01-.45-1.01-1s.44-1%20.99-1h.02c.55%200%201%20.45%201%201s-.45%201-1%201M18%209.25c0%20.96-.79%201.75-1.75%201.75h-8.5C6.79%2011%206%2010.21%206%209.25v-2.5C6%205.79%206.79%205%207.75%205h8.5c.96%200%201.75.79%201.75%201.75z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%202H7C4.8%202%203%203.8%203%206v12c0%202.2%201.8%204%204%204h10c2.2%200%204-1.8%204-4V6c0-2.2-1.8-4-4-4m-6.14%2016.14c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-.65-.65l-.62.62c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754%200%200%201%200-1.06l.62-.62l-.59-.59a.754.754%200%200%201%200-1.06c.29-.29.77-.29%201.06%200l.59.59l.62-.62c.29-.29.77-.29%201.06%200s.29.77%200%201.06l-.62.62l.65.65c.29.29.29.77%200%201.06m3.63.35c-.55%200-1-.44-1-.99v-.02c0-.55.45-1%201-1s1%20.45%201%201s-.45%201.01-1%201.01m2.02-2.16c-.55%200-1.01-.45-1.01-1s.44-1%20.99-1h.02c.55%200%201%20.45%201%201s-.45%201-1%201M18%209.25c0%20.96-.79%201.75-1.75%201.75h-8.5C6.79%2011%206%2010.21%206%209.25v-2.5C6%205.79%206.79%205%207.75%205h8.5c.96%200%201.75.79%201.75%201.75z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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