cloud data connection icon

cloud-data-connection from Unicons by Iconscout · Line · Cloud And Web · Apache-2.0 Free for personal and commercial use.

Name
cloud-data-connection
Set
Unicons
Style
Line
Category
Cloud And Web
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More cloud and web icons from Unicons

Use the cloud data connection icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 18.5h-6.18A3 3 0 0 0 13 16.68V13.5h3.17a4.33 4.33 0 0 0 1.3-8.5A6 6 0 0 0 6.06 6.63A3.5 3.5 0 0 0 7 13.5h4v3.18a3 3 0 0 0-1.82 1.82H3a1 1 0 0 0 0 2h6.18a3 3 0 0 0 5.64 0H21a1 1 0 0 0 0-2m-14-7a1.5 1.5 0 0 1 0-3a1 1 0 0 0 1-1a4 4 0 0 1 7.79-1.29a1 1 0 0 0 .78.67a2.31 2.31 0 0 1 1.93 2.29a2.34 2.34 0 0 1-2.33 2.33Zm5 9a1 1 0 1 1 1-1a1 1 0 0 1-1 1"/></svg>

React

import type { SVGProps } from "react";

export function UilCloudDataConnection(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="M21 18.5h-6.18A3 3 0 0 0 13 16.68V13.5h3.17a4.33 4.33 0 0 0 1.3-8.5A6 6 0 0 0 6.06 6.63A3.5 3.5 0 0 0 7 13.5h4v3.18a3 3 0 0 0-1.82 1.82H3a1 1 0 0 0 0 2h6.18a3 3 0 0 0 5.64 0H21a1 1 0 0 0 0-2m-14-7a1.5 1.5 0 0 1 0-3a1 1 0 0 0 1-1a4 4 0 0 1 7.79-1.29a1 1 0 0 0 .78.67a2.31 2.31 0 0 1 1.93 2.29a2.34 2.34 0 0 1-2.33 2.33Zm5 9a1 1 0 1 1 1-1a1 1 0 0 1-1 1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 18.5h-6.18A3 3 0 0 0 13 16.68V13.5h3.17a4.33 4.33 0 0 0 1.3-8.5A6 6 0 0 0 6.06 6.63A3.5 3.5 0 0 0 7 13.5h4v3.18a3 3 0 0 0-1.82 1.82H3a1 1 0 0 0 0 2h6.18a3 3 0 0 0 5.64 0H21a1 1 0 0 0 0-2m-14-7a1.5 1.5 0 0 1 0-3a1 1 0 0 0 1-1a4 4 0 0 1 7.79-1.29a1 1 0 0 0 .78.67a2.31 2.31 0 0 1 1.93 2.29a2.34 2.34 0 0 1-2.33 2.33Zm5 9a1 1 0 1 1 1-1a1 1 0 0 1-1 1"/></svg>
</template>

CSS

.icon-cloud-data-connection {
  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%22M21%2018.5h-6.18A3%203%200%200%200%2013%2016.68V13.5h3.17a4.33%204.33%200%200%200%201.3-8.5A6%206%200%200%200%206.06%206.63A3.5%203.5%200%200%200%207%2013.5h4v3.18a3%203%200%200%200-1.82%201.82H3a1%201%200%200%200%200%202h6.18a3%203%200%200%200%205.64%200H21a1%201%200%200%200%200-2m-14-7a1.5%201.5%200%200%201%200-3a1%201%200%200%200%201-1a4%204%200%200%201%207.79-1.29a1%201%200%200%200%20.78.67a2.31%202.31%200%200%201%201.93%202.29a2.34%202.34%200%200%201-2.33%202.33Zm5%209a1%201%200%201%201%201-1a1%201%200%200%201-1%201%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%22M21%2018.5h-6.18A3%203%200%200%200%2013%2016.68V13.5h3.17a4.33%204.33%200%200%200%201.3-8.5A6%206%200%200%200%206.06%206.63A3.5%203.5%200%200%200%207%2013.5h4v3.18a3%203%200%200%200-1.82%201.82H3a1%201%200%200%200%200%202h6.18a3%203%200%200%200%205.64%200H21a1%201%200%200%200%200-2m-14-7a1.5%201.5%200%200%201%200-3a1%201%200%200%200%201-1a4%204%200%200%201%207.79-1.29a1%201%200%200%200%20.78.67a2.31%202.31%200%200%201%201.93%202.29a2.34%202.34%200%200%201-2.33%202.33Zm5%209a1%201%200%201%201%201-1a1%201%200%200%201-1%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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