letter g emoji

letter-g from Noto Emoji by Google Inc · Default · Symbols · Apache-2.0 Free for personal and commercial use.

Name
letter-g
Set
Noto Emoji
Style
Default
Category
Symbols
Viewbox
128×128
License
Apache 2.0

The same emoji in other sets

More symbols icons from Noto Emoji

Use the letter g emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#40c0e7" d="M116.6 62.86H73.98c-.66 0-1.19.53-1.19 1.19v17.83c0 .31.12.62.35.84c.22.22.52.35.84.35l13.81-.02C86.74 91.44 77.24 98.3 66.3 98.3C49.43 98.3 39 82.8 39 68.43c0-14.13 10.21-28.75 27.3-28.75c7.41 0 16.95 4.43 21.88 8.71c.24.21.55.3.86.29c.32-.02.62-.17.82-.41l15.85-18.29a1.2 1.2 0 0 0-.09-1.66c-10.14-9.4-23.74-14.37-39.32-14.37c-32.5 0-56.09 22.91-56.09 54.47c0 31.57 23.59 54.48 56.09 54.48c49.01 0 51.49-49.04 51.49-58.87c0-.64-.53-1.17-1.19-1.17"/></svg>

React

import type { SVGProps } from "react";

export function NotoLetterG(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#40c0e7" d="M116.6 62.86H73.98c-.66 0-1.19.53-1.19 1.19v17.83c0 .31.12.62.35.84c.22.22.52.35.84.35l13.81-.02C86.74 91.44 77.24 98.3 66.3 98.3C49.43 98.3 39 82.8 39 68.43c0-14.13 10.21-28.75 27.3-28.75c7.41 0 16.95 4.43 21.88 8.71c.24.21.55.3.86.29c.32-.02.62-.17.82-.41l15.85-18.29a1.2 1.2 0 0 0-.09-1.66c-10.14-9.4-23.74-14.37-39.32-14.37c-32.5 0-56.09 22.91-56.09 54.47c0 31.57 23.59 54.48 56.09 54.48c49.01 0 51.49-49.04 51.49-58.87c0-.64-.53-1.17-1.19-1.17"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#40c0e7" d="M116.6 62.86H73.98c-.66 0-1.19.53-1.19 1.19v17.83c0 .31.12.62.35.84c.22.22.52.35.84.35l13.81-.02C86.74 91.44 77.24 98.3 66.3 98.3C49.43 98.3 39 82.8 39 68.43c0-14.13 10.21-28.75 27.3-28.75c7.41 0 16.95 4.43 21.88 8.71c.24.21.55.3.86.29c.32-.02.62-.17.82-.41l15.85-18.29a1.2 1.2 0 0 0-.09-1.66c-10.14-9.4-23.74-14.37-39.32-14.37c-32.5 0-56.09 22.91-56.09 54.47c0 31.57 23.59 54.48 56.09 54.48c49.01 0 51.49-49.04 51.49-58.87c0-.64-.53-1.17-1.19-1.17"/></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%20128%20128%22%3E%3Cpath%20fill%3D%22%2340c0e7%22%20d%3D%22M116.6%2062.86H73.98c-.66%200-1.19.53-1.19%201.19v17.83c0%20.31.12.62.35.84c.22.22.52.35.84.35l13.81-.02C86.74%2091.44%2077.24%2098.3%2066.3%2098.3C49.43%2098.3%2039%2082.8%2039%2068.43c0-14.13%2010.21-28.75%2027.3-28.75c7.41%200%2016.95%204.43%2021.88%208.71c.24.21.55.3.86.29c.32-.02.62-.17.82-.41l15.85-18.29a1.2%201.2%200%200%200-.09-1.66c-10.14-9.4-23.74-14.37-39.32-14.37c-32.5%200-56.09%2022.91-56.09%2054.47c0%2031.57%2023.59%2054.48%2056.09%2054.48c49.01%200%2051.49-49.04%2051.49-58.87c0-.64-.53-1.17-1.19-1.17%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%20128%20128%22%3E%3Cpath%20fill%3D%22%2340c0e7%22%20d%3D%22M116.6%2062.86H73.98c-.66%200-1.19.53-1.19%201.19v17.83c0%20.31.12.62.35.84c.22.22.52.35.84.35l13.81-.02C86.74%2091.44%2077.24%2098.3%2066.3%2098.3C49.43%2098.3%2039%2082.8%2039%2068.43c0-14.13%2010.21-28.75%2027.3-28.75c7.41%200%2016.95%204.43%2021.88%208.71c.24.21.55.3.86.29c.32-.02.62-.17.82-.41l15.85-18.29a1.2%201.2%200%200%200-.09-1.66c-10.14-9.4-23.74-14.37-39.32-14.37c-32.5%200-56.09%2022.91-56.09%2054.47c0%2031.57%2023.59%2054.48%2056.09%2054.48c49.01%200%2051.49-49.04%2051.49-58.87c0-.64-.53-1.17-1.19-1.17%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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