globe europe africa icon

globe-europe-africa from HeroIcons by Refactoring UI Inc · Outline 24x24 · MIT Free for personal and commercial use.

Name
globe-europe-africa
Set
HeroIcons
Style
Outline 24x24
Viewbox
24×24
License
MIT

3 other variants in HeroIcons

The same icon in other sets

Related icons in HeroIcons

Use the globe europe africa icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m20.893 13.393l-1.135-1.135a2.3 2.3 0 0 1-.421-.585l-1.08-2.16a.414.414 0 0 0-.663-.107a.83.83 0 0 1-.812.21l-1.273-.363a.89.89 0 0 0-.738 1.595l.587.39c.59.395.674 1.23.172 1.732l-.2.2c-.212.212-.33.498-.33.796v.41c0 .409-.11.809-.32 1.158l-1.315 2.191a2.11 2.11 0 0 1-1.81 1.025a1.055 1.055 0 0 1-1.055-1.055v-1.172c0-.92-.56-1.747-1.414-2.089l-.655-.261a2.25 2.25 0 0 1-1.383-2.46l.007-.042a2.3 2.3 0 0 1 .29-.787l.09-.15a2.25 2.25 0 0 1 2.37-1.048l1.178.236a1.125 1.125 0 0 0 1.302-.795l.208-.73a1.125 1.125 0 0 0-.578-1.315l-.665-.332l-.091.091a2.25 2.25 0 0 1-1.591.659h-.18a.94.94 0 0 0-.662.274a.931.931 0 0 1-1.458-1.137l1.411-2.353a2.3 2.3 0 0 0 .286-.76m11.928 9.869Q20.999 12.71 21 12A9 9 0 0 0 8.965 3.525m11.928 9.868A9 9 0 1 1 8.965 3.525"/></svg>

React

import type { SVGProps } from "react";

export function HeroiconsGlobeEuropeAfrica(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="m20.893 13.393l-1.135-1.135a2.3 2.3 0 0 1-.421-.585l-1.08-2.16a.414.414 0 0 0-.663-.107a.83.83 0 0 1-.812.21l-1.273-.363a.89.89 0 0 0-.738 1.595l.587.39c.59.395.674 1.23.172 1.732l-.2.2c-.212.212-.33.498-.33.796v.41c0 .409-.11.809-.32 1.158l-1.315 2.191a2.11 2.11 0 0 1-1.81 1.025a1.055 1.055 0 0 1-1.055-1.055v-1.172c0-.92-.56-1.747-1.414-2.089l-.655-.261a2.25 2.25 0 0 1-1.383-2.46l.007-.042a2.3 2.3 0 0 1 .29-.787l.09-.15a2.25 2.25 0 0 1 2.37-1.048l1.178.236a1.125 1.125 0 0 0 1.302-.795l.208-.73a1.125 1.125 0 0 0-.578-1.315l-.665-.332l-.091.091a2.25 2.25 0 0 1-1.591.659h-.18a.94.94 0 0 0-.662.274a.931.931 0 0 1-1.458-1.137l1.411-2.353a2.3 2.3 0 0 0 .286-.76m11.928 9.869Q20.999 12.71 21 12A9 9 0 0 0 8.965 3.525m11.928 9.868A9 9 0 1 1 8.965 3.525"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m20.893 13.393l-1.135-1.135a2.3 2.3 0 0 1-.421-.585l-1.08-2.16a.414.414 0 0 0-.663-.107a.83.83 0 0 1-.812.21l-1.273-.363a.89.89 0 0 0-.738 1.595l.587.39c.59.395.674 1.23.172 1.732l-.2.2c-.212.212-.33.498-.33.796v.41c0 .409-.11.809-.32 1.158l-1.315 2.191a2.11 2.11 0 0 1-1.81 1.025a1.055 1.055 0 0 1-1.055-1.055v-1.172c0-.92-.56-1.747-1.414-2.089l-.655-.261a2.25 2.25 0 0 1-1.383-2.46l.007-.042a2.3 2.3 0 0 1 .29-.787l.09-.15a2.25 2.25 0 0 1 2.37-1.048l1.178.236a1.125 1.125 0 0 0 1.302-.795l.208-.73a1.125 1.125 0 0 0-.578-1.315l-.665-.332l-.091.091a2.25 2.25 0 0 1-1.591.659h-.18a.94.94 0 0 0-.662.274a.931.931 0 0 1-1.458-1.137l1.411-2.353a2.3 2.3 0 0 0 .286-.76m11.928 9.869Q20.999 12.71 21 12A9 9 0 0 0 8.965 3.525m11.928 9.868A9 9 0 1 1 8.965 3.525"/></svg>
</template>

CSS

.icon-globe-europe-africa {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m20.893%2013.393l-1.135-1.135a2.3%202.3%200%200%201-.421-.585l-1.08-2.16a.414.414%200%200%200-.663-.107a.83.83%200%200%201-.812.21l-1.273-.363a.89.89%200%200%200-.738%201.595l.587.39c.59.395.674%201.23.172%201.732l-.2.2c-.212.212-.33.498-.33.796v.41c0%20.409-.11.809-.32%201.158l-1.315%202.191a2.11%202.11%200%200%201-1.81%201.025a1.055%201.055%200%200%201-1.055-1.055v-1.172c0-.92-.56-1.747-1.414-2.089l-.655-.261a2.25%202.25%200%200%201-1.383-2.46l.007-.042a2.3%202.3%200%200%201%20.29-.787l.09-.15a2.25%202.25%200%200%201%202.37-1.048l1.178.236a1.125%201.125%200%200%200%201.302-.795l.208-.73a1.125%201.125%200%200%200-.578-1.315l-.665-.332l-.091.091a2.25%202.25%200%200%201-1.591.659h-.18a.94.94%200%200%200-.662.274a.931.931%200%200%201-1.458-1.137l1.411-2.353a2.3%202.3%200%200%200%20.286-.76m11.928%209.869Q20.999%2012.71%2021%2012A9%209%200%200%200%208.965%203.525m11.928%209.868A9%209%200%201%201%208.965%203.525%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m20.893%2013.393l-1.135-1.135a2.3%202.3%200%200%201-.421-.585l-1.08-2.16a.414.414%200%200%200-.663-.107a.83.83%200%200%201-.812.21l-1.273-.363a.89.89%200%200%200-.738%201.595l.587.39c.59.395.674%201.23.172%201.732l-.2.2c-.212.212-.33.498-.33.796v.41c0%20.409-.11.809-.32%201.158l-1.315%202.191a2.11%202.11%200%200%201-1.81%201.025a1.055%201.055%200%200%201-1.055-1.055v-1.172c0-.92-.56-1.747-1.414-2.089l-.655-.261a2.25%202.25%200%200%201-1.383-2.46l.007-.042a2.3%202.3%200%200%201%20.29-.787l.09-.15a2.25%202.25%200%200%201%202.37-1.048l1.178.236a1.125%201.125%200%200%200%201.302-.795l.208-.73a1.125%201.125%200%200%200-.578-1.315l-.665-.332l-.091.091a2.25%202.25%200%200%201-1.591.659h-.18a.94.94%200%200%200-.662.274a.931.931%200%200%201-1.458-1.137l1.411-2.353a2.3%202.3%200%200%200%20.286-.76m11.928%209.869Q20.999%2012.71%2021%2012A9%209%200%200%200%208.965%203.525m11.928%209.868A9%209%200%201%201%208.965%203.525%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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