cloud cube icon
cloud-cube-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- cloud-cube-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- Viewbox
- 32×32
- 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 32 32"><path fill="currentColor" d="M23.992 13.64a3.5 3.5 0 0 0-2.487.192l-5 2.362A3.5 3.5 0 0 0 14.5 19.36V25H9c-2.707 0-4.515-.82-5.628-2.091C2.284 21.665 2 20.145 2 19c0-2.355 1.93-5.53 6.056-5.953a8.001 8.001 0 0 1 15.936.594M30 25.643V19.36a2 2 0 0 0-1.146-1.809l-5-2.361a2 2 0 0 0-1.708 0l-5 2.361A2 2 0 0 0 16 19.36v6.282a2 2 0 0 0 1.146 1.809l5 2.362a2 2 0 0 0 1.708 0l5-2.362A2 2 0 0 0 30 25.642M18.072 19.43a.75.75 0 0 1 .998-.358L23 20.928l3.93-1.856a.75.75 0 0 1 .64 1.356l-3.82 1.805v4.017a.75.75 0 0 1-1.5 0v-4.017l-3.82-1.805a.75.75 0 0 1-.358-.998"/></svg>
React
import type { SVGProps } from "react";
export function FluentCloudCube32Filled(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="M23.992 13.64a3.5 3.5 0 0 0-2.487.192l-5 2.362A3.5 3.5 0 0 0 14.5 19.36V25H9c-2.707 0-4.515-.82-5.628-2.091C2.284 21.665 2 20.145 2 19c0-2.355 1.93-5.53 6.056-5.953a8.001 8.001 0 0 1 15.936.594M30 25.643V19.36a2 2 0 0 0-1.146-1.809l-5-2.361a2 2 0 0 0-1.708 0l-5 2.361A2 2 0 0 0 16 19.36v6.282a2 2 0 0 0 1.146 1.809l5 2.362a2 2 0 0 0 1.708 0l5-2.362A2 2 0 0 0 30 25.642M18.072 19.43a.75.75 0 0 1 .998-.358L23 20.928l3.93-1.856a.75.75 0 0 1 .64 1.356l-3.82 1.805v4.017a.75.75 0 0 1-1.5 0v-4.017l-3.82-1.805a.75.75 0 0 1-.358-.998"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.992 13.64a3.5 3.5 0 0 0-2.487.192l-5 2.362A3.5 3.5 0 0 0 14.5 19.36V25H9c-2.707 0-4.515-.82-5.628-2.091C2.284 21.665 2 20.145 2 19c0-2.355 1.93-5.53 6.056-5.953a8.001 8.001 0 0 1 15.936.594M30 25.643V19.36a2 2 0 0 0-1.146-1.809l-5-2.361a2 2 0 0 0-1.708 0l-5 2.361A2 2 0 0 0 16 19.36v6.282a2 2 0 0 0 1.146 1.809l5 2.362a2 2 0 0 0 1.708 0l5-2.362A2 2 0 0 0 30 25.642M18.072 19.43a.75.75 0 0 1 .998-.358L23 20.928l3.93-1.856a.75.75 0 0 1 .64 1.356l-3.82 1.805v4.017a.75.75 0 0 1-1.5 0v-4.017l-3.82-1.805a.75.75 0 0 1-.358-.998"/></svg> </template>
CSS
.icon-cloud-cube-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.992%2013.64a3.5%203.5%200%200%200-2.487.192l-5%202.362A3.5%203.5%200%200%200%2014.5%2019.36V25H9c-2.707%200-4.515-.82-5.628-2.091C2.284%2021.665%202%2020.145%202%2019c0-2.355%201.93-5.53%206.056-5.953a8.001%208.001%200%200%201%2015.936.594M30%2025.643V19.36a2%202%200%200%200-1.146-1.809l-5-2.361a2%202%200%200%200-1.708%200l-5%202.361A2%202%200%200%200%2016%2019.36v6.282a2%202%200%200%200%201.146%201.809l5%202.362a2%202%200%200%200%201.708%200l5-2.362A2%202%200%200%200%2030%2025.642M18.072%2019.43a.75.75%200%200%201%20.998-.358L23%2020.928l3.93-1.856a.75.75%200%200%201%20.64%201.356l-3.82%201.805v4.017a.75.75%200%200%201-1.5%200v-4.017l-3.82-1.805a.75.75%200%200%201-.358-.998%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%22M23.992%2013.64a3.5%203.5%200%200%200-2.487.192l-5%202.362A3.5%203.5%200%200%200%2014.5%2019.36V25H9c-2.707%200-4.515-.82-5.628-2.091C2.284%2021.665%202%2020.145%202%2019c0-2.355%201.93-5.53%206.056-5.953a8.001%208.001%200%200%201%2015.936.594M30%2025.643V19.36a2%202%200%200%200-1.146-1.809l-5-2.361a2%202%200%200%200-1.708%200l-5%202.361A2%202%200%200%200%2016%2019.36v6.282a2%202%200%200%200%201.146%201.809l5%202.362a2%202%200%200%200%201.708%200l5-2.362A2%202%200%200%200%2030%2025.642M18.072%2019.43a.75.75%200%200%201%20.998-.358L23%2020.928l3.93-1.856a.75.75%200%200%201%20.64%201.356l-3.82%201.805v4.017a.75.75%200%200%201-1.5%200v-4.017l-3.82-1.805a.75.75%200%200%201-.358-.998%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/cloud-cube-32-filled.svg?color=%231a73e8&size=48