globe europe africa icon
globe-europe-africa from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.
- Name
- globe-europe-africa
- Set
- Bootstrap Icons
- Style
- Outline
- Viewbox
- 16×16
- License
- MIT
1 other variant in Bootstrap Icons
The same icon in other sets
Related icons in Bootstrap Icons
Use the globe europe africa icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0M3.668 2.501l-.288.646a.847.847 0 0 0 1.479.815l.245-.368a.81.81 0 0 1 1.034-.275a.81.81 0 0 0 .724 0l.261-.13a1 1 0 0 1 .775-.05l.984.34q.118.04.243.054c.784.093.855.377.694.801c-.155.41-.616.617-1.035.487l-.01-.003C8.274 4.663 7.748 4.5 6 4.5C4.8 4.5 3.5 5.62 3.5 7c0 1.96.826 2.166 1.696 2.382c.46.115.935.233 1.304.618c.449.467.393 1.181.339 1.877C6.755 12.96 6.674 14 8.5 14c1.75 0 3-3.5 3-4.5c0-.262.208-.468.444-.7c.396-.392.87-.86.556-1.8c-.097-.291-.396-.568-.641-.756c-.174-.133-.207-.396-.052-.551a.33.33 0 0 1 .42-.042l1.085.724c.11.072.255.058.348-.035c.15-.15.415-.083.489.117c.16.43.445 1.05.849 1.357L15 8A7 7 0 1 1 3.668 2.501"/></svg>
React
import type { SVGProps } from "react";
export function BiGlobeEuropeAfrica(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0M3.668 2.501l-.288.646a.847.847 0 0 0 1.479.815l.245-.368a.81.81 0 0 1 1.034-.275a.81.81 0 0 0 .724 0l.261-.13a1 1 0 0 1 .775-.05l.984.34q.118.04.243.054c.784.093.855.377.694.801c-.155.41-.616.617-1.035.487l-.01-.003C8.274 4.663 7.748 4.5 6 4.5C4.8 4.5 3.5 5.62 3.5 7c0 1.96.826 2.166 1.696 2.382c.46.115.935.233 1.304.618c.449.467.393 1.181.339 1.877C6.755 12.96 6.674 14 8.5 14c1.75 0 3-3.5 3-4.5c0-.262.208-.468.444-.7c.396-.392.87-.86.556-1.8c-.097-.291-.396-.568-.641-.756c-.174-.133-.207-.396-.052-.551a.33.33 0 0 1 .42-.042l1.085.724c.11.072.255.058.348-.035c.15-.15.415-.083.489.117c.16.43.445 1.05.849 1.357L15 8A7 7 0 1 1 3.668 2.501"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0M3.668 2.501l-.288.646a.847.847 0 0 0 1.479.815l.245-.368a.81.81 0 0 1 1.034-.275a.81.81 0 0 0 .724 0l.261-.13a1 1 0 0 1 .775-.05l.984.34q.118.04.243.054c.784.093.855.377.694.801c-.155.41-.616.617-1.035.487l-.01-.003C8.274 4.663 7.748 4.5 6 4.5C4.8 4.5 3.5 5.62 3.5 7c0 1.96.826 2.166 1.696 2.382c.46.115.935.233 1.304.618c.449.467.393 1.181.339 1.877C6.755 12.96 6.674 14 8.5 14c1.75 0 3-3.5 3-4.5c0-.262.208-.468.444-.7c.396-.392.87-.86.556-1.8c-.097-.291-.396-.568-.641-.756c-.174-.133-.207-.396-.052-.551a.33.33 0 0 1 .42-.042l1.085.724c.11.072.255.058.348-.035c.15-.15.415-.083.489.117c.16.43.445 1.05.849 1.357L15 8A7 7 0 1 1 3.668 2.501"/></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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%200a8%208%200%201%200%200%2016A8%208%200%200%200%208%200M3.668%202.501l-.288.646a.847.847%200%200%200%201.479.815l.245-.368a.81.81%200%200%201%201.034-.275a.81.81%200%200%200%20.724%200l.261-.13a1%201%200%200%201%20.775-.05l.984.34q.118.04.243.054c.784.093.855.377.694.801c-.155.41-.616.617-1.035.487l-.01-.003C8.274%204.663%207.748%204.5%206%204.5C4.8%204.5%203.5%205.62%203.5%207c0%201.96.826%202.166%201.696%202.382c.46.115.935.233%201.304.618c.449.467.393%201.181.339%201.877C6.755%2012.96%206.674%2014%208.5%2014c1.75%200%203-3.5%203-4.5c0-.262.208-.468.444-.7c.396-.392.87-.86.556-1.8c-.097-.291-.396-.568-.641-.756c-.174-.133-.207-.396-.052-.551a.33.33%200%200%201%20.42-.042l1.085.724c.11.072.255.058.348-.035c.15-.15.415-.083.489.117c.16.43.445%201.05.849%201.357L15%208A7%207%200%201%201%203.668%202.501%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%200a8%208%200%201%200%200%2016A8%208%200%200%200%208%200M3.668%202.501l-.288.646a.847.847%200%200%200%201.479.815l.245-.368a.81.81%200%200%201%201.034-.275a.81.81%200%200%200%20.724%200l.261-.13a1%201%200%200%201%20.775-.05l.984.34q.118.04.243.054c.784.093.855.377.694.801c-.155.41-.616.617-1.035.487l-.01-.003C8.274%204.663%207.748%204.5%206%204.5C4.8%204.5%203.5%205.62%203.5%207c0%201.96.826%202.166%201.696%202.382c.46.115.935.233%201.304.618c.449.467.393%201.181.339%201.877C6.755%2012.96%206.674%2014%208.5%2014c1.75%200%203-3.5%203-4.5c0-.262.208-.468.444-.7c.396-.392.87-.86.556-1.8c-.097-.291-.396-.568-.641-.756c-.174-.133-.207-.396-.052-.551a.33.33%200%200%201%20.42-.042l1.085.724c.11.072.255.058.348-.035c.15-.15.415-.083.489.117c.16.43.445%201.05.849%201.357L15%208A7%207%200%201%201%203.668%202.501%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/globe-europe-africa.svg?color=%231a73e8&size=48