gripfire logo
gripfire from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- gripfire
- Set
- Font Awesome 6 Brands
- Style
- Regular
- Viewbox
- 384×512
- License
- CC BY 4.0
The same logo in other sets
Use the gripfire logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="M112.5 301.4c0-73.8 105.1-122.5 105.1-203c0-47.1-34-88-39.1-90.4c.4 3.3.6 6.7.6 10C179.1 110.1 32 171.9 32 286.6c0 49.8 32.2 79.2 66.5 108.3c65.1 46.7 78.1 71.4 78.1 86.6c0 10.1-4.8 17-4.8 22.3c13.1-16.7 17.4-31.9 17.5-46.4c0-29.6-21.7-56.3-44.2-86.5c-16-22.3-32.6-42.6-32.6-69.5m205.3-39c-12.1-66.8-78-124.4-94.7-130.9l4 7.2c2.4 5.1 3.4 10.9 3.4 17.1c0 44.7-54.2 111.2-56.6 116.7c-2.2 5.1-3.2 10.5-3.2 15.8c0 20.1 15.2 42.1 17.9 42.1c2.4 0 56.6-55.4 58.1-87.7c6.4 11.7 9.1 22.6 9.1 33.4c0 41.2-41.8 96.9-41.8 96.9c0 11.6 31.9 53.2 35.5 53.2c1 0 2.2-1.4 3.2-2.4c37.9-39.3 67.3-85 67.3-136.8c0-8-.7-16.2-2.2-24.6"/></svg>
React
import type { SVGProps } from "react";
export function Fa6BrandsGripfire(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="M112.5 301.4c0-73.8 105.1-122.5 105.1-203c0-47.1-34-88-39.1-90.4c.4 3.3.6 6.7.6 10C179.1 110.1 32 171.9 32 286.6c0 49.8 32.2 79.2 66.5 108.3c65.1 46.7 78.1 71.4 78.1 86.6c0 10.1-4.8 17-4.8 22.3c13.1-16.7 17.4-31.9 17.5-46.4c0-29.6-21.7-56.3-44.2-86.5c-16-22.3-32.6-42.6-32.6-69.5m205.3-39c-12.1-66.8-78-124.4-94.7-130.9l4 7.2c2.4 5.1 3.4 10.9 3.4 17.1c0 44.7-54.2 111.2-56.6 116.7c-2.2 5.1-3.2 10.5-3.2 15.8c0 20.1 15.2 42.1 17.9 42.1c2.4 0 56.6-55.4 58.1-87.7c6.4 11.7 9.1 22.6 9.1 33.4c0 41.2-41.8 96.9-41.8 96.9c0 11.6 31.9 53.2 35.5 53.2c1 0 2.2-1.4 3.2-2.4c37.9-39.3 67.3-85 67.3-136.8c0-8-.7-16.2-2.2-24.6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="M112.5 301.4c0-73.8 105.1-122.5 105.1-203c0-47.1-34-88-39.1-90.4c.4 3.3.6 6.7.6 10C179.1 110.1 32 171.9 32 286.6c0 49.8 32.2 79.2 66.5 108.3c65.1 46.7 78.1 71.4 78.1 86.6c0 10.1-4.8 17-4.8 22.3c13.1-16.7 17.4-31.9 17.5-46.4c0-29.6-21.7-56.3-44.2-86.5c-16-22.3-32.6-42.6-32.6-69.5m205.3-39c-12.1-66.8-78-124.4-94.7-130.9l4 7.2c2.4 5.1 3.4 10.9 3.4 17.1c0 44.7-54.2 111.2-56.6 116.7c-2.2 5.1-3.2 10.5-3.2 15.8c0 20.1 15.2 42.1 17.9 42.1c2.4 0 56.6-55.4 58.1-87.7c6.4 11.7 9.1 22.6 9.1 33.4c0 41.2-41.8 96.9-41.8 96.9c0 11.6 31.9 53.2 35.5 53.2c1 0 2.2-1.4 3.2-2.4c37.9-39.3 67.3-85 67.3-136.8c0-8-.7-16.2-2.2-24.6"/></svg> </template>
CSS
.icon-gripfire {
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%20384%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M112.5%20301.4c0-73.8%20105.1-122.5%20105.1-203c0-47.1-34-88-39.1-90.4c.4%203.3.6%206.7.6%2010C179.1%20110.1%2032%20171.9%2032%20286.6c0%2049.8%2032.2%2079.2%2066.5%20108.3c65.1%2046.7%2078.1%2071.4%2078.1%2086.6c0%2010.1-4.8%2017-4.8%2022.3c13.1-16.7%2017.4-31.9%2017.5-46.4c0-29.6-21.7-56.3-44.2-86.5c-16-22.3-32.6-42.6-32.6-69.5m205.3-39c-12.1-66.8-78-124.4-94.7-130.9l4%207.2c2.4%205.1%203.4%2010.9%203.4%2017.1c0%2044.7-54.2%20111.2-56.6%20116.7c-2.2%205.1-3.2%2010.5-3.2%2015.8c0%2020.1%2015.2%2042.1%2017.9%2042.1c2.4%200%2056.6-55.4%2058.1-87.7c6.4%2011.7%209.1%2022.6%209.1%2033.4c0%2041.2-41.8%2096.9-41.8%2096.9c0%2011.6%2031.9%2053.2%2035.5%2053.2c1%200%202.2-1.4%203.2-2.4c37.9-39.3%2067.3-85%2067.3-136.8c0-8-.7-16.2-2.2-24.6%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%20384%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M112.5%20301.4c0-73.8%20105.1-122.5%20105.1-203c0-47.1-34-88-39.1-90.4c.4%203.3.6%206.7.6%2010C179.1%20110.1%2032%20171.9%2032%20286.6c0%2049.8%2032.2%2079.2%2066.5%20108.3c65.1%2046.7%2078.1%2071.4%2078.1%2086.6c0%2010.1-4.8%2017-4.8%2022.3c13.1-16.7%2017.4-31.9%2017.5-46.4c0-29.6-21.7-56.3-44.2-86.5c-16-22.3-32.6-42.6-32.6-69.5m205.3-39c-12.1-66.8-78-124.4-94.7-130.9l4%207.2c2.4%205.1%203.4%2010.9%203.4%2017.1c0%2044.7-54.2%20111.2-56.6%20116.7c-2.2%205.1-3.2%2010.5-3.2%2015.8c0%2020.1%2015.2%2042.1%2017.9%2042.1c2.4%200%2056.6-55.4%2058.1-87.7c6.4%2011.7%209.1%2022.6%209.1%2033.4c0%2041.2-41.8%2096.9-41.8%2096.9c0%2011.6%2031.9%2053.2%2035.5%2053.2c1%200%202.2-1.4%203.2-2.4c37.9-39.3%2067.3-85%2067.3-136.8c0-8-.7-16.2-2.2-24.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-brands/gripfire.svg?color=%231a73e8&size=48