cloud error icon
cloud-error-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- cloud-error-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- License
- MIT
11 other variants in Fluent UI System Icons
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-flow-20-filledcloud-link-16-filledcloud-off-16-filledcloud-offline-24-filledcloud-swap-20-filledcloud-sync-16-filledcloud-words-16-filled
Use the cloud error icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10 11c0-1.3.438-2.818 1.399-3.992C12.334 5.866 13.799 5 16 5c1.3 0 2.818.439 3.992 1.399C21.134 7.334 22 8.799 22 11a1 1 0 0 0 1 1c1.296 0 2.577.424 3.514 1.148c.739.57 1.247 1.309 1.42 2.177a9 9 0 0 1 1.942 2.017Q30 16.696 30 16c0-1.886-.937-3.41-2.264-4.435c-1.067-.825-2.403-1.343-3.78-1.508c-.225-2.319-1.277-4.043-2.698-5.206C19.682 3.561 17.7 3 16 3c-2.8 0-4.834 1.134-6.149 2.742c-1.055 1.289-1.622 2.85-1.794 4.305C3.93 10.47 2 13.644 2 16c0 1.145.284 2.665 1.372 3.909C4.485 21.179 6.292 22 9 22h4.514c.038-.69.153-1.36.338-2H9c-2.293 0-3.485-.68-4.122-1.408C4.216 17.836 4 16.855 4 16c0-1.472 1.376-4 5-4a1 1 0 0 0 1-1m20 11.5a7.5 7.5 0 1 0-15 0a7.5 7.5 0 0 0 15 0m-6.75-4.25v5.5a.75.75 0 0 1-1.5 0v-5.5a.75.75 0 0 1 1.5 0m.25 8.25a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentCloudError32Regular(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="M10 11c0-1.3.438-2.818 1.399-3.992C12.334 5.866 13.799 5 16 5c1.3 0 2.818.439 3.992 1.399C21.134 7.334 22 8.799 22 11a1 1 0 0 0 1 1c1.296 0 2.577.424 3.514 1.148c.739.57 1.247 1.309 1.42 2.177a9 9 0 0 1 1.942 2.017Q30 16.696 30 16c0-1.886-.937-3.41-2.264-4.435c-1.067-.825-2.403-1.343-3.78-1.508c-.225-2.319-1.277-4.043-2.698-5.206C19.682 3.561 17.7 3 16 3c-2.8 0-4.834 1.134-6.149 2.742c-1.055 1.289-1.622 2.85-1.794 4.305C3.93 10.47 2 13.644 2 16c0 1.145.284 2.665 1.372 3.909C4.485 21.179 6.292 22 9 22h4.514c.038-.69.153-1.36.338-2H9c-2.293 0-3.485-.68-4.122-1.408C4.216 17.836 4 16.855 4 16c0-1.472 1.376-4 5-4a1 1 0 0 0 1-1m20 11.5a7.5 7.5 0 1 0-15 0a7.5 7.5 0 0 0 15 0m-6.75-4.25v5.5a.75.75 0 0 1-1.5 0v-5.5a.75.75 0 0 1 1.5 0m.25 8.25a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10 11c0-1.3.438-2.818 1.399-3.992C12.334 5.866 13.799 5 16 5c1.3 0 2.818.439 3.992 1.399C21.134 7.334 22 8.799 22 11a1 1 0 0 0 1 1c1.296 0 2.577.424 3.514 1.148c.739.57 1.247 1.309 1.42 2.177a9 9 0 0 1 1.942 2.017Q30 16.696 30 16c0-1.886-.937-3.41-2.264-4.435c-1.067-.825-2.403-1.343-3.78-1.508c-.225-2.319-1.277-4.043-2.698-5.206C19.682 3.561 17.7 3 16 3c-2.8 0-4.834 1.134-6.149 2.742c-1.055 1.289-1.622 2.85-1.794 4.305C3.93 10.47 2 13.644 2 16c0 1.145.284 2.665 1.372 3.909C4.485 21.179 6.292 22 9 22h4.514c.038-.69.153-1.36.338-2H9c-2.293 0-3.485-.68-4.122-1.408C4.216 17.836 4 16.855 4 16c0-1.472 1.376-4 5-4a1 1 0 0 0 1-1m20 11.5a7.5 7.5 0 1 0-15 0a7.5 7.5 0 0 0 15 0m-6.75-4.25v5.5a.75.75 0 0 1-1.5 0v-5.5a.75.75 0 0 1 1.5 0m.25 8.25a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></svg> </template>
CSS
.icon-cloud-error-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%22M10%2011c0-1.3.438-2.818%201.399-3.992C12.334%205.866%2013.799%205%2016%205c1.3%200%202.818.439%203.992%201.399C21.134%207.334%2022%208.799%2022%2011a1%201%200%200%200%201%201c1.296%200%202.577.424%203.514%201.148c.739.57%201.247%201.309%201.42%202.177a9%209%200%200%201%201.942%202.017Q30%2016.696%2030%2016c0-1.886-.937-3.41-2.264-4.435c-1.067-.825-2.403-1.343-3.78-1.508c-.225-2.319-1.277-4.043-2.698-5.206C19.682%203.561%2017.7%203%2016%203c-2.8%200-4.834%201.134-6.149%202.742c-1.055%201.289-1.622%202.85-1.794%204.305C3.93%2010.47%202%2013.644%202%2016c0%201.145.284%202.665%201.372%203.909C4.485%2021.179%206.292%2022%209%2022h4.514c.038-.69.153-1.36.338-2H9c-2.293%200-3.485-.68-4.122-1.408C4.216%2017.836%204%2016.855%204%2016c0-1.472%201.376-4%205-4a1%201%200%200%200%201-1m20%2011.5a7.5%207.5%200%201%200-15%200a7.5%207.5%200%200%200%2015%200m-6.75-4.25v5.5a.75.75%200%200%201-1.5%200v-5.5a.75.75%200%200%201%201.5%200m.25%208.25a1%201%200%201%201-2%200a1%201%200%200%201%202%200%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%22M10%2011c0-1.3.438-2.818%201.399-3.992C12.334%205.866%2013.799%205%2016%205c1.3%200%202.818.439%203.992%201.399C21.134%207.334%2022%208.799%2022%2011a1%201%200%200%200%201%201c1.296%200%202.577.424%203.514%201.148c.739.57%201.247%201.309%201.42%202.177a9%209%200%200%201%201.942%202.017Q30%2016.696%2030%2016c0-1.886-.937-3.41-2.264-4.435c-1.067-.825-2.403-1.343-3.78-1.508c-.225-2.319-1.277-4.043-2.698-5.206C19.682%203.561%2017.7%203%2016%203c-2.8%200-4.834%201.134-6.149%202.742c-1.055%201.289-1.622%202.85-1.794%204.305C3.93%2010.47%202%2013.644%202%2016c0%201.145.284%202.665%201.372%203.909C4.485%2021.179%206.292%2022%209%2022h4.514c.038-.69.153-1.36.338-2H9c-2.293%200-3.485-.68-4.122-1.408C4.216%2017.836%204%2016.855%204%2016c0-1.472%201.376-4%205-4a1%201%200%200%200%201-1m20%2011.5a7.5%207.5%200%201%200-15%200a7.5%207.5%200%200%200%2015%200m-6.75-4.25v5.5a.75.75%200%200%201-1.5%200v-5.5a.75.75%200%200%201%201.5%200m.25%208.25a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/cloud-error-32-regular.svg?color=%231a73e8&size=48