desktop cloud icon
desktop-cloud-outline-rounded from Material Symbols by Google · Outline Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- desktop-cloud-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More hardware icons from Material Symbols
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 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 14h6.5q1.05 0 1.775-.737T18 11.474T17.25 9.7t-1.8-.725q-.2-1.275-1.175-2.125T12 6q-1.025 0-1.875.55T8.85 8.025q-1.2.05-2.025.913T6 11q0 1.25.875 2.125T9 14m0-2q-.425 0-.712-.288T8 11t.288-.712T9 10h1.25v-.25q0-.725.513-1.237T12 8t1.238.513t.512 1.237V11h1.75q.2 0 .35.15t.15.35t-.15.35t-.35.15zm1 7v-2H4q-.825 0-1.412-.587T2 15V5q0-.825.588-1.412T4 3h16q.825 0 1.413.588T22 5v10q0 .825-.587 1.413T20 17h-6v2h1q.425 0 .713.288T16 20t-.288.713T15 21H9q-.425 0-.712-.288T8 20t.288-.712T9 19zm-6-4h16V5H4zm0 0V5z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsDesktopCloudOutlineRounded(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="M9 14h6.5q1.05 0 1.775-.737T18 11.474T17.25 9.7t-1.8-.725q-.2-1.275-1.175-2.125T12 6q-1.025 0-1.875.55T8.85 8.025q-1.2.05-2.025.913T6 11q0 1.25.875 2.125T9 14m0-2q-.425 0-.712-.288T8 11t.288-.712T9 10h1.25v-.25q0-.725.513-1.237T12 8t1.238.513t.512 1.237V11h1.75q.2 0 .35.15t.15.35t-.15.35t-.35.15zm1 7v-2H4q-.825 0-1.412-.587T2 15V5q0-.825.588-1.412T4 3h16q.825 0 1.413.588T22 5v10q0 .825-.587 1.413T20 17h-6v2h1q.425 0 .713.288T16 20t-.288.713T15 21H9q-.425 0-.712-.288T8 20t.288-.712T9 19zm-6-4h16V5H4zm0 0V5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 14h6.5q1.05 0 1.775-.737T18 11.474T17.25 9.7t-1.8-.725q-.2-1.275-1.175-2.125T12 6q-1.025 0-1.875.55T8.85 8.025q-1.2.05-2.025.913T6 11q0 1.25.875 2.125T9 14m0-2q-.425 0-.712-.288T8 11t.288-.712T9 10h1.25v-.25q0-.725.513-1.237T12 8t1.238.513t.512 1.237V11h1.75q.2 0 .35.15t.15.35t-.15.35t-.35.15zm1 7v-2H4q-.825 0-1.412-.587T2 15V5q0-.825.588-1.412T4 3h16q.825 0 1.413.588T22 5v10q0 .825-.587 1.413T20 17h-6v2h1q.425 0 .713.288T16 20t-.288.713T15 21H9q-.425 0-.712-.288T8 20t.288-.712T9 19zm-6-4h16V5H4zm0 0V5z"/></svg> </template>
CSS
.icon-desktop-cloud-outline-rounded {
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%22M9%2014h6.5q1.05%200%201.775-.737T18%2011.474T17.25%209.7t-1.8-.725q-.2-1.275-1.175-2.125T12%206q-1.025%200-1.875.55T8.85%208.025q-1.2.05-2.025.913T6%2011q0%201.25.875%202.125T9%2014m0-2q-.425%200-.712-.288T8%2011t.288-.712T9%2010h1.25v-.25q0-.725.513-1.237T12%208t1.238.513t.512%201.237V11h1.75q.2%200%20.35.15t.15.35t-.15.35t-.35.15zm1%207v-2H4q-.825%200-1.412-.587T2%2015V5q0-.825.588-1.412T4%203h16q.825%200%201.413.588T22%205v10q0%20.825-.587%201.413T20%2017h-6v2h1q.425%200%20.713.288T16%2020t-.288.713T15%2021H9q-.425%200-.712-.288T8%2020t.288-.712T9%2019zm-6-4h16V5H4zm0%200V5z%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%22M9%2014h6.5q1.05%200%201.775-.737T18%2011.474T17.25%209.7t-1.8-.725q-.2-1.275-1.175-2.125T12%206q-1.025%200-1.875.55T8.85%208.025q-1.2.05-2.025.913T6%2011q0%201.25.875%202.125T9%2014m0-2q-.425%200-.712-.288T8%2011t.288-.712T9%2010h1.25v-.25q0-.725.513-1.237T12%208t1.238.513t.512%201.237V11h1.75q.2%200%20.35.15t.15.35t-.15.35t-.35.15zm1%207v-2H4q-.825%200-1.412-.587T2%2015V5q0-.825.588-1.412T4%203h16q.825%200%201.413.588T22%205v10q0%20.825-.587%201.413T20%2017h-6v2h1q.425%200%20.713.288T16%2020t-.288.713T15%2021H9q-.425%200-.712-.288T8%2020t.288-.712T9%2019zm-6-4h16V5H4zm0%200V5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/desktop-cloud-outline-rounded.svg?color=%231a73e8&size=48