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

Name
cloud-desktop-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the cloud desktop icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 13a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1h-3v1.5h.25a.75.75 0 0 1 .746.824l.004.051c0 .276-.349.625-.625.625h-3.75c-.276 0-.625-.349-.625-.625q0-.026.004-.05L15 22.25a.75.75 0 0 1 .75-.75H16V20h-3a1 1 0 0 1-1-1v-5a1 1 0 0 1 1-1zM12 4a6 6 0 0 1 5.92 5.02A4.5 4.5 0 0 1 21.744 12h-1.65a3 3 0 0 0-2.594-1.5h-.256a.75.75 0 0 1-.749-.715a4.5 4.5 0 0 0-8.99 0a.75.75 0 0 1-.75.715H6.5a3 3 0 1 0 0 6H11V18H6.5a4.5 4.5 0 0 1-.42-8.98A6 6 0 0 1 12 4"/></svg>

React

import type { SVGProps } from "react";

export function FluentCloudDesktop24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 13a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1h-3v1.5h.25a.75.75 0 0 1 .746.824l.004.051c0 .276-.349.625-.625.625h-3.75c-.276 0-.625-.349-.625-.625q0-.026.004-.05L15 22.25a.75.75 0 0 1 .75-.75H16V20h-3a1 1 0 0 1-1-1v-5a1 1 0 0 1 1-1zM12 4a6 6 0 0 1 5.92 5.02A4.5 4.5 0 0 1 21.744 12h-1.65a3 3 0 0 0-2.594-1.5h-.256a.75.75 0 0 1-.749-.715a4.5 4.5 0 0 0-8.99 0a.75.75 0 0 1-.75.715H6.5a3 3 0 1 0 0 6H11V18H6.5a4.5 4.5 0 0 1-.42-8.98A6 6 0 0 1 12 4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 13a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1h-3v1.5h.25a.75.75 0 0 1 .746.824l.004.051c0 .276-.349.625-.625.625h-3.75c-.276 0-.625-.349-.625-.625q0-.026.004-.05L15 22.25a.75.75 0 0 1 .75-.75H16V20h-3a1 1 0 0 1-1-1v-5a1 1 0 0 1 1-1zM12 4a6 6 0 0 1 5.92 5.02A4.5 4.5 0 0 1 21.744 12h-1.65a3 3 0 0 0-2.594-1.5h-.256a.75.75 0 0 1-.749-.715a4.5 4.5 0 0 0-8.99 0a.75.75 0 0 1-.75.715H6.5a3 3 0 1 0 0 6H11V18H6.5a4.5 4.5 0 0 1-.42-8.98A6 6 0 0 1 12 4"/></svg>
</template>

CSS

.icon-cloud-desktop-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%2013a1%201%200%200%201%201%201v5a1%201%200%200%201-1%201h-3v1.5h.25a.75.75%200%200%201%20.746.824l.004.051c0%20.276-.349.625-.625.625h-3.75c-.276%200-.625-.349-.625-.625q0-.026.004-.05L15%2022.25a.75.75%200%200%201%20.75-.75H16V20h-3a1%201%200%200%201-1-1v-5a1%201%200%200%201%201-1zM12%204a6%206%200%200%201%205.92%205.02A4.5%204.5%200%200%201%2021.744%2012h-1.65a3%203%200%200%200-2.594-1.5h-.256a.75.75%200%200%201-.749-.715a4.5%204.5%200%200%200-8.99%200a.75.75%200%200%201-.75.715H6.5a3%203%200%201%200%200%206H11V18H6.5a4.5%204.5%200%200%201-.42-8.98A6%206%200%200%201%2012%204%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%2013a1%201%200%200%201%201%201v5a1%201%200%200%201-1%201h-3v1.5h.25a.75.75%200%200%201%20.746.824l.004.051c0%20.276-.349.625-.625.625h-3.75c-.276%200-.625-.349-.625-.625q0-.026.004-.05L15%2022.25a.75.75%200%200%201%20.75-.75H16V20h-3a1%201%200%200%201-1-1v-5a1%201%200%200%201%201-1zM12%204a6%206%200%200%201%205.92%205.02A4.5%204.5%200%200%201%2021.744%2012h-1.65a3%203%200%200%200-2.594-1.5h-.256a.75.75%200%200%201-.749-.715a4.5%204.5%200%200%200-8.99%200a.75.75%200%200%201-.75.715H6.5a3%203%200%201%200%200%206H11V18H6.5a4.5%204.5%200%200%201-.42-8.98A6%206%200%200%201%2012%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/cloud-desktop-24-regular.svg?color=%231a73e8&size=48