globe icon
globe-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- globe-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- License
- MIT
14 other variants in Fluent UI System Icons
The same icon in other sets
globeAkar IconsglobeBootstrap IconsglobeBoxIcons v2globeCarbonglobe-fillEva IconsglobeFramework7 IconsglobeFont Awesome 6 SolidglobeFeather Iconsglobecss.ggglobeHuge IconsglobeHumbleiconsglobeIconoirglobeIonIconsglobeLine AwesomeglobeLucideglobeMage IconsglobeMajesticonsglobeMaterial Symbolsglobe-fillMingCute IconglobeOcticonsglobePhosphorglobePixelarticonsglobeRadix Iconsglobe-fillRemix Icon
Related icons in Fluent UI System Icons
globe-add-20-filledglobe-arrow-forward-16-filledglobe-arrow-up-16-filledglobe-clock-16-filledglobe-desktop-20-filledglobe-error-16-filledglobe-location-20-filledglobe-off-12-filledglobe-person-20-filledglobe-prohibited-16-filledglobe-search-20-filledglobe-shield-20-filledglobe-stand-20-filledglobe-star-16-filledglobe-surface-20-filledglobe-sync-16-filledglobe-video-20-filledglobe-warning-16-filled
Use the globe icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14 3.5c.985 0 2.11.885 3.033 2.862c.416.892.762 1.953 1.014 3.138H9.953c.252-1.185.598-2.246 1.014-3.138C11.89 4.385 13.015 3.5 14 3.5M9.608 5.728C9.102 6.812 8.698 8.09 8.422 9.5H4.51a10.53 10.53 0 0 1 6.062-5.428a10 10 0 0 0-.964 1.656M8.183 11c-.12.96-.183 1.966-.183 3s.063 2.04.183 3H3.935a10.5 10.5 0 0 1-.435-3c0-1.043.152-2.05.435-3zm.239 7.5c.276 1.41.68 2.688 1.186 3.772c.28.599.601 1.16.964 1.656A10.53 10.53 0 0 1 4.51 18.5zm1.53 0h8.095c-.252 1.185-.598 2.246-1.014 3.138C16.11 23.615 14.985 24.5 14 24.5s-2.11-.885-3.033-2.862c-.416-.892-.762-1.953-1.014-3.138m8.353-1.5h-8.61a23 23 0 0 1-.195-3c0-1.045.069-2.051.195-3h8.61c.127.949.195 1.955.195 3s-.069 2.051-.195 3m1.273 1.5h3.912a10.53 10.53 0 0 1-6.062 5.428a10 10 0 0 0 .964-1.656c.506-1.084.91-2.363 1.186-3.772m4.487-1.5h-4.248c.12-.96.183-1.966.183-3s-.063-2.04-.183-3h4.248c.283.95.435 1.957.435 3s-.152 2.05-.435 3M17.428 4.072A10.53 10.53 0 0 1 23.49 9.5h-3.912c-.276-1.41-.68-2.688-1.186-3.772a10 10 0 0 0-.964-1.656M14 26c6.627 0 12-5.373 12-12S20.627 2 14 2S2 7.373 2 14s5.373 12 12 12"/></svg>
React
import type { SVGProps } from "react";
export function FluentGlobe28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14 3.5c.985 0 2.11.885 3.033 2.862c.416.892.762 1.953 1.014 3.138H9.953c.252-1.185.598-2.246 1.014-3.138C11.89 4.385 13.015 3.5 14 3.5M9.608 5.728C9.102 6.812 8.698 8.09 8.422 9.5H4.51a10.53 10.53 0 0 1 6.062-5.428a10 10 0 0 0-.964 1.656M8.183 11c-.12.96-.183 1.966-.183 3s.063 2.04.183 3H3.935a10.5 10.5 0 0 1-.435-3c0-1.043.152-2.05.435-3zm.239 7.5c.276 1.41.68 2.688 1.186 3.772c.28.599.601 1.16.964 1.656A10.53 10.53 0 0 1 4.51 18.5zm1.53 0h8.095c-.252 1.185-.598 2.246-1.014 3.138C16.11 23.615 14.985 24.5 14 24.5s-2.11-.885-3.033-2.862c-.416-.892-.762-1.953-1.014-3.138m8.353-1.5h-8.61a23 23 0 0 1-.195-3c0-1.045.069-2.051.195-3h8.61c.127.949.195 1.955.195 3s-.069 2.051-.195 3m1.273 1.5h3.912a10.53 10.53 0 0 1-6.062 5.428a10 10 0 0 0 .964-1.656c.506-1.084.91-2.363 1.186-3.772m4.487-1.5h-4.248c.12-.96.183-1.966.183-3s-.063-2.04-.183-3h4.248c.283.95.435 1.957.435 3s-.152 2.05-.435 3M17.428 4.072A10.53 10.53 0 0 1 23.49 9.5h-3.912c-.276-1.41-.68-2.688-1.186-3.772a10 10 0 0 0-.964-1.656M14 26c6.627 0 12-5.373 12-12S20.627 2 14 2S2 7.373 2 14s5.373 12 12 12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14 3.5c.985 0 2.11.885 3.033 2.862c.416.892.762 1.953 1.014 3.138H9.953c.252-1.185.598-2.246 1.014-3.138C11.89 4.385 13.015 3.5 14 3.5M9.608 5.728C9.102 6.812 8.698 8.09 8.422 9.5H4.51a10.53 10.53 0 0 1 6.062-5.428a10 10 0 0 0-.964 1.656M8.183 11c-.12.96-.183 1.966-.183 3s.063 2.04.183 3H3.935a10.5 10.5 0 0 1-.435-3c0-1.043.152-2.05.435-3zm.239 7.5c.276 1.41.68 2.688 1.186 3.772c.28.599.601 1.16.964 1.656A10.53 10.53 0 0 1 4.51 18.5zm1.53 0h8.095c-.252 1.185-.598 2.246-1.014 3.138C16.11 23.615 14.985 24.5 14 24.5s-2.11-.885-3.033-2.862c-.416-.892-.762-1.953-1.014-3.138m8.353-1.5h-8.61a23 23 0 0 1-.195-3c0-1.045.069-2.051.195-3h8.61c.127.949.195 1.955.195 3s-.069 2.051-.195 3m1.273 1.5h3.912a10.53 10.53 0 0 1-6.062 5.428a10 10 0 0 0 .964-1.656c.506-1.084.91-2.363 1.186-3.772m4.487-1.5h-4.248c.12-.96.183-1.966.183-3s-.063-2.04-.183-3h4.248c.283.95.435 1.957.435 3s-.152 2.05-.435 3M17.428 4.072A10.53 10.53 0 0 1 23.49 9.5h-3.912c-.276-1.41-.68-2.688-1.186-3.772a10 10 0 0 0-.964-1.656M14 26c6.627 0 12-5.373 12-12S20.627 2 14 2S2 7.373 2 14s5.373 12 12 12"/></svg> </template>
CSS
.icon-globe-28-regular {
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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%203.5c.985%200%202.11.885%203.033%202.862c.416.892.762%201.953%201.014%203.138H9.953c.252-1.185.598-2.246%201.014-3.138C11.89%204.385%2013.015%203.5%2014%203.5M9.608%205.728C9.102%206.812%208.698%208.09%208.422%209.5H4.51a10.53%2010.53%200%200%201%206.062-5.428a10%2010%200%200%200-.964%201.656M8.183%2011c-.12.96-.183%201.966-.183%203s.063%202.04.183%203H3.935a10.5%2010.5%200%200%201-.435-3c0-1.043.152-2.05.435-3zm.239%207.5c.276%201.41.68%202.688%201.186%203.772c.28.599.601%201.16.964%201.656A10.53%2010.53%200%200%201%204.51%2018.5zm1.53%200h8.095c-.252%201.185-.598%202.246-1.014%203.138C16.11%2023.615%2014.985%2024.5%2014%2024.5s-2.11-.885-3.033-2.862c-.416-.892-.762-1.953-1.014-3.138m8.353-1.5h-8.61a23%2023%200%200%201-.195-3c0-1.045.069-2.051.195-3h8.61c.127.949.195%201.955.195%203s-.069%202.051-.195%203m1.273%201.5h3.912a10.53%2010.53%200%200%201-6.062%205.428a10%2010%200%200%200%20.964-1.656c.506-1.084.91-2.363%201.186-3.772m4.487-1.5h-4.248c.12-.96.183-1.966.183-3s-.063-2.04-.183-3h4.248c.283.95.435%201.957.435%203s-.152%202.05-.435%203M17.428%204.072A10.53%2010.53%200%200%201%2023.49%209.5h-3.912c-.276-1.41-.68-2.688-1.186-3.772a10%2010%200%200%200-.964-1.656M14%2026c6.627%200%2012-5.373%2012-12S20.627%202%2014%202S2%207.373%202%2014s5.373%2012%2012%2012%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%203.5c.985%200%202.11.885%203.033%202.862c.416.892.762%201.953%201.014%203.138H9.953c.252-1.185.598-2.246%201.014-3.138C11.89%204.385%2013.015%203.5%2014%203.5M9.608%205.728C9.102%206.812%208.698%208.09%208.422%209.5H4.51a10.53%2010.53%200%200%201%206.062-5.428a10%2010%200%200%200-.964%201.656M8.183%2011c-.12.96-.183%201.966-.183%203s.063%202.04.183%203H3.935a10.5%2010.5%200%200%201-.435-3c0-1.043.152-2.05.435-3zm.239%207.5c.276%201.41.68%202.688%201.186%203.772c.28.599.601%201.16.964%201.656A10.53%2010.53%200%200%201%204.51%2018.5zm1.53%200h8.095c-.252%201.185-.598%202.246-1.014%203.138C16.11%2023.615%2014.985%2024.5%2014%2024.5s-2.11-.885-3.033-2.862c-.416-.892-.762-1.953-1.014-3.138m8.353-1.5h-8.61a23%2023%200%200%201-.195-3c0-1.045.069-2.051.195-3h8.61c.127.949.195%201.955.195%203s-.069%202.051-.195%203m1.273%201.5h3.912a10.53%2010.53%200%200%201-6.062%205.428a10%2010%200%200%200%20.964-1.656c.506-1.084.91-2.363%201.186-3.772m4.487-1.5h-4.248c.12-.96.183-1.966.183-3s-.063-2.04-.183-3h4.248c.283.95.435%201.957.435%203s-.152%202.05-.435%203M17.428%204.072A10.53%2010.53%200%200%201%2023.49%209.5h-3.912c-.276-1.41-.68-2.688-1.186-3.772a10%2010%200%200%200-.964-1.656M14%2026c6.627%200%2012-5.373%2012-12S20.627%202%2014%202S2%207.373%202%2014s5.373%2012%2012%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/globe-28-regular.svg?color=%231a73e8&size=48