globe surface icon
globe-surface-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- globe-surface-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
5 other variants in Fluent UI System Icons
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-sync-16-filledglobe-video-20-filledglobe-warning-16-filled
Use the globe surface icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 3a6 6 0 1 1 0 12a6 6 0 0 1 0-12m0 11c.246 0 .737-.225 1.227-1.205c.245-.49.448-1.1.585-1.795H8.188a7 7 0 0 0 .585 1.795C9.263 13.775 9.754 14 10 14m-1.955-4h3.91a11 11 0 0 0 0-2h-3.91a11 11 0 0 0 0 2m3.869 3.62a5.02 5.02 0 0 0 2.67-2.62h-1.755c-.182 1.033-.502 1.935-.915 2.62M12.959 10H14.9a5 5 0 0 0 0-2h-1.941a12 12 0 0 1 0 2m-1.045-5.62c.413.685.733 1.588.915 2.62h1.755a5.02 5.02 0 0 0-2.67-2.62m-.687.825C10.737 4.225 10.246 4 10 4s-.737.225-1.227 1.205A7 7 0 0 0 8.188 7h3.624a7 7 0 0 0-.585-1.795m-3.14-.826A5.02 5.02 0 0 0 5.415 7H7.17c.182-1.032.502-1.935.915-2.62M5 9q0 .514.1 1h1.941a12 12 0 0 1 0-2H5.1Q5 8.486 5 9m.416 2a5.02 5.02 0 0 0 2.67 2.62c-.413-.685-.733-1.587-.915-2.62zM3.5 13h.755q.377.54.846 1h-1.21l-.75 3H16.86l-.75-3h-1.211q.47-.46.846-1h.755a.5.5 0 0 1 .485.379l1 4A.5.5 0 0 1 17.5 18h-15a.5.5 0 0 1-.485-.621l1-4A.5.5 0 0 1 3.5 13"/></svg>
React
import type { SVGProps } from "react";
export function FluentGlobeSurface20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 3a6 6 0 1 1 0 12a6 6 0 0 1 0-12m0 11c.246 0 .737-.225 1.227-1.205c.245-.49.448-1.1.585-1.795H8.188a7 7 0 0 0 .585 1.795C9.263 13.775 9.754 14 10 14m-1.955-4h3.91a11 11 0 0 0 0-2h-3.91a11 11 0 0 0 0 2m3.869 3.62a5.02 5.02 0 0 0 2.67-2.62h-1.755c-.182 1.033-.502 1.935-.915 2.62M12.959 10H14.9a5 5 0 0 0 0-2h-1.941a12 12 0 0 1 0 2m-1.045-5.62c.413.685.733 1.588.915 2.62h1.755a5.02 5.02 0 0 0-2.67-2.62m-.687.825C10.737 4.225 10.246 4 10 4s-.737.225-1.227 1.205A7 7 0 0 0 8.188 7h3.624a7 7 0 0 0-.585-1.795m-3.14-.826A5.02 5.02 0 0 0 5.415 7H7.17c.182-1.032.502-1.935.915-2.62M5 9q0 .514.1 1h1.941a12 12 0 0 1 0-2H5.1Q5 8.486 5 9m.416 2a5.02 5.02 0 0 0 2.67 2.62c-.413-.685-.733-1.587-.915-2.62zM3.5 13h.755q.377.54.846 1h-1.21l-.75 3H16.86l-.75-3h-1.211q.47-.46.846-1h.755a.5.5 0 0 1 .485.379l1 4A.5.5 0 0 1 17.5 18h-15a.5.5 0 0 1-.485-.621l1-4A.5.5 0 0 1 3.5 13"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 3a6 6 0 1 1 0 12a6 6 0 0 1 0-12m0 11c.246 0 .737-.225 1.227-1.205c.245-.49.448-1.1.585-1.795H8.188a7 7 0 0 0 .585 1.795C9.263 13.775 9.754 14 10 14m-1.955-4h3.91a11 11 0 0 0 0-2h-3.91a11 11 0 0 0 0 2m3.869 3.62a5.02 5.02 0 0 0 2.67-2.62h-1.755c-.182 1.033-.502 1.935-.915 2.62M12.959 10H14.9a5 5 0 0 0 0-2h-1.941a12 12 0 0 1 0 2m-1.045-5.62c.413.685.733 1.588.915 2.62h1.755a5.02 5.02 0 0 0-2.67-2.62m-.687.825C10.737 4.225 10.246 4 10 4s-.737.225-1.227 1.205A7 7 0 0 0 8.188 7h3.624a7 7 0 0 0-.585-1.795m-3.14-.826A5.02 5.02 0 0 0 5.415 7H7.17c.182-1.032.502-1.935.915-2.62M5 9q0 .514.1 1h1.941a12 12 0 0 1 0-2H5.1Q5 8.486 5 9m.416 2a5.02 5.02 0 0 0 2.67 2.62c-.413-.685-.733-1.587-.915-2.62zM3.5 13h.755q.377.54.846 1h-1.21l-.75 3H16.86l-.75-3h-1.211q.47-.46.846-1h.755a.5.5 0 0 1 .485.379l1 4A.5.5 0 0 1 17.5 18h-15a.5.5 0 0 1-.485-.621l1-4A.5.5 0 0 1 3.5 13"/></svg> </template>
CSS
.icon-globe-surface-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%203a6%206%200%201%201%200%2012a6%206%200%200%201%200-12m0%2011c.246%200%20.737-.225%201.227-1.205c.245-.49.448-1.1.585-1.795H8.188a7%207%200%200%200%20.585%201.795C9.263%2013.775%209.754%2014%2010%2014m-1.955-4h3.91a11%2011%200%200%200%200-2h-3.91a11%2011%200%200%200%200%202m3.869%203.62a5.02%205.02%200%200%200%202.67-2.62h-1.755c-.182%201.033-.502%201.935-.915%202.62M12.959%2010H14.9a5%205%200%200%200%200-2h-1.941a12%2012%200%200%201%200%202m-1.045-5.62c.413.685.733%201.588.915%202.62h1.755a5.02%205.02%200%200%200-2.67-2.62m-.687.825C10.737%204.225%2010.246%204%2010%204s-.737.225-1.227%201.205A7%207%200%200%200%208.188%207h3.624a7%207%200%200%200-.585-1.795m-3.14-.826A5.02%205.02%200%200%200%205.415%207H7.17c.182-1.032.502-1.935.915-2.62M5%209q0%20.514.1%201h1.941a12%2012%200%200%201%200-2H5.1Q5%208.486%205%209m.416%202a5.02%205.02%200%200%200%202.67%202.62c-.413-.685-.733-1.587-.915-2.62zM3.5%2013h.755q.377.54.846%201h-1.21l-.75%203H16.86l-.75-3h-1.211q.47-.46.846-1h.755a.5.5%200%200%201%20.485.379l1%204A.5.5%200%200%201%2017.5%2018h-15a.5.5%200%200%201-.485-.621l1-4A.5.5%200%200%201%203.5%2013%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%203a6%206%200%201%201%200%2012a6%206%200%200%201%200-12m0%2011c.246%200%20.737-.225%201.227-1.205c.245-.49.448-1.1.585-1.795H8.188a7%207%200%200%200%20.585%201.795C9.263%2013.775%209.754%2014%2010%2014m-1.955-4h3.91a11%2011%200%200%200%200-2h-3.91a11%2011%200%200%200%200%202m3.869%203.62a5.02%205.02%200%200%200%202.67-2.62h-1.755c-.182%201.033-.502%201.935-.915%202.62M12.959%2010H14.9a5%205%200%200%200%200-2h-1.941a12%2012%200%200%201%200%202m-1.045-5.62c.413.685.733%201.588.915%202.62h1.755a5.02%205.02%200%200%200-2.67-2.62m-.687.825C10.737%204.225%2010.246%204%2010%204s-.737.225-1.227%201.205A7%207%200%200%200%208.188%207h3.624a7%207%200%200%200-.585-1.795m-3.14-.826A5.02%205.02%200%200%200%205.415%207H7.17c.182-1.032.502-1.935.915-2.62M5%209q0%20.514.1%201h1.941a12%2012%200%200%201%200-2H5.1Q5%208.486%205%209m.416%202a5.02%205.02%200%200%200%202.67%202.62c-.413-.685-.733-1.587-.915-2.62zM3.5%2013h.755q.377.54.846%201h-1.21l-.75%203H16.86l-.75-3h-1.211q.47-.46.846-1h.755a.5.5%200%200%201%20.485.379l1%204A.5.5%200%200%201%2017.5%2018h-15a.5.5%200%200%201-.485-.621l1-4A.5.5%200%200%201%203.5%2013%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/globe-surface-20-regular.svg?color=%231a73e8&size=48