cloud flow icon
cloud-flow-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- cloud-flow-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- License
- MIT
3 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-error-16-filledcloud-link-16-filledcloud-off-16-filledcloud-offline-24-filledcloud-swap-20-filledcloud-sync-16-filledcloud-words-16-filled
Use the cloud flow icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 2c2.817 0 4.415 1.923 4.647 4.246h.07C16.532 6.246 18 7.758 18 9.623q0 .07-.003.138A3 3 0 0 0 13.17 11a2.5 2.5 0 0 0-2.32 1.71l-.098.29h-5.47C3.469 13 2 11.488 2 9.623s1.47-3.377 3.282-3.377h.071C5.587 3.908 7.183 2 10 2m6 12a2 2 0 1 0-2-2h-.78a1.5 1.5 0 0 0-1.422 1.026l-.544 1.632a.5.5 0 0 1-.475.342H9.732A2 2 0 1 0 10 16h.78a1.5 1.5 0 0 0 1.422-1.026l.544-1.632a.5.5 0 0 1 .475-.342h1.047A2 2 0 0 0 16 14m0-1a1 1 0 1 1 0-2a1 1 0 0 1 0 2m-7 3a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentCloudFlow20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 2c2.817 0 4.415 1.923 4.647 4.246h.07C16.532 6.246 18 7.758 18 9.623q0 .07-.003.138A3 3 0 0 0 13.17 11a2.5 2.5 0 0 0-2.32 1.71l-.098.29h-5.47C3.469 13 2 11.488 2 9.623s1.47-3.377 3.282-3.377h.071C5.587 3.908 7.183 2 10 2m6 12a2 2 0 1 0-2-2h-.78a1.5 1.5 0 0 0-1.422 1.026l-.544 1.632a.5.5 0 0 1-.475.342H9.732A2 2 0 1 0 10 16h.78a1.5 1.5 0 0 0 1.422-1.026l.544-1.632a.5.5 0 0 1 .475-.342h1.047A2 2 0 0 0 16 14m0-1a1 1 0 1 1 0-2a1 1 0 0 1 0 2m-7 3a1 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 20 20"><path fill="currentColor" d="M10 2c2.817 0 4.415 1.923 4.647 4.246h.07C16.532 6.246 18 7.758 18 9.623q0 .07-.003.138A3 3 0 0 0 13.17 11a2.5 2.5 0 0 0-2.32 1.71l-.098.29h-5.47C3.469 13 2 11.488 2 9.623s1.47-3.377 3.282-3.377h.071C5.587 3.908 7.183 2 10 2m6 12a2 2 0 1 0-2-2h-.78a1.5 1.5 0 0 0-1.422 1.026l-.544 1.632a.5.5 0 0 1-.475.342H9.732A2 2 0 1 0 10 16h.78a1.5 1.5 0 0 0 1.422-1.026l.544-1.632a.5.5 0 0 1 .475-.342h1.047A2 2 0 0 0 16 14m0-1a1 1 0 1 1 0-2a1 1 0 0 1 0 2m-7 3a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></svg> </template>
CSS
.icon-cloud-flow-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%202c2.817%200%204.415%201.923%204.647%204.246h.07C16.532%206.246%2018%207.758%2018%209.623q0%20.07-.003.138A3%203%200%200%200%2013.17%2011a2.5%202.5%200%200%200-2.32%201.71l-.098.29h-5.47C3.469%2013%202%2011.488%202%209.623s1.47-3.377%203.282-3.377h.071C5.587%203.908%207.183%202%2010%202m6%2012a2%202%200%201%200-2-2h-.78a1.5%201.5%200%200%200-1.422%201.026l-.544%201.632a.5.5%200%200%201-.475.342H9.732A2%202%200%201%200%2010%2016h.78a1.5%201.5%200%200%200%201.422-1.026l.544-1.632a.5.5%200%200%201%20.475-.342h1.047A2%202%200%200%200%2016%2014m0-1a1%201%200%201%201%200-2a1%201%200%200%201%200%202m-7%203a1%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%202c2.817%200%204.415%201.923%204.647%204.246h.07C16.532%206.246%2018%207.758%2018%209.623q0%20.07-.003.138A3%203%200%200%200%2013.17%2011a2.5%202.5%200%200%200-2.32%201.71l-.098.29h-5.47C3.469%2013%202%2011.488%202%209.623s1.47-3.377%203.282-3.377h.071C5.587%203.908%207.183%202%2010%202m6%2012a2%202%200%201%200-2-2h-.78a1.5%201.5%200%200%200-1.422%201.026l-.544%201.632a.5.5%200%200%201-.475.342H9.732A2%202%200%201%200%2010%2016h.78a1.5%201.5%200%200%200%201.422-1.026l.544-1.632a.5.5%200%200%201%20.475-.342h1.047A2%202%200%200%200%2016%2014m0-1a1%201%200%201%201%200-2a1%201%200%200%201%200%202m-7%203a1%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-flow-20-filled.svg?color=%231a73e8&size=48