Cloud Strategy Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Cloud Strategy 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/319727.svg" alt="Cloud Strategy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319727.svg" alt="Cloud Strategy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319727.svg" alt="Cloud Strategy icon" :width="24" :height="24" />
CSS background
.icon-cloud-strategy {
background-image: url('https://proicons.com/icon/319727.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="cloud--strategy_1_" d="M25.178,19.369c3.012,0,5.462-2.448,5.462-5.457c0-2.863-2.233-5.259-5.084-5.454 c-0.182-0.012-0.326-0.158-0.335-0.34c-0.197-3.79-3.322-6.758-7.113-6.758c-2.752,0-5.286,1.616-6.457,4.117 c-0.082,0.174-0.288,0.254-0.463,0.181c-0.864-0.355-1.775-0.535-2.707-0.535c-3.927,0-7.122,3.2-7.122,7.133 c0,3.576,2.644,6.632,6.149,7.11c0.197,0.026,0.335,0.208,0.308,0.405s-0.205,0.34-0.406,0.308c-3.86-0.525-6.771-3.889-6.771-7.823 c0-4.33,3.518-7.853,7.841-7.853c0.914,0,1.809,0.157,2.667,0.468c1.346-2.581,4.042-4.23,6.959-4.23c4.07,0,7.442,3.107,7.81,7.13 c3.077,0.368,5.443,3.008,5.443,6.143c0,3.406-2.773,6.177-6.183,6.177c-0.009,0-0.088-0.004-0.097-0.005 c-0.195-0.015-0.372-0.183-0.362-0.378c0.009-0.192,0.14-0.345,0.33-0.345c0.003,0,0.006,0,0.008,0L25.178,19.369z M20.64,12h0.721 v19H20.64v-1.64h-9.28V31h-0.72V12h0.72v1.64h9.28V12z M11.36,14.36v4.28h9.28v-4.28C20.64,14.36,11.36,14.36,11.36,14.36z M11.36,19.36v4.279h9.28V19.36H11.36z M20.64,28.64v-4.28h-9.28v4.279L20.64,28.64L20.64,28.64z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!