cloud-swap-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
cloud-swap-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the cloud swap icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.08 9.02a6.001 6.001 0 0 1 11.84 0a4.5 4.5 0 0 1 3.75 6.175l-1.683-1.682a1.75 1.75 0 0 0-2.819 1.987h-2.336a1.75 1.75 0 0 0-2.82-1.987l-2.5 2.5A1.75 1.75 0 0 0 9.169 18H6.5a4.5 4.5 0 0 1-.42-8.98m7.7 6.26a.75.75 0 1 0-1.06-1.06l-2.5 2.5a.75.75 0 0 0 0 1.06l2.5 2.5a.75.75 0 1 0 1.06-1.06L12.56 18h6.88l-1.22 1.22a.75.75 0 1 0 1.06 1.06l2.5-2.5a.75.75 0 0 0 0-1.06l-2.5-2.5a.75.75 0 1 0-1.06 1.06l1.22 1.22h-6.88z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCloudSwap24Filled(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="M6.08 9.02a6.001 6.001 0 0 1 11.84 0a4.5 4.5 0 0 1 3.75 6.175l-1.683-1.682a1.75 1.75 0 0 0-2.819 1.987h-2.336a1.75 1.75 0 0 0-2.82-1.987l-2.5 2.5A1.75 1.75 0 0 0 9.169 18H6.5a4.5 4.5 0 0 1-.42-8.98m7.7 6.26a.75.75 0 1 0-1.06-1.06l-2.5 2.5a.75.75 0 0 0 0 1.06l2.5 2.5a.75.75 0 1 0 1.06-1.06L12.56 18h6.88l-1.22 1.22a.75.75 0 1 0 1.06 1.06l2.5-2.5a.75.75 0 0 0 0-1.06l-2.5-2.5a.75.75 0 1 0-1.06 1.06l1.22 1.22h-6.88z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.08 9.02a6.001 6.001 0 0 1 11.84 0a4.5 4.5 0 0 1 3.75 6.175l-1.683-1.682a1.75 1.75 0 0 0-2.819 1.987h-2.336a1.75 1.75 0 0 0-2.82-1.987l-2.5 2.5A1.75 1.75 0 0 0 9.169 18H6.5a4.5 4.5 0 0 1-.42-8.98m7.7 6.26a.75.75 0 1 0-1.06-1.06l-2.5 2.5a.75.75 0 0 0 0 1.06l2.5 2.5a.75.75 0 1 0 1.06-1.06L12.56 18h6.88l-1.22 1.22a.75.75 0 1 0 1.06 1.06l2.5-2.5a.75.75 0 0 0 0-1.06l-2.5-2.5a.75.75 0 1 0-1.06 1.06l1.22 1.22h-6.88z"/></svg>
</template>

CSS

.icon-cloud-swap-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.08%209.02a6.001%206.001%200%200%201%2011.84%200a4.5%204.5%200%200%201%203.75%206.175l-1.683-1.682a1.75%201.75%200%200%200-2.819%201.987h-2.336a1.75%201.75%200%200%200-2.82-1.987l-2.5%202.5A1.75%201.75%200%200%200%209.169%2018H6.5a4.5%204.5%200%200%201-.42-8.98m7.7%206.26a.75.75%200%201%200-1.06-1.06l-2.5%202.5a.75.75%200%200%200%200%201.06l2.5%202.5a.75.75%200%201%200%201.06-1.06L12.56%2018h6.88l-1.22%201.22a.75.75%200%201%200%201.06%201.06l2.5-2.5a.75.75%200%200%200%200-1.06l-2.5-2.5a.75.75%200%201%200-1.06%201.06l1.22%201.22h-6.88z%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%22M6.08%209.02a6.001%206.001%200%200%201%2011.84%200a4.5%204.5%200%200%201%203.75%206.175l-1.683-1.682a1.75%201.75%200%200%200-2.819%201.987h-2.336a1.75%201.75%200%200%200-2.82-1.987l-2.5%202.5A1.75%201.75%200%200%200%209.169%2018H6.5a4.5%204.5%200%200%201-.42-8.98m7.7%206.26a.75.75%200%201%200-1.06-1.06l-2.5%202.5a.75.75%200%200%200%200%201.06l2.5%202.5a.75.75%200%201%200%201.06-1.06L12.56%2018h6.88l-1.22%201.22a.75.75%200%201%200%201.06%201.06l2.5-2.5a.75.75%200%200%200%200-1.06l-2.5-2.5a.75.75%200%201%200-1.06%201.06l1.22%201.22h-6.88z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/cloud-swap-24-filled.svg?color=%231a73e8&size=48