globe europe africa icon
globe-europe-africa-solid from HeroIcons by Refactoring UI Inc · Solid 24x24 · MIT Free for personal and commercial use.
- Name
- globe-europe-africa-solid
- Set
- HeroIcons
- Style
- Solid 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="currentColor" fill-rule="evenodd" d="M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75s9.75-4.365 9.75-9.75S17.385 2.25 12 2.25M8.547 4.505a8.25 8.25 0 1 0 11.672 8.214l-.46-.46a2.3 2.3 0 0 1-.422-.586l-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-.211.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-.654-.261a2.25 2.25 0 0 1-1.384-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.137z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HeroiconsGlobeEuropeAfricaSolid(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" fillRule="evenodd" d="M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75s9.75-4.365 9.75-9.75S17.385 2.25 12 2.25M8.547 4.505a8.25 8.25 0 1 0 11.672 8.214l-.46-.46a2.3 2.3 0 0 1-.422-.586l-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-.211.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-.654-.261a2.25 2.25 0 0 1-1.384-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.137z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75s9.75-4.365 9.75-9.75S17.385 2.25 12 2.25M8.547 4.505a8.25 8.25 0 1 0 11.672 8.214l-.46-.46a2.3 2.3 0 0 1-.422-.586l-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-.211.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-.654-.261a2.25 2.25 0 0 1-1.384-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.137z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-globe-europe-africa-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%202.25c-5.385%200-9.75%204.365-9.75%209.75s4.365%209.75%209.75%209.75s9.75-4.365%209.75-9.75S17.385%202.25%2012%202.25M8.547%204.505a8.25%208.25%200%201%200%2011.672%208.214l-.46-.46a2.3%202.3%200%200%201-.422-.586l-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-.211.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-.654-.261a2.25%202.25%200%200%201-1.384-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.137z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%202.25c-5.385%200-9.75%204.365-9.75%209.75s4.365%209.75%209.75%209.75s9.75-4.365%209.75-9.75S17.385%202.25%2012%202.25M8.547%204.505a8.25%208.25%200%201%200%2011.672%208.214l-.46-.46a2.3%202.3%200%200%201-.422-.586l-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-.211.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-.654-.261a2.25%202.25%200%200%201-1.384-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.137z%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-europe-africa-solid.svg?color=%231a73e8&size=48