cloud connect icon

cloud-connect-filled from Reicon by REICON · Filled · Nature · MIT Free for personal and commercial use.

Name
cloud-connect-filled
Set
Reicon
Style
Filled
Category
Nature
Viewbox
24×24
License
MIT

1 other variant in Reicon

More nature icons from Reicon

Use the cloud connect icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 1.25a7.114 7.114 0 0 0-7.106 6.785a4.388 4.388 0 0 0 .86 8.709h5.496v2.634a2.26 2.26 0 0 0-1.372 1.372H5a.75.75 0 0 0 0 1.5h4.878a2.25 2.25 0 0 0 4.244 0H19a.75.75 0 0 0 0-1.5h-4.878a2.26 2.26 0 0 0-1.372-1.372v-2.634h4.583l.122.001a5.295 5.295 0 0 0 1.364-10.413A7.12 7.12 0 0 0 12 1.25m.75 20.25a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconCloudConnectFilled(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" fillRule="evenodd" d="M12 1.25a7.114 7.114 0 0 0-7.106 6.785a4.388 4.388 0 0 0 .86 8.709h5.496v2.634a2.26 2.26 0 0 0-1.372 1.372H5a.75.75 0 0 0 0 1.5h4.878a2.25 2.25 0 0 0 4.244 0H19a.75.75 0 0 0 0-1.5h-4.878a2.26 2.26 0 0 0-1.372-1.372v-2.634h4.583l.122.001a5.295 5.295 0 0 0 1.364-10.413A7.12 7.12 0 0 0 12 1.25m.75 20.25a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 1.25a7.114 7.114 0 0 0-7.106 6.785a4.388 4.388 0 0 0 .86 8.709h5.496v2.634a2.26 2.26 0 0 0-1.372 1.372H5a.75.75 0 0 0 0 1.5h4.878a2.25 2.25 0 0 0 4.244 0H19a.75.75 0 0 0 0-1.5h-4.878a2.26 2.26 0 0 0-1.372-1.372v-2.634h4.583l.122.001a5.295 5.295 0 0 0 1.364-10.413A7.12 7.12 0 0 0 12 1.25m.75 20.25a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-cloud-connect-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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%201.25a7.114%207.114%200%200%200-7.106%206.785a4.388%204.388%200%200%200%20.86%208.709h5.496v2.634a2.26%202.26%200%200%200-1.372%201.372H5a.75.75%200%200%200%200%201.5h4.878a2.25%202.25%200%200%200%204.244%200H19a.75.75%200%200%200%200-1.5h-4.878a2.26%202.26%200%200%200-1.372-1.372v-2.634h4.583l.122.001a5.295%205.295%200%200%200%201.364-10.413A7.12%207.12%200%200%200%2012%201.25m.75%2020.25a.75.75%200%201%200-1.5%200a.75.75%200%200%200%201.5%200%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%201.25a7.114%207.114%200%200%200-7.106%206.785a4.388%204.388%200%200%200%20.86%208.709h5.496v2.634a2.26%202.26%200%200%200-1.372%201.372H5a.75.75%200%200%200%200%201.5h4.878a2.25%202.25%200%200%200%204.244%200H19a.75.75%200%200%200%200-1.5h-4.878a2.26%202.26%200%200%200-1.372-1.372v-2.634h4.583l.122.001a5.295%205.295%200%200%200%201.364-10.413A7.12%207.12%200%200%200%2012%201.25m.75%2020.25a.75.75%200%201%200-1.5%200a.75.75%200%200%200%201.5%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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