Connected Nodes To The Cloud Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Connected Nodes To The Cloud icon is commonly used in storage apps, sync indicators and cloud service dashboards. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/319782.svg" alt="Connected Nodes To The Cloud icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319782.svg" alt="Connected Nodes To The Cloud icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319782.svg" alt="Connected Nodes To The Cloud icon" :width="24" :height="24" />
CSS background
.icon-connected-nodes-to-the-cloud {
background-image: url('https://proicons.com/icon/319782.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="connected--nodes--to--the--cloud_1_" d="M28,22.64c-1.178,0-2.149,0.87-2.324,2H22c-0.904,0-1.64-0.735-1.64-1.64v-3.64 h6.14c2.68,0,4.86-2.181,4.86-4.86s-2.18-4.86-4.86-4.86h-0.146c-0.19-4.995-4.313-9-9.354-9c-3.485,0-6.63,1.91-8.261,5H7.5 c-3.783,0-6.86,3.077-6.86,6.86s3.077,6.86,6.86,6.86h4.14V23c0,0.904-0.736,1.64-1.64,1.64H6.323c-0.175-1.13-1.146-2-2.323-2 c-1.301,0-2.36,1.059-2.36,2.36S2.699,27.36,4,27.36c1.178,0,2.148-0.87,2.323-2H10c1.301,0,2.36-1.059,2.36-2.36v-3.64h3.28v6.302 c-1.408,0.178-2.5,1.383-2.5,2.838c0,1.577,1.283,2.86,2.86,2.86s2.86-1.283,2.86-2.86c0-1.455-1.093-2.66-2.5-2.838V19.36h3.28V23 c0,1.302,1.059,2.36,2.36,2.36h3.676c0.175,1.13,1.146,2,2.324,2c1.302,0,2.36-1.059,2.36-2.36S29.302,22.64,28,22.64z M4,26.64 c-0.904,0-1.64-0.735-1.64-1.64S3.096,23.36,4,23.36S5.64,24.096,5.64,25S4.904,26.64,4,26.64z M18.14,28.5 c0,1.18-0.96,2.14-2.14,2.14s-2.14-0.96-2.14-2.14s0.96-2.14,2.14-2.14S18.14,27.32,18.14,28.5z M1.36,12.5 c0-3.386,2.754-6.14,6.14-6.14h1.459c0.137,0,0.261-0.077,0.322-0.199C10.758,3.2,13.715,1.36,17,1.36c4.764,0,8.64,3.876,8.64,8.64 c0,0.199,0.161,0.36,0.36,0.36h0.5c2.283,0,4.14,1.857,4.14,4.14s-1.856,4.14-4.14,4.14h-19C4.114,18.64,1.36,15.886,1.36,12.5z M28,26.64c-0.904,0-1.64-0.735-1.64-1.64s0.735-1.64,1.64-1.64s1.64,0.735,1.64,1.64S28.904,26.64,28,26.64z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!