cloud archive icon
cloud-archive-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- cloud-archive-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- License
- MIT
11 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
cloud-add-16-filledcloud-arrow-down-16-filledcloud-arrow-right-16-filledcloud-arrow-up-16-filledcloud-beaker-16-filledcloud-bidirectional-20-filledcloud-checkmark-16-filledcloud-cube-16-filledcloud-database-20-filledcloud-desktop-20-filledcloud-dismiss-16-filledcloud-edit-16-filledcloud-error-16-filledcloud-flow-20-filledcloud-link-16-filledcloud-off-16-filledcloud-offline-24-filledcloud-swap-20-filledcloud-sync-16-filledcloud-words-16-filled
Use the cloud archive icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 9.5a9.5 9.5 0 0 0-9.497 9.721a1.25 1.25 0 0 1-1.25 1.279H11.5a6 6 0 0 0 0 12H24V35H11.5a8.5 8.5 0 0 1 0-17h.541C12.55 11.84 17.71 7 24 7s11.45 4.84 11.959 11h.541a8.5 8.5 0 0 1 7.748 5h-2.874a6 6 0 0 0-4.874-2.5h-1.753a1.25 1.25 0 0 1-1.25-1.279q.003-.11.003-.221A9.5 9.5 0 0 0 24 9.5M25 25a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1zm1 7h18v9a4 4 0 0 1-4 4H30a4 4 0 0 1-4-4zm12 3h-6a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2"/></svg>
React
import type { SVGProps } from "react";
export function FluentCloudArchive48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 9.5a9.5 9.5 0 0 0-9.497 9.721a1.25 1.25 0 0 1-1.25 1.279H11.5a6 6 0 0 0 0 12H24V35H11.5a8.5 8.5 0 0 1 0-17h.541C12.55 11.84 17.71 7 24 7s11.45 4.84 11.959 11h.541a8.5 8.5 0 0 1 7.748 5h-2.874a6 6 0 0 0-4.874-2.5h-1.753a1.25 1.25 0 0 1-1.25-1.279q.003-.11.003-.221A9.5 9.5 0 0 0 24 9.5M25 25a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1zm1 7h18v9a4 4 0 0 1-4 4H30a4 4 0 0 1-4-4zm12 3h-6a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 9.5a9.5 9.5 0 0 0-9.497 9.721a1.25 1.25 0 0 1-1.25 1.279H11.5a6 6 0 0 0 0 12H24V35H11.5a8.5 8.5 0 0 1 0-17h.541C12.55 11.84 17.71 7 24 7s11.45 4.84 11.959 11h.541a8.5 8.5 0 0 1 7.748 5h-2.874a6 6 0 0 0-4.874-2.5h-1.753a1.25 1.25 0 0 1-1.25-1.279q.003-.11.003-.221A9.5 9.5 0 0 0 24 9.5M25 25a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1zm1 7h18v9a4 4 0 0 1-4 4H30a4 4 0 0 1-4-4zm12 3h-6a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2"/></svg> </template>
CSS
.icon-cloud-archive-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%209.5a9.5%209.5%200%200%200-9.497%209.721a1.25%201.25%200%200%201-1.25%201.279H11.5a6%206%200%200%200%200%2012H24V35H11.5a8.5%208.5%200%200%201%200-17h.541C12.55%2011.84%2017.71%207%2024%207s11.45%204.84%2011.959%2011h.541a8.5%208.5%200%200%201%207.748%205h-2.874a6%206%200%200%200-4.874-2.5h-1.753a1.25%201.25%200%200%201-1.25-1.279q.003-.11.003-.221A9.5%209.5%200%200%200%2024%209.5M25%2025a1%201%200%200%200-1%201v3a1%201%200%200%200%201%201h20a1%201%200%200%200%201-1v-3a1%201%200%200%200-1-1zm1%207h18v9a4%204%200%200%201-4%204H30a4%204%200%200%201-4-4zm12%203h-6a1%201%200%201%200%200%202h6a1%201%200%201%200%200-2%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%209.5a9.5%209.5%200%200%200-9.497%209.721a1.25%201.25%200%200%201-1.25%201.279H11.5a6%206%200%200%200%200%2012H24V35H11.5a8.5%208.5%200%200%201%200-17h.541C12.55%2011.84%2017.71%207%2024%207s11.45%204.84%2011.959%2011h.541a8.5%208.5%200%200%201%207.748%205h-2.874a6%206%200%200%200-4.874-2.5h-1.753a1.25%201.25%200%200%201-1.25-1.279q.003-.11.003-.221A9.5%209.5%200%200%200%2024%209.5M25%2025a1%201%200%200%200-1%201v3a1%201%200%200%200%201%201h20a1%201%200%200%200%201-1v-3a1%201%200%200%200-1-1zm1%207h18v9a4%204%200%200%201-4%204H30a4%204%200%200%201-4-4zm12%203h-6a1%201%200%201%200%200%202h6a1%201%200%201%200%200-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/cloud-archive-48-regular.svg?color=%231a73e8&size=48