globe icon
globe-12-filled from Fluent UI System Icons by Microsoft Corporation · 12 Filled · MIT Free for personal and commercial use.
- Name
- globe-12-filled
- Set
- Fluent UI System Icons
- Style
- 12 Filled
- Viewbox
- 12×12
- License
- MIT
14 other variants in Fluent UI System Icons
The same icon in other sets
globeAkar IconsglobeBootstrap IconsglobeBoxIcons v2globeCarbonglobeCodiconsglobe-fillEva IconsglobeFramework7 IconsglobeFont Awesome 6 SolidglobeFont Awesome SolidglobeFeather Iconsglobe-outlineFlowbite Iconsglobe-20Fluent UI System Color Iconsglobecss.ggglobeHealth IconsglobeHuge IconsglobeHumbleiconsglobeIconParkglobeIconPark OutlineglobeIconPark SolidglobeIconPark TwoToneglobeIconoirglobeIonIconsglobeLine AwesomeglobeLucide
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="M7.99 6.5H4.012c.06 1.326.353 2.477.762 3.295C5.264 10.775 5.755 11 6 11s.737-.225 1.227-1.205c.409-.818.702-1.97.762-3.295m-3.978-1c.06-1.326.353-2.477.762-3.295C5.264 1.225 5.755 1 6 1s.737.225 1.227 1.205c.409.818.702 1.97.762 3.295zm-1.001 0H1.025a5 5 0 0 1 3.062-4.12c-.604 1-1.008 2.465-1.076 4.12m0 1H1.025a5 5 0 0 0 3.062 4.12c-.604-1-1.008-2.465-1.076-4.12m5.98 0h1.985a5 5 0 0 1-3.061 4.12c.603-1 1.007-2.465 1.075-4.12m1.985-1H8.99c-.068-1.655-.472-3.12-1.075-4.12a5 5 0 0 1 3.061 4.12"/></svg>
React
import type { SVGProps } from "react";
export function FluentGlobe12Filled(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="M7.99 6.5H4.012c.06 1.326.353 2.477.762 3.295C5.264 10.775 5.755 11 6 11s.737-.225 1.227-1.205c.409-.818.702-1.97.762-3.295m-3.978-1c.06-1.326.353-2.477.762-3.295C5.264 1.225 5.755 1 6 1s.737.225 1.227 1.205c.409.818.702 1.97.762 3.295zm-1.001 0H1.025a5 5 0 0 1 3.062-4.12c-.604 1-1.008 2.465-1.076 4.12m0 1H1.025a5 5 0 0 0 3.062 4.12c-.604-1-1.008-2.465-1.076-4.12m5.98 0h1.985a5 5 0 0 1-3.061 4.12c.603-1 1.007-2.465 1.075-4.12m1.985-1H8.99c-.068-1.655-.472-3.12-1.075-4.12a5 5 0 0 1 3.061 4.12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M7.99 6.5H4.012c.06 1.326.353 2.477.762 3.295C5.264 10.775 5.755 11 6 11s.737-.225 1.227-1.205c.409-.818.702-1.97.762-3.295m-3.978-1c.06-1.326.353-2.477.762-3.295C5.264 1.225 5.755 1 6 1s.737.225 1.227 1.205c.409.818.702 1.97.762 3.295zm-1.001 0H1.025a5 5 0 0 1 3.062-4.12c-.604 1-1.008 2.465-1.076 4.12m0 1H1.025a5 5 0 0 0 3.062 4.12c-.604-1-1.008-2.465-1.076-4.12m5.98 0h1.985a5 5 0 0 1-3.061 4.12c.603-1 1.007-2.465 1.075-4.12m1.985-1H8.99c-.068-1.655-.472-3.12-1.075-4.12a5 5 0 0 1 3.061 4.12"/></svg> </template>
CSS
.icon-globe-12-filled {
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%22M7.99%206.5H4.012c.06%201.326.353%202.477.762%203.295C5.264%2010.775%205.755%2011%206%2011s.737-.225%201.227-1.205c.409-.818.702-1.97.762-3.295m-3.978-1c.06-1.326.353-2.477.762-3.295C5.264%201.225%205.755%201%206%201s.737.225%201.227%201.205c.409.818.702%201.97.762%203.295zm-1.001%200H1.025a5%205%200%200%201%203.062-4.12c-.604%201-1.008%202.465-1.076%204.12m0%201H1.025a5%205%200%200%200%203.062%204.12c-.604-1-1.008-2.465-1.076-4.12m5.98%200h1.985a5%205%200%200%201-3.061%204.12c.603-1%201.007-2.465%201.075-4.12m1.985-1H8.99c-.068-1.655-.472-3.12-1.075-4.12a5%205%200%200%201%203.061%204.12%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%22M7.99%206.5H4.012c.06%201.326.353%202.477.762%203.295C5.264%2010.775%205.755%2011%206%2011s.737-.225%201.227-1.205c.409-.818.702-1.97.762-3.295m-3.978-1c.06-1.326.353-2.477.762-3.295C5.264%201.225%205.755%201%206%201s.737.225%201.227%201.205c.409.818.702%201.97.762%203.295zm-1.001%200H1.025a5%205%200%200%201%203.062-4.12c-.604%201-1.008%202.465-1.076%204.12m0%201H1.025a5%205%200%200%200%203.062%204.12c-.604-1-1.008-2.465-1.076-4.12m5.98%200h1.985a5%205%200%200%201-3.061%204.12c.603-1%201.007-2.465%201.075-4.12m1.985-1H8.99c-.068-1.655-.472-3.12-1.075-4.12a5%205%200%200%201%203.061%204.12%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/globe-12-filled.svg?color=%231a73e8&size=48