desktop cloud stack icon
desktop-cloud-stack-outline from Material Symbols Light by Google · Outline · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- desktop-cloud-stack-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More hardware icons from Material Symbols Light
add-diamondadf-scanneraod-tabletaod-watcharrows-left-right-circlearrows-up-down-circleassistant-deviceaudio-video-receiverb-circlebalancebrowser-updatedcamera-videocastcast-connectedcast-for-educationcast-pausecast-warningchromecast-devicecircle-circlecomputercomputer-arrow-upcomputer-cancelcomputer-soundconnected-tv
Use the desktop cloud stack icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.116 15.48h6.5q.838 0 1.419-.592q.58-.594.58-1.432t-.596-1.42t-1.453-.58h-.27v-.115q-.046-1.237-.973-2.049t-2.207-.811q-.872 0-1.606.473t-1.102 1.263l-.135.27l-.288.019q-1.008.05-1.689.759q-.68.708-.68 1.716q0 1.038.73 1.769t1.77.73m0-1q-.618 0-1.06-.44q-.44-.442-.44-1.06t.44-1.058t1.06-.441h.769v-.058q.115-.84.753-1.391t1.478-.551q.936 0 1.593.657t.657 1.593v.75h1.25q.411 0 .705.294t.295.706t-.295.706t-.705.294zM7.73 22v-1h1.423v-2.808H3.616q-.691 0-1.153-.462T2 16.577V7.385q0-.69.463-1.153t1.152-.463h13q.69 0 1.153.463t.463 1.153v9.192q0 .69-.463 1.153t-1.152.462h-5.539V21H12.5v1zM21 13.442V3.616q0-.27-.173-.443T20.385 3H5.808V2h14.577q.69 0 1.152.463T22 3.616v9.826zm-17.384 3.77h13q.269 0 .442-.173t.173-.443v-9.23q0-.27-.173-.443t-.442-.173h-13q-.27 0-.443.173T3 7.366v9.23q0 .27.173.443t.443.173m6.5-5.231"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightDesktopCloudStackOutline(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="M7.116 15.48h6.5q.838 0 1.419-.592q.58-.594.58-1.432t-.596-1.42t-1.453-.58h-.27v-.115q-.046-1.237-.973-2.049t-2.207-.811q-.872 0-1.606.473t-1.102 1.263l-.135.27l-.288.019q-1.008.05-1.689.759q-.68.708-.68 1.716q0 1.038.73 1.769t1.77.73m0-1q-.618 0-1.06-.44q-.44-.442-.44-1.06t.44-1.058t1.06-.441h.769v-.058q.115-.84.753-1.391t1.478-.551q.936 0 1.593.657t.657 1.593v.75h1.25q.411 0 .705.294t.295.706t-.295.706t-.705.294zM7.73 22v-1h1.423v-2.808H3.616q-.691 0-1.153-.462T2 16.577V7.385q0-.69.463-1.153t1.152-.463h13q.69 0 1.153.463t.463 1.153v9.192q0 .69-.463 1.153t-1.152.462h-5.539V21H12.5v1zM21 13.442V3.616q0-.27-.173-.443T20.385 3H5.808V2h14.577q.69 0 1.152.463T22 3.616v9.826zm-17.384 3.77h13q.269 0 .442-.173t.173-.443v-9.23q0-.27-.173-.443t-.442-.173h-13q-.27 0-.443.173T3 7.366v9.23q0 .27.173.443t.443.173m6.5-5.231"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.116 15.48h6.5q.838 0 1.419-.592q.58-.594.58-1.432t-.596-1.42t-1.453-.58h-.27v-.115q-.046-1.237-.973-2.049t-2.207-.811q-.872 0-1.606.473t-1.102 1.263l-.135.27l-.288.019q-1.008.05-1.689.759q-.68.708-.68 1.716q0 1.038.73 1.769t1.77.73m0-1q-.618 0-1.06-.44q-.44-.442-.44-1.06t.44-1.058t1.06-.441h.769v-.058q.115-.84.753-1.391t1.478-.551q.936 0 1.593.657t.657 1.593v.75h1.25q.411 0 .705.294t.295.706t-.295.706t-.705.294zM7.73 22v-1h1.423v-2.808H3.616q-.691 0-1.153-.462T2 16.577V7.385q0-.69.463-1.153t1.152-.463h13q.69 0 1.153.463t.463 1.153v9.192q0 .69-.463 1.153t-1.152.462h-5.539V21H12.5v1zM21 13.442V3.616q0-.27-.173-.443T20.385 3H5.808V2h14.577q.69 0 1.152.463T22 3.616v9.826zm-17.384 3.77h13q.269 0 .442-.173t.173-.443v-9.23q0-.27-.173-.443t-.442-.173h-13q-.27 0-.443.173T3 7.366v9.23q0 .27.173.443t.443.173m6.5-5.231"/></svg> </template>
CSS
.icon-desktop-cloud-stack-outline {
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%22M7.116%2015.48h6.5q.838%200%201.419-.592q.58-.594.58-1.432t-.596-1.42t-1.453-.58h-.27v-.115q-.046-1.237-.973-2.049t-2.207-.811q-.872%200-1.606.473t-1.102%201.263l-.135.27l-.288.019q-1.008.05-1.689.759q-.68.708-.68%201.716q0%201.038.73%201.769t1.77.73m0-1q-.618%200-1.06-.44q-.44-.442-.44-1.06t.44-1.058t1.06-.441h.769v-.058q.115-.84.753-1.391t1.478-.551q.936%200%201.593.657t.657%201.593v.75h1.25q.411%200%20.705.294t.295.706t-.295.706t-.705.294zM7.73%2022v-1h1.423v-2.808H3.616q-.691%200-1.153-.462T2%2016.577V7.385q0-.69.463-1.153t1.152-.463h13q.69%200%201.153.463t.463%201.153v9.192q0%20.69-.463%201.153t-1.152.462h-5.539V21H12.5v1zM21%2013.442V3.616q0-.27-.173-.443T20.385%203H5.808V2h14.577q.69%200%201.152.463T22%203.616v9.826zm-17.384%203.77h13q.269%200%20.442-.173t.173-.443v-9.23q0-.27-.173-.443t-.442-.173h-13q-.27%200-.443.173T3%207.366v9.23q0%20.27.173.443t.443.173m6.5-5.231%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%22M7.116%2015.48h6.5q.838%200%201.419-.592q.58-.594.58-1.432t-.596-1.42t-1.453-.58h-.27v-.115q-.046-1.237-.973-2.049t-2.207-.811q-.872%200-1.606.473t-1.102%201.263l-.135.27l-.288.019q-1.008.05-1.689.759q-.68.708-.68%201.716q0%201.038.73%201.769t1.77.73m0-1q-.618%200-1.06-.44q-.44-.442-.44-1.06t.44-1.058t1.06-.441h.769v-.058q.115-.84.753-1.391t1.478-.551q.936%200%201.593.657t.657%201.593v.75h1.25q.411%200%20.705.294t.295.706t-.295.706t-.705.294zM7.73%2022v-1h1.423v-2.808H3.616q-.691%200-1.153-.462T2%2016.577V7.385q0-.69.463-1.153t1.152-.463h13q.69%200%201.153.463t.463%201.153v9.192q0%20.69-.463%201.153t-1.152.462h-5.539V21H12.5v1zM21%2013.442V3.616q0-.27-.173-.443T20.385%203H5.808V2h14.577q.69%200%201.152.463T22%203.616v9.826zm-17.384%203.77h13q.269%200%20.442-.173t.173-.443v-9.23q0-.27-.173-.443t-.442-.173h-13q-.27%200-.443.173T3%207.366v9.23q0%20.27.173.443t.443.173m6.5-5.231%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/desktop-cloud-stack-outline.svg?color=%231a73e8&size=48