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

Name
earth-oceania
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome Solid

Use the earth oceania icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 576c141.4 0 256-114.6 256-256S461.4 64 320 64S64 178.6 64 320s114.6 256 256 256m-64-361.4c0-12.5 10.1-22.6 22.6-22.6H320c17.7 0 32 14.3 32 32s-14.3 32-32 32h-18.7c-8.5 0-16.6-3.4-22.6-9.4l-16-16c-4.2-4.2-6.6-10-6.6-16zM496 320c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16s-16-7.2-16-16v-32c0-8.8 7.2-16 16-16m-20.7 123.3l-32 32c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l32-32c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6M288 496c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16s-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16m-96-80c-17.7 0-32-14.3-32-32v-18.7c0-8.5 3.4-16.6 9.4-22.6l48-48c4.2-4.2 10-6.6 16-6.6h6.6c8.8 0 16 7.2 16 16s7.2 16 16 16s16-7.2 16-16s7.2-16 16-16h6.6c6 0 11.8 2.4 16 6.6l48 48c6 6 9.4 14.1 9.4 22.6V416c0 17.7-14.3 32-32 32h-50.7c-8.5 0-16.6-3.4-22.6-9.4l-13.3-13.3c-6-6-14.1-9.4-22.6-9.4z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidEarthOceania(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 576c141.4 0 256-114.6 256-256S461.4 64 320 64S64 178.6 64 320s114.6 256 256 256m-64-361.4c0-12.5 10.1-22.6 22.6-22.6H320c17.7 0 32 14.3 32 32s-14.3 32-32 32h-18.7c-8.5 0-16.6-3.4-22.6-9.4l-16-16c-4.2-4.2-6.6-10-6.6-16zM496 320c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16s-16-7.2-16-16v-32c0-8.8 7.2-16 16-16m-20.7 123.3l-32 32c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l32-32c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6M288 496c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16s-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16m-96-80c-17.7 0-32-14.3-32-32v-18.7c0-8.5 3.4-16.6 9.4-22.6l48-48c4.2-4.2 10-6.6 16-6.6h6.6c8.8 0 16 7.2 16 16s7.2 16 16 16s16-7.2 16-16s7.2-16 16-16h6.6c6 0 11.8 2.4 16 6.6l48 48c6 6 9.4 14.1 9.4 22.6V416c0 17.7-14.3 32-32 32h-50.7c-8.5 0-16.6-3.4-22.6-9.4l-13.3-13.3c-6-6-14.1-9.4-22.6-9.4z"/></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 576c141.4 0 256-114.6 256-256S461.4 64 320 64S64 178.6 64 320s114.6 256 256 256m-64-361.4c0-12.5 10.1-22.6 22.6-22.6H320c17.7 0 32 14.3 32 32s-14.3 32-32 32h-18.7c-8.5 0-16.6-3.4-22.6-9.4l-16-16c-4.2-4.2-6.6-10-6.6-16zM496 320c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16s-16-7.2-16-16v-32c0-8.8 7.2-16 16-16m-20.7 123.3l-32 32c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l32-32c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6M288 496c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16s-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16m-96-80c-17.7 0-32-14.3-32-32v-18.7c0-8.5 3.4-16.6 9.4-22.6l48-48c4.2-4.2 10-6.6 16-6.6h6.6c8.8 0 16 7.2 16 16s7.2 16 16 16s16-7.2 16-16s7.2-16 16-16h6.6c6 0 11.8 2.4 16 6.6l48 48c6 6 9.4 14.1 9.4 22.6V416c0 17.7-14.3 32-32 32h-50.7c-8.5 0-16.6-3.4-22.6-9.4l-13.3-13.3c-6-6-14.1-9.4-22.6-9.4z"/></svg>
</template>

CSS

.icon-earth-oceania {
  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%20576c141.4%200%20256-114.6%20256-256S461.4%2064%20320%2064S64%20178.6%2064%20320s114.6%20256%20256%20256m-64-361.4c0-12.5%2010.1-22.6%2022.6-22.6H320c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032h-18.7c-8.5%200-16.6-3.4-22.6-9.4l-16-16c-4.2-4.2-6.6-10-6.6-16zM496%20320c8.8%200%2016%207.2%2016%2016v32c0%208.8-7.2%2016-16%2016s-16-7.2-16-16v-32c0-8.8%207.2-16%2016-16m-20.7%20123.3l-32%2032c-6.2%206.2-16.4%206.2-22.6%200s-6.2-16.4%200-22.6l32-32c6.2-6.2%2016.4-6.2%2022.6%200s6.2%2016.4%200%2022.6M288%20496c0-8.8%207.2-16%2016-16h32c8.8%200%2016%207.2%2016%2016s-7.2%2016-16%2016h-32c-8.8%200-16-7.2-16-16m-96-80c-17.7%200-32-14.3-32-32v-18.7c0-8.5%203.4-16.6%209.4-22.6l48-48c4.2-4.2%2010-6.6%2016-6.6h6.6c8.8%200%2016%207.2%2016%2016s7.2%2016%2016%2016s16-7.2%2016-16s7.2-16%2016-16h6.6c6%200%2011.8%202.4%2016%206.6l48%2048c6%206%209.4%2014.1%209.4%2022.6V416c0%2017.7-14.3%2032-32%2032h-50.7c-8.5%200-16.6-3.4-22.6-9.4l-13.3-13.3c-6-6-14.1-9.4-22.6-9.4z%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%20576c141.4%200%20256-114.6%20256-256S461.4%2064%20320%2064S64%20178.6%2064%20320s114.6%20256%20256%20256m-64-361.4c0-12.5%2010.1-22.6%2022.6-22.6H320c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032h-18.7c-8.5%200-16.6-3.4-22.6-9.4l-16-16c-4.2-4.2-6.6-10-6.6-16zM496%20320c8.8%200%2016%207.2%2016%2016v32c0%208.8-7.2%2016-16%2016s-16-7.2-16-16v-32c0-8.8%207.2-16%2016-16m-20.7%20123.3l-32%2032c-6.2%206.2-16.4%206.2-22.6%200s-6.2-16.4%200-22.6l32-32c6.2-6.2%2016.4-6.2%2022.6%200s6.2%2016.4%200%2022.6M288%20496c0-8.8%207.2-16%2016-16h32c8.8%200%2016%207.2%2016%2016s-7.2%2016-16%2016h-32c-8.8%200-16-7.2-16-16m-96-80c-17.7%200-32-14.3-32-32v-18.7c0-8.5%203.4-16.6%209.4-22.6l48-48c4.2-4.2%2010-6.6%2016-6.6h6.6c8.8%200%2016%207.2%2016%2016s7.2%2016%2016%2016s16-7.2%2016-16s7.2-16%2016-16h6.6c6%200%2011.8%202.4%2016%206.6l48%2048c6%206%209.4%2014.1%209.4%2022.6V416c0%2017.7-14.3%2032-32%2032h-50.7c-8.5%200-16.6-3.4-22.6-9.4l-13.3-13.3c-6-6-14.1-9.4-22.6-9.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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