gba-outline from Teenyicons by smhmd · Outline · MIT Free for personal and commercial use.

Name
gba-outline
Set
Teenyicons
Style
Outline
Viewbox
15×15
License
MIT

1 other variant in Teenyicons

Use the gba icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="none" stroke="currentColor" d="M2 6.5h3m7 0h1m-2 2h1M3.5 5v3m1.606-5.5h4.788a2 2 0 0 1 1.11.336L12 3.5h.138a2 2 0 0 1 1.995 1.858l.32 4.475a1 1 0 0 1-.55.966l-2.091 1.045a3.2 3.2 0 0 1-.65.24a15.1 15.1 0 0 1-7.324 0a3.2 3.2 0 0 1-.65-.24l-2.09-1.045a1 1 0 0 1-.55-.966l.32-4.475A2 2 0 0 1 2.861 3.5H3l.996-.664a2 2 0 0 1 1.11-.336Z"/></svg>

React

import type { SVGProps } from "react";

export function TeenyiconsGbaOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="none" stroke="currentColor" d="M2 6.5h3m7 0h1m-2 2h1M3.5 5v3m1.606-5.5h4.788a2 2 0 0 1 1.11.336L12 3.5h.138a2 2 0 0 1 1.995 1.858l.32 4.475a1 1 0 0 1-.55.966l-2.091 1.045a3.2 3.2 0 0 1-.65.24a15.1 15.1 0 0 1-7.324 0a3.2 3.2 0 0 1-.65-.24l-2.09-1.045a1 1 0 0 1-.55-.966l.32-4.475A2 2 0 0 1 2.861 3.5H3l.996-.664a2 2 0 0 1 1.11-.336Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="none" stroke="currentColor" d="M2 6.5h3m7 0h1m-2 2h1M3.5 5v3m1.606-5.5h4.788a2 2 0 0 1 1.11.336L12 3.5h.138a2 2 0 0 1 1.995 1.858l.32 4.475a1 1 0 0 1-.55.966l-2.091 1.045a3.2 3.2 0 0 1-.65.24a15.1 15.1 0 0 1-7.324 0a3.2 3.2 0 0 1-.65-.24l-2.09-1.045a1 1 0 0 1-.55-.966l.32-4.475A2 2 0 0 1 2.861 3.5H3l.996-.664a2 2 0 0 1 1.11-.336Z"/></svg>
</template>

CSS

.icon-gba-outline {
  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%2015%2015%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20d%3D%22M2%206.5h3m7%200h1m-2%202h1M3.5%205v3m1.606-5.5h4.788a2%202%200%200%201%201.11.336L12%203.5h.138a2%202%200%200%201%201.995%201.858l.32%204.475a1%201%200%200%201-.55.966l-2.091%201.045a3.2%203.2%200%200%201-.65.24a15.1%2015.1%200%200%201-7.324%200a3.2%203.2%200%200%201-.65-.24l-2.09-1.045a1%201%200%200%201-.55-.966l.32-4.475A2%202%200%200%201%202.861%203.5H3l.996-.664a2%202%200%200%201%201.11-.336Z%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%2015%2015%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20d%3D%22M2%206.5h3m7%200h1m-2%202h1M3.5%205v3m1.606-5.5h4.788a2%202%200%200%201%201.11.336L12%203.5h.138a2%202%200%200%201%201.995%201.858l.32%204.475a1%201%200%200%201-.55.966l-2.091%201.045a3.2%203.2%200%200%201-.65.24a15.1%2015.1%200%200%201-7.324%200a3.2%203.2%200%200%201-.65-.24l-2.09-1.045a1%201%200%200%201-.55-.966l.32-4.475A2%202%200%200%201%202.861%203.5H3l.996-.664a2%202%200%200%201%201.11-.336Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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