cloud-off-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.

Name
cloud-off-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
License
MIT

11 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the cloud off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m23.573 24.987l4.72 4.72a1 1 0 0 0 1.414-1.414l-26-26a1 1 0 0 0-1.414 1.414l6.575 6.575a8.7 8.7 0 0 0-.81 2.765C3.93 13.47 2 16.644 2 19c0 1.145.284 2.664 1.373 3.908C4.485 24.18 6.293 25 9 25h14q.291 0 .573-.013m4.583-1.589q-.327.285-.704.519L11.084 7.549c1.245-.948 2.878-1.55 4.916-1.55c1.7 0 3.682.562 5.259 1.852c1.42 1.162 2.472 2.887 2.697 5.206c1.377.165 2.713.683 3.78 1.507C29.063 15.59 30 17.114 30 19c0 1.753-.583 3.303-1.844 4.398"/></svg>

React

import type { SVGProps } from "react";

export function FluentCloudOff32Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m23.573 24.987l4.72 4.72a1 1 0 0 0 1.414-1.414l-26-26a1 1 0 0 0-1.414 1.414l6.575 6.575a8.7 8.7 0 0 0-.81 2.765C3.93 13.47 2 16.644 2 19c0 1.145.284 2.664 1.373 3.908C4.485 24.18 6.293 25 9 25h14q.291 0 .573-.013m4.583-1.589q-.327.285-.704.519L11.084 7.549c1.245-.948 2.878-1.55 4.916-1.55c1.7 0 3.682.562 5.259 1.852c1.42 1.162 2.472 2.887 2.697 5.206c1.377.165 2.713.683 3.78 1.507C29.063 15.59 30 17.114 30 19c0 1.753-.583 3.303-1.844 4.398"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m23.573 24.987l4.72 4.72a1 1 0 0 0 1.414-1.414l-26-26a1 1 0 0 0-1.414 1.414l6.575 6.575a8.7 8.7 0 0 0-.81 2.765C3.93 13.47 2 16.644 2 19c0 1.145.284 2.664 1.373 3.908C4.485 24.18 6.293 25 9 25h14q.291 0 .573-.013m4.583-1.589q-.327.285-.704.519L11.084 7.549c1.245-.948 2.878-1.55 4.916-1.55c1.7 0 3.682.562 5.259 1.852c1.42 1.162 2.472 2.887 2.697 5.206c1.377.165 2.713.683 3.78 1.507C29.063 15.59 30 17.114 30 19c0 1.753-.583 3.303-1.844 4.398"/></svg>
</template>

CSS

.icon-cloud-off-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m23.573%2024.987l4.72%204.72a1%201%200%200%200%201.414-1.414l-26-26a1%201%200%200%200-1.414%201.414l6.575%206.575a8.7%208.7%200%200%200-.81%202.765C3.93%2013.47%202%2016.644%202%2019c0%201.145.284%202.664%201.373%203.908C4.485%2024.18%206.293%2025%209%2025h14q.291%200%20.573-.013m4.583-1.589q-.327.285-.704.519L11.084%207.549c1.245-.948%202.878-1.55%204.916-1.55c1.7%200%203.682.562%205.259%201.852c1.42%201.162%202.472%202.887%202.697%205.206c1.377.165%202.713.683%203.78%201.507C29.063%2015.59%2030%2017.114%2030%2019c0%201.753-.583%203.303-1.844%204.398%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m23.573%2024.987l4.72%204.72a1%201%200%200%200%201.414-1.414l-26-26a1%201%200%200%200-1.414%201.414l6.575%206.575a8.7%208.7%200%200%200-.81%202.765C3.93%2013.47%202%2016.644%202%2019c0%201.145.284%202.664%201.373%203.908C4.485%2024.18%206.293%2025%209%2025h14q.291%200%20.573-.013m4.583-1.589q-.327.285-.704.519L11.084%207.549c1.245-.948%202.878-1.55%204.916-1.55c1.7%200%203.682.562%205.259%201.852c1.42%201.162%202.472%202.887%202.697%205.206c1.377.165%202.713.683%203.78%201.507C29.063%2015.59%2030%2017.114%2030%2019c0%201.753-.583%203.303-1.844%204.398%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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