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

Name
cloud-offline-24-regular
Set
Fluent UI System Icons
Style
24 Regular
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

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.6l-1.416-1.416h.578c1.26 0 2.283-1 2.283-2.236c0-1.235-1.022-2.236-2.283-2.236h-.69c-.366 0-.685-.28-.685-.638c0-2.285-1.805-3.89-3.877-3.89c-1.16 0-2.238.514-2.96 1.362L7.931 5.752c.884-1.066 2.25-1.751 4.068-1.751zm.432 10.497L7.838 9.904a.714.714 0 0 1-.398.122h-.691c-1.261 0-2.283 1.001-2.283 2.236c0 1.235 1.022 2.237 2.283 2.237l5.684-.001z" fill="currentColor"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentCloudOffline24Regular(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.6l-1.416-1.416h.578c1.26 0 2.283-1 2.283-2.236c0-1.235-1.022-2.236-2.283-2.236h-.69c-.366 0-.685-.28-.685-.638c0-2.285-1.805-3.89-3.877-3.89c-1.16 0-2.238.514-2.96 1.362L7.931 5.752c.884-1.066 2.25-1.751 4.068-1.751zm.432 10.497L7.838 9.904a.714.714 0 0 1-.398.122h-.691c-1.261 0-2.283 1.001-2.283 2.236c0 1.235 1.022 2.237 2.283 2.237l5.684-.001z" 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.6l-1.416-1.416h.578c1.26 0 2.283-1 2.283-2.236c0-1.235-1.022-2.236-2.283-2.236h-.69c-.366 0-.685-.28-.685-.638c0-2.285-1.805-3.89-3.877-3.89c-1.16 0-2.238.514-2.96 1.362L7.931 5.752c.884-1.066 2.25-1.751 4.068-1.751zm.432 10.497L7.838 9.904a.714.714 0 0 1-.398.122h-.691c-1.261 0-2.283 1.001-2.283 2.236c0 1.235 1.022 2.237 2.283 2.237l5.684-.001z" fill="currentColor"/></g></svg>
</template>

CSS

.icon-cloud-offline-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%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.6l-1.416-1.416h.578c1.26%200%202.283-1%202.283-2.236c0-1.235-1.022-2.236-2.283-2.236h-.69c-.366%200-.685-.28-.685-.638c0-2.285-1.805-3.89-3.877-3.89c-1.16%200-2.238.514-2.96%201.362L7.931%205.752c.884-1.066%202.25-1.751%204.068-1.751zm.432%2010.497L7.838%209.904a.714.714%200%200%201-.398.122h-.691c-1.261%200-2.283%201.001-2.283%202.236c0%201.235%201.022%202.237%202.283%202.237l5.684-.001z%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.6l-1.416-1.416h.578c1.26%200%202.283-1%202.283-2.236c0-1.235-1.022-2.236-2.283-2.236h-.69c-.366%200-.685-.28-.685-.638c0-2.285-1.805-3.89-3.877-3.89c-1.16%200-2.238.514-2.96%201.362L7.931%205.752c.884-1.066%202.25-1.751%204.068-1.751zm.432%2010.497L7.838%209.904a.714.714%200%200%201-.398.122h-.691c-1.261%200-2.283%201.001-2.283%202.236c0%201.235%201.022%202.237%202.283%202.237l5.684-.001z%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-regular.svg?color=%231a73e8&size=48