globe-stand-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
globe-stand-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

1 other variant in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the globe stand icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M17.5 10a.5.5 0 0 1 0 1h-.572a7 7 0 0 1-5.36 5.82c.757-1.242 1.292-3.357 1.408-5.82h-1.003c-.084 1.708-.376 3.207-.788 4.306c-.22.587-.46 1.019-.685 1.304V18h2a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1h2v-1.39c-.225-.285-.464-.717-.685-1.304c-.412-1.1-.704-2.598-.788-4.306H7.024c.116 2.463.65 4.578 1.408 5.82A7 7 0 0 1 3.072 11H2.5a.5.5 0 0 1 0-1zM8.432 3.179C7.674 4.42 7.14 6.537 7.024 9H3.072a7 7 0 0 1 5.36-5.821M10 1a.5.5 0 0 1 .5.5v1.889c.226.285.464.718.685 1.305c.412 1.1.704 2.598.788 4.306H8.027c.084-1.708.376-3.206.788-4.306c.22-.587.46-1.02.685-1.305V1.5A.5.5 0 0 1 10 1m1.567 2.179A7 7 0 0 1 16.927 9h-3.951c-.116-2.464-.65-4.58-1.409-5.821"/></svg>

React

import type { SVGProps } from "react";

export function FluentGlobeStand20Filled(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="M17.5 10a.5.5 0 0 1 0 1h-.572a7 7 0 0 1-5.36 5.82c.757-1.242 1.292-3.357 1.408-5.82h-1.003c-.084 1.708-.376 3.207-.788 4.306c-.22.587-.46 1.019-.685 1.304V18h2a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1h2v-1.39c-.225-.285-.464-.717-.685-1.304c-.412-1.1-.704-2.598-.788-4.306H7.024c.116 2.463.65 4.578 1.408 5.82A7 7 0 0 1 3.072 11H2.5a.5.5 0 0 1 0-1zM8.432 3.179C7.674 4.42 7.14 6.537 7.024 9H3.072a7 7 0 0 1 5.36-5.821M10 1a.5.5 0 0 1 .5.5v1.889c.226.285.464.718.685 1.305c.412 1.1.704 2.598.788 4.306H8.027c.084-1.708.376-3.206.788-4.306c.22-.587.46-1.02.685-1.305V1.5A.5.5 0 0 1 10 1m1.567 2.179A7 7 0 0 1 16.927 9h-3.951c-.116-2.464-.65-4.58-1.409-5.821"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M17.5 10a.5.5 0 0 1 0 1h-.572a7 7 0 0 1-5.36 5.82c.757-1.242 1.292-3.357 1.408-5.82h-1.003c-.084 1.708-.376 3.207-.788 4.306c-.22.587-.46 1.019-.685 1.304V18h2a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1h2v-1.39c-.225-.285-.464-.717-.685-1.304c-.412-1.1-.704-2.598-.788-4.306H7.024c.116 2.463.65 4.578 1.408 5.82A7 7 0 0 1 3.072 11H2.5a.5.5 0 0 1 0-1zM8.432 3.179C7.674 4.42 7.14 6.537 7.024 9H3.072a7 7 0 0 1 5.36-5.821M10 1a.5.5 0 0 1 .5.5v1.889c.226.285.464.718.685 1.305c.412 1.1.704 2.598.788 4.306H8.027c.084-1.708.376-3.206.788-4.306c.22-.587.46-1.02.685-1.305V1.5A.5.5 0 0 1 10 1m1.567 2.179A7 7 0 0 1 16.927 9h-3.951c-.116-2.464-.65-4.58-1.409-5.821"/></svg>
</template>

CSS

.icon-globe-stand-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.5%2010a.5.5%200%200%201%200%201h-.572a7%207%200%200%201-5.36%205.82c.757-1.242%201.292-3.357%201.408-5.82h-1.003c-.084%201.708-.376%203.207-.788%204.306c-.22.587-.46%201.019-.685%201.304V18h2a.5.5%200%200%201%200%201h-5a.5.5%200%200%201%200-1h2v-1.39c-.225-.285-.464-.717-.685-1.304c-.412-1.1-.704-2.598-.788-4.306H7.024c.116%202.463.65%204.578%201.408%205.82A7%207%200%200%201%203.072%2011H2.5a.5.5%200%200%201%200-1zM8.432%203.179C7.674%204.42%207.14%206.537%207.024%209H3.072a7%207%200%200%201%205.36-5.821M10%201a.5.5%200%200%201%20.5.5v1.889c.226.285.464.718.685%201.305c.412%201.1.704%202.598.788%204.306H8.027c.084-1.708.376-3.206.788-4.306c.22-.587.46-1.02.685-1.305V1.5A.5.5%200%200%201%2010%201m1.567%202.179A7%207%200%200%201%2016.927%209h-3.951c-.116-2.464-.65-4.58-1.409-5.821%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%22M17.5%2010a.5.5%200%200%201%200%201h-.572a7%207%200%200%201-5.36%205.82c.757-1.242%201.292-3.357%201.408-5.82h-1.003c-.084%201.708-.376%203.207-.788%204.306c-.22.587-.46%201.019-.685%201.304V18h2a.5.5%200%200%201%200%201h-5a.5.5%200%200%201%200-1h2v-1.39c-.225-.285-.464-.717-.685-1.304c-.412-1.1-.704-2.598-.788-4.306H7.024c.116%202.463.65%204.578%201.408%205.82A7%207%200%200%201%203.072%2011H2.5a.5.5%200%200%201%200-1zM8.432%203.179C7.674%204.42%207.14%206.537%207.024%209H3.072a7%207%200%200%201%205.36-5.821M10%201a.5.5%200%200%201%20.5.5v1.889c.226.285.464.718.685%201.305c.412%201.1.704%202.598.788%204.306H8.027c.084-1.708.376-3.206.788-4.306c.22-.587.46-1.02.685-1.305V1.5A.5.5%200%200%201%2010%201m1.567%202.179A7%207%200%200%201%2016.927%209h-3.951c-.116-2.464-.65-4.58-1.409-5.821%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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