cloud off icon
cloud-off-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- cloud-off-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- 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
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-offline-24-filledcloud-swap-20-filledcloud-sync-16-filledcloud-words-16-filled
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-.013M21.586 23H9c-2.292 0-3.484-.68-4.122-1.409C4.216 20.835 4 19.855 4 19c0-1.472 1.377-4 5-4a1 1 0 0 0 1-1c0-.698.127-1.458.392-2.194zm5.259-1.111q-.359.314-.866.554l1.473 1.474q.375-.234.704-.519C29.416 22.303 30 20.753 30 19c0-1.886-.937-3.411-2.264-4.436c-1.067-.824-2.403-1.342-3.78-1.507c-.225-2.319-1.276-4.044-2.697-5.206C19.682 6.56 17.7 6 16 6c-2.038 0-3.671.601-4.916 1.549l1.432 1.432C13.391 8.385 14.532 8 16 8c1.3 0 2.818.438 3.992 1.399c1.143.935 2.008 2.4 2.008 4.6a1 1 0 0 0 1 1c1.296 0 2.577.425 3.514 1.148C27.437 16.86 28 17.836 28 19c0 1.296-.416 2.246-1.155 2.889"/></svg>
React
import type { SVGProps } from "react";
export function FluentCloudOff32Regular(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-.013M21.586 23H9c-2.292 0-3.484-.68-4.122-1.409C4.216 20.835 4 19.855 4 19c0-1.472 1.377-4 5-4a1 1 0 0 0 1-1c0-.698.127-1.458.392-2.194zm5.259-1.111q-.359.314-.866.554l1.473 1.474q.375-.234.704-.519C29.416 22.303 30 20.753 30 19c0-1.886-.937-3.411-2.264-4.436c-1.067-.824-2.403-1.342-3.78-1.507c-.225-2.319-1.276-4.044-2.697-5.206C19.682 6.56 17.7 6 16 6c-2.038 0-3.671.601-4.916 1.549l1.432 1.432C13.391 8.385 14.532 8 16 8c1.3 0 2.818.438 3.992 1.399c1.143.935 2.008 2.4 2.008 4.6a1 1 0 0 0 1 1c1.296 0 2.577.425 3.514 1.148C27.437 16.86 28 17.836 28 19c0 1.296-.416 2.246-1.155 2.889"/></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-.013M21.586 23H9c-2.292 0-3.484-.68-4.122-1.409C4.216 20.835 4 19.855 4 19c0-1.472 1.377-4 5-4a1 1 0 0 0 1-1c0-.698.127-1.458.392-2.194zm5.259-1.111q-.359.314-.866.554l1.473 1.474q.375-.234.704-.519C29.416 22.303 30 20.753 30 19c0-1.886-.937-3.411-2.264-4.436c-1.067-.824-2.403-1.342-3.78-1.507c-.225-2.319-1.276-4.044-2.697-5.206C19.682 6.56 17.7 6 16 6c-2.038 0-3.671.601-4.916 1.549l1.432 1.432C13.391 8.385 14.532 8 16 8c1.3 0 2.818.438 3.992 1.399c1.143.935 2.008 2.4 2.008 4.6a1 1 0 0 0 1 1c1.296 0 2.577.425 3.514 1.148C27.437 16.86 28 17.836 28 19c0 1.296-.416 2.246-1.155 2.889"/></svg> </template>
CSS
.icon-cloud-off-32-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%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-.013M21.586%2023H9c-2.292%200-3.484-.68-4.122-1.409C4.216%2020.835%204%2019.855%204%2019c0-1.472%201.377-4%205-4a1%201%200%200%200%201-1c0-.698.127-1.458.392-2.194zm5.259-1.111q-.359.314-.866.554l1.473%201.474q.375-.234.704-.519C29.416%2022.303%2030%2020.753%2030%2019c0-1.886-.937-3.411-2.264-4.436c-1.067-.824-2.403-1.342-3.78-1.507c-.225-2.319-1.276-4.044-2.697-5.206C19.682%206.56%2017.7%206%2016%206c-2.038%200-3.671.601-4.916%201.549l1.432%201.432C13.391%208.385%2014.532%208%2016%208c1.3%200%202.818.438%203.992%201.399c1.143.935%202.008%202.4%202.008%204.6a1%201%200%200%200%201%201c1.296%200%202.577.425%203.514%201.148C27.437%2016.86%2028%2017.836%2028%2019c0%201.296-.416%202.246-1.155%202.889%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-.013M21.586%2023H9c-2.292%200-3.484-.68-4.122-1.409C4.216%2020.835%204%2019.855%204%2019c0-1.472%201.377-4%205-4a1%201%200%200%200%201-1c0-.698.127-1.458.392-2.194zm5.259-1.111q-.359.314-.866.554l1.473%201.474q.375-.234.704-.519C29.416%2022.303%2030%2020.753%2030%2019c0-1.886-.937-3.411-2.264-4.436c-1.067-.824-2.403-1.342-3.78-1.507c-.225-2.319-1.276-4.044-2.697-5.206C19.682%206.56%2017.7%206%2016%206c-2.038%200-3.671.601-4.916%201.549l1.432%201.432C13.391%208.385%2014.532%208%2016%208c1.3%200%202.818.438%203.992%201.399c1.143.935%202.008%202.4%202.008%204.6a1%201%200%200%200%201%201c1.296%200%202.577.425%203.514%201.148C27.437%2016.86%2028%2017.836%2028%2019c0%201.296-.416%202.246-1.155%202.889%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-regular.svg?color=%231a73e8&size=48