document globe icon
document-globe-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- document-globe-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- 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="M4 4a2 2 0 0 1 2-2h6.172a2 2 0 0 1 1.414.586l5.828 5.828A2 2 0 0 1 20 9.828V20a2 2 0 0 1-2 2h-6.81a6.5 6.5 0 0 0 1.078-1.5H18a.5.5 0 0 0 .5-.5V10H14a2 2 0 0 1-2-2V3.5H6a.5.5 0 0 0-.5.5v7.076a6.5 6.5 0 0 0-1.5.422zm10 4.5h3.38L13.5 4.62V8a.5.5 0 0 0 .5.5m-8.44 4.916c-.305.915-.513 2.17-.553 3.584h2.986c-.04-1.415-.248-2.669-.553-3.585c-.171-.513-.364-.893-.554-1.134C6.69 12.034 6.557 12 6.5 12s-.191.034-.386.281c-.19.241-.383.62-.554 1.134m-.58-1.203a6 6 0 0 0-.369.886c-.345 1.035-.564 2.4-.604 3.901H1.022a5.505 5.505 0 0 1 3.957-4.787m3.409.886a6 6 0 0 0-.368-.886A5.5 5.5 0 0 1 11.978 17H8.993c-.04-1.5-.26-2.866-.604-3.9m3.589 4.9H8.993c-.04 1.5-.26 2.866-.604 3.9a6 6 0 0 1-.368.887A5.5 5.5 0 0 0 11.978 18m-5.092 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.135m-1.907.068A5.505 5.505 0 0 1 1.022 18h2.985c.04 1.5.26 2.866.604 3.9c.108.323.23.622.368.887"/></svg>
React
import type { SVGProps } from "react";
export function FluentDocumentGlobe24Regular(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="M4 4a2 2 0 0 1 2-2h6.172a2 2 0 0 1 1.414.586l5.828 5.828A2 2 0 0 1 20 9.828V20a2 2 0 0 1-2 2h-6.81a6.5 6.5 0 0 0 1.078-1.5H18a.5.5 0 0 0 .5-.5V10H14a2 2 0 0 1-2-2V3.5H6a.5.5 0 0 0-.5.5v7.076a6.5 6.5 0 0 0-1.5.422zm10 4.5h3.38L13.5 4.62V8a.5.5 0 0 0 .5.5m-8.44 4.916c-.305.915-.513 2.17-.553 3.584h2.986c-.04-1.415-.248-2.669-.553-3.585c-.171-.513-.364-.893-.554-1.134C6.69 12.034 6.557 12 6.5 12s-.191.034-.386.281c-.19.241-.383.62-.554 1.134m-.58-1.203a6 6 0 0 0-.369.886c-.345 1.035-.564 2.4-.604 3.901H1.022a5.505 5.505 0 0 1 3.957-4.787m3.409.886a6 6 0 0 0-.368-.886A5.5 5.5 0 0 1 11.978 17H8.993c-.04-1.5-.26-2.866-.604-3.9m3.589 4.9H8.993c-.04 1.5-.26 2.866-.604 3.9a6 6 0 0 1-.368.887A5.5 5.5 0 0 0 11.978 18m-5.092 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.135m-1.907.068A5.505 5.505 0 0 1 1.022 18h2.985c.04 1.5.26 2.866.604 3.9c.108.323.23.622.368.887"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 4a2 2 0 0 1 2-2h6.172a2 2 0 0 1 1.414.586l5.828 5.828A2 2 0 0 1 20 9.828V20a2 2 0 0 1-2 2h-6.81a6.5 6.5 0 0 0 1.078-1.5H18a.5.5 0 0 0 .5-.5V10H14a2 2 0 0 1-2-2V3.5H6a.5.5 0 0 0-.5.5v7.076a6.5 6.5 0 0 0-1.5.422zm10 4.5h3.38L13.5 4.62V8a.5.5 0 0 0 .5.5m-8.44 4.916c-.305.915-.513 2.17-.553 3.584h2.986c-.04-1.415-.248-2.669-.553-3.585c-.171-.513-.364-.893-.554-1.134C6.69 12.034 6.557 12 6.5 12s-.191.034-.386.281c-.19.241-.383.62-.554 1.134m-.58-1.203a6 6 0 0 0-.369.886c-.345 1.035-.564 2.4-.604 3.901H1.022a5.505 5.505 0 0 1 3.957-4.787m3.409.886a6 6 0 0 0-.368-.886A5.5 5.5 0 0 1 11.978 17H8.993c-.04-1.5-.26-2.866-.604-3.9m3.589 4.9H8.993c-.04 1.5-.26 2.866-.604 3.9a6 6 0 0 1-.368.887A5.5 5.5 0 0 0 11.978 18m-5.092 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.135m-1.907.068A5.505 5.505 0 0 1 1.022 18h2.985c.04 1.5.26 2.866.604 3.9c.108.323.23.622.368.887"/></svg> </template>
CSS
.icon-document-globe-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%204a2%202%200%200%201%202-2h6.172a2%202%200%200%201%201.414.586l5.828%205.828A2%202%200%200%201%2020%209.828V20a2%202%200%200%201-2%202h-6.81a6.5%206.5%200%200%200%201.078-1.5H18a.5.5%200%200%200%20.5-.5V10H14a2%202%200%200%201-2-2V3.5H6a.5.5%200%200%200-.5.5v7.076a6.5%206.5%200%200%200-1.5.422zm10%204.5h3.38L13.5%204.62V8a.5.5%200%200%200%20.5.5m-8.44%204.916c-.305.915-.513%202.17-.553%203.584h2.986c-.04-1.415-.248-2.669-.553-3.585c-.171-.513-.364-.893-.554-1.134C6.69%2012.034%206.557%2012%206.5%2012s-.191.034-.386.281c-.19.241-.383.62-.554%201.134m-.58-1.203a6%206%200%200%200-.369.886c-.345%201.035-.564%202.4-.604%203.901H1.022a5.505%205.505%200%200%201%203.957-4.787m3.409.886a6%206%200%200%200-.368-.886A5.5%205.5%200%200%201%2011.978%2017H8.993c-.04-1.5-.26-2.866-.604-3.9m3.589%204.9H8.993c-.04%201.5-.26%202.866-.604%203.9a6%206%200%200%201-.368.887A5.5%205.5%200%200%200%2011.978%2018m-5.092%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.135m-1.907.068A5.505%205.505%200%200%201%201.022%2018h2.985c.04%201.5.26%202.866.604%203.9c.108.323.23.622.368.887%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%22M4%204a2%202%200%200%201%202-2h6.172a2%202%200%200%201%201.414.586l5.828%205.828A2%202%200%200%201%2020%209.828V20a2%202%200%200%201-2%202h-6.81a6.5%206.5%200%200%200%201.078-1.5H18a.5.5%200%200%200%20.5-.5V10H14a2%202%200%200%201-2-2V3.5H6a.5.5%200%200%200-.5.5v7.076a6.5%206.5%200%200%200-1.5.422zm10%204.5h3.38L13.5%204.62V8a.5.5%200%200%200%20.5.5m-8.44%204.916c-.305.915-.513%202.17-.553%203.584h2.986c-.04-1.415-.248-2.669-.553-3.585c-.171-.513-.364-.893-.554-1.134C6.69%2012.034%206.557%2012%206.5%2012s-.191.034-.386.281c-.19.241-.383.62-.554%201.134m-.58-1.203a6%206%200%200%200-.369.886c-.345%201.035-.564%202.4-.604%203.901H1.022a5.505%205.505%200%200%201%203.957-4.787m3.409.886a6%206%200%200%200-.368-.886A5.5%205.5%200%200%201%2011.978%2017H8.993c-.04-1.5-.26-2.866-.604-3.9m3.589%204.9H8.993c-.04%201.5-.26%202.866-.604%203.9a6%206%200%200%201-.368.887A5.5%205.5%200%200%200%2011.978%2018m-5.092%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.135m-1.907.068A5.505%205.505%200%200%201%201.022%2018h2.985c.04%201.5.26%202.866.604%203.9c.108.323.23.622.368.887%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-regular.svg?color=%231a73e8&size=48