cloud cube icon
cloud-cube-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- cloud-cube-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- 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 7c-6.29 0-11.45 4.84-11.959 11H11.5a8.5 8.5 0 0 0 0 17H23v-5.68a5 5 0 0 1 2.857-4.517l7-3.32a5 5 0 0 1 4.286 0l7 3.32q.407.194.766.45A8.5 8.5 0 0 0 36.5 18h-.541C35.45 11.84 30.29 7 24 7m21 31.677V29.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 FluentCloudCube48Filled(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 7c-6.29 0-11.45 4.84-11.959 11H11.5a8.5 8.5 0 0 0 0 17H23v-5.68a5 5 0 0 1 2.857-4.517l7-3.32a5 5 0 0 1 4.286 0l7 3.32q.407.194.766.45A8.5 8.5 0 0 0 36.5 18h-.541C35.45 11.84 30.29 7 24 7m21 31.677V29.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 7c-6.29 0-11.45 4.84-11.959 11H11.5a8.5 8.5 0 0 0 0 17H23v-5.68a5 5 0 0 1 2.857-4.517l7-3.32a5 5 0 0 1 4.286 0l7 3.32q.407.194.766.45A8.5 8.5 0 0 0 36.5 18h-.541C35.45 11.84 30.29 7 24 7m21 31.677V29.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-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%207c-6.29%200-11.45%204.84-11.959%2011H11.5a8.5%208.5%200%200%200%200%2017H23v-5.68a5%205%200%200%201%202.857-4.517l7-3.32a5%205%200%200%201%204.286%200l7%203.32q.407.194.766.45A8.5%208.5%200%200%200%2036.5%2018h-.541C35.45%2011.84%2030.29%207%2024%207m21%2031.677V29.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%207c-6.29%200-11.45%204.84-11.959%2011H11.5a8.5%208.5%200%200%200%200%2017H23v-5.68a5%205%200%200%201%202.857-4.517l7-3.32a5%205%200%200%201%204.286%200l7%203.32q.407.194.766.45A8.5%208.5%200%200%200%2036.5%2018h-.541C35.45%2011.84%2030.29%207%2024%207m21%2031.677V29.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-filled.svg?color=%231a73e8&size=48