cloud archive icon
cloud-archive-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- cloud-archive-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- 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 32 32"><path fill="currentColor" d="M29 27.5a3 3 0 0 1-3 3h-6a3 3 0 0 1-3-3V22h12zM20.75 24a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5zM16 5c1.7 0 3.682.561 5.258 1.85c1.42 1.163 2.472 2.889 2.697 5.208c1.378.165 2.714.682 3.781 1.507c.523.403.984.885 1.352 1.435H26.31c-.915-.633-2.106-1-3.311-1a1 1 0 0 1-1-1c0-2.2-.865-3.666-2.008-4.6C18.818 7.438 17.3 7 16 7c-2.2 0-3.666.865-4.6 2.008C10.438 10.182 10 11.7 10 13a1 1 0 0 1-1 1c-3.624 0-5 2.528-5 4c0 .855.216 1.836.878 2.592C5.516 21.32 6.708 22 9 22h6.5v2H9c-2.707 0-4.516-.82-5.628-2.092C2.284 20.664 2 19.145 2 18c0-2.356 1.93-5.53 6.057-5.953c.171-1.456.74-3.016 1.794-4.305C11.166 6.135 13.2 5 16 5m13.5 11.5a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-13a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCloudArchive32Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29 27.5a3 3 0 0 1-3 3h-6a3 3 0 0 1-3-3V22h12zM20.75 24a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5zM16 5c1.7 0 3.682.561 5.258 1.85c1.42 1.163 2.472 2.889 2.697 5.208c1.378.165 2.714.682 3.781 1.507c.523.403.984.885 1.352 1.435H26.31c-.915-.633-2.106-1-3.311-1a1 1 0 0 1-1-1c0-2.2-.865-3.666-2.008-4.6C18.818 7.438 17.3 7 16 7c-2.2 0-3.666.865-4.6 2.008C10.438 10.182 10 11.7 10 13a1 1 0 0 1-1 1c-3.624 0-5 2.528-5 4c0 .855.216 1.836.878 2.592C5.516 21.32 6.708 22 9 22h6.5v2H9c-2.707 0-4.516-.82-5.628-2.092C2.284 20.664 2 19.145 2 18c0-2.356 1.93-5.53 6.057-5.953c.171-1.456.74-3.016 1.794-4.305C11.166 6.135 13.2 5 16 5m13.5 11.5a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-13a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29 27.5a3 3 0 0 1-3 3h-6a3 3 0 0 1-3-3V22h12zM20.75 24a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5zM16 5c1.7 0 3.682.561 5.258 1.85c1.42 1.163 2.472 2.889 2.697 5.208c1.378.165 2.714.682 3.781 1.507c.523.403.984.885 1.352 1.435H26.31c-.915-.633-2.106-1-3.311-1a1 1 0 0 1-1-1c0-2.2-.865-3.666-2.008-4.6C18.818 7.438 17.3 7 16 7c-2.2 0-3.666.865-4.6 2.008C10.438 10.182 10 11.7 10 13a1 1 0 0 1-1 1c-3.624 0-5 2.528-5 4c0 .855.216 1.836.878 2.592C5.516 21.32 6.708 22 9 22h6.5v2H9c-2.707 0-4.516-.82-5.628-2.092C2.284 20.664 2 19.145 2 18c0-2.356 1.93-5.53 6.057-5.953c.171-1.456.74-3.016 1.794-4.305C11.166 6.135 13.2 5 16 5m13.5 11.5a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-13a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1z"/></svg> </template>
CSS
.icon-cloud-archive-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29%2027.5a3%203%200%200%201-3%203h-6a3%203%200%200%201-3-3V22h12zM20.75%2024a.75.75%200%200%200%200%201.5h4.5a.75.75%200%200%200%200-1.5zM16%205c1.7%200%203.682.561%205.258%201.85c1.42%201.163%202.472%202.889%202.697%205.208c1.378.165%202.714.682%203.781%201.507c.523.403.984.885%201.352%201.435H26.31c-.915-.633-2.106-1-3.311-1a1%201%200%200%201-1-1c0-2.2-.865-3.666-2.008-4.6C18.818%207.438%2017.3%207%2016%207c-2.2%200-3.666.865-4.6%202.008C10.438%2010.182%2010%2011.7%2010%2013a1%201%200%200%201-1%201c-3.624%200-5%202.528-5%204c0%20.855.216%201.836.878%202.592C5.516%2021.32%206.708%2022%209%2022h6.5v2H9c-2.707%200-4.516-.82-5.628-2.092C2.284%2020.664%202%2019.145%202%2018c0-2.356%201.93-5.53%206.057-5.953c.171-1.456.74-3.016%201.794-4.305C11.166%206.135%2013.2%205%2016%205m13.5%2011.5a1%201%200%200%201%201%201v2a1%201%200%200%201-1%201h-13a1%201%200%200%201-1-1v-2a1%201%200%200%201%201-1z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29%2027.5a3%203%200%200%201-3%203h-6a3%203%200%200%201-3-3V22h12zM20.75%2024a.75.75%200%200%200%200%201.5h4.5a.75.75%200%200%200%200-1.5zM16%205c1.7%200%203.682.561%205.258%201.85c1.42%201.163%202.472%202.889%202.697%205.208c1.378.165%202.714.682%203.781%201.507c.523.403.984.885%201.352%201.435H26.31c-.915-.633-2.106-1-3.311-1a1%201%200%200%201-1-1c0-2.2-.865-3.666-2.008-4.6C18.818%207.438%2017.3%207%2016%207c-2.2%200-3.666.865-4.6%202.008C10.438%2010.182%2010%2011.7%2010%2013a1%201%200%200%201-1%201c-3.624%200-5%202.528-5%204c0%20.855.216%201.836.878%202.592C5.516%2021.32%206.708%2022%209%2022h6.5v2H9c-2.707%200-4.516-.82-5.628-2.092C2.284%2020.664%202%2019.145%202%2018c0-2.356%201.93-5.53%206.057-5.953c.171-1.456.74-3.016%201.794-4.305C11.166%206.135%2013.2%205%2016%205m13.5%2011.5a1%201%200%200%201%201%201v2a1%201%200%200%201-1%201h-13a1%201%200%200%201-1-1v-2a1%201%200%200%201%201-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/cloud-archive-32-regular.svg?color=%231a73e8&size=48