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

Name
glide-g
Set
Font Awesome 6 Brands
Style
Regular
Viewbox
448×512
License
CC BY 4.0

The same logo in other sets

Use the glide g logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M407.1 211.2c-3.5-1.4-11.6-3.8-15.4-3.8c-37.1 0-62.2 16.8-93.5 34.5l-.9-.9c7-47.3 23.5-91.9 23.5-140.4C320.8 29.1 282.6 0 212.4 0C97.3 0 39 113.7 39 198.4C39 286.3 90.3 335 177.6 335c12 0 11-1 11 3.8c-16.9 128.9-90.8 133.1-90.8 94.6c0-39.2 45-58.6 45.5-61c-.3-12.2-47-27.6-58.9-27.6c-33.9.1-52.4 51.2-52.4 79.3C32 476 64.8 512 117.5 512c77.4 0 134-77.8 151.4-145.4c15.1-60.5 11.2-63.3 19.7-67.6c32.2-16.2 57.5-27 93.8-27c17.8 0 30.5 3.7 58.9 8.4c2.9 0 6.7-2.9 6.7-5.8c0-8-33.4-60.5-40.9-63.4m-175.3-84.4c-9.3 44.7-18.6 89.6-27.8 134.3c-2.3 10.2-13.3 7.8-22 7.8c-38.3 0-49-41.8-49-73.1c0-47 18-109.3 61.8-133.4c7-4.1 14.8-6.7 22.6-6.7c18.6 0 20 13.3 20 28.7c-.1 14.3-2.7 28.5-5.6 42.4"/></svg>

React

import type { SVGProps } from "react";

export function Fa6BrandsGlideG(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M407.1 211.2c-3.5-1.4-11.6-3.8-15.4-3.8c-37.1 0-62.2 16.8-93.5 34.5l-.9-.9c7-47.3 23.5-91.9 23.5-140.4C320.8 29.1 282.6 0 212.4 0C97.3 0 39 113.7 39 198.4C39 286.3 90.3 335 177.6 335c12 0 11-1 11 3.8c-16.9 128.9-90.8 133.1-90.8 94.6c0-39.2 45-58.6 45.5-61c-.3-12.2-47-27.6-58.9-27.6c-33.9.1-52.4 51.2-52.4 79.3C32 476 64.8 512 117.5 512c77.4 0 134-77.8 151.4-145.4c15.1-60.5 11.2-63.3 19.7-67.6c32.2-16.2 57.5-27 93.8-27c17.8 0 30.5 3.7 58.9 8.4c2.9 0 6.7-2.9 6.7-5.8c0-8-33.4-60.5-40.9-63.4m-175.3-84.4c-9.3 44.7-18.6 89.6-27.8 134.3c-2.3 10.2-13.3 7.8-22 7.8c-38.3 0-49-41.8-49-73.1c0-47 18-109.3 61.8-133.4c7-4.1 14.8-6.7 22.6-6.7c18.6 0 20 13.3 20 28.7c-.1 14.3-2.7 28.5-5.6 42.4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M407.1 211.2c-3.5-1.4-11.6-3.8-15.4-3.8c-37.1 0-62.2 16.8-93.5 34.5l-.9-.9c7-47.3 23.5-91.9 23.5-140.4C320.8 29.1 282.6 0 212.4 0C97.3 0 39 113.7 39 198.4C39 286.3 90.3 335 177.6 335c12 0 11-1 11 3.8c-16.9 128.9-90.8 133.1-90.8 94.6c0-39.2 45-58.6 45.5-61c-.3-12.2-47-27.6-58.9-27.6c-33.9.1-52.4 51.2-52.4 79.3C32 476 64.8 512 117.5 512c77.4 0 134-77.8 151.4-145.4c15.1-60.5 11.2-63.3 19.7-67.6c32.2-16.2 57.5-27 93.8-27c17.8 0 30.5 3.7 58.9 8.4c2.9 0 6.7-2.9 6.7-5.8c0-8-33.4-60.5-40.9-63.4m-175.3-84.4c-9.3 44.7-18.6 89.6-27.8 134.3c-2.3 10.2-13.3 7.8-22 7.8c-38.3 0-49-41.8-49-73.1c0-47 18-109.3 61.8-133.4c7-4.1 14.8-6.7 22.6-6.7c18.6 0 20 13.3 20 28.7c-.1 14.3-2.7 28.5-5.6 42.4"/></svg>
</template>

CSS

.icon-glide-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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M407.1%20211.2c-3.5-1.4-11.6-3.8-15.4-3.8c-37.1%200-62.2%2016.8-93.5%2034.5l-.9-.9c7-47.3%2023.5-91.9%2023.5-140.4C320.8%2029.1%20282.6%200%20212.4%200C97.3%200%2039%20113.7%2039%20198.4C39%20286.3%2090.3%20335%20177.6%20335c12%200%2011-1%2011%203.8c-16.9%20128.9-90.8%20133.1-90.8%2094.6c0-39.2%2045-58.6%2045.5-61c-.3-12.2-47-27.6-58.9-27.6c-33.9.1-52.4%2051.2-52.4%2079.3C32%20476%2064.8%20512%20117.5%20512c77.4%200%20134-77.8%20151.4-145.4c15.1-60.5%2011.2-63.3%2019.7-67.6c32.2-16.2%2057.5-27%2093.8-27c17.8%200%2030.5%203.7%2058.9%208.4c2.9%200%206.7-2.9%206.7-5.8c0-8-33.4-60.5-40.9-63.4m-175.3-84.4c-9.3%2044.7-18.6%2089.6-27.8%20134.3c-2.3%2010.2-13.3%207.8-22%207.8c-38.3%200-49-41.8-49-73.1c0-47%2018-109.3%2061.8-133.4c7-4.1%2014.8-6.7%2022.6-6.7c18.6%200%2020%2013.3%2020%2028.7c-.1%2014.3-2.7%2028.5-5.6%2042.4%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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M407.1%20211.2c-3.5-1.4-11.6-3.8-15.4-3.8c-37.1%200-62.2%2016.8-93.5%2034.5l-.9-.9c7-47.3%2023.5-91.9%2023.5-140.4C320.8%2029.1%20282.6%200%20212.4%200C97.3%200%2039%20113.7%2039%20198.4C39%20286.3%2090.3%20335%20177.6%20335c12%200%2011-1%2011%203.8c-16.9%20128.9-90.8%20133.1-90.8%2094.6c0-39.2%2045-58.6%2045.5-61c-.3-12.2-47-27.6-58.9-27.6c-33.9.1-52.4%2051.2-52.4%2079.3C32%20476%2064.8%20512%20117.5%20512c77.4%200%20134-77.8%20151.4-145.4c15.1-60.5%2011.2-63.3%2019.7-67.6c32.2-16.2%2057.5-27%2093.8-27c17.8%200%2030.5%203.7%2058.9%208.4c2.9%200%206.7-2.9%206.7-5.8c0-8-33.4-60.5-40.9-63.4m-175.3-84.4c-9.3%2044.7-18.6%2089.6-27.8%20134.3c-2.3%2010.2-13.3%207.8-22%207.8c-38.3%200-49-41.8-49-73.1c0-47%2018-109.3%2061.8-133.4c7-4.1%2014.8-6.7%2022.6-6.7c18.6%200%2020%2013.3%2020%2028.7c-.1%2014.3-2.7%2028.5-5.6%2042.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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