globe icon
globe-12-regular from Fluent UI System Icons by Microsoft Corporation · 12 Regular · MIT Free for personal and commercial use.
- Name
- globe-12-regular
- Set
- Fluent UI System Icons
- Style
- 12 Regular
- Viewbox
- 12×12
- 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 12 12"><path fill="currentColor" d="M11 6A5 5 0 1 0 1 6a5 5 0 0 0 10 0m-6.99.5c.052 1.307.305 2.467.681 3.281A4 4 0 0 1 2.031 6.5zm1 0h1.98c-.047 1.075-.24 2.005-.504 2.664c-.153.383-.31.625-.434.756L6 9.97l-.052-.05c-.123-.13-.28-.373-.434-.756c-.264-.66-.457-1.589-.503-2.664m1.98-1H5.01c.047-1.075.24-2.005.504-2.664c.153-.383.31-.625.434-.756L6 2.03l.052.05c.123.13.28.373.434.756c.264.66.457 1.589.503 2.664m1 1H9.97a4 4 0 0 1-2.66 3.281c.376-.814.63-1.974.681-3.281m1.979-1H7.99c-.052-1.307-.305-2.467-.681-3.281A4 4 0 0 1 9.969 5.5m-5.96 0H2.032a4 4 0 0 1 2.66-3.281c-.376.814-.63 1.974-.681 3.281"/></svg>
React
import type { SVGProps } from "react";
export function FluentGlobe12Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M11 6A5 5 0 1 0 1 6a5 5 0 0 0 10 0m-6.99.5c.052 1.307.305 2.467.681 3.281A4 4 0 0 1 2.031 6.5zm1 0h1.98c-.047 1.075-.24 2.005-.504 2.664c-.153.383-.31.625-.434.756L6 9.97l-.052-.05c-.123-.13-.28-.373-.434-.756c-.264-.66-.457-1.589-.503-2.664m1.98-1H5.01c.047-1.075.24-2.005.504-2.664c.153-.383.31-.625.434-.756L6 2.03l.052.05c.123.13.28.373.434.756c.264.66.457 1.589.503 2.664m1 1H9.97a4 4 0 0 1-2.66 3.281c.376-.814.63-1.974.681-3.281m1.979-1H7.99c-.052-1.307-.305-2.467-.681-3.281A4 4 0 0 1 9.969 5.5m-5.96 0H2.032a4 4 0 0 1 2.66-3.281c-.376.814-.63 1.974-.681 3.281"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M11 6A5 5 0 1 0 1 6a5 5 0 0 0 10 0m-6.99.5c.052 1.307.305 2.467.681 3.281A4 4 0 0 1 2.031 6.5zm1 0h1.98c-.047 1.075-.24 2.005-.504 2.664c-.153.383-.31.625-.434.756L6 9.97l-.052-.05c-.123-.13-.28-.373-.434-.756c-.264-.66-.457-1.589-.503-2.664m1.98-1H5.01c.047-1.075.24-2.005.504-2.664c.153-.383.31-.625.434-.756L6 2.03l.052.05c.123.13.28.373.434.756c.264.66.457 1.589.503 2.664m1 1H9.97a4 4 0 0 1-2.66 3.281c.376-.814.63-1.974.681-3.281m1.979-1H7.99c-.052-1.307-.305-2.467-.681-3.281A4 4 0 0 1 9.969 5.5m-5.96 0H2.032a4 4 0 0 1 2.66-3.281c-.376.814-.63 1.974-.681 3.281"/></svg> </template>
CSS
.icon-globe-12-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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%206A5%205%200%201%200%201%206a5%205%200%200%200%2010%200m-6.99.5c.052%201.307.305%202.467.681%203.281A4%204%200%200%201%202.031%206.5zm1%200h1.98c-.047%201.075-.24%202.005-.504%202.664c-.153.383-.31.625-.434.756L6%209.97l-.052-.05c-.123-.13-.28-.373-.434-.756c-.264-.66-.457-1.589-.503-2.664m1.98-1H5.01c.047-1.075.24-2.005.504-2.664c.153-.383.31-.625.434-.756L6%202.03l.052.05c.123.13.28.373.434.756c.264.66.457%201.589.503%202.664m1%201H9.97a4%204%200%200%201-2.66%203.281c.376-.814.63-1.974.681-3.281m1.979-1H7.99c-.052-1.307-.305-2.467-.681-3.281A4%204%200%200%201%209.969%205.5m-5.96%200H2.032a4%204%200%200%201%202.66-3.281c-.376.814-.63%201.974-.681%203.281%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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%206A5%205%200%201%200%201%206a5%205%200%200%200%2010%200m-6.99.5c.052%201.307.305%202.467.681%203.281A4%204%200%200%201%202.031%206.5zm1%200h1.98c-.047%201.075-.24%202.005-.504%202.664c-.153.383-.31.625-.434.756L6%209.97l-.052-.05c-.123-.13-.28-.373-.434-.756c-.264-.66-.457-1.589-.503-2.664m1.98-1H5.01c.047-1.075.24-2.005.504-2.664c.153-.383.31-.625.434-.756L6%202.03l.052.05c.123.13.28.373.434.756c.264.66.457%201.589.503%202.664m1%201H9.97a4%204%200%200%201-2.66%203.281c.376-.814.63-1.974.681-3.281m1.979-1H7.99c-.052-1.307-.305-2.467-.681-3.281A4%204%200%200%201%209.969%205.5m-5.96%200H2.032a4%204%200%200%201%202.66-3.281c-.376.814-.63%201.974-.681%203.281%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/globe-12-regular.svg?color=%231a73e8&size=48