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

Name
globe-20
Set
Fluent UI System Color Icons
Style
20
Viewbox
20×20
License
MIT

1 other variant in Fluent UI System Color Icons

The same icon in other sets

Related icons in Fluent UI System Color Icons

Use the globe icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path fill="url(#SVGuv0AxdpE)" d="M10 18a8 8 0 1 0 0-16a8 8 0 0 0 0 16"/><path fill="url(#SVGhWhXiclN)" fill-rule="evenodd" d="M7.853 2.291a7 7 0 0 0-.816 1.51c-.368.906-.65 1.995-.826 3.199H2.58q-.195.485-.33 1h3.84a22 22 0 0 0 .001 4h-3.84q.135.515.33 1h3.63c.176 1.204.458 2.293.826 3.199a7 7 0 0 0 .816 1.51A8 8 0 0 0 10 18a8 8 0 0 0 2.147-.291a7 7 0 0 0 .816-1.51c.368-.906.65-1.995.826-3.199h3.63q.195-.485.329-1h-3.84a21.6 21.6 0 0 0 0-4h3.84a8 8 0 0 0-.33-1H13.79c-.176-1.204-.458-2.293-.826-3.199a7 7 0 0 0-.816-1.51A8 8 0 0 0 10 2a8 8 0 0 0-2.147.291M7.223 7c.166-1.076.42-2.035.74-2.822c.298-.733.642-1.292 1.003-1.66C9.324 2.153 9.672 2 10 2s.676.153 1.034.518c.36.368.705.927 1.003 1.66c.32.787.574 1.746.74 2.822zM10 18c.328 0 .676-.153 1.034-.518c.36-.368.705-.927 1.003-1.66c.32-.787.574-1.746.74-2.822H7.223c.167 1.076.421 2.035.741 2.822c.298.733.642 1.292 1.003 1.66c.358.365.706.518 1.034.518m-3-8c0 .692.033 1.362.096 2h5.808A21 21 0 0 0 13 10c0-.692-.033-1.362-.096-2H7.096A21 21 0 0 0 7 10" clip-rule="evenodd"/><defs><radialGradient id="SVGhWhXiclN" cx="0" cy="0" r="1" gradientTransform="rotate(225 10.4 3.895)scale(12.7313)" gradientUnits="userSpaceOnUse"><stop stop-color="#25a2f0"/><stop offset=".974" stop-color="#3bd5ff"/></radialGradient><linearGradient id="SVGuv0AxdpE" x1="5.556" x2="17.111" y1="4.667" y2="15.333" gradientUnits="userSpaceOnUse"><stop stop-color="#29c3ff"/><stop offset="1" stop-color="#2052cb"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorGlobe20(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path fill="url(#SVGuv0AxdpE)" d="M10 18a8 8 0 1 0 0-16a8 8 0 0 0 0 16"/><path fill="url(#SVGhWhXiclN)" fillRule="evenodd" d="M7.853 2.291a7 7 0 0 0-.816 1.51c-.368.906-.65 1.995-.826 3.199H2.58q-.195.485-.33 1h3.84a22 22 0 0 0 .001 4h-3.84q.135.515.33 1h3.63c.176 1.204.458 2.293.826 3.199a7 7 0 0 0 .816 1.51A8 8 0 0 0 10 18a8 8 0 0 0 2.147-.291a7 7 0 0 0 .816-1.51c.368-.906.65-1.995.826-3.199h3.63q.195-.485.329-1h-3.84a21.6 21.6 0 0 0 0-4h3.84a8 8 0 0 0-.33-1H13.79c-.176-1.204-.458-2.293-.826-3.199a7 7 0 0 0-.816-1.51A8 8 0 0 0 10 2a8 8 0 0 0-2.147.291M7.223 7c.166-1.076.42-2.035.74-2.822c.298-.733.642-1.292 1.003-1.66C9.324 2.153 9.672 2 10 2s.676.153 1.034.518c.36.368.705.927 1.003 1.66c.32.787.574 1.746.74 2.822zM10 18c.328 0 .676-.153 1.034-.518c.36-.368.705-.927 1.003-1.66c.32-.787.574-1.746.74-2.822H7.223c.167 1.076.421 2.035.741 2.822c.298.733.642 1.292 1.003 1.66c.358.365.706.518 1.034.518m-3-8c0 .692.033 1.362.096 2h5.808A21 21 0 0 0 13 10c0-.692-.033-1.362-.096-2H7.096A21 21 0 0 0 7 10" clipRule="evenodd"/><defs><radialGradient id="SVGhWhXiclN" cx="0" cy="0" r="1" gradientTransform="rotate(225 10.4 3.895)scale(12.7313)" gradientUnits="userSpaceOnUse"><stop stopColor="#25a2f0"/><stop offset=".974" stopColor="#3bd5ff"/></radialGradient><linearGradient id="SVGuv0AxdpE" x1="5.556" x2="17.111" y1="4.667" y2="15.333" gradientUnits="userSpaceOnUse"><stop stopColor="#29c3ff"/><stop offset="1" stopColor="#2052cb"/></linearGradient></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path fill="url(#SVGuv0AxdpE)" d="M10 18a8 8 0 1 0 0-16a8 8 0 0 0 0 16"/><path fill="url(#SVGhWhXiclN)" fill-rule="evenodd" d="M7.853 2.291a7 7 0 0 0-.816 1.51c-.368.906-.65 1.995-.826 3.199H2.58q-.195.485-.33 1h3.84a22 22 0 0 0 .001 4h-3.84q.135.515.33 1h3.63c.176 1.204.458 2.293.826 3.199a7 7 0 0 0 .816 1.51A8 8 0 0 0 10 18a8 8 0 0 0 2.147-.291a7 7 0 0 0 .816-1.51c.368-.906.65-1.995.826-3.199h3.63q.195-.485.329-1h-3.84a21.6 21.6 0 0 0 0-4h3.84a8 8 0 0 0-.33-1H13.79c-.176-1.204-.458-2.293-.826-3.199a7 7 0 0 0-.816-1.51A8 8 0 0 0 10 2a8 8 0 0 0-2.147.291M7.223 7c.166-1.076.42-2.035.74-2.822c.298-.733.642-1.292 1.003-1.66C9.324 2.153 9.672 2 10 2s.676.153 1.034.518c.36.368.705.927 1.003 1.66c.32.787.574 1.746.74 2.822zM10 18c.328 0 .676-.153 1.034-.518c.36-.368.705-.927 1.003-1.66c.32-.787.574-1.746.74-2.822H7.223c.167 1.076.421 2.035.741 2.822c.298.733.642 1.292 1.003 1.66c.358.365.706.518 1.034.518m-3-8c0 .692.033 1.362.096 2h5.808A21 21 0 0 0 13 10c0-.692-.033-1.362-.096-2H7.096A21 21 0 0 0 7 10" clip-rule="evenodd"/><defs><radialGradient id="SVGhWhXiclN" cx="0" cy="0" r="1" gradientTransform="rotate(225 10.4 3.895)scale(12.7313)" gradientUnits="userSpaceOnUse"><stop stop-color="#25a2f0"/><stop offset=".974" stop-color="#3bd5ff"/></radialGradient><linearGradient id="SVGuv0AxdpE" x1="5.556" x2="17.111" y1="4.667" y2="15.333" gradientUnits="userSpaceOnUse"><stop stop-color="#29c3ff"/><stop offset="1" stop-color="#2052cb"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-globe-20 {
  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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGuv0AxdpE)%22%20d%3D%22M10%2018a8%208%200%201%200%200-16a8%208%200%200%200%200%2016%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGhWhXiclN)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M7.853%202.291a7%207%200%200%200-.816%201.51c-.368.906-.65%201.995-.826%203.199H2.58q-.195.485-.33%201h3.84a22%2022%200%200%200%20.001%204h-3.84q.135.515.33%201h3.63c.176%201.204.458%202.293.826%203.199a7%207%200%200%200%20.816%201.51A8%208%200%200%200%2010%2018a8%208%200%200%200%202.147-.291a7%207%200%200%200%20.816-1.51c.368-.906.65-1.995.826-3.199h3.63q.195-.485.329-1h-3.84a21.6%2021.6%200%200%200%200-4h3.84a8%208%200%200%200-.33-1H13.79c-.176-1.204-.458-2.293-.826-3.199a7%207%200%200%200-.816-1.51A8%208%200%200%200%2010%202a8%208%200%200%200-2.147.291M7.223%207c.166-1.076.42-2.035.74-2.822c.298-.733.642-1.292%201.003-1.66C9.324%202.153%209.672%202%2010%202s.676.153%201.034.518c.36.368.705.927%201.003%201.66c.32.787.574%201.746.74%202.822zM10%2018c.328%200%20.676-.153%201.034-.518c.36-.368.705-.927%201.003-1.66c.32-.787.574-1.746.74-2.822H7.223c.167%201.076.421%202.035.741%202.822c.298.733.642%201.292%201.003%201.66c.358.365.706.518%201.034.518m-3-8c0%20.692.033%201.362.096%202h5.808A21%2021%200%200%200%2013%2010c0-.692-.033-1.362-.096-2H7.096A21%2021%200%200%200%207%2010%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cdefs%3E%3CradialGradient%20id%3D%22SVGhWhXiclN%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(225%2010.4%203.895)scale(12.7313)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2325a2f0%22%2F%3E%3Cstop%20offset%3D%22.974%22%20stop-color%3D%22%233bd5ff%22%2F%3E%3C%2FradialGradient%3E%3ClinearGradient%20id%3D%22SVGuv0AxdpE%22%20x1%3D%225.556%22%20x2%3D%2217.111%22%20y1%3D%224.667%22%20y2%3D%2215.333%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2329c3ff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232052cb%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGuv0AxdpE)%22%20d%3D%22M10%2018a8%208%200%201%200%200-16a8%208%200%200%200%200%2016%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGhWhXiclN)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M7.853%202.291a7%207%200%200%200-.816%201.51c-.368.906-.65%201.995-.826%203.199H2.58q-.195.485-.33%201h3.84a22%2022%200%200%200%20.001%204h-3.84q.135.515.33%201h3.63c.176%201.204.458%202.293.826%203.199a7%207%200%200%200%20.816%201.51A8%208%200%200%200%2010%2018a8%208%200%200%200%202.147-.291a7%207%200%200%200%20.816-1.51c.368-.906.65-1.995.826-3.199h3.63q.195-.485.329-1h-3.84a21.6%2021.6%200%200%200%200-4h3.84a8%208%200%200%200-.33-1H13.79c-.176-1.204-.458-2.293-.826-3.199a7%207%200%200%200-.816-1.51A8%208%200%200%200%2010%202a8%208%200%200%200-2.147.291M7.223%207c.166-1.076.42-2.035.74-2.822c.298-.733.642-1.292%201.003-1.66C9.324%202.153%209.672%202%2010%202s.676.153%201.034.518c.36.368.705.927%201.003%201.66c.32.787.574%201.746.74%202.822zM10%2018c.328%200%20.676-.153%201.034-.518c.36-.368.705-.927%201.003-1.66c.32-.787.574-1.746.74-2.822H7.223c.167%201.076.421%202.035.741%202.822c.298.733.642%201.292%201.003%201.66c.358.365.706.518%201.034.518m-3-8c0%20.692.033%201.362.096%202h5.808A21%2021%200%200%200%2013%2010c0-.692-.033-1.362-.096-2H7.096A21%2021%200%200%200%207%2010%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cdefs%3E%3CradialGradient%20id%3D%22SVGhWhXiclN%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(225%2010.4%203.895)scale(12.7313)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2325a2f0%22%2F%3E%3Cstop%20offset%3D%22.974%22%20stop-color%3D%22%233bd5ff%22%2F%3E%3C%2FradialGradient%3E%3ClinearGradient%20id%3D%22SVGuv0AxdpE%22%20x1%3D%225.556%22%20x2%3D%2217.111%22%20y1%3D%224.667%22%20y2%3D%2215.333%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2329c3ff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232052cb%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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