Cloud Native 03 Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Cloud Native 03 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/319716.svg" alt="Cloud Native 03 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319716.svg" alt="Cloud Native 03 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319716.svg" alt="Cloud Native 03 icon" :width="24" :height="24" />
CSS background
.icon-cloud-native-03 {
background-image: url('https://proicons.com/icon/319716.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" 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"> <g id="cloud--native--03"> <path id="cloud--native--03_00000024699065462501026850000006944323152450911363_" 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 M8.66,3.336C4.298,5.875,1.36,10.601,1.36,16 c0,8.072,6.567,14.64,14.64,14.64c8.072,0,14.64-6.567,14.64-14.64c0-5.399-2.938-10.125-7.299-12.664 c2.457,2.085,4.02,5.195,4.02,8.664c0,6.264-5.097,11.36-11.36,11.36C9.736,23.36,4.64,18.264,4.64,12 C4.64,8.532,6.202,5.422,8.66,3.336z M16,9.36c-3.661,0-6.64,2.979-6.64,6.64s2.979,6.64,6.64,6.64s6.64-2.979,6.64-6.64 S19.661,9.36,16,9.36z M16,8.64c4.059,0,7.36,3.302,7.36,7.36c0,2.122-0.903,4.038-2.346,5.382C24.36,19.587,26.64,16.055,26.64,12 c0-5.867-4.772-10.64-10.64-10.64C10.133,1.36,5.36,6.133,5.36,12c0,4.055,2.28,7.587,5.625,9.382 C9.543,20.038,8.64,18.122,8.64,16C8.64,11.942,11.942,8.64,16,8.64z M16,18.36c-1.301,0-2.36-1.059-2.36-2.36 c0-1.301,1.059-2.36,2.36-2.36c1.302,0,2.36,1.059,2.36,2.36C18.36,17.302,17.302,18.36,16,18.36z M16,14.36 c-0.904,0-1.64,0.736-1.64,1.64s0.736,1.64,1.64,1.64s1.64-0.735,1.64-1.64S16.904,14.36,16,14.36z"/> </g> <g id="Layer_1"> </g> </svg>
Copied!