cloud-cube-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.

Name
cloud-cube-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

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="M21.99 13.646A6 6 0 0 0 10 14a1 1 0 0 1-1 1c-3.624 0-5 2.528-5 4c0 .855.216 1.835.878 2.592C5.515 22.32 6.708 23 9 23h5.5v2H9c-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.594a3.5 3.5 0 0 0-2.002.005M30 19.359v6.282a2 2 0 0 1-1.146 1.809l-5 2.362a2 2 0 0 1-1.708 0l-5-2.362A2 2 0 0 1 16 25.642v-6.283a2 2 0 0 1 1.146-1.809l5-2.361a2 2 0 0 1 1.708 0l5 2.361A2 2 0 0 1 30 19.36m-10.93-.287a.75.75 0 0 0-.64 1.356l3.82 1.805v4.017a.75.75 0 0 0 1.5 0v-4.017l3.82-1.805a.75.75 0 0 0-.64-1.356L23 20.928z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCloudCube32Regular(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="M21.99 13.646A6 6 0 0 0 10 14a1 1 0 0 1-1 1c-3.624 0-5 2.528-5 4c0 .855.216 1.835.878 2.592C5.515 22.32 6.708 23 9 23h5.5v2H9c-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.594a3.5 3.5 0 0 0-2.002.005M30 19.359v6.282a2 2 0 0 1-1.146 1.809l-5 2.362a2 2 0 0 1-1.708 0l-5-2.362A2 2 0 0 1 16 25.642v-6.283a2 2 0 0 1 1.146-1.809l5-2.361a2 2 0 0 1 1.708 0l5 2.361A2 2 0 0 1 30 19.36m-10.93-.287a.75.75 0 0 0-.64 1.356l3.82 1.805v4.017a.75.75 0 0 0 1.5 0v-4.017l3.82-1.805a.75.75 0 0 0-.64-1.356L23 20.928z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21.99 13.646A6 6 0 0 0 10 14a1 1 0 0 1-1 1c-3.624 0-5 2.528-5 4c0 .855.216 1.835.878 2.592C5.515 22.32 6.708 23 9 23h5.5v2H9c-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.594a3.5 3.5 0 0 0-2.002.005M30 19.359v6.282a2 2 0 0 1-1.146 1.809l-5 2.362a2 2 0 0 1-1.708 0l-5-2.362A2 2 0 0 1 16 25.642v-6.283a2 2 0 0 1 1.146-1.809l5-2.361a2 2 0 0 1 1.708 0l5 2.361A2 2 0 0 1 30 19.36m-10.93-.287a.75.75 0 0 0-.64 1.356l3.82 1.805v4.017a.75.75 0 0 0 1.5 0v-4.017l3.82-1.805a.75.75 0 0 0-.64-1.356L23 20.928z"/></svg>
</template>

CSS

.icon-cloud-cube-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%22M21.99%2013.646A6%206%200%200%200%2010%2014a1%201%200%200%201-1%201c-3.624%200-5%202.528-5%204c0%20.855.216%201.835.878%202.592C5.515%2022.32%206.708%2023%209%2023h5.5v2H9c-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.594a3.5%203.5%200%200%200-2.002.005M30%2019.359v6.282a2%202%200%200%201-1.146%201.809l-5%202.362a2%202%200%200%201-1.708%200l-5-2.362A2%202%200%200%201%2016%2025.642v-6.283a2%202%200%200%201%201.146-1.809l5-2.361a2%202%200%200%201%201.708%200l5%202.361A2%202%200%200%201%2030%2019.36m-10.93-.287a.75.75%200%200%200-.64%201.356l3.82%201.805v4.017a.75.75%200%200%200%201.5%200v-4.017l3.82-1.805a.75.75%200%200%200-.64-1.356L23%2020.928z%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%22M21.99%2013.646A6%206%200%200%200%2010%2014a1%201%200%200%201-1%201c-3.624%200-5%202.528-5%204c0%20.855.216%201.835.878%202.592C5.515%2022.32%206.708%2023%209%2023h5.5v2H9c-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.594a3.5%203.5%200%200%200-2.002.005M30%2019.359v6.282a2%202%200%200%201-1.146%201.809l-5%202.362a2%202%200%200%201-1.708%200l-5-2.362A2%202%200%200%201%2016%2025.642v-6.283a2%202%200%200%201%201.146-1.809l5-2.361a2%202%200%200%201%201.708%200l5%202.361A2%202%200%200%201%2030%2019.36m-10.93-.287a.75.75%200%200%200-.64%201.356l3.82%201.805v4.017a.75.75%200%200%200%201.5%200v-4.017l3.82-1.805a.75.75%200%200%200-.64-1.356L23%2020.928z%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-regular.svg?color=%231a73e8&size=48