cloud cube icon
cloud-cube-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- cloud-cube-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-archive-16-filledcloud-arrow-down-16-filledcloud-arrow-right-16-filledcloud-arrow-up-16-filledcloud-beaker-16-filledcloud-bidirectional-20-filledcloud-checkmark-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 cube 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 12H23V35H11.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 8.41 7.254a5 5 0 0 0-.767-.451l-2.338-1.11A6 6 0 0 0 36.5 20.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.5m21 29.177V29.32a3 3 0 0 0-1.714-2.71l-7-3.32a3 3 0 0 0-2.572 0l-7 3.32A3 3 0 0 0 25 29.32v9.357a3 3 0 0 0 1.714 2.71l7 3.321a3 3 0 0 0 2.572 0l7-3.32A3 3 0 0 0 45 38.678m-16.903-9.106a1 1 0 0 1 1.332-.475L35 31.74l5.571-2.643a1 1 0 0 1 .858 1.807L36 33.478V40a1 1 0 1 1-2 0v-6.522l-5.429-2.575a1 1 0 0 1-.475-1.332"/></svg>
React
import type { SVGProps } from "react";
export function FluentCloudCube48Regular(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 12H23V35H11.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 8.41 7.254a5 5 0 0 0-.767-.451l-2.338-1.11A6 6 0 0 0 36.5 20.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.5m21 29.177V29.32a3 3 0 0 0-1.714-2.71l-7-3.32a3 3 0 0 0-2.572 0l-7 3.32A3 3 0 0 0 25 29.32v9.357a3 3 0 0 0 1.714 2.71l7 3.321a3 3 0 0 0 2.572 0l7-3.32A3 3 0 0 0 45 38.678m-16.903-9.106a1 1 0 0 1 1.332-.475L35 31.74l5.571-2.643a1 1 0 0 1 .858 1.807L36 33.478V40a1 1 0 1 1-2 0v-6.522l-5.429-2.575a1 1 0 0 1-.475-1.332"/></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 12H23V35H11.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 8.41 7.254a5 5 0 0 0-.767-.451l-2.338-1.11A6 6 0 0 0 36.5 20.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.5m21 29.177V29.32a3 3 0 0 0-1.714-2.71l-7-3.32a3 3 0 0 0-2.572 0l-7 3.32A3 3 0 0 0 25 29.32v9.357a3 3 0 0 0 1.714 2.71l7 3.321a3 3 0 0 0 2.572 0l7-3.32A3 3 0 0 0 45 38.678m-16.903-9.106a1 1 0 0 1 1.332-.475L35 31.74l5.571-2.643a1 1 0 0 1 .858 1.807L36 33.478V40a1 1 0 1 1-2 0v-6.522l-5.429-2.575a1 1 0 0 1-.475-1.332"/></svg> </template>
CSS
.icon-cloud-cube-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%2012H23V35H11.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%208.41%207.254a5%205%200%200%200-.767-.451l-2.338-1.11A6%206%200%200%200%2036.5%2020.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.5m21%2029.177V29.32a3%203%200%200%200-1.714-2.71l-7-3.32a3%203%200%200%200-2.572%200l-7%203.32A3%203%200%200%200%2025%2029.32v9.357a3%203%200%200%200%201.714%202.71l7%203.321a3%203%200%200%200%202.572%200l7-3.32A3%203%200%200%200%2045%2038.678m-16.903-9.106a1%201%200%200%201%201.332-.475L35%2031.74l5.571-2.643a1%201%200%200%201%20.858%201.807L36%2033.478V40a1%201%200%201%201-2%200v-6.522l-5.429-2.575a1%201%200%200%201-.475-1.332%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%2012H23V35H11.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%208.41%207.254a5%205%200%200%200-.767-.451l-2.338-1.11A6%206%200%200%200%2036.5%2020.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.5m21%2029.177V29.32a3%203%200%200%200-1.714-2.71l-7-3.32a3%203%200%200%200-2.572%200l-7%203.32A3%203%200%200%200%2025%2029.32v9.357a3%203%200%200%200%201.714%202.71l7%203.321a3%203%200%200%200%202.572%200l7-3.32A3%203%200%200%200%2045%2038.678m-16.903-9.106a1%201%200%200%201%201.332-.475L35%2031.74l5.571-2.643a1%201%200%200%201%20.858%201.807L36%2033.478V40a1%201%200%201%201-2%200v-6.522l-5.429-2.575a1%201%200%200%201-.475-1.332%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/cloud-cube-48-regular.svg?color=%231a73e8&size=48