cloud bidirectional icon

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

Name
cloud-bidirectional-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 bidirectional 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 7.02a6.001 6.001 0 0 1 11.84 0A4.5 4.5 0 0 1 17.5 16h-4v-3.168a1.75 1.75 0 0 0 1.987-2.82l-2.5-2.5a1.75 1.75 0 0 0-2.475 0l-2.5 2.5A1.75 1.75 0 0 0 10 12.833V16H6.5a4.5 4.5 0 0 1-.42-8.98m8.7 4.76a.75.75 0 0 1-1.06 0l-1.22-1.22v8.88l1.22-1.22a.75.75 0 1 1 1.06 1.06l-2.5 2.5a.75.75 0 0 1-1.06 0l-2.5-2.5a.75.75 0 1 1 1.06-1.06L11 19.44v-8.88l-1.22 1.22a.75.75 0 0 1-1.06-1.06l2.5-2.5a.75.75 0 0 1 1.06 0l2.5 2.5a.75.75 0 0 1 0 1.06"/></svg>

React

import type { SVGProps } from "react";

export function FluentCloudBidirectional24Filled(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 7.02a6.001 6.001 0 0 1 11.84 0A4.5 4.5 0 0 1 17.5 16h-4v-3.168a1.75 1.75 0 0 0 1.987-2.82l-2.5-2.5a1.75 1.75 0 0 0-2.475 0l-2.5 2.5A1.75 1.75 0 0 0 10 12.833V16H6.5a4.5 4.5 0 0 1-.42-8.98m8.7 4.76a.75.75 0 0 1-1.06 0l-1.22-1.22v8.88l1.22-1.22a.75.75 0 1 1 1.06 1.06l-2.5 2.5a.75.75 0 0 1-1.06 0l-2.5-2.5a.75.75 0 1 1 1.06-1.06L11 19.44v-8.88l-1.22 1.22a.75.75 0 0 1-1.06-1.06l2.5-2.5a.75.75 0 0 1 1.06 0l2.5 2.5a.75.75 0 0 1 0 1.06"/></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 7.02a6.001 6.001 0 0 1 11.84 0A4.5 4.5 0 0 1 17.5 16h-4v-3.168a1.75 1.75 0 0 0 1.987-2.82l-2.5-2.5a1.75 1.75 0 0 0-2.475 0l-2.5 2.5A1.75 1.75 0 0 0 10 12.833V16H6.5a4.5 4.5 0 0 1-.42-8.98m8.7 4.76a.75.75 0 0 1-1.06 0l-1.22-1.22v8.88l1.22-1.22a.75.75 0 1 1 1.06 1.06l-2.5 2.5a.75.75 0 0 1-1.06 0l-2.5-2.5a.75.75 0 1 1 1.06-1.06L11 19.44v-8.88l-1.22 1.22a.75.75 0 0 1-1.06-1.06l2.5-2.5a.75.75 0 0 1 1.06 0l2.5 2.5a.75.75 0 0 1 0 1.06"/></svg>
</template>

CSS

.icon-cloud-bidirectional-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%207.02a6.001%206.001%200%200%201%2011.84%200A4.5%204.5%200%200%201%2017.5%2016h-4v-3.168a1.75%201.75%200%200%200%201.987-2.82l-2.5-2.5a1.75%201.75%200%200%200-2.475%200l-2.5%202.5A1.75%201.75%200%200%200%2010%2012.833V16H6.5a4.5%204.5%200%200%201-.42-8.98m8.7%204.76a.75.75%200%200%201-1.06%200l-1.22-1.22v8.88l1.22-1.22a.75.75%200%201%201%201.06%201.06l-2.5%202.5a.75.75%200%200%201-1.06%200l-2.5-2.5a.75.75%200%201%201%201.06-1.06L11%2019.44v-8.88l-1.22%201.22a.75.75%200%200%201-1.06-1.06l2.5-2.5a.75.75%200%200%201%201.06%200l2.5%202.5a.75.75%200%200%201%200%201.06%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%207.02a6.001%206.001%200%200%201%2011.84%200A4.5%204.5%200%200%201%2017.5%2016h-4v-3.168a1.75%201.75%200%200%200%201.987-2.82l-2.5-2.5a1.75%201.75%200%200%200-2.475%200l-2.5%202.5A1.75%201.75%200%200%200%2010%2012.833V16H6.5a4.5%204.5%200%200%201-.42-8.98m8.7%204.76a.75.75%200%200%201-1.06%200l-1.22-1.22v8.88l1.22-1.22a.75.75%200%201%201%201.06%201.06l-2.5%202.5a.75.75%200%200%201-1.06%200l-2.5-2.5a.75.75%200%201%201%201.06-1.06L11%2019.44v-8.88l-1.22%201.22a.75.75%200%200%201-1.06-1.06l2.5-2.5a.75.75%200%200%201%201.06%200l2.5%202.5a.75.75%200%200%201%200%201.06%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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