cloud bidirectional icon

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

Name
cloud-bidirectional-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 bidirectional icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3.5a4.5 4.5 0 0 0-4.495 4.285a.75.75 0 0 1-.75.715H6.5a3 3 0 0 0 0 6H10V16H6.5a4.5 4.5 0 0 1-.42-8.98a6.001 6.001 0 0 1 11.84 0A4.5 4.5 0 0 1 17.5 16h-4v-1.5h4a3 3 0 1 0 0-6h-.256a.75.75 0 0 1-.749-.715A4.5 4.5 0 0 0 12 3.5m2.78 8.28a.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 FluentCloudBidirectional24Regular(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="M12 3.5a4.5 4.5 0 0 0-4.495 4.285a.75.75 0 0 1-.75.715H6.5a3 3 0 0 0 0 6H10V16H6.5a4.5 4.5 0 0 1-.42-8.98a6.001 6.001 0 0 1 11.84 0A4.5 4.5 0 0 1 17.5 16h-4v-1.5h4a3 3 0 1 0 0-6h-.256a.75.75 0 0 1-.749-.715A4.5 4.5 0 0 0 12 3.5m2.78 8.28a.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="M12 3.5a4.5 4.5 0 0 0-4.495 4.285a.75.75 0 0 1-.75.715H6.5a3 3 0 0 0 0 6H10V16H6.5a4.5 4.5 0 0 1-.42-8.98a6.001 6.001 0 0 1 11.84 0A4.5 4.5 0 0 1 17.5 16h-4v-1.5h4a3 3 0 1 0 0-6h-.256a.75.75 0 0 1-.749-.715A4.5 4.5 0 0 0 12 3.5m2.78 8.28a.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-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%22M12%203.5a4.5%204.5%200%200%200-4.495%204.285a.75.75%200%200%201-.75.715H6.5a3%203%200%200%200%200%206H10V16H6.5a4.5%204.5%200%200%201-.42-8.98a6.001%206.001%200%200%201%2011.84%200A4.5%204.5%200%200%201%2017.5%2016h-4v-1.5h4a3%203%200%201%200%200-6h-.256a.75.75%200%200%201-.749-.715A4.5%204.5%200%200%200%2012%203.5m2.78%208.28a.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%22M12%203.5a4.5%204.5%200%200%200-4.495%204.285a.75.75%200%200%201-.75.715H6.5a3%203%200%200%200%200%206H10V16H6.5a4.5%204.5%200%200%201-.42-8.98a6.001%206.001%200%200%201%2011.84%200A4.5%204.5%200%200%201%2017.5%2016h-4v-1.5h4a3%203%200%201%200%200-6h-.256a.75.75%200%200%201-.749-.715A4.5%204.5%200%200%200%2012%203.5m2.78%208.28a.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-regular.svg?color=%231a73e8&size=48