cloud data connection icon

cloud-data-connection-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.

Name
cloud-data-connection-filled
Set
Tabler Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Tabler Icons

The same icon in other sets

Related icons in Tabler Icons

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="M15.262 4.087c.974.768 1.566 1.848 1.678 2.997l.007.107l.18.025a3.42 3.42 0 0 1 2.867 3.184l.006.188A3.42 3.42 0 0 1 16.575 14H13l.001 1.171A3 3 0 0 1 14.83 17H21a1 1 0 0 1 0 2h-6.17a3.001 3.001 0 0 1-5.66 0H3a1 1 0 0 1 0-2h6.171A3 3 0 0 1 11 15.17V14H8.26C5.919 14 4 12.174 4 9.897c0-2.001 1.481-3.655 3.43-4.026l.086-.015l.049-.112c.514-1.124 1.508-2.01 2.756-2.447l.222-.072c1.627-.49 3.42-.166 4.72.862"/></svg>

React

import type { SVGProps } from "react";

export function TablerCloudDataConnectionFilled(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="M15.262 4.087c.974.768 1.566 1.848 1.678 2.997l.007.107l.18.025a3.42 3.42 0 0 1 2.867 3.184l.006.188A3.42 3.42 0 0 1 16.575 14H13l.001 1.171A3 3 0 0 1 14.83 17H21a1 1 0 0 1 0 2h-6.17a3.001 3.001 0 0 1-5.66 0H3a1 1 0 0 1 0-2h6.171A3 3 0 0 1 11 15.17V14H8.26C5.919 14 4 12.174 4 9.897c0-2.001 1.481-3.655 3.43-4.026l.086-.015l.049-.112c.514-1.124 1.508-2.01 2.756-2.447l.222-.072c1.627-.49 3.42-.166 4.72.862"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.262 4.087c.974.768 1.566 1.848 1.678 2.997l.007.107l.18.025a3.42 3.42 0 0 1 2.867 3.184l.006.188A3.42 3.42 0 0 1 16.575 14H13l.001 1.171A3 3 0 0 1 14.83 17H21a1 1 0 0 1 0 2h-6.17a3.001 3.001 0 0 1-5.66 0H3a1 1 0 0 1 0-2h6.171A3 3 0 0 1 11 15.17V14H8.26C5.919 14 4 12.174 4 9.897c0-2.001 1.481-3.655 3.43-4.026l.086-.015l.049-.112c.514-1.124 1.508-2.01 2.756-2.447l.222-.072c1.627-.49 3.42-.166 4.72.862"/></svg>
</template>

CSS

.icon-cloud-data-connection-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%22M15.262%204.087c.974.768%201.566%201.848%201.678%202.997l.007.107l.18.025a3.42%203.42%200%200%201%202.867%203.184l.006.188A3.42%203.42%200%200%201%2016.575%2014H13l.001%201.171A3%203%200%200%201%2014.83%2017H21a1%201%200%200%201%200%202h-6.17a3.001%203.001%200%200%201-5.66%200H3a1%201%200%200%201%200-2h6.171A3%203%200%200%201%2011%2015.17V14H8.26C5.919%2014%204%2012.174%204%209.897c0-2.001%201.481-3.655%203.43-4.026l.086-.015l.049-.112c.514-1.124%201.508-2.01%202.756-2.447l.222-.072c1.627-.49%203.42-.166%204.72.862%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%22M15.262%204.087c.974.768%201.566%201.848%201.678%202.997l.007.107l.18.025a3.42%203.42%200%200%201%202.867%203.184l.006.188A3.42%203.42%200%200%201%2016.575%2014H13l.001%201.171A3%203%200%200%201%2014.83%2017H21a1%201%200%200%201%200%202h-6.17a3.001%203.001%200%200%201-5.66%200H3a1%201%200%200%201%200-2h6.171A3%203%200%200%201%2011%2015.17V14H8.26C5.919%2014%204%2012.174%204%209.897c0-2.001%201.481-3.655%203.43-4.026l.086-.015l.049-.112c.514-1.124%201.508-2.01%202.756-2.447l.222-.072c1.627-.49%203.42-.166%204.72.862%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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