cloud-flow-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
cloud-flow-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the cloud flow icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.505 7.785a4.5 4.5 0 0 1 8.99 0a.75.75 0 0 0 .75.715h.255a3 3 0 0 1 2.986 2.709a3.75 3.75 0 0 1 1.467.942q.047-.32.047-.651a4.5 4.5 0 0 0-4.08-4.48a6.001 6.001 0 0 0-11.84 0A4.5 4.5 0 0 0 6.5 16h6.68l.133-.507c.095-.365.255-.7.466-.993H6.5a3 3 0 1 1 0-6h.256c.4 0 .73-.315.749-.715M19.25 13.5a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5m-3.034 2.25h.471a2.751 2.751 0 1 0-.142-1.5h-.33a2 2 0 0 0-1.934 1.495l-1.013 3.881a.5.5 0 0 1-.484.374h-.795a2.75 2.75 0 1 0-.289 1.5h1.084a2 2 0 0 0 1.935-1.495l1.013-3.881a.5.5 0 0 1 .484-.374M8 20.25a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentCloudFlow24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.505 7.785a4.5 4.5 0 0 1 8.99 0a.75.75 0 0 0 .75.715h.255a3 3 0 0 1 2.986 2.709a3.75 3.75 0 0 1 1.467.942q.047-.32.047-.651a4.5 4.5 0 0 0-4.08-4.48a6.001 6.001 0 0 0-11.84 0A4.5 4.5 0 0 0 6.5 16h6.68l.133-.507c.095-.365.255-.7.466-.993H6.5a3 3 0 1 1 0-6h.256c.4 0 .73-.315.749-.715M19.25 13.5a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5m-3.034 2.25h.471a2.751 2.751 0 1 0-.142-1.5h-.33a2 2 0 0 0-1.934 1.495l-1.013 3.881a.5.5 0 0 1-.484.374h-.795a2.75 2.75 0 1 0-.289 1.5h1.084a2 2 0 0 0 1.935-1.495l1.013-3.881a.5.5 0 0 1 .484-.374M8 20.25a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.505 7.785a4.5 4.5 0 0 1 8.99 0a.75.75 0 0 0 .75.715h.255a3 3 0 0 1 2.986 2.709a3.75 3.75 0 0 1 1.467.942q.047-.32.047-.651a4.5 4.5 0 0 0-4.08-4.48a6.001 6.001 0 0 0-11.84 0A4.5 4.5 0 0 0 6.5 16h6.68l.133-.507c.095-.365.255-.7.466-.993H6.5a3 3 0 1 1 0-6h.256c.4 0 .73-.315.749-.715M19.25 13.5a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5m-3.034 2.25h.471a2.751 2.751 0 1 0-.142-1.5h-.33a2 2 0 0 0-1.934 1.495l-1.013 3.881a.5.5 0 0 1-.484.374h-.795a2.75 2.75 0 1 0-.289 1.5h1.084a2 2 0 0 0 1.935-1.495l1.013-3.881a.5.5 0 0 1 .484-.374M8 20.25a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0"/></svg>
</template>

CSS

.icon-cloud-flow-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.505%207.785a4.5%204.5%200%200%201%208.99%200a.75.75%200%200%200%20.75.715h.255a3%203%200%200%201%202.986%202.709a3.75%203.75%200%200%201%201.467.942q.047-.32.047-.651a4.5%204.5%200%200%200-4.08-4.48a6.001%206.001%200%200%200-11.84%200A4.5%204.5%200%200%200%206.5%2016h6.68l.133-.507c.095-.365.255-.7.466-.993H6.5a3%203%200%201%201%200-6h.256c.4%200%20.73-.315.749-.715M19.25%2013.5a1.25%201.25%200%201%201%200%202.5a1.25%201.25%200%200%201%200-2.5m-3.034%202.25h.471a2.751%202.751%200%201%200-.142-1.5h-.33a2%202%200%200%200-1.934%201.495l-1.013%203.881a.5.5%200%200%201-.484.374h-.795a2.75%202.75%200%201%200-.289%201.5h1.084a2%202%200%200%200%201.935-1.495l1.013-3.881a.5.5%200%200%201%20.484-.374M8%2020.25a1.25%201.25%200%201%201%202.5%200a1.25%201.25%200%200%201-2.5%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.505%207.785a4.5%204.5%200%200%201%208.99%200a.75.75%200%200%200%20.75.715h.255a3%203%200%200%201%202.986%202.709a3.75%203.75%200%200%201%201.467.942q.047-.32.047-.651a4.5%204.5%200%200%200-4.08-4.48a6.001%206.001%200%200%200-11.84%200A4.5%204.5%200%200%200%206.5%2016h6.68l.133-.507c.095-.365.255-.7.466-.993H6.5a3%203%200%201%201%200-6h.256c.4%200%20.73-.315.749-.715M19.25%2013.5a1.25%201.25%200%201%201%200%202.5a1.25%201.25%200%200%201%200-2.5m-3.034%202.25h.471a2.751%202.751%200%201%200-.142-1.5h-.33a2%202%200%200%200-1.934%201.495l-1.013%203.881a.5.5%200%200%201-.484.374h-.795a2.75%202.75%200%201%200-.289%201.5h1.084a2%202%200%200%200%201.935-1.495l1.013-3.881a.5.5%200%200%201%20.484-.374M8%2020.25a1.25%201.25%200%201%201%202.5%200a1.25%201.25%200%200%201-2.5%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-24-regular.svg?color=%231a73e8&size=48