cloud words icon
cloud-words-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- cloud-words-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
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="M16 6c1.7 0 3.682.561 5.258 1.851c1.421 1.163 2.473 2.887 2.697 5.206c1.378.165 2.714.683 3.781 1.508C29.063 15.589 30 17.114 30 19c0 1.754-.584 3.303-1.844 4.399C26.916 24.477 25.15 25 23 25H9c-2.707 0-4.515-.82-5.628-2.091C2.284 21.665 2 20.145 2 19c0-2.356 1.93-5.53 6.057-5.953c.172-1.456.74-3.016 1.794-4.305C11.166 7.134 13.201 6 16 6m-3 6a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2zm-7 7a1 1 0 0 0 1 1h6a1 1 0 1 0 0-2H7a1 1 0 0 0-1 1m13-1a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCloudWords32Filled(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 6c1.7 0 3.682.561 5.258 1.851c1.421 1.163 2.473 2.887 2.697 5.206c1.378.165 2.714.683 3.781 1.508C29.063 15.589 30 17.114 30 19c0 1.754-.584 3.303-1.844 4.399C26.916 24.477 25.15 25 23 25H9c-2.707 0-4.515-.82-5.628-2.091C2.284 21.665 2 20.145 2 19c0-2.356 1.93-5.53 6.057-5.953c.172-1.456.74-3.016 1.794-4.305C11.166 7.134 13.201 6 16 6m-3 6a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2zm-7 7a1 1 0 0 0 1 1h6a1 1 0 1 0 0-2H7a1 1 0 0 0-1 1m13-1a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2z"/></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 6c1.7 0 3.682.561 5.258 1.851c1.421 1.163 2.473 2.887 2.697 5.206c1.378.165 2.714.683 3.781 1.508C29.063 15.589 30 17.114 30 19c0 1.754-.584 3.303-1.844 4.399C26.916 24.477 25.15 25 23 25H9c-2.707 0-4.515-.82-5.628-2.091C2.284 21.665 2 20.145 2 19c0-2.356 1.93-5.53 6.057-5.953c.172-1.456.74-3.016 1.794-4.305C11.166 7.134 13.201 6 16 6m-3 6a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2zm-7 7a1 1 0 0 0 1 1h6a1 1 0 1 0 0-2H7a1 1 0 0 0-1 1m13-1a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2z"/></svg> </template>
CSS
.icon-cloud-words-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%206c1.7%200%203.682.561%205.258%201.851c1.421%201.163%202.473%202.887%202.697%205.206c1.378.165%202.714.683%203.781%201.508C29.063%2015.589%2030%2017.114%2030%2019c0%201.754-.584%203.303-1.844%204.399C26.916%2024.477%2025.15%2025%2023%2025H9c-2.707%200-4.515-.82-5.628-2.091C2.284%2021.665%202%2020.145%202%2019c0-2.356%201.93-5.53%206.057-5.953c.172-1.456.74-3.016%201.794-4.305C11.166%207.134%2013.201%206%2016%206m-3%206a1%201%200%201%200%200%202h6a1%201%200%201%200%200-2zm-7%207a1%201%200%200%200%201%201h6a1%201%200%201%200%200-2H7a1%201%200%200%200-1%201m13-1a1%201%200%201%200%200%202h6a1%201%200%201%200%200-2z%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%206c1.7%200%203.682.561%205.258%201.851c1.421%201.163%202.473%202.887%202.697%205.206c1.378.165%202.714.683%203.781%201.508C29.063%2015.589%2030%2017.114%2030%2019c0%201.754-.584%203.303-1.844%204.399C26.916%2024.477%2025.15%2025%2023%2025H9c-2.707%200-4.515-.82-5.628-2.091C2.284%2021.665%202%2020.145%202%2019c0-2.356%201.93-5.53%206.057-5.953c.172-1.456.74-3.016%201.794-4.305C11.166%207.134%2013.201%206%2016%206m-3%206a1%201%200%201%200%200%202h6a1%201%200%201%200%200-2zm-7%207a1%201%200%200%200%201%201h6a1%201%200%201%200%200-2H7a1%201%200%200%200-1%201m13-1a1%201%200%201%200%200%202h6a1%201%200%201%200%200-2z%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-filled.svg?color=%231a73e8&size=48