cloud words icon
cloud-words-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- cloud-words-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-off-16-filledcloud-offline-24-filledcloud-swap-20-filledcloud-sync-16-filled
Use the cloud words icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13 12a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2zm-7 7a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2H7a1 1 0 0 1-1-1m13-1a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2zM16 6c-2.8 0-4.834 1.134-6.149 2.742c-1.055 1.289-1.622 2.85-1.794 4.305C3.93 13.47 2 16.644 2 19c0 1.145.284 2.665 1.372 3.909C4.485 24.179 6.292 25 9 25h14c2.15 0 3.915-.523 5.156-1.601C29.416 22.303 30 20.754 30 19c0-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 6.561 17.7 6 16 6m-6 8c0-1.3.438-2.818 1.399-3.992C12.334 8.866 13.799 8 16 8c1.3 0 2.818.438 3.992 1.399C21.134 10.334 22 11.799 22 14a1 1 0 0 0 1 1c1.296 0 2.577.424 3.514 1.148C27.437 16.86 28 17.836 28 19c0 1.296-.416 2.247-1.156 2.889C26.084 22.549 24.85 23 23 23H9c-2.293 0-3.485-.68-4.122-1.408C4.216 20.836 4 19.855 4 19c0-1.472 1.376-4 5-4a1 1 0 0 0 1-1"/></svg>
React
import type { SVGProps } from "react";
export function FluentCloudWords32Regular(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="M13 12a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2zm-7 7a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2H7a1 1 0 0 1-1-1m13-1a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2zM16 6c-2.8 0-4.834 1.134-6.149 2.742c-1.055 1.289-1.622 2.85-1.794 4.305C3.93 13.47 2 16.644 2 19c0 1.145.284 2.665 1.372 3.909C4.485 24.179 6.292 25 9 25h14c2.15 0 3.915-.523 5.156-1.601C29.416 22.303 30 20.754 30 19c0-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 6.561 17.7 6 16 6m-6 8c0-1.3.438-2.818 1.399-3.992C12.334 8.866 13.799 8 16 8c1.3 0 2.818.438 3.992 1.399C21.134 10.334 22 11.799 22 14a1 1 0 0 0 1 1c1.296 0 2.577.424 3.514 1.148C27.437 16.86 28 17.836 28 19c0 1.296-.416 2.247-1.156 2.889C26.084 22.549 24.85 23 23 23H9c-2.293 0-3.485-.68-4.122-1.408C4.216 20.836 4 19.855 4 19c0-1.472 1.376-4 5-4a1 1 0 0 0 1-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13 12a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2zm-7 7a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2H7a1 1 0 0 1-1-1m13-1a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2zM16 6c-2.8 0-4.834 1.134-6.149 2.742c-1.055 1.289-1.622 2.85-1.794 4.305C3.93 13.47 2 16.644 2 19c0 1.145.284 2.665 1.372 3.909C4.485 24.179 6.292 25 9 25h14c2.15 0 3.915-.523 5.156-1.601C29.416 22.303 30 20.754 30 19c0-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 6.561 17.7 6 16 6m-6 8c0-1.3.438-2.818 1.399-3.992C12.334 8.866 13.799 8 16 8c1.3 0 2.818.438 3.992 1.399C21.134 10.334 22 11.799 22 14a1 1 0 0 0 1 1c1.296 0 2.577.424 3.514 1.148C27.437 16.86 28 17.836 28 19c0 1.296-.416 2.247-1.156 2.889C26.084 22.549 24.85 23 23 23H9c-2.293 0-3.485-.68-4.122-1.408C4.216 20.836 4 19.855 4 19c0-1.472 1.376-4 5-4a1 1 0 0 0 1-1"/></svg> </template>
CSS
.icon-cloud-words-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%22M13%2012a1%201%200%201%200%200%202h6a1%201%200%201%200%200-2zm-7%207a1%201%200%200%201%201-1h6a1%201%200%201%201%200%202H7a1%201%200%200%201-1-1m13-1a1%201%200%201%200%200%202h6a1%201%200%201%200%200-2zM16%206c-2.8%200-4.834%201.134-6.149%202.742c-1.055%201.289-1.622%202.85-1.794%204.305C3.93%2013.47%202%2016.644%202%2019c0%201.145.284%202.665%201.372%203.909C4.485%2024.179%206.292%2025%209%2025h14c2.15%200%203.915-.523%205.156-1.601C29.416%2022.303%2030%2020.754%2030%2019c0-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%206.561%2017.7%206%2016%206m-6%208c0-1.3.438-2.818%201.399-3.992C12.334%208.866%2013.799%208%2016%208c1.3%200%202.818.438%203.992%201.399C21.134%2010.334%2022%2011.799%2022%2014a1%201%200%200%200%201%201c1.296%200%202.577.424%203.514%201.148C27.437%2016.86%2028%2017.836%2028%2019c0%201.296-.416%202.247-1.156%202.889C26.084%2022.549%2024.85%2023%2023%2023H9c-2.293%200-3.485-.68-4.122-1.408C4.216%2020.836%204%2019.855%204%2019c0-1.472%201.376-4%205-4a1%201%200%200%200%201-1%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%22M13%2012a1%201%200%201%200%200%202h6a1%201%200%201%200%200-2zm-7%207a1%201%200%200%201%201-1h6a1%201%200%201%201%200%202H7a1%201%200%200%201-1-1m13-1a1%201%200%201%200%200%202h6a1%201%200%201%200%200-2zM16%206c-2.8%200-4.834%201.134-6.149%202.742c-1.055%201.289-1.622%202.85-1.794%204.305C3.93%2013.47%202%2016.644%202%2019c0%201.145.284%202.665%201.372%203.909C4.485%2024.179%206.292%2025%209%2025h14c2.15%200%203.915-.523%205.156-1.601C29.416%2022.303%2030%2020.754%2030%2019c0-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%206.561%2017.7%206%2016%206m-6%208c0-1.3.438-2.818%201.399-3.992C12.334%208.866%2013.799%208%2016%208c1.3%200%202.818.438%203.992%201.399C21.134%2010.334%2022%2011.799%2022%2014a1%201%200%200%200%201%201c1.296%200%202.577.424%203.514%201.148C27.437%2016.86%2028%2017.836%2028%2019c0%201.296-.416%202.247-1.156%202.889C26.084%2022.549%2024.85%2023%2023%2023H9c-2.293%200-3.485-.68-4.122-1.408C4.216%2020.836%204%2019.855%204%2019c0-1.472%201.376-4%205-4a1%201%200%200%200%201-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/cloud-words-32-regular.svg?color=%231a73e8&size=48