earth-europe from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
earth-europe
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
512×512
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome 6 Solid

Use the earth europe icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m266.3 48.3l-33.8 25.3c-5.4 4-8.5 10.4-8.5 17.1v9.1c0 6.8 5.5 12.3 12.3 12.3c2.4 0 4.8-.7 6.8-2.1l41.8-27.9c2-1.3 4.4-2.1 6.8-2.1h1c6.2 0 11.3 5.1 11.3 11.3c0 3-1.2 5.9-3.3 8l-19.9 19.9a53 53 0 0 1-20.7 12.8l-26.5 8.8c-5.8 1.9-9.6 7.3-9.6 13.4c0 3.7-1.5 7.3-4.1 10L202 182.1c-6.4 6.4-9.9 15-9.9 24v4.3c0 16.4 13.6 29.7 29.9 29.7c11 0 21.2-6.2 26.1-16l4-8.1c2.4-4.8 7.4-7.9 12.8-7.9c4.5 0 8.7 2.1 11.4 5.7l16.3 21.7c2.1 2.9 5.5 4.5 9.1 4.5c8.4 0 13.9-8.9 10.1-16.4l-1.1-2.3c-3.5-7 0-15.5 7.5-18l21.2-7.1c7.6-2.5 12.7-9.6 12.7-17.6c0-10.3 8.3-18.6 18.6-18.6h29.4c8.8 0 16 7.2 16 16s-7.2 16-16 16h-20.7c-7.2 0-14.2 2.9-19.3 8l-4.7 4.7c-2.1 2.1-3.3 5-3.3 8c0 6.2 5.1 11.3 11.3 11.3h11.3c6 0 11.8 2.4 16 6.6l6.5 6.5c1.8 1.8 2.8 4.3 2.8 6.8s-1 5-2.8 6.8l-7.5 7.5c-3.7 3.8-5.7 8.7-5.7 13.8s2 10 5.7 13.7L408 304c10.2 10.2 24.1 16 38.6 16h7.3c6.5-20.2 10-41.7 10-64c0-111.4-87.6-202.4-197.7-207.7zm172 307.9c-3.7-2.6-8.2-4.1-13-4.1c-6 0-11.8-2.4-16-6.6L396 332c-7.7-7.7-18-12-28.9-12c-9.7 0-19.2-3.5-26.6-9.8L314 287.4c-11.6-9.9-26.4-15.4-41.7-15.4h-20.9c-12.6 0-25 3.7-35.5 10.7L188.5 301c-17.8 11.9-28.5 31.9-28.5 53.3v3.2c0 17 6.7 33.3 18.7 45.3l16 16c8.5 8.5 20 13.3 32 13.3H248c13.3 0 24 10.7 24 24c0 2.5.4 5 1.1 7.3c71.3-5.8 132.5-47.6 165.2-107.2M0 256a256 256 0 1 1 512 0a256 256 0 1 1-512 0m187.3-155.3c-6.2-6.2-16.4-6.2-22.6 0l-32 32c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l32-32c6.2-6.2 6.2-16.4 0-22.6"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidEarthEurope(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m266.3 48.3l-33.8 25.3c-5.4 4-8.5 10.4-8.5 17.1v9.1c0 6.8 5.5 12.3 12.3 12.3c2.4 0 4.8-.7 6.8-2.1l41.8-27.9c2-1.3 4.4-2.1 6.8-2.1h1c6.2 0 11.3 5.1 11.3 11.3c0 3-1.2 5.9-3.3 8l-19.9 19.9a53 53 0 0 1-20.7 12.8l-26.5 8.8c-5.8 1.9-9.6 7.3-9.6 13.4c0 3.7-1.5 7.3-4.1 10L202 182.1c-6.4 6.4-9.9 15-9.9 24v4.3c0 16.4 13.6 29.7 29.9 29.7c11 0 21.2-6.2 26.1-16l4-8.1c2.4-4.8 7.4-7.9 12.8-7.9c4.5 0 8.7 2.1 11.4 5.7l16.3 21.7c2.1 2.9 5.5 4.5 9.1 4.5c8.4 0 13.9-8.9 10.1-16.4l-1.1-2.3c-3.5-7 0-15.5 7.5-18l21.2-7.1c7.6-2.5 12.7-9.6 12.7-17.6c0-10.3 8.3-18.6 18.6-18.6h29.4c8.8 0 16 7.2 16 16s-7.2 16-16 16h-20.7c-7.2 0-14.2 2.9-19.3 8l-4.7 4.7c-2.1 2.1-3.3 5-3.3 8c0 6.2 5.1 11.3 11.3 11.3h11.3c6 0 11.8 2.4 16 6.6l6.5 6.5c1.8 1.8 2.8 4.3 2.8 6.8s-1 5-2.8 6.8l-7.5 7.5c-3.7 3.8-5.7 8.7-5.7 13.8s2 10 5.7 13.7L408 304c10.2 10.2 24.1 16 38.6 16h7.3c6.5-20.2 10-41.7 10-64c0-111.4-87.6-202.4-197.7-207.7zm172 307.9c-3.7-2.6-8.2-4.1-13-4.1c-6 0-11.8-2.4-16-6.6L396 332c-7.7-7.7-18-12-28.9-12c-9.7 0-19.2-3.5-26.6-9.8L314 287.4c-11.6-9.9-26.4-15.4-41.7-15.4h-20.9c-12.6 0-25 3.7-35.5 10.7L188.5 301c-17.8 11.9-28.5 31.9-28.5 53.3v3.2c0 17 6.7 33.3 18.7 45.3l16 16c8.5 8.5 20 13.3 32 13.3H248c13.3 0 24 10.7 24 24c0 2.5.4 5 1.1 7.3c71.3-5.8 132.5-47.6 165.2-107.2M0 256a256 256 0 1 1 512 0a256 256 0 1 1-512 0m187.3-155.3c-6.2-6.2-16.4-6.2-22.6 0l-32 32c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l32-32c6.2-6.2 6.2-16.4 0-22.6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m266.3 48.3l-33.8 25.3c-5.4 4-8.5 10.4-8.5 17.1v9.1c0 6.8 5.5 12.3 12.3 12.3c2.4 0 4.8-.7 6.8-2.1l41.8-27.9c2-1.3 4.4-2.1 6.8-2.1h1c6.2 0 11.3 5.1 11.3 11.3c0 3-1.2 5.9-3.3 8l-19.9 19.9a53 53 0 0 1-20.7 12.8l-26.5 8.8c-5.8 1.9-9.6 7.3-9.6 13.4c0 3.7-1.5 7.3-4.1 10L202 182.1c-6.4 6.4-9.9 15-9.9 24v4.3c0 16.4 13.6 29.7 29.9 29.7c11 0 21.2-6.2 26.1-16l4-8.1c2.4-4.8 7.4-7.9 12.8-7.9c4.5 0 8.7 2.1 11.4 5.7l16.3 21.7c2.1 2.9 5.5 4.5 9.1 4.5c8.4 0 13.9-8.9 10.1-16.4l-1.1-2.3c-3.5-7 0-15.5 7.5-18l21.2-7.1c7.6-2.5 12.7-9.6 12.7-17.6c0-10.3 8.3-18.6 18.6-18.6h29.4c8.8 0 16 7.2 16 16s-7.2 16-16 16h-20.7c-7.2 0-14.2 2.9-19.3 8l-4.7 4.7c-2.1 2.1-3.3 5-3.3 8c0 6.2 5.1 11.3 11.3 11.3h11.3c6 0 11.8 2.4 16 6.6l6.5 6.5c1.8 1.8 2.8 4.3 2.8 6.8s-1 5-2.8 6.8l-7.5 7.5c-3.7 3.8-5.7 8.7-5.7 13.8s2 10 5.7 13.7L408 304c10.2 10.2 24.1 16 38.6 16h7.3c6.5-20.2 10-41.7 10-64c0-111.4-87.6-202.4-197.7-207.7zm172 307.9c-3.7-2.6-8.2-4.1-13-4.1c-6 0-11.8-2.4-16-6.6L396 332c-7.7-7.7-18-12-28.9-12c-9.7 0-19.2-3.5-26.6-9.8L314 287.4c-11.6-9.9-26.4-15.4-41.7-15.4h-20.9c-12.6 0-25 3.7-35.5 10.7L188.5 301c-17.8 11.9-28.5 31.9-28.5 53.3v3.2c0 17 6.7 33.3 18.7 45.3l16 16c8.5 8.5 20 13.3 32 13.3H248c13.3 0 24 10.7 24 24c0 2.5.4 5 1.1 7.3c71.3-5.8 132.5-47.6 165.2-107.2M0 256a256 256 0 1 1 512 0a256 256 0 1 1-512 0m187.3-155.3c-6.2-6.2-16.4-6.2-22.6 0l-32 32c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l32-32c6.2-6.2 6.2-16.4 0-22.6"/></svg>
</template>

CSS

.icon-earth-europe {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m266.3%2048.3l-33.8%2025.3c-5.4%204-8.5%2010.4-8.5%2017.1v9.1c0%206.8%205.5%2012.3%2012.3%2012.3c2.4%200%204.8-.7%206.8-2.1l41.8-27.9c2-1.3%204.4-2.1%206.8-2.1h1c6.2%200%2011.3%205.1%2011.3%2011.3c0%203-1.2%205.9-3.3%208l-19.9%2019.9a53%2053%200%200%201-20.7%2012.8l-26.5%208.8c-5.8%201.9-9.6%207.3-9.6%2013.4c0%203.7-1.5%207.3-4.1%2010L202%20182.1c-6.4%206.4-9.9%2015-9.9%2024v4.3c0%2016.4%2013.6%2029.7%2029.9%2029.7c11%200%2021.2-6.2%2026.1-16l4-8.1c2.4-4.8%207.4-7.9%2012.8-7.9c4.5%200%208.7%202.1%2011.4%205.7l16.3%2021.7c2.1%202.9%205.5%204.5%209.1%204.5c8.4%200%2013.9-8.9%2010.1-16.4l-1.1-2.3c-3.5-7%200-15.5%207.5-18l21.2-7.1c7.6-2.5%2012.7-9.6%2012.7-17.6c0-10.3%208.3-18.6%2018.6-18.6h29.4c8.8%200%2016%207.2%2016%2016s-7.2%2016-16%2016h-20.7c-7.2%200-14.2%202.9-19.3%208l-4.7%204.7c-2.1%202.1-3.3%205-3.3%208c0%206.2%205.1%2011.3%2011.3%2011.3h11.3c6%200%2011.8%202.4%2016%206.6l6.5%206.5c1.8%201.8%202.8%204.3%202.8%206.8s-1%205-2.8%206.8l-7.5%207.5c-3.7%203.8-5.7%208.7-5.7%2013.8s2%2010%205.7%2013.7L408%20304c10.2%2010.2%2024.1%2016%2038.6%2016h7.3c6.5-20.2%2010-41.7%2010-64c0-111.4-87.6-202.4-197.7-207.7zm172%20307.9c-3.7-2.6-8.2-4.1-13-4.1c-6%200-11.8-2.4-16-6.6L396%20332c-7.7-7.7-18-12-28.9-12c-9.7%200-19.2-3.5-26.6-9.8L314%20287.4c-11.6-9.9-26.4-15.4-41.7-15.4h-20.9c-12.6%200-25%203.7-35.5%2010.7L188.5%20301c-17.8%2011.9-28.5%2031.9-28.5%2053.3v3.2c0%2017%206.7%2033.3%2018.7%2045.3l16%2016c8.5%208.5%2020%2013.3%2032%2013.3H248c13.3%200%2024%2010.7%2024%2024c0%202.5.4%205%201.1%207.3c71.3-5.8%20132.5-47.6%20165.2-107.2M0%20256a256%20256%200%201%201%20512%200a256%20256%200%201%201-512%200m187.3-155.3c-6.2-6.2-16.4-6.2-22.6%200l-32%2032c-6.2%206.2-6.2%2016.4%200%2022.6s16.4%206.2%2022.6%200l32-32c6.2-6.2%206.2-16.4%200-22.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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m266.3%2048.3l-33.8%2025.3c-5.4%204-8.5%2010.4-8.5%2017.1v9.1c0%206.8%205.5%2012.3%2012.3%2012.3c2.4%200%204.8-.7%206.8-2.1l41.8-27.9c2-1.3%204.4-2.1%206.8-2.1h1c6.2%200%2011.3%205.1%2011.3%2011.3c0%203-1.2%205.9-3.3%208l-19.9%2019.9a53%2053%200%200%201-20.7%2012.8l-26.5%208.8c-5.8%201.9-9.6%207.3-9.6%2013.4c0%203.7-1.5%207.3-4.1%2010L202%20182.1c-6.4%206.4-9.9%2015-9.9%2024v4.3c0%2016.4%2013.6%2029.7%2029.9%2029.7c11%200%2021.2-6.2%2026.1-16l4-8.1c2.4-4.8%207.4-7.9%2012.8-7.9c4.5%200%208.7%202.1%2011.4%205.7l16.3%2021.7c2.1%202.9%205.5%204.5%209.1%204.5c8.4%200%2013.9-8.9%2010.1-16.4l-1.1-2.3c-3.5-7%200-15.5%207.5-18l21.2-7.1c7.6-2.5%2012.7-9.6%2012.7-17.6c0-10.3%208.3-18.6%2018.6-18.6h29.4c8.8%200%2016%207.2%2016%2016s-7.2%2016-16%2016h-20.7c-7.2%200-14.2%202.9-19.3%208l-4.7%204.7c-2.1%202.1-3.3%205-3.3%208c0%206.2%205.1%2011.3%2011.3%2011.3h11.3c6%200%2011.8%202.4%2016%206.6l6.5%206.5c1.8%201.8%202.8%204.3%202.8%206.8s-1%205-2.8%206.8l-7.5%207.5c-3.7%203.8-5.7%208.7-5.7%2013.8s2%2010%205.7%2013.7L408%20304c10.2%2010.2%2024.1%2016%2038.6%2016h7.3c6.5-20.2%2010-41.7%2010-64c0-111.4-87.6-202.4-197.7-207.7zm172%20307.9c-3.7-2.6-8.2-4.1-13-4.1c-6%200-11.8-2.4-16-6.6L396%20332c-7.7-7.7-18-12-28.9-12c-9.7%200-19.2-3.5-26.6-9.8L314%20287.4c-11.6-9.9-26.4-15.4-41.7-15.4h-20.9c-12.6%200-25%203.7-35.5%2010.7L188.5%20301c-17.8%2011.9-28.5%2031.9-28.5%2053.3v3.2c0%2017%206.7%2033.3%2018.7%2045.3l16%2016c8.5%208.5%2020%2013.3%2032%2013.3H248c13.3%200%2024%2010.7%2024%2024c0%202.5.4%205%201.1%207.3c71.3-5.8%20132.5-47.6%20165.2-107.2M0%20256a256%20256%200%201%201%20512%200a256%20256%200%201%201-512%200m187.3-155.3c-6.2-6.2-16.4-6.2-22.6%200l-32%2032c-6.2%206.2-6.2%2016.4%200%2022.6s16.4%206.2%2022.6%200l32-32c6.2-6.2%206.2-16.4%200-22.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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