Elements Of The Cloud Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Elements Of 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/319949.svg" alt="Elements Of The Cloud icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319949.svg" alt="Elements Of The Cloud icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319949.svg" alt="Elements Of The Cloud icon" :width="24" :height="24" />
CSS background
.icon-elements-of-the-cloud {
background-image: url('https://proicons.com/icon/319949.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 26.3.1, 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="elements-of-the-cloud_00000047746849988184484740000012874140572298829955_" d="M16,31.36C7.53,31.36,0.64,24.47,0.64,16 c0-2.25,0.488-4.432,1.452-6.488C1.815,9.263,1.64,8.901,1.64,8.5c0-0.75,0.61-1.36,1.36-1.36c0.143,0,0.281,0.022,0.411,0.063 C6.29,3.087,10.972,0.64,16,0.64s9.71,2.447,12.59,6.563C28.719,7.162,28.857,7.14,29,7.14c0.75,0,1.36,0.61,1.36,1.36 c0,0.401-0.175,0.763-0.452,1.012C30.872,11.568,31.36,13.75,31.36,16C31.36,24.47,24.47,31.36,16,31.36z M1.364,16.36 C1.556,24.267,8.048,30.64,16,30.64s14.444-6.373,14.636-14.28h-2.324c-0.158,0.576-0.687,1-1.312,1s-1.153-0.425-1.312-1h-8.377 c-0.158,0.576-0.686,1-1.312,1s-1.153-0.425-1.312-1H6.312c-0.158,0.576-0.686,1-1.312,1s-1.153-0.425-1.312-1H1.364z M27,15.36 c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S27.353,15.36,27,15.36z M16,15.36 c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S16.353,15.36,16,15.36z M5,15.36 c-0.353,0-0.64,0.287-0.64,0.64S4.647,16.64,5,16.64S5.64,16.353,5.64,16S5.353,15.36,5,15.36z M28.312,15.64h2.324 c-0.049-2.011-0.51-3.96-1.372-5.806c-0.437,0.087-0.915-0.065-1.219-0.368l-10.7,6.173h8.344c0.158-0.576,0.687-1,1.312-1 S28.153,15.064,28.312,15.64z M6.312,15.64h8.344l-10.7-6.173C3.65,9.769,3.172,9.918,2.736,9.834 c-0.862,1.845-1.323,3.795-1.372,5.806h2.324c0.158-0.576,0.686-1,1.312-1S6.153,15.064,6.312,15.64z M23.626,3.502l-6.644,11.516 l10.702-6.174C27.655,8.734,27.64,8.619,27.64,8.5c0-0.347,0.131-0.664,0.346-0.904C26.81,5.921,25.32,4.537,23.626,3.502z M4.316,8.843l10.702,6.174L8.374,3.502C6.68,4.537,5.191,5.921,4.015,7.596C4.229,7.836,4.36,8.153,4.36,8.5 C4.36,8.619,4.345,8.734,4.316,8.843z M16.36,6.312v8.344l6.643-11.513c-2.014-1.098-4.284-1.72-6.643-1.778v2.324 c0.576,0.158,1,0.686,1,1.312S16.936,6.153,16.36,6.312z M8.998,3.142l6.643,11.513V6.312c-0.576-0.158-1-0.686-1-1.312 s0.424-1.153,1-1.312V1.364C13.281,1.422,11.011,2.044,8.998,3.142z M29,7.86c-0.353,0-0.64,0.287-0.64,0.64S28.647,9.14,29,9.14 s0.64-0.287,0.64-0.64S29.353,7.86,29,7.86z M3,7.86c-0.353,0-0.64,0.287-0.64,0.64S2.647,9.14,3,9.14S3.64,8.853,3.64,8.5 S3.353,7.86,3,7.86z M16,4.36c-0.353,0-0.64,0.287-0.64,0.64S15.647,5.64,16,5.64c0.353,0,0.64-0.287,0.64-0.64S16.353,4.36,16,4.36 z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!