Cloud Private Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Cloud Private 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/319722.svg" alt="Cloud Private icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319722.svg" alt="Cloud Private icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319722.svg" alt="Cloud Private icon" :width="24" :height="24" />
CSS background
.icon-cloud-private {
background-image: url('https://proicons.com/icon/319722.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 27.5.0, 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--private_00000140732479678550721840000010460894326951421580_" d="M16,31.36C7.53,31.36,0.64,24.47,0.64,16 S7.53,0.64,16,0.64S31.36,7.53,31.36,16S24.47,31.36,16,31.36z M16,1.36C7.927,1.36,1.36,7.927,1.36,16 c0,8.072,6.567,14.64,14.64,14.64c8.072,0,14.64-6.567,14.64-14.64S24.072,1.36,16,1.36z M16,27.36 c-1.317,0-2.605-0.223-3.833-0.663C11.93,27.094,11.495,27.36,11,27.36c-0.75,0-1.36-0.61-1.36-1.36 c0-0.183,0.036-0.357,0.102-0.518c-0.637-0.422-1.233-0.908-1.775-1.449c-2.146-2.146-3.327-5-3.327-8.033 c0-3.034,1.182-5.887,3.327-8.033C10.113,5.822,12.966,4.64,16,4.64c2.472,0,4.809,0.774,6.777,2.242 c0.22-0.153,0.487-0.242,0.774-0.242c0.75,0,1.36,0.61,1.36,1.36s-0.61,1.36-1.36,1.36s-1.36-0.61-1.36-1.36 c0-0.201,0.044-0.393,0.123-0.564C20.478,6.077,18.301,5.36,16,5.36c-2.842,0-5.514,1.107-7.524,3.116 C6.467,10.486,5.36,13.158,5.36,16c0,2.841,1.107,5.514,3.116,7.523c0.521,0.521,1.095,0.986,1.709,1.389 c0.134-0.102,0.289-0.178,0.455-0.224V12.796L16,9.58l5.36,3.216v6.408l-5.371,3.222L12.8,20.3l0.399-0.6l2.811,1.874l4.629-2.778 v-5.592L16,10.42l-4.64,2.784v11.485c0.576,0.158,1,0.687,1,1.312v0.001c1.165,0.424,2.388,0.639,3.64,0.639 c2.841,0,5.514-1.106,7.523-3.116l0.51,0.51C21.887,26.179,19.033,27.36,16,27.36z M11,25.36c-0.353,0-0.64,0.287-0.64,0.64 s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S11.353,25.36,11,25.36z M23.552,7.36c-0.353,0-0.64,0.287-0.64,0.64 s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S23.904,7.36,23.552,7.36z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!