document globe icon
document-globe-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- document-globe-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M12 8V2H6a2 2 0 0 0-2 2v7.498A6.5 6.5 0 0 1 11.19 22H18a2 2 0 0 0 2-2V10h-6a2 2 0 0 1-2-2m1.5 0V2.5l6 6H14a.5.5 0 0 1-.5-.5m-8.493 9c.04-1.415.248-2.669.553-3.585c.171-.513.364-.893.554-1.134c.195-.247.329-.281.386-.281s.191.034.386.281c.19.241.383.62.554 1.134c.305.916.513 2.17.553 3.585zm-.396-3.9a6 6 0 0 1 .368-.887A5.505 5.505 0 0 0 1.022 17h2.985c.04-1.5.26-2.866.604-3.9m3.778 0a6 6 0 0 0-.368-.887A5.5 5.5 0 0 1 11.978 17H8.993c-.04-1.5-.26-2.866-.604-3.9m.604 4.9h2.985a5.5 5.5 0 0 1-3.957 4.787a6 6 0 0 0 .368-.886c.345-1.035.564-2.4.604-3.901m-2.107 4.719c-.195.247-.329.281-.386.281s-.191-.034-.386-.281c-.19-.241-.383-.62-.554-1.135c-.305-.915-.513-2.17-.553-3.584h2.986c-.04 1.415-.248 2.669-.553 3.584c-.171.514-.364.894-.554 1.135M1.022 18a5.505 5.505 0 0 0 3.957 4.787a6 6 0 0 1-.368-.886c-.345-1.035-.564-2.4-.604-3.901z"/></svg>
React
import type { SVGProps } from "react";
export function FluentDocumentGlobe24Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 8V2H6a2 2 0 0 0-2 2v7.498A6.5 6.5 0 0 1 11.19 22H18a2 2 0 0 0 2-2V10h-6a2 2 0 0 1-2-2m1.5 0V2.5l6 6H14a.5.5 0 0 1-.5-.5m-8.493 9c.04-1.415.248-2.669.553-3.585c.171-.513.364-.893.554-1.134c.195-.247.329-.281.386-.281s.191.034.386.281c.19.241.383.62.554 1.134c.305.916.513 2.17.553 3.585zm-.396-3.9a6 6 0 0 1 .368-.887A5.505 5.505 0 0 0 1.022 17h2.985c.04-1.5.26-2.866.604-3.9m3.778 0a6 6 0 0 0-.368-.887A5.5 5.5 0 0 1 11.978 17H8.993c-.04-1.5-.26-2.866-.604-3.9m.604 4.9h2.985a5.5 5.5 0 0 1-3.957 4.787a6 6 0 0 0 .368-.886c.345-1.035.564-2.4.604-3.901m-2.107 4.719c-.195.247-.329.281-.386.281s-.191-.034-.386-.281c-.19-.241-.383-.62-.554-1.135c-.305-.915-.513-2.17-.553-3.584h2.986c-.04 1.415-.248 2.669-.553 3.584c-.171.514-.364.894-.554 1.135M1.022 18a5.505 5.505 0 0 0 3.957 4.787a6 6 0 0 1-.368-.886c-.345-1.035-.564-2.4-.604-3.901z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 8V2H6a2 2 0 0 0-2 2v7.498A6.5 6.5 0 0 1 11.19 22H18a2 2 0 0 0 2-2V10h-6a2 2 0 0 1-2-2m1.5 0V2.5l6 6H14a.5.5 0 0 1-.5-.5m-8.493 9c.04-1.415.248-2.669.553-3.585c.171-.513.364-.893.554-1.134c.195-.247.329-.281.386-.281s.191.034.386.281c.19.241.383.62.554 1.134c.305.916.513 2.17.553 3.585zm-.396-3.9a6 6 0 0 1 .368-.887A5.505 5.505 0 0 0 1.022 17h2.985c.04-1.5.26-2.866.604-3.9m3.778 0a6 6 0 0 0-.368-.887A5.5 5.5 0 0 1 11.978 17H8.993c-.04-1.5-.26-2.866-.604-3.9m.604 4.9h2.985a5.5 5.5 0 0 1-3.957 4.787a6 6 0 0 0 .368-.886c.345-1.035.564-2.4.604-3.901m-2.107 4.719c-.195.247-.329.281-.386.281s-.191-.034-.386-.281c-.19-.241-.383-.62-.554-1.135c-.305-.915-.513-2.17-.553-3.584h2.986c-.04 1.415-.248 2.669-.553 3.584c-.171.514-.364.894-.554 1.135M1.022 18a5.505 5.505 0 0 0 3.957 4.787a6 6 0 0 1-.368-.886c-.345-1.035-.564-2.4-.604-3.901z"/></svg> </template>
CSS
.icon-document-globe-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%208V2H6a2%202%200%200%200-2%202v7.498A6.5%206.5%200%200%201%2011.19%2022H18a2%202%200%200%200%202-2V10h-6a2%202%200%200%201-2-2m1.5%200V2.5l6%206H14a.5.5%200%200%201-.5-.5m-8.493%209c.04-1.415.248-2.669.553-3.585c.171-.513.364-.893.554-1.134c.195-.247.329-.281.386-.281s.191.034.386.281c.19.241.383.62.554%201.134c.305.916.513%202.17.553%203.585zm-.396-3.9a6%206%200%200%201%20.368-.887A5.505%205.505%200%200%200%201.022%2017h2.985c.04-1.5.26-2.866.604-3.9m3.778%200a6%206%200%200%200-.368-.887A5.5%205.5%200%200%201%2011.978%2017H8.993c-.04-1.5-.26-2.866-.604-3.9m.604%204.9h2.985a5.5%205.5%200%200%201-3.957%204.787a6%206%200%200%200%20.368-.886c.345-1.035.564-2.4.604-3.901m-2.107%204.719c-.195.247-.329.281-.386.281s-.191-.034-.386-.281c-.19-.241-.383-.62-.554-1.135c-.305-.915-.513-2.17-.553-3.584h2.986c-.04%201.415-.248%202.669-.553%203.584c-.171.514-.364.894-.554%201.135M1.022%2018a5.505%205.505%200%200%200%203.957%204.787a6%206%200%200%201-.368-.886c-.345-1.035-.564-2.4-.604-3.901z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%208V2H6a2%202%200%200%200-2%202v7.498A6.5%206.5%200%200%201%2011.19%2022H18a2%202%200%200%200%202-2V10h-6a2%202%200%200%201-2-2m1.5%200V2.5l6%206H14a.5.5%200%200%201-.5-.5m-8.493%209c.04-1.415.248-2.669.553-3.585c.171-.513.364-.893.554-1.134c.195-.247.329-.281.386-.281s.191.034.386.281c.19.241.383.62.554%201.134c.305.916.513%202.17.553%203.585zm-.396-3.9a6%206%200%200%201%20.368-.887A5.505%205.505%200%200%200%201.022%2017h2.985c.04-1.5.26-2.866.604-3.9m3.778%200a6%206%200%200%200-.368-.887A5.5%205.5%200%200%201%2011.978%2017H8.993c-.04-1.5-.26-2.866-.604-3.9m.604%204.9h2.985a5.5%205.5%200%200%201-3.957%204.787a6%206%200%200%200%20.368-.886c.345-1.035.564-2.4.604-3.901m-2.107%204.719c-.195.247-.329.281-.386.281s-.191-.034-.386-.281c-.19-.241-.383-.62-.554-1.135c-.305-.915-.513-2.17-.553-3.584h2.986c-.04%201.415-.248%202.669-.553%203.584c-.171.514-.364.894-.554%201.135M1.022%2018a5.505%205.505%200%200%200%203.957%204.787a6%206%200%200%201-.368-.886c-.345-1.035-.564-2.4-.604-3.901z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/document-globe-24-filled.svg?color=%231a73e8&size=48