globe from Font Awesome Solid by Dave Gandy · Solid · Business · CC-BY-4.0 Attribution required.

Name
globe
Set
Font Awesome Solid
Style
Solid
Category
Business
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More business icons from Font Awesome Solid

Use the globe icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M415.9 344H225c2.9 64.5 17.2 123.9 37.5 167.4c11.4 24.5 23.7 41.8 35.1 52.4c11.2 10.5 18.9 12.2 22.9 12.2s11.7-1.7 22.9-12.2c11.4-10.6 23.7-28 35.1-52.4c20.3-43.5 34.6-102.9 37.5-167.4zm-191-48h190.9c-2.8-64.5-17.1-123.9-37.4-167.4c-11.4-24.4-23.7-41.8-35.1-52.4C332.1 65.7 324.4 64 320.4 64s-11.7 1.7-22.9 12.2c-11.4 10.6-23.7 28-35.1 52.4c-20.3 43.5-34.6 102.9-37.5 167.4m-48 0c3.5-85.6 25.6-165.1 57.9-217.3C142.7 111.3 74.9 195.2 65.5 296zM65.5 344c9.4 100.8 77.2 184.7 169.3 217.3c-32.3-52.2-54.4-131.7-57.9-217.3zm398.4 0c-3.5 85.6-25.6 165.1-57.9 217.3c92.1-32.7 159.9-116.5 169.3-217.3zm111.4-48C565.9 195.2 498.1 111.3 406 78.7c32.3 52.2 54.4 131.7 57.9 217.3z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidGlobe(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="M415.9 344H225c2.9 64.5 17.2 123.9 37.5 167.4c11.4 24.5 23.7 41.8 35.1 52.4c11.2 10.5 18.9 12.2 22.9 12.2s11.7-1.7 22.9-12.2c11.4-10.6 23.7-28 35.1-52.4c20.3-43.5 34.6-102.9 37.5-167.4zm-191-48h190.9c-2.8-64.5-17.1-123.9-37.4-167.4c-11.4-24.4-23.7-41.8-35.1-52.4C332.1 65.7 324.4 64 320.4 64s-11.7 1.7-22.9 12.2c-11.4 10.6-23.7 28-35.1 52.4c-20.3 43.5-34.6 102.9-37.5 167.4m-48 0c3.5-85.6 25.6-165.1 57.9-217.3C142.7 111.3 74.9 195.2 65.5 296zM65.5 344c9.4 100.8 77.2 184.7 169.3 217.3c-32.3-52.2-54.4-131.7-57.9-217.3zm398.4 0c-3.5 85.6-25.6 165.1-57.9 217.3c92.1-32.7 159.9-116.5 169.3-217.3zm111.4-48C565.9 195.2 498.1 111.3 406 78.7c32.3 52.2 54.4 131.7 57.9 217.3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M415.9 344H225c2.9 64.5 17.2 123.9 37.5 167.4c11.4 24.5 23.7 41.8 35.1 52.4c11.2 10.5 18.9 12.2 22.9 12.2s11.7-1.7 22.9-12.2c11.4-10.6 23.7-28 35.1-52.4c20.3-43.5 34.6-102.9 37.5-167.4zm-191-48h190.9c-2.8-64.5-17.1-123.9-37.4-167.4c-11.4-24.4-23.7-41.8-35.1-52.4C332.1 65.7 324.4 64 320.4 64s-11.7 1.7-22.9 12.2c-11.4 10.6-23.7 28-35.1 52.4c-20.3 43.5-34.6 102.9-37.5 167.4m-48 0c3.5-85.6 25.6-165.1 57.9-217.3C142.7 111.3 74.9 195.2 65.5 296zM65.5 344c9.4 100.8 77.2 184.7 169.3 217.3c-32.3-52.2-54.4-131.7-57.9-217.3zm398.4 0c-3.5 85.6-25.6 165.1-57.9 217.3c92.1-32.7 159.9-116.5 169.3-217.3zm111.4-48C565.9 195.2 498.1 111.3 406 78.7c32.3 52.2 54.4 131.7 57.9 217.3z"/></svg>
</template>

CSS

.icon-globe {
  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%22M415.9%20344H225c2.9%2064.5%2017.2%20123.9%2037.5%20167.4c11.4%2024.5%2023.7%2041.8%2035.1%2052.4c11.2%2010.5%2018.9%2012.2%2022.9%2012.2s11.7-1.7%2022.9-12.2c11.4-10.6%2023.7-28%2035.1-52.4c20.3-43.5%2034.6-102.9%2037.5-167.4zm-191-48h190.9c-2.8-64.5-17.1-123.9-37.4-167.4c-11.4-24.4-23.7-41.8-35.1-52.4C332.1%2065.7%20324.4%2064%20320.4%2064s-11.7%201.7-22.9%2012.2c-11.4%2010.6-23.7%2028-35.1%2052.4c-20.3%2043.5-34.6%20102.9-37.5%20167.4m-48%200c3.5-85.6%2025.6-165.1%2057.9-217.3C142.7%20111.3%2074.9%20195.2%2065.5%20296zM65.5%20344c9.4%20100.8%2077.2%20184.7%20169.3%20217.3c-32.3-52.2-54.4-131.7-57.9-217.3zm398.4%200c-3.5%2085.6-25.6%20165.1-57.9%20217.3c92.1-32.7%20159.9-116.5%20169.3-217.3zm111.4-48C565.9%20195.2%20498.1%20111.3%20406%2078.7c32.3%2052.2%2054.4%20131.7%2057.9%20217.3z%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%22M415.9%20344H225c2.9%2064.5%2017.2%20123.9%2037.5%20167.4c11.4%2024.5%2023.7%2041.8%2035.1%2052.4c11.2%2010.5%2018.9%2012.2%2022.9%2012.2s11.7-1.7%2022.9-12.2c11.4-10.6%2023.7-28%2035.1-52.4c20.3-43.5%2034.6-102.9%2037.5-167.4zm-191-48h190.9c-2.8-64.5-17.1-123.9-37.4-167.4c-11.4-24.4-23.7-41.8-35.1-52.4C332.1%2065.7%20324.4%2064%20320.4%2064s-11.7%201.7-22.9%2012.2c-11.4%2010.6-23.7%2028-35.1%2052.4c-20.3%2043.5-34.6%20102.9-37.5%20167.4m-48%200c3.5-85.6%2025.6-165.1%2057.9-217.3C142.7%20111.3%2074.9%20195.2%2065.5%20296zM65.5%20344c9.4%20100.8%2077.2%20184.7%20169.3%20217.3c-32.3-52.2-54.4-131.7-57.9-217.3zm398.4%200c-3.5%2085.6-25.6%20165.1-57.9%20217.3c92.1-32.7%20159.9-116.5%20169.3-217.3zm111.4-48C565.9%20195.2%20498.1%20111.3%20406%2078.7c32.3%2052.2%2054.4%20131.7%2057.9%20217.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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