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

Name
gg-circle
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 circle logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M257 8C120 8 9 119 9 256s111 248 248 248s248-111 248-248S394 8 257 8m-49.5 374.8L81.8 257.1l125.7-125.7l35.2 35.4l-24.2 24.2l-11.1-11.1l-77.2 77.2l77.2 77.2l26.6-26.6l-53.1-52.9l24.4-24.4l77.2 77.2zm99-2.2l-35.2-35.2l24.1-24.4l11.1 11.1l77.2-77.2l-77.2-77.2l-26.5 26.5l53.1 52.9l-24.4 24.4l-77.2-77.2l75-75L432.2 255z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6BrandsGgCircle(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="M257 8C120 8 9 119 9 256s111 248 248 248s248-111 248-248S394 8 257 8m-49.5 374.8L81.8 257.1l125.7-125.7l35.2 35.4l-24.2 24.2l-11.1-11.1l-77.2 77.2l77.2 77.2l26.6-26.6l-53.1-52.9l24.4-24.4l77.2 77.2zm99-2.2l-35.2-35.2l24.1-24.4l11.1 11.1l77.2-77.2l-77.2-77.2l-26.5 26.5l53.1 52.9l-24.4 24.4l-77.2-77.2l75-75L432.2 255z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M257 8C120 8 9 119 9 256s111 248 248 248s248-111 248-248S394 8 257 8m-49.5 374.8L81.8 257.1l125.7-125.7l35.2 35.4l-24.2 24.2l-11.1-11.1l-77.2 77.2l77.2 77.2l26.6-26.6l-53.1-52.9l24.4-24.4l77.2 77.2zm99-2.2l-35.2-35.2l24.1-24.4l11.1 11.1l77.2-77.2l-77.2-77.2l-26.5 26.5l53.1 52.9l-24.4 24.4l-77.2-77.2l75-75L432.2 255z"/></svg>
</template>

CSS

.icon-gg-circle {
  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%22M257%208C120%208%209%20119%209%20256s111%20248%20248%20248s248-111%20248-248S394%208%20257%208m-49.5%20374.8L81.8%20257.1l125.7-125.7l35.2%2035.4l-24.2%2024.2l-11.1-11.1l-77.2%2077.2l77.2%2077.2l26.6-26.6l-53.1-52.9l24.4-24.4l77.2%2077.2zm99-2.2l-35.2-35.2l24.1-24.4l11.1%2011.1l77.2-77.2l-77.2-77.2l-26.5%2026.5l53.1%2052.9l-24.4%2024.4l-77.2-77.2l75-75L432.2%20255z%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%22M257%208C120%208%209%20119%209%20256s111%20248%20248%20248s248-111%20248-248S394%208%20257%208m-49.5%20374.8L81.8%20257.1l125.7-125.7l35.2%2035.4l-24.2%2024.2l-11.1-11.1l-77.2%2077.2l77.2%2077.2l26.6-26.6l-53.1-52.9l24.4-24.4l77.2%2077.2zm99-2.2l-35.2-35.2l24.1-24.4l11.1%2011.1l77.2-77.2l-77.2-77.2l-26.5%2026.5l53.1%2052.9l-24.4%2024.4l-77.2-77.2l75-75L432.2%20255z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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