globe-asia from Material Symbols by Google · Regular · Maps · Apache-2.0 Free for personal and commercial use.

Name
globe-asia
Set
Material Symbols
Style
Regular
Category
Maps
Viewbox
24×24
License
Apache 2.0
Aliases
globe-asia-outline, globe-asia-outline-rounded, globe-asia-rounded

1 other variant in Material Symbols

The same icon in other sets

More maps icons from Material Symbols

Use the globe asia icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.8 20.025q-.825 0-1.412-.6T9.8 18t.588-1.412T11.8 16l.6-.575q.2-.2.463-.312T13.4 15q.575 0 .988.425t.412 1v.425q0 .5.325.825t.825.325q.375 0 .675-.225t.425-.575l.3-.825q.225-.6.725-.987t1.15-.388q.275-.7.438-1.45t.162-1.55q0-2.225-1.112-4.062T15.8 5.05V6q0 .825-.587 1.413T13.8 8h-1v2q0 .425-.288.713T11.8 11h-1v1.7q0 .55-.375.925T9.5 14q-.35 0-.638-.15t-.462-.425L6.8 11h-1v1q0 .775-.525 1.325t-1.25.65q.65 2.6 2.813 4.325t4.962 1.725m2-6.025q-.425 0-.712-.287T12.8 13t.288-.712T13.8 12h1q.425 0 .713.288T15.8 13t-.288.713T14.8 14zm2.325-3q-.5 0-.788-.387T15.2 9.75l.375-1.1q.1-.3.35-.475t.55-.175q.5 0 .788.388t.137.862l-.375 1.1q-.1.3-.35.475t-.55.175M11.8 22q-2.075 0-3.9-.788t-3.175-2.137T2.588 15.9T1.8 12t.788-3.9t2.137-3.175T7.9 2.788T11.8 2t3.9.788t3.175 2.137T21.013 8.1T21.8 12t-.788 3.9t-2.137 3.175t-3.175 2.138t-3.9.787"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsGlobeAsia(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.8 20.025q-.825 0-1.412-.6T9.8 18t.588-1.412T11.8 16l.6-.575q.2-.2.463-.312T13.4 15q.575 0 .988.425t.412 1v.425q0 .5.325.825t.825.325q.375 0 .675-.225t.425-.575l.3-.825q.225-.6.725-.987t1.15-.388q.275-.7.438-1.45t.162-1.55q0-2.225-1.112-4.062T15.8 5.05V6q0 .825-.587 1.413T13.8 8h-1v2q0 .425-.288.713T11.8 11h-1v1.7q0 .55-.375.925T9.5 14q-.35 0-.638-.15t-.462-.425L6.8 11h-1v1q0 .775-.525 1.325t-1.25.65q.65 2.6 2.813 4.325t4.962 1.725m2-6.025q-.425 0-.712-.287T12.8 13t.288-.712T13.8 12h1q.425 0 .713.288T15.8 13t-.288.713T14.8 14zm2.325-3q-.5 0-.788-.387T15.2 9.75l.375-1.1q.1-.3.35-.475t.55-.175q.5 0 .788.388t.137.862l-.375 1.1q-.1.3-.35.475t-.55.175M11.8 22q-2.075 0-3.9-.788t-3.175-2.137T2.588 15.9T1.8 12t.788-3.9t2.137-3.175T7.9 2.788T11.8 2t3.9.788t3.175 2.137T21.013 8.1T21.8 12t-.788 3.9t-2.137 3.175t-3.175 2.138t-3.9.787"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.8 20.025q-.825 0-1.412-.6T9.8 18t.588-1.412T11.8 16l.6-.575q.2-.2.463-.312T13.4 15q.575 0 .988.425t.412 1v.425q0 .5.325.825t.825.325q.375 0 .675-.225t.425-.575l.3-.825q.225-.6.725-.987t1.15-.388q.275-.7.438-1.45t.162-1.55q0-2.225-1.112-4.062T15.8 5.05V6q0 .825-.587 1.413T13.8 8h-1v2q0 .425-.288.713T11.8 11h-1v1.7q0 .55-.375.925T9.5 14q-.35 0-.638-.15t-.462-.425L6.8 11h-1v1q0 .775-.525 1.325t-1.25.65q.65 2.6 2.813 4.325t4.962 1.725m2-6.025q-.425 0-.712-.287T12.8 13t.288-.712T13.8 12h1q.425 0 .713.288T15.8 13t-.288.713T14.8 14zm2.325-3q-.5 0-.788-.387T15.2 9.75l.375-1.1q.1-.3.35-.475t.55-.175q.5 0 .788.388t.137.862l-.375 1.1q-.1.3-.35.475t-.55.175M11.8 22q-2.075 0-3.9-.788t-3.175-2.137T2.588 15.9T1.8 12t.788-3.9t2.137-3.175T7.9 2.788T11.8 2t3.9.788t3.175 2.137T21.013 8.1T21.8 12t-.788 3.9t-2.137 3.175t-3.175 2.138t-3.9.787"/></svg>
</template>

CSS

.icon-globe-asia {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.8%2020.025q-.825%200-1.412-.6T9.8%2018t.588-1.412T11.8%2016l.6-.575q.2-.2.463-.312T13.4%2015q.575%200%20.988.425t.412%201v.425q0%20.5.325.825t.825.325q.375%200%20.675-.225t.425-.575l.3-.825q.225-.6.725-.987t1.15-.388q.275-.7.438-1.45t.162-1.55q0-2.225-1.112-4.062T15.8%205.05V6q0%20.825-.587%201.413T13.8%208h-1v2q0%20.425-.288.713T11.8%2011h-1v1.7q0%20.55-.375.925T9.5%2014q-.35%200-.638-.15t-.462-.425L6.8%2011h-1v1q0%20.775-.525%201.325t-1.25.65q.65%202.6%202.813%204.325t4.962%201.725m2-6.025q-.425%200-.712-.287T12.8%2013t.288-.712T13.8%2012h1q.425%200%20.713.288T15.8%2013t-.288.713T14.8%2014zm2.325-3q-.5%200-.788-.387T15.2%209.75l.375-1.1q.1-.3.35-.475t.55-.175q.5%200%20.788.388t.137.862l-.375%201.1q-.1.3-.35.475t-.55.175M11.8%2022q-2.075%200-3.9-.788t-3.175-2.137T2.588%2015.9T1.8%2012t.788-3.9t2.137-3.175T7.9%202.788T11.8%202t3.9.788t3.175%202.137T21.013%208.1T21.8%2012t-.788%203.9t-2.137%203.175t-3.175%202.138t-3.9.787%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.8%2020.025q-.825%200-1.412-.6T9.8%2018t.588-1.412T11.8%2016l.6-.575q.2-.2.463-.312T13.4%2015q.575%200%20.988.425t.412%201v.425q0%20.5.325.825t.825.325q.375%200%20.675-.225t.425-.575l.3-.825q.225-.6.725-.987t1.15-.388q.275-.7.438-1.45t.162-1.55q0-2.225-1.112-4.062T15.8%205.05V6q0%20.825-.587%201.413T13.8%208h-1v2q0%20.425-.288.713T11.8%2011h-1v1.7q0%20.55-.375.925T9.5%2014q-.35%200-.638-.15t-.462-.425L6.8%2011h-1v1q0%20.775-.525%201.325t-1.25.65q.65%202.6%202.813%204.325t4.962%201.725m2-6.025q-.425%200-.712-.287T12.8%2013t.288-.712T13.8%2012h1q.425%200%20.713.288T15.8%2013t-.288.713T14.8%2014zm2.325-3q-.5%200-.788-.387T15.2%209.75l.375-1.1q.1-.3.35-.475t.55-.175q.5%200%20.788.388t.137.862l-.375%201.1q-.1.3-.35.475t-.55.175M11.8%2022q-2.075%200-3.9-.788t-3.175-2.137T2.588%2015.9T1.8%2012t.788-3.9t2.137-3.175T7.9%202.788T11.8%202t3.9.788t3.175%202.137T21.013%208.1T21.8%2012t-.788%203.9t-2.137%203.175t-3.175%202.138t-3.9.787%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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