globe asia australia icon

globe-asia-australia-20-solid from HeroIcons by Refactoring UI Inc · Solid 20x20 · MIT Free for personal and commercial use.

Name
globe-asia-australia-20-solid
Set
HeroIcons
Style
Solid 20x20
Viewbox
20×20
License
MIT

3 other variants in HeroIcons

The same icon in other sets

Related icons in HeroIcons

Use the globe asia australia icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" fill-rule="evenodd" d="M18 10a8 8 0 1 1-16 0a8 8 0 0 1 16 0m-6.5 6.326a6.5 6.5 0 0 1-1.5.174a6.49 6.49 0 0 1-5.011-2.36l.49-.98a.423.423 0 0 1 .614-.164l.294.196a.992.992 0 0 0 1.491-1.139l-.197-.593a.25.25 0 0 1 .126-.304l1.973-.987a.938.938 0 0 0 .361-1.359a.375.375 0 0 1 .239-.576l.125-.025A2.42 2.42 0 0 0 12.327 6.6l.05-.149a1 1 0 0 0-.242-1.023l-1.489-1.489a.5.5 0 0 1-.146-.353v-.067a6.5 6.5 0 0 1 5.392 9.23a1.4 1.4 0 0 0-.68-.244l-.566-.566a1.5 1.5 0 0 0-1.06-.439h-.172a1.5 1.5 0 0 0-1.06.44l-.593.592a.5.5 0 0 1-.13.093l-1.578.79a1 1 0 0 0-.553.894v.191a1 1 0 0 0 1 1h.5a.5.5 0 0 1 .5.5z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HeroiconsGlobeAsiaAustralia20Solid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" fillRule="evenodd" d="M18 10a8 8 0 1 1-16 0a8 8 0 0 1 16 0m-6.5 6.326a6.5 6.5 0 0 1-1.5.174a6.49 6.49 0 0 1-5.011-2.36l.49-.98a.423.423 0 0 1 .614-.164l.294.196a.992.992 0 0 0 1.491-1.139l-.197-.593a.25.25 0 0 1 .126-.304l1.973-.987a.938.938 0 0 0 .361-1.359a.375.375 0 0 1 .239-.576l.125-.025A2.42 2.42 0 0 0 12.327 6.6l.05-.149a1 1 0 0 0-.242-1.023l-1.489-1.489a.5.5 0 0 1-.146-.353v-.067a6.5 6.5 0 0 1 5.392 9.23a1.4 1.4 0 0 0-.68-.244l-.566-.566a1.5 1.5 0 0 0-1.06-.439h-.172a1.5 1.5 0 0 0-1.06.44l-.593.592a.5.5 0 0 1-.13.093l-1.578.79a1 1 0 0 0-.553.894v.191a1 1 0 0 0 1 1h.5a.5.5 0 0 1 .5.5z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" fill-rule="evenodd" d="M18 10a8 8 0 1 1-16 0a8 8 0 0 1 16 0m-6.5 6.326a6.5 6.5 0 0 1-1.5.174a6.49 6.49 0 0 1-5.011-2.36l.49-.98a.423.423 0 0 1 .614-.164l.294.196a.992.992 0 0 0 1.491-1.139l-.197-.593a.25.25 0 0 1 .126-.304l1.973-.987a.938.938 0 0 0 .361-1.359a.375.375 0 0 1 .239-.576l.125-.025A2.42 2.42 0 0 0 12.327 6.6l.05-.149a1 1 0 0 0-.242-1.023l-1.489-1.489a.5.5 0 0 1-.146-.353v-.067a6.5 6.5 0 0 1 5.392 9.23a1.4 1.4 0 0 0-.68-.244l-.566-.566a1.5 1.5 0 0 0-1.06-.439h-.172a1.5 1.5 0 0 0-1.06.44l-.593.592a.5.5 0 0 1-.13.093l-1.578.79a1 1 0 0 0-.553.894v.191a1 1 0 0 0 1 1h.5a.5.5 0 0 1 .5.5z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-globe-asia-australia-20-solid {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M18%2010a8%208%200%201%201-16%200a8%208%200%200%201%2016%200m-6.5%206.326a6.5%206.5%200%200%201-1.5.174a6.49%206.49%200%200%201-5.011-2.36l.49-.98a.423.423%200%200%201%20.614-.164l.294.196a.992.992%200%200%200%201.491-1.139l-.197-.593a.25.25%200%200%201%20.126-.304l1.973-.987a.938.938%200%200%200%20.361-1.359a.375.375%200%200%201%20.239-.576l.125-.025A2.42%202.42%200%200%200%2012.327%206.6l.05-.149a1%201%200%200%200-.242-1.023l-1.489-1.489a.5.5%200%200%201-.146-.353v-.067a6.5%206.5%200%200%201%205.392%209.23a1.4%201.4%200%200%200-.68-.244l-.566-.566a1.5%201.5%200%200%200-1.06-.439h-.172a1.5%201.5%200%200%200-1.06.44l-.593.592a.5.5%200%200%201-.13.093l-1.578.79a1%201%200%200%200-.553.894v.191a1%201%200%200%200%201%201h.5a.5.5%200%200%201%20.5.5z%22%20clip-rule%3D%22evenodd%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M18%2010a8%208%200%201%201-16%200a8%208%200%200%201%2016%200m-6.5%206.326a6.5%206.5%200%200%201-1.5.174a6.49%206.49%200%200%201-5.011-2.36l.49-.98a.423.423%200%200%201%20.614-.164l.294.196a.992.992%200%200%200%201.491-1.139l-.197-.593a.25.25%200%200%201%20.126-.304l1.973-.987a.938.938%200%200%200%20.361-1.359a.375.375%200%200%201%20.239-.576l.125-.025A2.42%202.42%200%200%200%2012.327%206.6l.05-.149a1%201%200%200%200-.242-1.023l-1.489-1.489a.5.5%200%200%201-.146-.353v-.067a6.5%206.5%200%200%201%205.392%209.23a1.4%201.4%200%200%200-.68-.244l-.566-.566a1.5%201.5%200%200%200-1.06-.439h-.172a1.5%201.5%200%200%200-1.06.44l-.593.592a.5.5%200%200%201-.13.093l-1.578.79a1%201%200%200%200-.553.894v.191a1%201%200%200%200%201%201h.5a.5.5%200%200%201%20.5.5z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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