grav from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.

Name
grav
Set
Font Awesome Brands
Style
Brand
Viewbox
640×640
License
CC BY 4.0

The same logo in other sets

Use the grav logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M366.6 274.6c4.5 4.5 4.5 12.3 0 16.8l-10 10c-4.5 4.9-12.3 4.9-17.1 0l-10.8-10.8c-4.5-4.9-4.5-12.3 0-17.1l10-10c4.5-4.5 12.3-4.5 17.1 0zm-31.2-20.3c2.4-1.8 3.5-4.8 2.9-7.7c-.5-2.9-2.8-5.3-5.7-6s-5.9.4-7.8 2.7c-2.4 1.8-3.5 4.8-2.9 7.7c.5 2.9 2.8 5.3 5.7 6s5.9-.4 7.8-2.7m-26.8 5.5c-2 1.9-2.8 4.7-2.1 7.4c.7 2.6 2.8 4.7 5.5 5.3c2.6.7 5.4-.2 7.3-2.2c2-1.9 2.8-4.7 2.1-7.4c-.7-2.6-2.8-4.7-5.5-5.3c-2.6-.7-5.4.2-7.3 2.2m74.8-13.8c-20.5-14.9-34.9-44.6-12.3-70.3c22.3-25.7 42-17.8 61.7.8c12.3 11.7 30.2 25.7 17.8 49.8c-12.9 24.3-46.6 34.3-67.2 19.7m49.2-45.9c-9.2-10.3-24.1 7.1-16 16.6c7.6 9.3 33.1 2.5 16-16.6M64 320C64 178.6 178.6 64 320 64s256 114.6 256 256s-114.6 256-256 256S64 461.4 64 320m443.7 44c2.6-16.6-20.9-17.1-26-26.5c-14-24.9-28.6-38-56.3-31.4c12-8.3 24.3-6.3 24.3-6.3c.3-6.6 0-13.4-9.7-25.7c4-12.9.3-23.1.3-23.1c16-8.9 27.7-25.2 30-44.6c3.7-32-19.4-61.1-51.4-64.8c-22.8-2.6-45.1 7.9-56.1 26.5c-23.9 41.4 1.4 73.2 23.1 84c-14.9-1.4-35.4-12.3-41.4-35.4c-6.8-26.5 2.9-51.4 9.2-63.4c0 0-4.5-6-8.3-9.2c0 0-14.2 0-25.4 5.5c12.3-15.7 26-14.9 26-14.9c0-6.6-.6-15.4-3.7-22.3c-5.6-11.4-24.6-13.3-32.7 2.9c.1-.2.3-.4.4-.5c-5.2 12.3-1.1 57.7 17.4 90c-2.6 1.4-9.4 6.3-13.4 10.3c-22.3 10-58 62.2-58 62.2c-29.1 11.1-79.7 52.5-72.9 82.3c.3 3.1 1.4 5.7 3.1 7.7c-2.9 2.3-5.7 5.2-8.6 8.6c-12.3 14.2-5.5 36.3 18.3 25.2c16.3-7.4 30.6-20.9 37.5-31.4c0 0-5.7-5.2-16.8-4.5c28.6-6.8 35.4-9.7 47.7-9.4c8.3 4 8.3-35.4 8.3-35.4c0-15.2-2.3-32-11.5-42.8c12.9 12.6 30 33.8 28.9 62.6c-.8 18.9-15.7 23.7-15.7 23.7c-9.4 17.1-44.6 68-31.4 109.4c0 0-10-15.4-10.5-22.8c-18 20-48 54-25.4 66.6c27.5 15.2 112.3-91.5 130.3-146.9c35.7-21.5 57.2-48.8 66-67.1C426 348 501.7 400.6 507.7 364"/></svg>

React

import type { SVGProps } from "react";

export function Fa7BrandsGrav(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="M366.6 274.6c4.5 4.5 4.5 12.3 0 16.8l-10 10c-4.5 4.9-12.3 4.9-17.1 0l-10.8-10.8c-4.5-4.9-4.5-12.3 0-17.1l10-10c4.5-4.5 12.3-4.5 17.1 0zm-31.2-20.3c2.4-1.8 3.5-4.8 2.9-7.7c-.5-2.9-2.8-5.3-5.7-6s-5.9.4-7.8 2.7c-2.4 1.8-3.5 4.8-2.9 7.7c.5 2.9 2.8 5.3 5.7 6s5.9-.4 7.8-2.7m-26.8 5.5c-2 1.9-2.8 4.7-2.1 7.4c.7 2.6 2.8 4.7 5.5 5.3c2.6.7 5.4-.2 7.3-2.2c2-1.9 2.8-4.7 2.1-7.4c-.7-2.6-2.8-4.7-5.5-5.3c-2.6-.7-5.4.2-7.3 2.2m74.8-13.8c-20.5-14.9-34.9-44.6-12.3-70.3c22.3-25.7 42-17.8 61.7.8c12.3 11.7 30.2 25.7 17.8 49.8c-12.9 24.3-46.6 34.3-67.2 19.7m49.2-45.9c-9.2-10.3-24.1 7.1-16 16.6c7.6 9.3 33.1 2.5 16-16.6M64 320C64 178.6 178.6 64 320 64s256 114.6 256 256s-114.6 256-256 256S64 461.4 64 320m443.7 44c2.6-16.6-20.9-17.1-26-26.5c-14-24.9-28.6-38-56.3-31.4c12-8.3 24.3-6.3 24.3-6.3c.3-6.6 0-13.4-9.7-25.7c4-12.9.3-23.1.3-23.1c16-8.9 27.7-25.2 30-44.6c3.7-32-19.4-61.1-51.4-64.8c-22.8-2.6-45.1 7.9-56.1 26.5c-23.9 41.4 1.4 73.2 23.1 84c-14.9-1.4-35.4-12.3-41.4-35.4c-6.8-26.5 2.9-51.4 9.2-63.4c0 0-4.5-6-8.3-9.2c0 0-14.2 0-25.4 5.5c12.3-15.7 26-14.9 26-14.9c0-6.6-.6-15.4-3.7-22.3c-5.6-11.4-24.6-13.3-32.7 2.9c.1-.2.3-.4.4-.5c-5.2 12.3-1.1 57.7 17.4 90c-2.6 1.4-9.4 6.3-13.4 10.3c-22.3 10-58 62.2-58 62.2c-29.1 11.1-79.7 52.5-72.9 82.3c.3 3.1 1.4 5.7 3.1 7.7c-2.9 2.3-5.7 5.2-8.6 8.6c-12.3 14.2-5.5 36.3 18.3 25.2c16.3-7.4 30.6-20.9 37.5-31.4c0 0-5.7-5.2-16.8-4.5c28.6-6.8 35.4-9.7 47.7-9.4c8.3 4 8.3-35.4 8.3-35.4c0-15.2-2.3-32-11.5-42.8c12.9 12.6 30 33.8 28.9 62.6c-.8 18.9-15.7 23.7-15.7 23.7c-9.4 17.1-44.6 68-31.4 109.4c0 0-10-15.4-10.5-22.8c-18 20-48 54-25.4 66.6c27.5 15.2 112.3-91.5 130.3-146.9c35.7-21.5 57.2-48.8 66-67.1C426 348 501.7 400.6 507.7 364"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M366.6 274.6c4.5 4.5 4.5 12.3 0 16.8l-10 10c-4.5 4.9-12.3 4.9-17.1 0l-10.8-10.8c-4.5-4.9-4.5-12.3 0-17.1l10-10c4.5-4.5 12.3-4.5 17.1 0zm-31.2-20.3c2.4-1.8 3.5-4.8 2.9-7.7c-.5-2.9-2.8-5.3-5.7-6s-5.9.4-7.8 2.7c-2.4 1.8-3.5 4.8-2.9 7.7c.5 2.9 2.8 5.3 5.7 6s5.9-.4 7.8-2.7m-26.8 5.5c-2 1.9-2.8 4.7-2.1 7.4c.7 2.6 2.8 4.7 5.5 5.3c2.6.7 5.4-.2 7.3-2.2c2-1.9 2.8-4.7 2.1-7.4c-.7-2.6-2.8-4.7-5.5-5.3c-2.6-.7-5.4.2-7.3 2.2m74.8-13.8c-20.5-14.9-34.9-44.6-12.3-70.3c22.3-25.7 42-17.8 61.7.8c12.3 11.7 30.2 25.7 17.8 49.8c-12.9 24.3-46.6 34.3-67.2 19.7m49.2-45.9c-9.2-10.3-24.1 7.1-16 16.6c7.6 9.3 33.1 2.5 16-16.6M64 320C64 178.6 178.6 64 320 64s256 114.6 256 256s-114.6 256-256 256S64 461.4 64 320m443.7 44c2.6-16.6-20.9-17.1-26-26.5c-14-24.9-28.6-38-56.3-31.4c12-8.3 24.3-6.3 24.3-6.3c.3-6.6 0-13.4-9.7-25.7c4-12.9.3-23.1.3-23.1c16-8.9 27.7-25.2 30-44.6c3.7-32-19.4-61.1-51.4-64.8c-22.8-2.6-45.1 7.9-56.1 26.5c-23.9 41.4 1.4 73.2 23.1 84c-14.9-1.4-35.4-12.3-41.4-35.4c-6.8-26.5 2.9-51.4 9.2-63.4c0 0-4.5-6-8.3-9.2c0 0-14.2 0-25.4 5.5c12.3-15.7 26-14.9 26-14.9c0-6.6-.6-15.4-3.7-22.3c-5.6-11.4-24.6-13.3-32.7 2.9c.1-.2.3-.4.4-.5c-5.2 12.3-1.1 57.7 17.4 90c-2.6 1.4-9.4 6.3-13.4 10.3c-22.3 10-58 62.2-58 62.2c-29.1 11.1-79.7 52.5-72.9 82.3c.3 3.1 1.4 5.7 3.1 7.7c-2.9 2.3-5.7 5.2-8.6 8.6c-12.3 14.2-5.5 36.3 18.3 25.2c16.3-7.4 30.6-20.9 37.5-31.4c0 0-5.7-5.2-16.8-4.5c28.6-6.8 35.4-9.7 47.7-9.4c8.3 4 8.3-35.4 8.3-35.4c0-15.2-2.3-32-11.5-42.8c12.9 12.6 30 33.8 28.9 62.6c-.8 18.9-15.7 23.7-15.7 23.7c-9.4 17.1-44.6 68-31.4 109.4c0 0-10-15.4-10.5-22.8c-18 20-48 54-25.4 66.6c27.5 15.2 112.3-91.5 130.3-146.9c35.7-21.5 57.2-48.8 66-67.1C426 348 501.7 400.6 507.7 364"/></svg>
</template>

CSS

.icon-grav {
  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%22M366.6%20274.6c4.5%204.5%204.5%2012.3%200%2016.8l-10%2010c-4.5%204.9-12.3%204.9-17.1%200l-10.8-10.8c-4.5-4.9-4.5-12.3%200-17.1l10-10c4.5-4.5%2012.3-4.5%2017.1%200zm-31.2-20.3c2.4-1.8%203.5-4.8%202.9-7.7c-.5-2.9-2.8-5.3-5.7-6s-5.9.4-7.8%202.7c-2.4%201.8-3.5%204.8-2.9%207.7c.5%202.9%202.8%205.3%205.7%206s5.9-.4%207.8-2.7m-26.8%205.5c-2%201.9-2.8%204.7-2.1%207.4c.7%202.6%202.8%204.7%205.5%205.3c2.6.7%205.4-.2%207.3-2.2c2-1.9%202.8-4.7%202.1-7.4c-.7-2.6-2.8-4.7-5.5-5.3c-2.6-.7-5.4.2-7.3%202.2m74.8-13.8c-20.5-14.9-34.9-44.6-12.3-70.3c22.3-25.7%2042-17.8%2061.7.8c12.3%2011.7%2030.2%2025.7%2017.8%2049.8c-12.9%2024.3-46.6%2034.3-67.2%2019.7m49.2-45.9c-9.2-10.3-24.1%207.1-16%2016.6c7.6%209.3%2033.1%202.5%2016-16.6M64%20320C64%20178.6%20178.6%2064%20320%2064s256%20114.6%20256%20256s-114.6%20256-256%20256S64%20461.4%2064%20320m443.7%2044c2.6-16.6-20.9-17.1-26-26.5c-14-24.9-28.6-38-56.3-31.4c12-8.3%2024.3-6.3%2024.3-6.3c.3-6.6%200-13.4-9.7-25.7c4-12.9.3-23.1.3-23.1c16-8.9%2027.7-25.2%2030-44.6c3.7-32-19.4-61.1-51.4-64.8c-22.8-2.6-45.1%207.9-56.1%2026.5c-23.9%2041.4%201.4%2073.2%2023.1%2084c-14.9-1.4-35.4-12.3-41.4-35.4c-6.8-26.5%202.9-51.4%209.2-63.4c0%200-4.5-6-8.3-9.2c0%200-14.2%200-25.4%205.5c12.3-15.7%2026-14.9%2026-14.9c0-6.6-.6-15.4-3.7-22.3c-5.6-11.4-24.6-13.3-32.7%202.9c.1-.2.3-.4.4-.5c-5.2%2012.3-1.1%2057.7%2017.4%2090c-2.6%201.4-9.4%206.3-13.4%2010.3c-22.3%2010-58%2062.2-58%2062.2c-29.1%2011.1-79.7%2052.5-72.9%2082.3c.3%203.1%201.4%205.7%203.1%207.7c-2.9%202.3-5.7%205.2-8.6%208.6c-12.3%2014.2-5.5%2036.3%2018.3%2025.2c16.3-7.4%2030.6-20.9%2037.5-31.4c0%200-5.7-5.2-16.8-4.5c28.6-6.8%2035.4-9.7%2047.7-9.4c8.3%204%208.3-35.4%208.3-35.4c0-15.2-2.3-32-11.5-42.8c12.9%2012.6%2030%2033.8%2028.9%2062.6c-.8%2018.9-15.7%2023.7-15.7%2023.7c-9.4%2017.1-44.6%2068-31.4%20109.4c0%200-10-15.4-10.5-22.8c-18%2020-48%2054-25.4%2066.6c27.5%2015.2%20112.3-91.5%20130.3-146.9c35.7-21.5%2057.2-48.8%2066-67.1C426%20348%20501.7%20400.6%20507.7%20364%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%22M366.6%20274.6c4.5%204.5%204.5%2012.3%200%2016.8l-10%2010c-4.5%204.9-12.3%204.9-17.1%200l-10.8-10.8c-4.5-4.9-4.5-12.3%200-17.1l10-10c4.5-4.5%2012.3-4.5%2017.1%200zm-31.2-20.3c2.4-1.8%203.5-4.8%202.9-7.7c-.5-2.9-2.8-5.3-5.7-6s-5.9.4-7.8%202.7c-2.4%201.8-3.5%204.8-2.9%207.7c.5%202.9%202.8%205.3%205.7%206s5.9-.4%207.8-2.7m-26.8%205.5c-2%201.9-2.8%204.7-2.1%207.4c.7%202.6%202.8%204.7%205.5%205.3c2.6.7%205.4-.2%207.3-2.2c2-1.9%202.8-4.7%202.1-7.4c-.7-2.6-2.8-4.7-5.5-5.3c-2.6-.7-5.4.2-7.3%202.2m74.8-13.8c-20.5-14.9-34.9-44.6-12.3-70.3c22.3-25.7%2042-17.8%2061.7.8c12.3%2011.7%2030.2%2025.7%2017.8%2049.8c-12.9%2024.3-46.6%2034.3-67.2%2019.7m49.2-45.9c-9.2-10.3-24.1%207.1-16%2016.6c7.6%209.3%2033.1%202.5%2016-16.6M64%20320C64%20178.6%20178.6%2064%20320%2064s256%20114.6%20256%20256s-114.6%20256-256%20256S64%20461.4%2064%20320m443.7%2044c2.6-16.6-20.9-17.1-26-26.5c-14-24.9-28.6-38-56.3-31.4c12-8.3%2024.3-6.3%2024.3-6.3c.3-6.6%200-13.4-9.7-25.7c4-12.9.3-23.1.3-23.1c16-8.9%2027.7-25.2%2030-44.6c3.7-32-19.4-61.1-51.4-64.8c-22.8-2.6-45.1%207.9-56.1%2026.5c-23.9%2041.4%201.4%2073.2%2023.1%2084c-14.9-1.4-35.4-12.3-41.4-35.4c-6.8-26.5%202.9-51.4%209.2-63.4c0%200-4.5-6-8.3-9.2c0%200-14.2%200-25.4%205.5c12.3-15.7%2026-14.9%2026-14.9c0-6.6-.6-15.4-3.7-22.3c-5.6-11.4-24.6-13.3-32.7%202.9c.1-.2.3-.4.4-.5c-5.2%2012.3-1.1%2057.7%2017.4%2090c-2.6%201.4-9.4%206.3-13.4%2010.3c-22.3%2010-58%2062.2-58%2062.2c-29.1%2011.1-79.7%2052.5-72.9%2082.3c.3%203.1%201.4%205.7%203.1%207.7c-2.9%202.3-5.7%205.2-8.6%208.6c-12.3%2014.2-5.5%2036.3%2018.3%2025.2c16.3-7.4%2030.6-20.9%2037.5-31.4c0%200-5.7-5.2-16.8-4.5c28.6-6.8%2035.4-9.7%2047.7-9.4c8.3%204%208.3-35.4%208.3-35.4c0-15.2-2.3-32-11.5-42.8c12.9%2012.6%2030%2033.8%2028.9%2062.6c-.8%2018.9-15.7%2023.7-15.7%2023.7c-9.4%2017.1-44.6%2068-31.4%20109.4c0%200-10-15.4-10.5-22.8c-18%2020-48%2054-25.4%2066.6c27.5%2015.2%20112.3-91.5%20130.3-146.9c35.7-21.5%2057.2-48.8%2066-67.1C426%20348%20501.7%20400.6%20507.7%20364%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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