globe-surface-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.

Name
globe-surface-32-regular
Set
Fluent UI System Icons
Style
32 Regular
Viewbox
32×32
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the globe surface icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17.715 20.95C16.87 22.808 16.115 23 16 23s-.871-.193-1.715-2.05c-.37-.814-.684-1.814-.91-2.95h5.25c-.226 1.136-.54 2.136-.91 2.95M18.91 16h-5.82a22 22 0 0 1 0-4h5.82a22 22 0 0 1 0 4m1.75 2h3.404a9.03 9.03 0 0 1-4.838 4.405c.63-1.173 1.128-2.684 1.433-4.405m4.117-2h-3.86a24 24 0 0 0 0-4h3.86a9 9 0 0 1 0 4m-13.695 0H7.223a9 9 0 0 1 0-4h3.86a24 24 0 0 0 0 4m-3.146 2h3.405c.305 1.721.802 3.232 1.433 4.405A9.03 9.03 0 0 1 7.936 18m6.35-10.95C15.128 5.192 15.885 5 16 5s.871.193 1.715 2.05c.37.814.684 1.814.91 2.95h-5.25c.226-1.136.54-2.136.91-2.95M20.658 10c-.305-1.721-.802-3.232-1.433-4.405A9.03 9.03 0 0 1 24.065 10zM7.936 10a9.03 9.03 0 0 1 4.838-4.405c-.63 1.173-1.128 2.684-1.433 4.405zM27 14c0-6.075-4.925-11-11-11S5 7.925 5 14s4.925 11 11 11s11-4.925 11-11M5 21h.642c.49.724 1.056 1.395 1.683 2h-1.57l-1.43 5h23.35l-1.43-5h-1.57a12.6 12.6 0 0 0 1.683-2H27a1 1 0 0 1 .962.725l2 7A1 1 0 0 1 29 30H3a1 1 0 0 1-.962-1.275l2-7A1 1 0 0 1 5 21"/></svg>

React

import type { SVGProps } from "react";

export function FluentGlobeSurface32Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17.715 20.95C16.87 22.808 16.115 23 16 23s-.871-.193-1.715-2.05c-.37-.814-.684-1.814-.91-2.95h5.25c-.226 1.136-.54 2.136-.91 2.95M18.91 16h-5.82a22 22 0 0 1 0-4h5.82a22 22 0 0 1 0 4m1.75 2h3.404a9.03 9.03 0 0 1-4.838 4.405c.63-1.173 1.128-2.684 1.433-4.405m4.117-2h-3.86a24 24 0 0 0 0-4h3.86a9 9 0 0 1 0 4m-13.695 0H7.223a9 9 0 0 1 0-4h3.86a24 24 0 0 0 0 4m-3.146 2h3.405c.305 1.721.802 3.232 1.433 4.405A9.03 9.03 0 0 1 7.936 18m6.35-10.95C15.128 5.192 15.885 5 16 5s.871.193 1.715 2.05c.37.814.684 1.814.91 2.95h-5.25c.226-1.136.54-2.136.91-2.95M20.658 10c-.305-1.721-.802-3.232-1.433-4.405A9.03 9.03 0 0 1 24.065 10zM7.936 10a9.03 9.03 0 0 1 4.838-4.405c-.63 1.173-1.128 2.684-1.433 4.405zM27 14c0-6.075-4.925-11-11-11S5 7.925 5 14s4.925 11 11 11s11-4.925 11-11M5 21h.642c.49.724 1.056 1.395 1.683 2h-1.57l-1.43 5h23.35l-1.43-5h-1.57a12.6 12.6 0 0 0 1.683-2H27a1 1 0 0 1 .962.725l2 7A1 1 0 0 1 29 30H3a1 1 0 0 1-.962-1.275l2-7A1 1 0 0 1 5 21"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17.715 20.95C16.87 22.808 16.115 23 16 23s-.871-.193-1.715-2.05c-.37-.814-.684-1.814-.91-2.95h5.25c-.226 1.136-.54 2.136-.91 2.95M18.91 16h-5.82a22 22 0 0 1 0-4h5.82a22 22 0 0 1 0 4m1.75 2h3.404a9.03 9.03 0 0 1-4.838 4.405c.63-1.173 1.128-2.684 1.433-4.405m4.117-2h-3.86a24 24 0 0 0 0-4h3.86a9 9 0 0 1 0 4m-13.695 0H7.223a9 9 0 0 1 0-4h3.86a24 24 0 0 0 0 4m-3.146 2h3.405c.305 1.721.802 3.232 1.433 4.405A9.03 9.03 0 0 1 7.936 18m6.35-10.95C15.128 5.192 15.885 5 16 5s.871.193 1.715 2.05c.37.814.684 1.814.91 2.95h-5.25c.226-1.136.54-2.136.91-2.95M20.658 10c-.305-1.721-.802-3.232-1.433-4.405A9.03 9.03 0 0 1 24.065 10zM7.936 10a9.03 9.03 0 0 1 4.838-4.405c-.63 1.173-1.128 2.684-1.433 4.405zM27 14c0-6.075-4.925-11-11-11S5 7.925 5 14s4.925 11 11 11s11-4.925 11-11M5 21h.642c.49.724 1.056 1.395 1.683 2h-1.57l-1.43 5h23.35l-1.43-5h-1.57a12.6 12.6 0 0 0 1.683-2H27a1 1 0 0 1 .962.725l2 7A1 1 0 0 1 29 30H3a1 1 0 0 1-.962-1.275l2-7A1 1 0 0 1 5 21"/></svg>
</template>

CSS

.icon-globe-surface-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.715%2020.95C16.87%2022.808%2016.115%2023%2016%2023s-.871-.193-1.715-2.05c-.37-.814-.684-1.814-.91-2.95h5.25c-.226%201.136-.54%202.136-.91%202.95M18.91%2016h-5.82a22%2022%200%200%201%200-4h5.82a22%2022%200%200%201%200%204m1.75%202h3.404a9.03%209.03%200%200%201-4.838%204.405c.63-1.173%201.128-2.684%201.433-4.405m4.117-2h-3.86a24%2024%200%200%200%200-4h3.86a9%209%200%200%201%200%204m-13.695%200H7.223a9%209%200%200%201%200-4h3.86a24%2024%200%200%200%200%204m-3.146%202h3.405c.305%201.721.802%203.232%201.433%204.405A9.03%209.03%200%200%201%207.936%2018m6.35-10.95C15.128%205.192%2015.885%205%2016%205s.871.193%201.715%202.05c.37.814.684%201.814.91%202.95h-5.25c.226-1.136.54-2.136.91-2.95M20.658%2010c-.305-1.721-.802-3.232-1.433-4.405A9.03%209.03%200%200%201%2024.065%2010zM7.936%2010a9.03%209.03%200%200%201%204.838-4.405c-.63%201.173-1.128%202.684-1.433%204.405zM27%2014c0-6.075-4.925-11-11-11S5%207.925%205%2014s4.925%2011%2011%2011s11-4.925%2011-11M5%2021h.642c.49.724%201.056%201.395%201.683%202h-1.57l-1.43%205h23.35l-1.43-5h-1.57a12.6%2012.6%200%200%200%201.683-2H27a1%201%200%200%201%20.962.725l2%207A1%201%200%200%201%2029%2030H3a1%201%200%200%201-.962-1.275l2-7A1%201%200%200%201%205%2021%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.715%2020.95C16.87%2022.808%2016.115%2023%2016%2023s-.871-.193-1.715-2.05c-.37-.814-.684-1.814-.91-2.95h5.25c-.226%201.136-.54%202.136-.91%202.95M18.91%2016h-5.82a22%2022%200%200%201%200-4h5.82a22%2022%200%200%201%200%204m1.75%202h3.404a9.03%209.03%200%200%201-4.838%204.405c.63-1.173%201.128-2.684%201.433-4.405m4.117-2h-3.86a24%2024%200%200%200%200-4h3.86a9%209%200%200%201%200%204m-13.695%200H7.223a9%209%200%200%201%200-4h3.86a24%2024%200%200%200%200%204m-3.146%202h3.405c.305%201.721.802%203.232%201.433%204.405A9.03%209.03%200%200%201%207.936%2018m6.35-10.95C15.128%205.192%2015.885%205%2016%205s.871.193%201.715%202.05c.37.814.684%201.814.91%202.95h-5.25c.226-1.136.54-2.136.91-2.95M20.658%2010c-.305-1.721-.802-3.232-1.433-4.405A9.03%209.03%200%200%201%2024.065%2010zM7.936%2010a9.03%209.03%200%200%201%204.838-4.405c-.63%201.173-1.128%202.684-1.433%204.405zM27%2014c0-6.075-4.925-11-11-11S5%207.925%205%2014s4.925%2011%2011%2011s11-4.925%2011-11M5%2021h.642c.49.724%201.056%201.395%201.683%202h-1.57l-1.43%205h23.35l-1.43-5h-1.57a12.6%2012.6%200%200%200%201.683-2H27a1%201%200%200%201%20.962.725l2%207A1%201%200%200%201%2029%2030H3a1%201%200%200%201-.962-1.275l2-7A1%201%200%200%201%205%2021%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/globe-surface-32-regular.svg?color=%231a73e8&size=48