gofore logo
gofore from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- gofore
- Set
- Font Awesome 6 Brands
- Style
- Regular
- Viewbox
- 400×512
- License
- CC BY 4.0
The same logo in other sets
Use the gofore logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 400 512"><path fill="currentColor" d="M324 319.8h-13.2v34.7c-24.5 23.1-56.3 35.8-89.9 35.8c-73.2 0-132.4-60.2-132.4-134.4c0-74.1 59.2-134.4 132.4-134.4c35.3 0 68.6 14 93.6 39.4l62.3-63.3C335 55.3 279.7 32 220.7 32C98 32 0 132.6 0 256c0 122.5 97 224 220.7 224c63.2 0 124.5-26.2 171-82.5c-2-27.6-13.4-77.7-67.7-77.7m-12.1-112.5H205.6v89H324c33.5 0 60.5 15.1 76 41.8v-30.6c0-65.2-40.4-100.2-88.1-100.2"/></svg>
React
import type { SVGProps } from "react";
export function Fa6BrandsGofore(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 400 512"><path fill="currentColor" d="M324 319.8h-13.2v34.7c-24.5 23.1-56.3 35.8-89.9 35.8c-73.2 0-132.4-60.2-132.4-134.4c0-74.1 59.2-134.4 132.4-134.4c35.3 0 68.6 14 93.6 39.4l62.3-63.3C335 55.3 279.7 32 220.7 32C98 32 0 132.6 0 256c0 122.5 97 224 220.7 224c63.2 0 124.5-26.2 171-82.5c-2-27.6-13.4-77.7-67.7-77.7m-12.1-112.5H205.6v89H324c33.5 0 60.5 15.1 76 41.8v-30.6c0-65.2-40.4-100.2-88.1-100.2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 400 512"><path fill="currentColor" d="M324 319.8h-13.2v34.7c-24.5 23.1-56.3 35.8-89.9 35.8c-73.2 0-132.4-60.2-132.4-134.4c0-74.1 59.2-134.4 132.4-134.4c35.3 0 68.6 14 93.6 39.4l62.3-63.3C335 55.3 279.7 32 220.7 32C98 32 0 132.6 0 256c0 122.5 97 224 220.7 224c63.2 0 124.5-26.2 171-82.5c-2-27.6-13.4-77.7-67.7-77.7m-12.1-112.5H205.6v89H324c33.5 0 60.5 15.1 76 41.8v-30.6c0-65.2-40.4-100.2-88.1-100.2"/></svg> </template>
CSS
.icon-gofore {
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%20400%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M324%20319.8h-13.2v34.7c-24.5%2023.1-56.3%2035.8-89.9%2035.8c-73.2%200-132.4-60.2-132.4-134.4c0-74.1%2059.2-134.4%20132.4-134.4c35.3%200%2068.6%2014%2093.6%2039.4l62.3-63.3C335%2055.3%20279.7%2032%20220.7%2032C98%2032%200%20132.6%200%20256c0%20122.5%2097%20224%20220.7%20224c63.2%200%20124.5-26.2%20171-82.5c-2-27.6-13.4-77.7-67.7-77.7m-12.1-112.5H205.6v89H324c33.5%200%2060.5%2015.1%2076%2041.8v-30.6c0-65.2-40.4-100.2-88.1-100.2%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%20400%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M324%20319.8h-13.2v34.7c-24.5%2023.1-56.3%2035.8-89.9%2035.8c-73.2%200-132.4-60.2-132.4-134.4c0-74.1%2059.2-134.4%20132.4-134.4c35.3%200%2068.6%2014%2093.6%2039.4l62.3-63.3C335%2055.3%20279.7%2032%20220.7%2032C98%2032%200%20132.6%200%20256c0%20122.5%2097%20224%20220.7%20224c63.2%200%20124.5-26.2%20171-82.5c-2-27.6-13.4-77.7-67.7-77.7m-12.1-112.5H205.6v89H324c33.5%200%2060.5%2015.1%2076%2041.8v-30.6c0-65.2-40.4-100.2-88.1-100.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-brands/gofore.svg?color=%231a73e8&size=48