globe asia icon
globe-asia from Material Symbols Light by Google · Regular · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- globe-asia
- Set
- Material Symbols Light
- 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 Light
The same icon in other sets
More maps icons from Material Symbols Light
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 19.987q-.825 0-1.412-.581T9.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.706-.987t1.13-.388q.276-.7.438-1.45t.163-1.55q0-2.225-1.094-4.043T15.8 5.089V6q0 .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-.507 1.325t-1.23.65q.65 2.6 2.794 4.306t4.943 1.706m2-5.987q-.425 0-.712-.288T12.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.175m-4.322 10q-1.867 0-3.51-.708q-1.643-.709-2.859-1.924t-1.925-2.856t-.709-3.509t.709-3.51q.708-1.643 1.923-2.859t2.856-1.925T11.797 3t3.51.709q1.643.708 2.859 1.922t1.925 2.857t.709 3.509t-.708 3.51t-1.923 2.859t-2.857 1.925t-3.509.709"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightGlobeAsia(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 19.987q-.825 0-1.412-.581T9.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.706-.987t1.13-.388q.276-.7.438-1.45t.163-1.55q0-2.225-1.094-4.043T15.8 5.089V6q0 .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-.507 1.325t-1.23.65q.65 2.6 2.794 4.306t4.943 1.706m2-5.987q-.425 0-.712-.288T12.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.175m-4.322 10q-1.867 0-3.51-.708q-1.643-.709-2.859-1.924t-1.925-2.856t-.709-3.509t.709-3.51q.708-1.643 1.923-2.859t2.856-1.925T11.797 3t3.51.709q1.643.708 2.859 1.922t1.925 2.857t.709 3.509t-.708 3.51t-1.923 2.859t-2.857 1.925t-3.509.709"/></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 19.987q-.825 0-1.412-.581T9.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.706-.987t1.13-.388q.276-.7.438-1.45t.163-1.55q0-2.225-1.094-4.043T15.8 5.089V6q0 .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-.507 1.325t-1.23.65q.65 2.6 2.794 4.306t4.943 1.706m2-5.987q-.425 0-.712-.288T12.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.175m-4.322 10q-1.867 0-3.51-.708q-1.643-.709-2.859-1.924t-1.925-2.856t-.709-3.509t.709-3.51q.708-1.643 1.923-2.859t2.856-1.925T11.797 3t3.51.709q1.643.708 2.859 1.922t1.925 2.857t.709 3.509t-.708 3.51t-1.923 2.859t-2.857 1.925t-3.509.709"/></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%2019.987q-.825%200-1.412-.581T9.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.706-.987t1.13-.388q.276-.7.438-1.45t.163-1.55q0-2.225-1.094-4.043T15.8%205.089V6q0%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-.507%201.325t-1.23.65q.65%202.6%202.794%204.306t4.943%201.706m2-5.987q-.425%200-.712-.288T12.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.175m-4.322%2010q-1.867%200-3.51-.708q-1.643-.709-2.859-1.924t-1.925-2.856t-.709-3.509t.709-3.51q.708-1.643%201.923-2.859t2.856-1.925T11.797%203t3.51.709q1.643.708%202.859%201.922t1.925%202.857t.709%203.509t-.708%203.51t-1.923%202.859t-2.857%201.925t-3.509.709%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%2019.987q-.825%200-1.412-.581T9.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.706-.987t1.13-.388q.276-.7.438-1.45t.163-1.55q0-2.225-1.094-4.043T15.8%205.089V6q0%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-.507%201.325t-1.23.65q.65%202.6%202.794%204.306t4.943%201.706m2-5.987q-.425%200-.712-.288T12.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.175m-4.322%2010q-1.867%200-3.51-.708q-1.643-.709-2.859-1.924t-1.925-2.856t-.709-3.509t.709-3.51q.708-1.643%201.923-2.859t2.856-1.925T11.797%203t3.51.709q1.643.708%202.859%201.922t1.925%202.857t.709%203.509t-.708%203.51t-1.923%202.859t-2.857%201.925t-3.509.709%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/globe-asia.svg?color=%231a73e8&size=48