gg from Font Awesome 6 Brands by Dave Gandy · Regular · Currency · CC-BY-4.0 Attribution required.

Name
gg
Set
Font Awesome 6 Brands
Style
Regular
Category
Currency
Viewbox
512×512
License
CC BY 4.0

The same logo in other sets

More currency icons from Font Awesome 6 Brands

Use the gg logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m179.2 230.4l102.4 102.4l-102.4 102.4L0 256L179.2 76.8l44.8 44.8l-25.6 25.6l-19.2-19.2l-128 128l128 128l51.5-51.5l-77.1-76.5zM332.8 76.8L230.4 179.2l102.4 102.4l25.6-25.6l-77.1-76.5l51.5-51.5l128 128l-128 128l-19.2-19.2l-25.6 25.6l44.8 44.8L512 256z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6BrandsGg(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m179.2 230.4l102.4 102.4l-102.4 102.4L0 256L179.2 76.8l44.8 44.8l-25.6 25.6l-19.2-19.2l-128 128l128 128l51.5-51.5l-77.1-76.5zM332.8 76.8L230.4 179.2l102.4 102.4l25.6-25.6l-77.1-76.5l51.5-51.5l128 128l-128 128l-19.2-19.2l-25.6 25.6l44.8 44.8L512 256z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m179.2 230.4l102.4 102.4l-102.4 102.4L0 256L179.2 76.8l44.8 44.8l-25.6 25.6l-19.2-19.2l-128 128l128 128l51.5-51.5l-77.1-76.5zM332.8 76.8L230.4 179.2l102.4 102.4l25.6-25.6l-77.1-76.5l51.5-51.5l128 128l-128 128l-19.2-19.2l-25.6 25.6l44.8 44.8L512 256z"/></svg>
</template>

CSS

.icon-gg {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m179.2%20230.4l102.4%20102.4l-102.4%20102.4L0%20256L179.2%2076.8l44.8%2044.8l-25.6%2025.6l-19.2-19.2l-128%20128l128%20128l51.5-51.5l-77.1-76.5zM332.8%2076.8L230.4%20179.2l102.4%20102.4l25.6-25.6l-77.1-76.5l51.5-51.5l128%20128l-128%20128l-19.2-19.2l-25.6%2025.6l44.8%2044.8L512%20256z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m179.2%20230.4l102.4%20102.4l-102.4%20102.4L0%20256L179.2%2076.8l44.8%2044.8l-25.6%2025.6l-19.2-19.2l-128%20128l128%20128l51.5-51.5l-77.1-76.5zM332.8%2076.8L230.4%20179.2l102.4%20102.4l25.6-25.6l-77.1-76.5l51.5-51.5l128%20128l-128%20128l-19.2-19.2l-25.6%2025.6l44.8%2044.8L512%20256z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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