g icon
g from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- g
- Set
- Font Awesome Solid
- Style
- Solid
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
Use the g icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 160c-88.4 0-160 71.6-160 160s71.6 160 160 160c77.4 0 142-55 156.8-128H352c-17.7 0-32-14.3-32-32s14.3-32 32-32h144c25.8 0 49.6 21.4 47.2 50.6C533.7 453.6 437.4 544 320 544C196.3 544 96 443.7 96 320S196.3 96 320 96c57.4 0 109.7 21.6 149.3 57c13.2 11.8 14.3 32 2.5 45.2s-32 14.3-45.2 2.5C398.3 175.4 361 160 320 160"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidG(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 160c-88.4 0-160 71.6-160 160s71.6 160 160 160c77.4 0 142-55 156.8-128H352c-17.7 0-32-14.3-32-32s14.3-32 32-32h144c25.8 0 49.6 21.4 47.2 50.6C533.7 453.6 437.4 544 320 544C196.3 544 96 443.7 96 320S196.3 96 320 96c57.4 0 109.7 21.6 149.3 57c13.2 11.8 14.3 32 2.5 45.2s-32 14.3-45.2 2.5C398.3 175.4 361 160 320 160"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 160c-88.4 0-160 71.6-160 160s71.6 160 160 160c77.4 0 142-55 156.8-128H352c-17.7 0-32-14.3-32-32s14.3-32 32-32h144c25.8 0 49.6 21.4 47.2 50.6C533.7 453.6 437.4 544 320 544C196.3 544 96 443.7 96 320S196.3 96 320 96c57.4 0 109.7 21.6 149.3 57c13.2 11.8 14.3 32 2.5 45.2s-32 14.3-45.2 2.5C398.3 175.4 361 160 320 160"/></svg> </template>
CSS
.icon-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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%20160c-88.4%200-160%2071.6-160%20160s71.6%20160%20160%20160c77.4%200%20142-55%20156.8-128H352c-17.7%200-32-14.3-32-32s14.3-32%2032-32h144c25.8%200%2049.6%2021.4%2047.2%2050.6C533.7%20453.6%20437.4%20544%20320%20544C196.3%20544%2096%20443.7%2096%20320S196.3%2096%20320%2096c57.4%200%20109.7%2021.6%20149.3%2057c13.2%2011.8%2014.3%2032%202.5%2045.2s-32%2014.3-45.2%202.5C398.3%20175.4%20361%20160%20320%20160%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%20160c-88.4%200-160%2071.6-160%20160s71.6%20160%20160%20160c77.4%200%20142-55%20156.8-128H352c-17.7%200-32-14.3-32-32s14.3-32%2032-32h144c25.8%200%2049.6%2021.4%2047.2%2050.6C533.7%20453.6%20437.4%20544%20320%20544C196.3%20544%2096%20443.7%2096%20320S196.3%2096%20320%2096c57.4%200%20109.7%2021.6%20149.3%2057c13.2%2011.8%2014.3%2032%202.5%2045.2s-32%2014.3-45.2%202.5C398.3%20175.4%20361%20160%20320%20160%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/g.svg?color=%231a73e8&size=48