cloud connection icon
cloud-connection-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- cloud-connection-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the cloud connection icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M19.2 14.781c-.86.79-2 1.23-3.17 1.22H6.37c-4.07-.29-4.08-6.2 0-6.49h.04c-2.79-7.76 9-10.85 10.35-2.71c3.77.48 5.3 5.49 2.44 7.98"/><path d="M18.75 21c0 .41-.34.75-.75.75h-4c-.05 0-.09 0-.14-.02c-.29.74-1.02 1.27-1.86 1.27s-1.57-.53-1.86-1.27c-.05.02-.09.02-.14.02H6c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.05 0 .09 0 .14.02c.2-.52.61-.93 1.13-1.13c-.02-.05-.02-.09-.02-.14v-3h1.5v3c0 .05 0 .09-.02.14c.52.2.93.61 1.13 1.13c.05-.02.09-.02.14-.02h4c.41 0 .75.34.75.75"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconCloudConnectionFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M19.2 14.781c-.86.79-2 1.23-3.17 1.22H6.37c-4.07-.29-4.08-6.2 0-6.49h.04c-2.79-7.76 9-10.85 10.35-2.71c3.77.48 5.3 5.49 2.44 7.98"/><path d="M18.75 21c0 .41-.34.75-.75.75h-4c-.05 0-.09 0-.14-.02c-.29.74-1.02 1.27-1.86 1.27s-1.57-.53-1.86-1.27c-.05.02-.09.02-.14.02H6c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.05 0 .09 0 .14.02c.2-.52.61-.93 1.13-1.13c-.02-.05-.02-.09-.02-.14v-3h1.5v3c0 .05 0 .09-.02.14c.52.2.93.61 1.13 1.13c.05-.02.09-.02.14-.02h4c.41 0 .75.34.75.75"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M19.2 14.781c-.86.79-2 1.23-3.17 1.22H6.37c-4.07-.29-4.08-6.2 0-6.49h.04c-2.79-7.76 9-10.85 10.35-2.71c3.77.48 5.3 5.49 2.44 7.98"/><path d="M18.75 21c0 .41-.34.75-.75.75h-4c-.05 0-.09 0-.14-.02c-.29.74-1.02 1.27-1.86 1.27s-1.57-.53-1.86-1.27c-.05.02-.09.02-.14.02H6c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.05 0 .09 0 .14.02c.2-.52.61-.93 1.13-1.13c-.02-.05-.02-.09-.02-.14v-3h1.5v3c0 .05 0 .09-.02.14c.52.2.93.61 1.13 1.13c.05-.02.09-.02.14-.02h4c.41 0 .75.34.75.75"/></g></svg> </template>
CSS
.icon-cloud-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M19.2%2014.781c-.86.79-2%201.23-3.17%201.22H6.37c-4.07-.29-4.08-6.2%200-6.49h.04c-2.79-7.76%209-10.85%2010.35-2.71c3.77.48%205.3%205.49%202.44%207.98%22%2F%3E%3Cpath%20d%3D%22M18.75%2021c0%20.41-.34.75-.75.75h-4c-.05%200-.09%200-.14-.02c-.29.74-1.02%201.27-1.86%201.27s-1.57-.53-1.86-1.27c-.05.02-.09.02-.14.02H6c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h4c.05%200%20.09%200%20.14.02c.2-.52.61-.93%201.13-1.13c-.02-.05-.02-.09-.02-.14v-3h1.5v3c0%20.05%200%20.09-.02.14c.52.2.93.61%201.13%201.13c.05-.02.09-.02.14-.02h4c.41%200%20.75.34.75.75%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M19.2%2014.781c-.86.79-2%201.23-3.17%201.22H6.37c-4.07-.29-4.08-6.2%200-6.49h.04c-2.79-7.76%209-10.85%2010.35-2.71c3.77.48%205.3%205.49%202.44%207.98%22%2F%3E%3Cpath%20d%3D%22M18.75%2021c0%20.41-.34.75-.75.75h-4c-.05%200-.09%200-.14-.02c-.29.74-1.02%201.27-1.86%201.27s-1.57-.53-1.86-1.27c-.05.02-.09.02-.14.02H6c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h4c.05%200%20.09%200%20.14.02c.2-.52.61-.93%201.13-1.13c-.02-.05-.02-.09-.02-.14v-3h1.5v3c0%20.05%200%20.09-.02.14c.52.2.93.61%201.13%201.13c.05-.02.09-.02.14-.02h4c.41%200%20.75.34.75.75%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/cloud-connection-filled.svg?color=%231a73e8&size=48