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

Name
globe-32-light
Set
Fluent UI System Icons
Style
32 Light
Viewbox
32×32
License
MIT

14 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the globe icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16S8.268 2 16 2m-4.602 19c.273 1.652.676 3.13 1.176 4.357c.483 1.186 1.046 2.113 1.646 2.735c.598.62 1.199.908 1.78.908s1.182-.287 1.78-.908c.6-.622 1.163-1.549 1.646-2.735c.5-1.227.903-2.705 1.177-4.357zm-7.4 0a13.02 13.02 0 0 0 9.47 7.753c-.703-.742-1.316-1.78-1.82-3.019c-.548-1.344-.979-2.952-1.263-4.734zm17.617 0c-.284 1.782-.715 3.39-1.262 4.734c-.505 1.24-1.119 2.277-1.823 3.019A13.02 13.02 0 0 0 28.003 21zM3.627 12A13 13 0 0 0 3 16c0 1.396.22 2.74.627 4h6.615A33 33 0 0 1 10 16c0-1.388.085-2.731.242-4zm7.623 0a32 32 0 0 0-.25 4c0 1.397.088 2.74.25 4h9.5c.162-1.26.25-2.603.25-4s-.088-2.74-.25-4zm10.508 0c.157 1.269.242 2.612.242 4s-.085 2.731-.242 4h6.615A13 13 0 0 0 29 16c0-1.396-.22-2.74-.627-4zm-8.29-8.754A13.02 13.02 0 0 0 3.999 11h6.387c.284-1.782.715-3.39 1.263-4.734c.504-1.24 1.117-2.278 1.82-3.02M16 3c-.581 0-1.182.287-1.78.908c-.6.622-1.163 1.549-1.646 2.735c-.5 1.227-.903 2.705-1.176 4.357h9.205c-.274-1.652-.677-3.13-1.177-4.357c-.483-1.186-1.046-2.113-1.646-2.735C17.182 3.288 16.581 3 16 3m2.53.246c.704.742 1.318 1.78 1.822 3.02c.548 1.344.979 2.952 1.263 4.734h6.388a13.02 13.02 0 0 0-9.473-7.754"/></svg>

React

import type { SVGProps } from "react";

export function FluentGlobe32Light(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="M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16S8.268 2 16 2m-4.602 19c.273 1.652.676 3.13 1.176 4.357c.483 1.186 1.046 2.113 1.646 2.735c.598.62 1.199.908 1.78.908s1.182-.287 1.78-.908c.6-.622 1.163-1.549 1.646-2.735c.5-1.227.903-2.705 1.177-4.357zm-7.4 0a13.02 13.02 0 0 0 9.47 7.753c-.703-.742-1.316-1.78-1.82-3.019c-.548-1.344-.979-2.952-1.263-4.734zm17.617 0c-.284 1.782-.715 3.39-1.262 4.734c-.505 1.24-1.119 2.277-1.823 3.019A13.02 13.02 0 0 0 28.003 21zM3.627 12A13 13 0 0 0 3 16c0 1.396.22 2.74.627 4h6.615A33 33 0 0 1 10 16c0-1.388.085-2.731.242-4zm7.623 0a32 32 0 0 0-.25 4c0 1.397.088 2.74.25 4h9.5c.162-1.26.25-2.603.25-4s-.088-2.74-.25-4zm10.508 0c.157 1.269.242 2.612.242 4s-.085 2.731-.242 4h6.615A13 13 0 0 0 29 16c0-1.396-.22-2.74-.627-4zm-8.29-8.754A13.02 13.02 0 0 0 3.999 11h6.387c.284-1.782.715-3.39 1.263-4.734c.504-1.24 1.117-2.278 1.82-3.02M16 3c-.581 0-1.182.287-1.78.908c-.6.622-1.163 1.549-1.646 2.735c-.5 1.227-.903 2.705-1.176 4.357h9.205c-.274-1.652-.677-3.13-1.177-4.357c-.483-1.186-1.046-2.113-1.646-2.735C17.182 3.288 16.581 3 16 3m2.53.246c.704.742 1.318 1.78 1.822 3.02c.548 1.344.979 2.952 1.263 4.734h6.388a13.02 13.02 0 0 0-9.473-7.754"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16S8.268 2 16 2m-4.602 19c.273 1.652.676 3.13 1.176 4.357c.483 1.186 1.046 2.113 1.646 2.735c.598.62 1.199.908 1.78.908s1.182-.287 1.78-.908c.6-.622 1.163-1.549 1.646-2.735c.5-1.227.903-2.705 1.177-4.357zm-7.4 0a13.02 13.02 0 0 0 9.47 7.753c-.703-.742-1.316-1.78-1.82-3.019c-.548-1.344-.979-2.952-1.263-4.734zm17.617 0c-.284 1.782-.715 3.39-1.262 4.734c-.505 1.24-1.119 2.277-1.823 3.019A13.02 13.02 0 0 0 28.003 21zM3.627 12A13 13 0 0 0 3 16c0 1.396.22 2.74.627 4h6.615A33 33 0 0 1 10 16c0-1.388.085-2.731.242-4zm7.623 0a32 32 0 0 0-.25 4c0 1.397.088 2.74.25 4h9.5c.162-1.26.25-2.603.25-4s-.088-2.74-.25-4zm10.508 0c.157 1.269.242 2.612.242 4s-.085 2.731-.242 4h6.615A13 13 0 0 0 29 16c0-1.396-.22-2.74-.627-4zm-8.29-8.754A13.02 13.02 0 0 0 3.999 11h6.387c.284-1.782.715-3.39 1.263-4.734c.504-1.24 1.117-2.278 1.82-3.02M16 3c-.581 0-1.182.287-1.78.908c-.6.622-1.163 1.549-1.646 2.735c-.5 1.227-.903 2.705-1.176 4.357h9.205c-.274-1.652-.677-3.13-1.177-4.357c-.483-1.186-1.046-2.113-1.646-2.735C17.182 3.288 16.581 3 16 3m2.53.246c.704.742 1.318 1.78 1.822 3.02c.548 1.344.979 2.952 1.263 4.734h6.388a13.02 13.02 0 0 0-9.473-7.754"/></svg>
</template>

CSS

.icon-globe-32-light {
  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%22M16%202c7.732%200%2014%206.268%2014%2014s-6.268%2014-14%2014S2%2023.732%202%2016S8.268%202%2016%202m-4.602%2019c.273%201.652.676%203.13%201.176%204.357c.483%201.186%201.046%202.113%201.646%202.735c.598.62%201.199.908%201.78.908s1.182-.287%201.78-.908c.6-.622%201.163-1.549%201.646-2.735c.5-1.227.903-2.705%201.177-4.357zm-7.4%200a13.02%2013.02%200%200%200%209.47%207.753c-.703-.742-1.316-1.78-1.82-3.019c-.548-1.344-.979-2.952-1.263-4.734zm17.617%200c-.284%201.782-.715%203.39-1.262%204.734c-.505%201.24-1.119%202.277-1.823%203.019A13.02%2013.02%200%200%200%2028.003%2021zM3.627%2012A13%2013%200%200%200%203%2016c0%201.396.22%202.74.627%204h6.615A33%2033%200%200%201%2010%2016c0-1.388.085-2.731.242-4zm7.623%200a32%2032%200%200%200-.25%204c0%201.397.088%202.74.25%204h9.5c.162-1.26.25-2.603.25-4s-.088-2.74-.25-4zm10.508%200c.157%201.269.242%202.612.242%204s-.085%202.731-.242%204h6.615A13%2013%200%200%200%2029%2016c0-1.396-.22-2.74-.627-4zm-8.29-8.754A13.02%2013.02%200%200%200%203.999%2011h6.387c.284-1.782.715-3.39%201.263-4.734c.504-1.24%201.117-2.278%201.82-3.02M16%203c-.581%200-1.182.287-1.78.908c-.6.622-1.163%201.549-1.646%202.735c-.5%201.227-.903%202.705-1.176%204.357h9.205c-.274-1.652-.677-3.13-1.177-4.357c-.483-1.186-1.046-2.113-1.646-2.735C17.182%203.288%2016.581%203%2016%203m2.53.246c.704.742%201.318%201.78%201.822%203.02c.548%201.344.979%202.952%201.263%204.734h6.388a13.02%2013.02%200%200%200-9.473-7.754%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%22M16%202c7.732%200%2014%206.268%2014%2014s-6.268%2014-14%2014S2%2023.732%202%2016S8.268%202%2016%202m-4.602%2019c.273%201.652.676%203.13%201.176%204.357c.483%201.186%201.046%202.113%201.646%202.735c.598.62%201.199.908%201.78.908s1.182-.287%201.78-.908c.6-.622%201.163-1.549%201.646-2.735c.5-1.227.903-2.705%201.177-4.357zm-7.4%200a13.02%2013.02%200%200%200%209.47%207.753c-.703-.742-1.316-1.78-1.82-3.019c-.548-1.344-.979-2.952-1.263-4.734zm17.617%200c-.284%201.782-.715%203.39-1.262%204.734c-.505%201.24-1.119%202.277-1.823%203.019A13.02%2013.02%200%200%200%2028.003%2021zM3.627%2012A13%2013%200%200%200%203%2016c0%201.396.22%202.74.627%204h6.615A33%2033%200%200%201%2010%2016c0-1.388.085-2.731.242-4zm7.623%200a32%2032%200%200%200-.25%204c0%201.397.088%202.74.25%204h9.5c.162-1.26.25-2.603.25-4s-.088-2.74-.25-4zm10.508%200c.157%201.269.242%202.612.242%204s-.085%202.731-.242%204h6.615A13%2013%200%200%200%2029%2016c0-1.396-.22-2.74-.627-4zm-8.29-8.754A13.02%2013.02%200%200%200%203.999%2011h6.387c.284-1.782.715-3.39%201.263-4.734c.504-1.24%201.117-2.278%201.82-3.02M16%203c-.581%200-1.182.287-1.78.908c-.6.622-1.163%201.549-1.646%202.735c-.5%201.227-.903%202.705-1.176%204.357h9.205c-.274-1.652-.677-3.13-1.177-4.357c-.483-1.186-1.046-2.113-1.646-2.735C17.182%203.288%2016.581%203%2016%203m2.53.246c.704.742%201.318%201.78%201.822%203.02c.548%201.344.979%202.952%201.263%204.734h6.388a13.02%2013.02%200%200%200-9.473-7.754%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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