letter-g from Emoji One (Colored) by Emoji One · Default · Symbols · CC-BY-4.0 Attribution required.

Name
letter-g
Set
Emoji One (Colored)
Style
Default
Category
Symbols
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More symbols icons from Emoji One (Colored)

Use the letter g emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#4fd1d9"/><path fill="#fff" d="M39.4 26.5c-.5-2-1.6-3.4-3.4-4.2q-1.5-.6-3.3-.6c-2.3 0-4.3.9-5.8 2.6c-1.5 1.8-2.3 4.4-2.3 7.9c0 3.6.8 6.1 2.4 7.6s3.5 2.2 5.6 2.2c2 0 3.7-.6 5-1.8s2.1-2.7 2.4-4.6h-6.7v-4.8h12.1v15.6h-4l-.6-3.6c-1.2 1.4-2.2 2.3-3.2 2.9c-1.6 1-3.6 1.5-5.9 1.5c-3.8 0-7-1.3-9.4-4c-2.6-2.7-3.8-6.3-3.8-11s1.3-8.5 3.9-11.3s6-4.2 10.3-4.2c3.7 0 6.7.9 8.9 2.8s3.5 4.2 3.8 7z"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneLetterG(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#4fd1d9"/><path fill="#fff" d="M39.4 26.5c-.5-2-1.6-3.4-3.4-4.2q-1.5-.6-3.3-.6c-2.3 0-4.3.9-5.8 2.6c-1.5 1.8-2.3 4.4-2.3 7.9c0 3.6.8 6.1 2.4 7.6s3.5 2.2 5.6 2.2c2 0 3.7-.6 5-1.8s2.1-2.7 2.4-4.6h-6.7v-4.8h12.1v15.6h-4l-.6-3.6c-1.2 1.4-2.2 2.3-3.2 2.9c-1.6 1-3.6 1.5-5.9 1.5c-3.8 0-7-1.3-9.4-4c-2.6-2.7-3.8-6.3-3.8-11s1.3-8.5 3.9-11.3s6-4.2 10.3-4.2c3.7 0 6.7.9 8.9 2.8s3.5 4.2 3.8 7z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#4fd1d9"/><path fill="#fff" d="M39.4 26.5c-.5-2-1.6-3.4-3.4-4.2q-1.5-.6-3.3-.6c-2.3 0-4.3.9-5.8 2.6c-1.5 1.8-2.3 4.4-2.3 7.9c0 3.6.8 6.1 2.4 7.6s3.5 2.2 5.6 2.2c2 0 3.7-.6 5-1.8s2.1-2.7 2.4-4.6h-6.7v-4.8h12.1v15.6h-4l-.6-3.6c-1.2 1.4-2.2 2.3-3.2 2.9c-1.6 1-3.6 1.5-5.9 1.5c-3.8 0-7-1.3-9.4-4c-2.6-2.7-3.8-6.3-3.8-11s1.3-8.5 3.9-11.3s6-4.2 10.3-4.2c3.7 0 6.7.9 8.9 2.8s3.5 4.2 3.8 7z"/></svg>
</template>

CSS

.icon-letter-g {
  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%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%234fd1d9%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M39.4%2026.5c-.5-2-1.6-3.4-3.4-4.2q-1.5-.6-3.3-.6c-2.3%200-4.3.9-5.8%202.6c-1.5%201.8-2.3%204.4-2.3%207.9c0%203.6.8%206.1%202.4%207.6s3.5%202.2%205.6%202.2c2%200%203.7-.6%205-1.8s2.1-2.7%202.4-4.6h-6.7v-4.8h12.1v15.6h-4l-.6-3.6c-1.2%201.4-2.2%202.3-3.2%202.9c-1.6%201-3.6%201.5-5.9%201.5c-3.8%200-7-1.3-9.4-4c-2.6-2.7-3.8-6.3-3.8-11s1.3-8.5%203.9-11.3s6-4.2%2010.3-4.2c3.7%200%206.7.9%208.9%202.8s3.5%204.2%203.8%207z%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%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%234fd1d9%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M39.4%2026.5c-.5-2-1.6-3.4-3.4-4.2q-1.5-.6-3.3-.6c-2.3%200-4.3.9-5.8%202.6c-1.5%201.8-2.3%204.4-2.3%207.9c0%203.6.8%206.1%202.4%207.6s3.5%202.2%205.6%202.2c2%200%203.7-.6%205-1.8s2.1-2.7%202.4-4.6h-6.7v-4.8h12.1v15.6h-4l-.6-3.6c-1.2%201.4-2.2%202.3-3.2%202.9c-1.6%201-3.6%201.5-5.9%201.5c-3.8%200-7-1.3-9.4-4c-2.6-2.7-3.8-6.3-3.8-11s1.3-8.5%203.9-11.3s6-4.2%2010.3-4.2c3.7%200%206.7.9%208.9%202.8s3.5%204.2%203.8%207z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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