globe sync icon
globe-sync-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- globe-sync-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- 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-surface-20-filledglobe-video-20-filledglobe-warning-16-filled
Use the globe sync icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2 8a6 6 0 0 0 4.509 5.813A5.5 5.5 0 0 1 6 11.5a5.5 5.5 0 0 1 .207-1.5h-.028A11 11 0 0 1 6 8c0-.714.064-1.39.179-2H9.82q.024.122.043.247a5.5 5.5 0 0 1 .98-.208L10.837 6h1.747l.05.117a5.5 5.5 0 0 1 1.18.392A6 6 0 0 0 2 8m6-5c.374 0 .875.356 1.313 1.318q.141.313.26.682H6.427a6 6 0 0 1 .26-.682C7.125 3.356 7.627 3 8 3m-2.223.904q-.227.5-.393 1.096H4a5 5 0 0 1 2.038-1.6a6 6 0 0 0-.261.504M5.163 6A12 12 0 0 0 5 8c0 .699.057 1.373.163 2H3.416A5 5 0 0 1 3 8c0-.711.148-1.388.416-2zm.221 5q.166.596.393 1.096q.119.262.26.504A5 5 0 0 1 4 11zm4.578-7.6A5 5 0 0 1 12 5h-1.384a7.5 7.5 0 0 0-.393-1.096a6 6 0 0 0-.26-.504M7 11.5a4.5 4.5 0 1 0 9 0a4.5 4.5 0 0 0-9 0m6.5-3a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-.5.5H12a.5.5 0 0 1 0-1h.468a2 2 0 0 0-.933-.25a2 2 0 0 0-1.45.586a.5.5 0 0 1-.706-.707A3 3 0 0 1 13 9.152V9a.5.5 0 0 1 .5-.5m-.876 5.532A3 3 0 0 1 10 13.848V14a.5.5 0 0 1-1 0v-1.5a.5.5 0 0 1 .5-.5H11a.5.5 0 0 1 0 1h-.468q.075.042.155.077a2 2 0 0 0 2.227-.413a.5.5 0 0 1 .707.707c-.285.285-.624.51-.997.66"/></svg>
React
import type { SVGProps } from "react";
export function FluentGlobeSync16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2 8a6 6 0 0 0 4.509 5.813A5.5 5.5 0 0 1 6 11.5a5.5 5.5 0 0 1 .207-1.5h-.028A11 11 0 0 1 6 8c0-.714.064-1.39.179-2H9.82q.024.122.043.247a5.5 5.5 0 0 1 .98-.208L10.837 6h1.747l.05.117a5.5 5.5 0 0 1 1.18.392A6 6 0 0 0 2 8m6-5c.374 0 .875.356 1.313 1.318q.141.313.26.682H6.427a6 6 0 0 1 .26-.682C7.125 3.356 7.627 3 8 3m-2.223.904q-.227.5-.393 1.096H4a5 5 0 0 1 2.038-1.6a6 6 0 0 0-.261.504M5.163 6A12 12 0 0 0 5 8c0 .699.057 1.373.163 2H3.416A5 5 0 0 1 3 8c0-.711.148-1.388.416-2zm.221 5q.166.596.393 1.096q.119.262.26.504A5 5 0 0 1 4 11zm4.578-7.6A5 5 0 0 1 12 5h-1.384a7.5 7.5 0 0 0-.393-1.096a6 6 0 0 0-.26-.504M7 11.5a4.5 4.5 0 1 0 9 0a4.5 4.5 0 0 0-9 0m6.5-3a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-.5.5H12a.5.5 0 0 1 0-1h.468a2 2 0 0 0-.933-.25a2 2 0 0 0-1.45.586a.5.5 0 0 1-.706-.707A3 3 0 0 1 13 9.152V9a.5.5 0 0 1 .5-.5m-.876 5.532A3 3 0 0 1 10 13.848V14a.5.5 0 0 1-1 0v-1.5a.5.5 0 0 1 .5-.5H11a.5.5 0 0 1 0 1h-.468q.075.042.155.077a2 2 0 0 0 2.227-.413a.5.5 0 0 1 .707.707c-.285.285-.624.51-.997.66"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2 8a6 6 0 0 0 4.509 5.813A5.5 5.5 0 0 1 6 11.5a5.5 5.5 0 0 1 .207-1.5h-.028A11 11 0 0 1 6 8c0-.714.064-1.39.179-2H9.82q.024.122.043.247a5.5 5.5 0 0 1 .98-.208L10.837 6h1.747l.05.117a5.5 5.5 0 0 1 1.18.392A6 6 0 0 0 2 8m6-5c.374 0 .875.356 1.313 1.318q.141.313.26.682H6.427a6 6 0 0 1 .26-.682C7.125 3.356 7.627 3 8 3m-2.223.904q-.227.5-.393 1.096H4a5 5 0 0 1 2.038-1.6a6 6 0 0 0-.261.504M5.163 6A12 12 0 0 0 5 8c0 .699.057 1.373.163 2H3.416A5 5 0 0 1 3 8c0-.711.148-1.388.416-2zm.221 5q.166.596.393 1.096q.119.262.26.504A5 5 0 0 1 4 11zm4.578-7.6A5 5 0 0 1 12 5h-1.384a7.5 7.5 0 0 0-.393-1.096a6 6 0 0 0-.26-.504M7 11.5a4.5 4.5 0 1 0 9 0a4.5 4.5 0 0 0-9 0m6.5-3a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-.5.5H12a.5.5 0 0 1 0-1h.468a2 2 0 0 0-.933-.25a2 2 0 0 0-1.45.586a.5.5 0 0 1-.706-.707A3 3 0 0 1 13 9.152V9a.5.5 0 0 1 .5-.5m-.876 5.532A3 3 0 0 1 10 13.848V14a.5.5 0 0 1-1 0v-1.5a.5.5 0 0 1 .5-.5H11a.5.5 0 0 1 0 1h-.468q.075.042.155.077a2 2 0 0 0 2.227-.413a.5.5 0 0 1 .707.707c-.285.285-.624.51-.997.66"/></svg> </template>
CSS
.icon-globe-sync-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%208a6%206%200%200%200%204.509%205.813A5.5%205.5%200%200%201%206%2011.5a5.5%205.5%200%200%201%20.207-1.5h-.028A11%2011%200%200%201%206%208c0-.714.064-1.39.179-2H9.82q.024.122.043.247a5.5%205.5%200%200%201%20.98-.208L10.837%206h1.747l.05.117a5.5%205.5%200%200%201%201.18.392A6%206%200%200%200%202%208m6-5c.374%200%20.875.356%201.313%201.318q.141.313.26.682H6.427a6%206%200%200%201%20.26-.682C7.125%203.356%207.627%203%208%203m-2.223.904q-.227.5-.393%201.096H4a5%205%200%200%201%202.038-1.6a6%206%200%200%200-.261.504M5.163%206A12%2012%200%200%200%205%208c0%20.699.057%201.373.163%202H3.416A5%205%200%200%201%203%208c0-.711.148-1.388.416-2zm.221%205q.166.596.393%201.096q.119.262.26.504A5%205%200%200%201%204%2011zm4.578-7.6A5%205%200%200%201%2012%205h-1.384a7.5%207.5%200%200%200-.393-1.096a6%206%200%200%200-.26-.504M7%2011.5a4.5%204.5%200%201%200%209%200a4.5%204.5%200%200%200-9%200m6.5-3a.5.5%200%200%201%20.5.5v1.5a.5.5%200%200%201-.5.5H12a.5.5%200%200%201%200-1h.468a2%202%200%200%200-.933-.25a2%202%200%200%200-1.45.586a.5.5%200%200%201-.706-.707A3%203%200%200%201%2013%209.152V9a.5.5%200%200%201%20.5-.5m-.876%205.532A3%203%200%200%201%2010%2013.848V14a.5.5%200%200%201-1%200v-1.5a.5.5%200%200%201%20.5-.5H11a.5.5%200%200%201%200%201h-.468q.075.042.155.077a2%202%200%200%200%202.227-.413a.5.5%200%200%201%20.707.707c-.285.285-.624.51-.997.66%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%208a6%206%200%200%200%204.509%205.813A5.5%205.5%200%200%201%206%2011.5a5.5%205.5%200%200%201%20.207-1.5h-.028A11%2011%200%200%201%206%208c0-.714.064-1.39.179-2H9.82q.024.122.043.247a5.5%205.5%200%200%201%20.98-.208L10.837%206h1.747l.05.117a5.5%205.5%200%200%201%201.18.392A6%206%200%200%200%202%208m6-5c.374%200%20.875.356%201.313%201.318q.141.313.26.682H6.427a6%206%200%200%201%20.26-.682C7.125%203.356%207.627%203%208%203m-2.223.904q-.227.5-.393%201.096H4a5%205%200%200%201%202.038-1.6a6%206%200%200%200-.261.504M5.163%206A12%2012%200%200%200%205%208c0%20.699.057%201.373.163%202H3.416A5%205%200%200%201%203%208c0-.711.148-1.388.416-2zm.221%205q.166.596.393%201.096q.119.262.26.504A5%205%200%200%201%204%2011zm4.578-7.6A5%205%200%200%201%2012%205h-1.384a7.5%207.5%200%200%200-.393-1.096a6%206%200%200%200-.26-.504M7%2011.5a4.5%204.5%200%201%200%209%200a4.5%204.5%200%200%200-9%200m6.5-3a.5.5%200%200%201%20.5.5v1.5a.5.5%200%200%201-.5.5H12a.5.5%200%200%201%200-1h.468a2%202%200%200%200-.933-.25a2%202%200%200%200-1.45.586a.5.5%200%200%201-.706-.707A3%203%200%200%201%2013%209.152V9a.5.5%200%200%201%20.5-.5m-.876%205.532A3%203%200%200%201%2010%2013.848V14a.5.5%200%200%201-1%200v-1.5a.5.5%200%200%201%20.5-.5H11a.5.5%200%200%201%200%201h-.468q.075.042.155.077a2%202%200%200%200%202.227-.413a.5.5%200%200%201%20.707.707c-.285.285-.624.51-.997.66%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/globe-sync-16-regular.svg?color=%231a73e8&size=48