document globe icon
document-globe-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- document-globe-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
document-100-16-filleddocument-add-16-filleddocument-arrow-down-16-filleddocument-arrow-down-off-20-filleddocument-arrow-left-16-filleddocument-arrow-right-16-filleddocument-arrow-up-16-filleddocument-autosave-24-regulardocument-border-20-filleddocument-border-print-20-filleddocument-briefcase-16-filleddocument-broken-20-filleddocument-bullet-list-16-filleddocument-bullet-list-arrow-left-16-filleddocument-bullet-list-clock-20-filleddocument-bullet-list-cube-16-filleddocument-bullet-list-multiple-20-filleddocument-bullet-list-off-20-filleddocument-catch-up-16-filleddocument-checkmark-16-filleddocument-chevron-double-20-filleddocument-code-16-filleddocument-contract-16-filleddocument-copy-16-filled
Use the document globe icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.993 12c-.047 1.128-.248 2.123-.539 2.85c-.167.417-.354.722-.535.914c-.18.19-.32.236-.415.236s-.235-.046-.415-.236c-.182-.192-.368-.497-.535-.914c-.29-.727-.494-1.722-.54-2.85zm-3.98 0c.048 1.234.267 2.36.612 3.222q.096.24.208.458A4.5 4.5 0 0 1 .031 12zm6.964 0a4.5 4.5 0 0 1-2.803 3.68q.111-.218.208-.458c.345-.862.565-1.988.612-3.222zm.609-11a1.5 1.5 0 0 1 1.06.44l2.914 2.914a1.5 1.5 0 0 1 .44 1.06V13a2 2 0 0 1-2 2H8.742q.382-.462.656-1H12a1 1 0 0 0 1-1V6h-2.5A1.5 1.5 0 0 1 9 4.5V2H6a1 1 0 0 0-1 1v3.023a5.6 5.6 0 0 0-1 0V3a2 2 0 0 1 2-2zM10 4.5a.5.5 0 0 0 .5.5h2.293L10 2.207zM2.833 7.32a5 5 0 0 0-.208.458C2.28 8.64 2.061 9.766 2.014 11H.03a4.5 4.5 0 0 1 2.802-3.68M4.503 7c.095 0 .236.046.416.236c.181.192.368.497.535.914c.29.727.492 1.722.54 2.85h-2.98c.046-1.128.25-2.123.54-2.85c.167-.417.354-.722.535-.914c.18-.19.32-.236.415-.236m1.67.32A4.5 4.5 0 0 1 8.978 11H6.994c-.047-1.234-.267-2.36-.612-3.222a5 5 0 0 0-.208-.458"/></svg>
React
import type { SVGProps } from "react";
export function FluentDocumentGlobe16Regular(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="M5.993 12c-.047 1.128-.248 2.123-.539 2.85c-.167.417-.354.722-.535.914c-.18.19-.32.236-.415.236s-.235-.046-.415-.236c-.182-.192-.368-.497-.535-.914c-.29-.727-.494-1.722-.54-2.85zm-3.98 0c.048 1.234.267 2.36.612 3.222q.096.24.208.458A4.5 4.5 0 0 1 .031 12zm6.964 0a4.5 4.5 0 0 1-2.803 3.68q.111-.218.208-.458c.345-.862.565-1.988.612-3.222zm.609-11a1.5 1.5 0 0 1 1.06.44l2.914 2.914a1.5 1.5 0 0 1 .44 1.06V13a2 2 0 0 1-2 2H8.742q.382-.462.656-1H12a1 1 0 0 0 1-1V6h-2.5A1.5 1.5 0 0 1 9 4.5V2H6a1 1 0 0 0-1 1v3.023a5.6 5.6 0 0 0-1 0V3a2 2 0 0 1 2-2zM10 4.5a.5.5 0 0 0 .5.5h2.293L10 2.207zM2.833 7.32a5 5 0 0 0-.208.458C2.28 8.64 2.061 9.766 2.014 11H.03a4.5 4.5 0 0 1 2.802-3.68M4.503 7c.095 0 .236.046.416.236c.181.192.368.497.535.914c.29.727.492 1.722.54 2.85h-2.98c.046-1.128.25-2.123.54-2.85c.167-.417.354-.722.535-.914c.18-.19.32-.236.415-.236m1.67.32A4.5 4.5 0 0 1 8.978 11H6.994c-.047-1.234-.267-2.36-.612-3.222a5 5 0 0 0-.208-.458"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.993 12c-.047 1.128-.248 2.123-.539 2.85c-.167.417-.354.722-.535.914c-.18.19-.32.236-.415.236s-.235-.046-.415-.236c-.182-.192-.368-.497-.535-.914c-.29-.727-.494-1.722-.54-2.85zm-3.98 0c.048 1.234.267 2.36.612 3.222q.096.24.208.458A4.5 4.5 0 0 1 .031 12zm6.964 0a4.5 4.5 0 0 1-2.803 3.68q.111-.218.208-.458c.345-.862.565-1.988.612-3.222zm.609-11a1.5 1.5 0 0 1 1.06.44l2.914 2.914a1.5 1.5 0 0 1 .44 1.06V13a2 2 0 0 1-2 2H8.742q.382-.462.656-1H12a1 1 0 0 0 1-1V6h-2.5A1.5 1.5 0 0 1 9 4.5V2H6a1 1 0 0 0-1 1v3.023a5.6 5.6 0 0 0-1 0V3a2 2 0 0 1 2-2zM10 4.5a.5.5 0 0 0 .5.5h2.293L10 2.207zM2.833 7.32a5 5 0 0 0-.208.458C2.28 8.64 2.061 9.766 2.014 11H.03a4.5 4.5 0 0 1 2.802-3.68M4.503 7c.095 0 .236.046.416.236c.181.192.368.497.535.914c.29.727.492 1.722.54 2.85h-2.98c.046-1.128.25-2.123.54-2.85c.167-.417.354-.722.535-.914c.18-.19.32-.236.415-.236m1.67.32A4.5 4.5 0 0 1 8.978 11H6.994c-.047-1.234-.267-2.36-.612-3.222a5 5 0 0 0-.208-.458"/></svg> </template>
CSS
.icon-document-globe-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%22M5.993%2012c-.047%201.128-.248%202.123-.539%202.85c-.167.417-.354.722-.535.914c-.18.19-.32.236-.415.236s-.235-.046-.415-.236c-.182-.192-.368-.497-.535-.914c-.29-.727-.494-1.722-.54-2.85zm-3.98%200c.048%201.234.267%202.36.612%203.222q.096.24.208.458A4.5%204.5%200%200%201%20.031%2012zm6.964%200a4.5%204.5%200%200%201-2.803%203.68q.111-.218.208-.458c.345-.862.565-1.988.612-3.222zm.609-11a1.5%201.5%200%200%201%201.06.44l2.914%202.914a1.5%201.5%200%200%201%20.44%201.06V13a2%202%200%200%201-2%202H8.742q.382-.462.656-1H12a1%201%200%200%200%201-1V6h-2.5A1.5%201.5%200%200%201%209%204.5V2H6a1%201%200%200%200-1%201v3.023a5.6%205.6%200%200%200-1%200V3a2%202%200%200%201%202-2zM10%204.5a.5.5%200%200%200%20.5.5h2.293L10%202.207zM2.833%207.32a5%205%200%200%200-.208.458C2.28%208.64%202.061%209.766%202.014%2011H.03a4.5%204.5%200%200%201%202.802-3.68M4.503%207c.095%200%20.236.046.416.236c.181.192.368.497.535.914c.29.727.492%201.722.54%202.85h-2.98c.046-1.128.25-2.123.54-2.85c.167-.417.354-.722.535-.914c.18-.19.32-.236.415-.236m1.67.32A4.5%204.5%200%200%201%208.978%2011H6.994c-.047-1.234-.267-2.36-.612-3.222a5%205%200%200%200-.208-.458%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%22M5.993%2012c-.047%201.128-.248%202.123-.539%202.85c-.167.417-.354.722-.535.914c-.18.19-.32.236-.415.236s-.235-.046-.415-.236c-.182-.192-.368-.497-.535-.914c-.29-.727-.494-1.722-.54-2.85zm-3.98%200c.048%201.234.267%202.36.612%203.222q.096.24.208.458A4.5%204.5%200%200%201%20.031%2012zm6.964%200a4.5%204.5%200%200%201-2.803%203.68q.111-.218.208-.458c.345-.862.565-1.988.612-3.222zm.609-11a1.5%201.5%200%200%201%201.06.44l2.914%202.914a1.5%201.5%200%200%201%20.44%201.06V13a2%202%200%200%201-2%202H8.742q.382-.462.656-1H12a1%201%200%200%200%201-1V6h-2.5A1.5%201.5%200%200%201%209%204.5V2H6a1%201%200%200%200-1%201v3.023a5.6%205.6%200%200%200-1%200V3a2%202%200%200%201%202-2zM10%204.5a.5.5%200%200%200%20.5.5h2.293L10%202.207zM2.833%207.32a5%205%200%200%200-.208.458C2.28%208.64%202.061%209.766%202.014%2011H.03a4.5%204.5%200%200%201%202.802-3.68M4.503%207c.095%200%20.236.046.416.236c.181.192.368.497.535.914c.29.727.492%201.722.54%202.85h-2.98c.046-1.128.25-2.123.54-2.85c.167-.417.354-.722.535-.914c.18-.19.32-.236.415-.236m1.67.32A4.5%204.5%200%200%201%208.978%2011H6.994c-.047-1.234-.267-2.36-.612-3.222a5%205%200%200%200-.208-.458%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/document-globe-16-regular.svg?color=%231a73e8&size=48