globe surface icon
globe-surface-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- globe-surface-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M9.68 7.5c.158-1.264.411-2.386.73-3.292c.277-.791.591-1.378.902-1.752c.315-.379.55-.456.688-.456s.373.077.688.456c.311.374.625.961.902 1.752c.319.906.572 2.028.73 3.292zm-.686-3.79c.175-.496.373-.956.597-1.364A8.52 8.52 0 0 0 4.045 7.5h4.124c.167-1.43.45-2.723.825-3.79m6.012 0a9 9 0 0 0-.597-1.364A8.52 8.52 0 0 1 19.955 7.5h-4.124c-.167-1.43-.45-2.723-.825-3.79M15.959 9h4.41a8.6 8.6 0 0 1 0 3h-4.41a27 27 0 0 0 0-3m-.128 4.5h4.124a8.5 8.5 0 0 1-1.474 2.5l-.017.02a8.6 8.6 0 0 1-1.618 1.464a8.5 8.5 0 0 1-2.437 1.17a9 9 0 0 0 .597-1.365c.374-1.066.658-2.359.825-3.789m-3.143 5.044c-.315.379-.55.456-.688.456s-.373-.077-.688-.456c-.311-.374-.625-.961-.902-1.752c-.319-.906-.572-2.028-.73-3.292h4.64c-.158 1.264-.411 2.386-.73 3.292c-.277.791-.59 1.378-.902 1.752m-5.534-1.06c.736.512 1.557.91 2.437 1.17a9 9 0 0 1-.597-1.365c-.374-1.066-.658-2.359-.825-3.789H4.045c.347.92.849 1.764 1.474 2.5l.017.02a8.6 8.6 0 0 0 1.618 1.464M8.041 12h-4.41a8.6 8.6 0 0 1 0-3h4.41a27 27 0 0 0 0 3m1.503-3a26 26 0 0 0 0 3h4.912a26 26 0 0 0 0-3zM4 16h.253a9.6 9.6 0 0 0 1.324 1.5H4.57l-.833 3h16.526l-.833-3h-1.007a9.6 9.6 0 0 0 1.324-1.5H20a.75.75 0 0 1 .723.55l1.25 4.5a.75.75 0 0 1-.723.95H2.75a.75.75 0 0 1-.723-.95l1.25-4.5A.75.75 0 0 1 4 16"/></svg>
React
import type { SVGProps } from "react";
export function FluentGlobeSurface24Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.68 7.5c.158-1.264.411-2.386.73-3.292c.277-.791.591-1.378.902-1.752c.315-.379.55-.456.688-.456s.373.077.688.456c.311.374.625.961.902 1.752c.319.906.572 2.028.73 3.292zm-.686-3.79c.175-.496.373-.956.597-1.364A8.52 8.52 0 0 0 4.045 7.5h4.124c.167-1.43.45-2.723.825-3.79m6.012 0a9 9 0 0 0-.597-1.364A8.52 8.52 0 0 1 19.955 7.5h-4.124c-.167-1.43-.45-2.723-.825-3.79M15.959 9h4.41a8.6 8.6 0 0 1 0 3h-4.41a27 27 0 0 0 0-3m-.128 4.5h4.124a8.5 8.5 0 0 1-1.474 2.5l-.017.02a8.6 8.6 0 0 1-1.618 1.464a8.5 8.5 0 0 1-2.437 1.17a9 9 0 0 0 .597-1.365c.374-1.066.658-2.359.825-3.789m-3.143 5.044c-.315.379-.55.456-.688.456s-.373-.077-.688-.456c-.311-.374-.625-.961-.902-1.752c-.319-.906-.572-2.028-.73-3.292h4.64c-.158 1.264-.411 2.386-.73 3.292c-.277.791-.59 1.378-.902 1.752m-5.534-1.06c.736.512 1.557.91 2.437 1.17a9 9 0 0 1-.597-1.365c-.374-1.066-.658-2.359-.825-3.789H4.045c.347.92.849 1.764 1.474 2.5l.017.02a8.6 8.6 0 0 0 1.618 1.464M8.041 12h-4.41a8.6 8.6 0 0 1 0-3h4.41a27 27 0 0 0 0 3m1.503-3a26 26 0 0 0 0 3h4.912a26 26 0 0 0 0-3zM4 16h.253a9.6 9.6 0 0 0 1.324 1.5H4.57l-.833 3h16.526l-.833-3h-1.007a9.6 9.6 0 0 0 1.324-1.5H20a.75.75 0 0 1 .723.55l1.25 4.5a.75.75 0 0 1-.723.95H2.75a.75.75 0 0 1-.723-.95l1.25-4.5A.75.75 0 0 1 4 16"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.68 7.5c.158-1.264.411-2.386.73-3.292c.277-.791.591-1.378.902-1.752c.315-.379.55-.456.688-.456s.373.077.688.456c.311.374.625.961.902 1.752c.319.906.572 2.028.73 3.292zm-.686-3.79c.175-.496.373-.956.597-1.364A8.52 8.52 0 0 0 4.045 7.5h4.124c.167-1.43.45-2.723.825-3.79m6.012 0a9 9 0 0 0-.597-1.364A8.52 8.52 0 0 1 19.955 7.5h-4.124c-.167-1.43-.45-2.723-.825-3.79M15.959 9h4.41a8.6 8.6 0 0 1 0 3h-4.41a27 27 0 0 0 0-3m-.128 4.5h4.124a8.5 8.5 0 0 1-1.474 2.5l-.017.02a8.6 8.6 0 0 1-1.618 1.464a8.5 8.5 0 0 1-2.437 1.17a9 9 0 0 0 .597-1.365c.374-1.066.658-2.359.825-3.789m-3.143 5.044c-.315.379-.55.456-.688.456s-.373-.077-.688-.456c-.311-.374-.625-.961-.902-1.752c-.319-.906-.572-2.028-.73-3.292h4.64c-.158 1.264-.411 2.386-.73 3.292c-.277.791-.59 1.378-.902 1.752m-5.534-1.06c.736.512 1.557.91 2.437 1.17a9 9 0 0 1-.597-1.365c-.374-1.066-.658-2.359-.825-3.789H4.045c.347.92.849 1.764 1.474 2.5l.017.02a8.6 8.6 0 0 0 1.618 1.464M8.041 12h-4.41a8.6 8.6 0 0 1 0-3h4.41a27 27 0 0 0 0 3m1.503-3a26 26 0 0 0 0 3h4.912a26 26 0 0 0 0-3zM4 16h.253a9.6 9.6 0 0 0 1.324 1.5H4.57l-.833 3h16.526l-.833-3h-1.007a9.6 9.6 0 0 0 1.324-1.5H20a.75.75 0 0 1 .723.55l1.25 4.5a.75.75 0 0 1-.723.95H2.75a.75.75 0 0 1-.723-.95l1.25-4.5A.75.75 0 0 1 4 16"/></svg> </template>
CSS
.icon-globe-surface-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.68%207.5c.158-1.264.411-2.386.73-3.292c.277-.791.591-1.378.902-1.752c.315-.379.55-.456.688-.456s.373.077.688.456c.311.374.625.961.902%201.752c.319.906.572%202.028.73%203.292zm-.686-3.79c.175-.496.373-.956.597-1.364A8.52%208.52%200%200%200%204.045%207.5h4.124c.167-1.43.45-2.723.825-3.79m6.012%200a9%209%200%200%200-.597-1.364A8.52%208.52%200%200%201%2019.955%207.5h-4.124c-.167-1.43-.45-2.723-.825-3.79M15.959%209h4.41a8.6%208.6%200%200%201%200%203h-4.41a27%2027%200%200%200%200-3m-.128%204.5h4.124a8.5%208.5%200%200%201-1.474%202.5l-.017.02a8.6%208.6%200%200%201-1.618%201.464a8.5%208.5%200%200%201-2.437%201.17a9%209%200%200%200%20.597-1.365c.374-1.066.658-2.359.825-3.789m-3.143%205.044c-.315.379-.55.456-.688.456s-.373-.077-.688-.456c-.311-.374-.625-.961-.902-1.752c-.319-.906-.572-2.028-.73-3.292h4.64c-.158%201.264-.411%202.386-.73%203.292c-.277.791-.59%201.378-.902%201.752m-5.534-1.06c.736.512%201.557.91%202.437%201.17a9%209%200%200%201-.597-1.365c-.374-1.066-.658-2.359-.825-3.789H4.045c.347.92.849%201.764%201.474%202.5l.017.02a8.6%208.6%200%200%200%201.618%201.464M8.041%2012h-4.41a8.6%208.6%200%200%201%200-3h4.41a27%2027%200%200%200%200%203m1.503-3a26%2026%200%200%200%200%203h4.912a26%2026%200%200%200%200-3zM4%2016h.253a9.6%209.6%200%200%200%201.324%201.5H4.57l-.833%203h16.526l-.833-3h-1.007a9.6%209.6%200%200%200%201.324-1.5H20a.75.75%200%200%201%20.723.55l1.25%204.5a.75.75%200%200%201-.723.95H2.75a.75.75%200%200%201-.723-.95l1.25-4.5A.75.75%200%200%201%204%2016%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.68%207.5c.158-1.264.411-2.386.73-3.292c.277-.791.591-1.378.902-1.752c.315-.379.55-.456.688-.456s.373.077.688.456c.311.374.625.961.902%201.752c.319.906.572%202.028.73%203.292zm-.686-3.79c.175-.496.373-.956.597-1.364A8.52%208.52%200%200%200%204.045%207.5h4.124c.167-1.43.45-2.723.825-3.79m6.012%200a9%209%200%200%200-.597-1.364A8.52%208.52%200%200%201%2019.955%207.5h-4.124c-.167-1.43-.45-2.723-.825-3.79M15.959%209h4.41a8.6%208.6%200%200%201%200%203h-4.41a27%2027%200%200%200%200-3m-.128%204.5h4.124a8.5%208.5%200%200%201-1.474%202.5l-.017.02a8.6%208.6%200%200%201-1.618%201.464a8.5%208.5%200%200%201-2.437%201.17a9%209%200%200%200%20.597-1.365c.374-1.066.658-2.359.825-3.789m-3.143%205.044c-.315.379-.55.456-.688.456s-.373-.077-.688-.456c-.311-.374-.625-.961-.902-1.752c-.319-.906-.572-2.028-.73-3.292h4.64c-.158%201.264-.411%202.386-.73%203.292c-.277.791-.59%201.378-.902%201.752m-5.534-1.06c.736.512%201.557.91%202.437%201.17a9%209%200%200%201-.597-1.365c-.374-1.066-.658-2.359-.825-3.789H4.045c.347.92.849%201.764%201.474%202.5l.017.02a8.6%208.6%200%200%200%201.618%201.464M8.041%2012h-4.41a8.6%208.6%200%200%201%200-3h4.41a27%2027%200%200%200%200%203m1.503-3a26%2026%200%200%200%200%203h4.912a26%2026%200%200%200%200-3zM4%2016h.253a9.6%209.6%200%200%200%201.324%201.5H4.57l-.833%203h16.526l-.833-3h-1.007a9.6%209.6%200%200%200%201.324-1.5H20a.75.75%200%200%201%20.723.55l1.25%204.5a.75.75%200%200%201-.723.95H2.75a.75.75%200%200%201-.723-.95l1.25-4.5A.75.75%200%200%201%204%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/globe-surface-24-filled.svg?color=%231a73e8&size=48