cloud error icon
cloud-error-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- cloud-error-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- 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="M16 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.514a9 9 0 0 1 16.362-4.658Q30 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 3m14 19.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 FluentCloudError32Filled(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="M16 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.514a9 9 0 0 1 16.362-4.658Q30 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 3m14 19.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="M16 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.514a9 9 0 0 1 16.362-4.658Q30 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 3m14 19.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-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%22M16%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.514a9%209%200%200%201%2016.362-4.658Q30%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%203m14%2019.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%22M16%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.514a9%209%200%200%201%2016.362-4.658Q30%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%203m14%2019.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-filled.svg?color=%231a73e8&size=48