cloud offline icon
cloud-offline-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- cloud-offline-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in Fluent UI System Icons
The same icon in other sets
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-cube-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-swap-20-filledcloud-sync-16-filledcloud-words-16-filled
Use the cloud offline icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M4.281 4.225l14.496 14.496a.75.75 0 1 1-1.06 1.06l-3.786-3.785H6.693a3.687 3.687 0 0 1-3.692-3.682a3.687 3.687 0 0 1 3.568-3.68L3.22 5.285a.75.75 0 1 1 1.06-1.06zm7.72-.224c3.168 0 4.965 2.097 5.227 4.63h.08A3.687 3.687 0 0 1 21 12.314a3.686 3.686 0 0 1-2.91 3.6L7.931 5.752c.884-1.066 2.25-1.751 4.068-1.751z" fill="currentColor"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentCloudOffline24Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M4.281 4.225l14.496 14.496a.75.75 0 1 1-1.06 1.06l-3.786-3.785H6.693a3.687 3.687 0 0 1-3.692-3.682a3.687 3.687 0 0 1 3.568-3.68L3.22 5.285a.75.75 0 1 1 1.06-1.06zm7.72-.224c3.168 0 4.965 2.097 5.227 4.63h.08A3.687 3.687 0 0 1 21 12.314a3.686 3.686 0 0 1-2.91 3.6L7.931 5.752c.884-1.066 2.25-1.751 4.068-1.751z" fill="currentColor"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M4.281 4.225l14.496 14.496a.75.75 0 1 1-1.06 1.06l-3.786-3.785H6.693a3.687 3.687 0 0 1-3.692-3.682a3.687 3.687 0 0 1 3.568-3.68L3.22 5.285a.75.75 0 1 1 1.06-1.06zm7.72-.224c3.168 0 4.965 2.097 5.227 4.63h.08A3.687 3.687 0 0 1 21 12.314a3.686 3.686 0 0 1-2.91 3.6L7.931 5.752c.884-1.066 2.25-1.751 4.068-1.751z" fill="currentColor"/></g></svg> </template>
CSS
.icon-cloud-offline-24-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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M4.281%204.225l14.496%2014.496a.75.75%200%201%201-1.06%201.06l-3.786-3.785H6.693a3.687%203.687%200%200%201-3.692-3.682a3.687%203.687%200%200%201%203.568-3.68L3.22%205.285a.75.75%200%201%201%201.06-1.06zm7.72-.224c3.168%200%204.965%202.097%205.227%204.63h.08A3.687%203.687%200%200%201%2021%2012.314a3.686%203.686%200%200%201-2.91%203.6L7.931%205.752c.884-1.066%202.25-1.751%204.068-1.751z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M4.281%204.225l14.496%2014.496a.75.75%200%201%201-1.06%201.06l-3.786-3.785H6.693a3.687%203.687%200%200%201-3.692-3.682a3.687%203.687%200%200%201%203.568-3.68L3.22%205.285a.75.75%200%201%201%201.06-1.06zm7.72-.224c3.168%200%204.965%202.097%205.227%204.63h.08A3.687%203.687%200%200%201%2021%2012.314a3.686%203.686%200%200%201-2.91%203.6L7.931%205.752c.884-1.066%202.25-1.751%204.068-1.751z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/cloud-offline-24-filled.svg?color=%231a73e8&size=48