Digitalocean Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Digitalocean icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/314109.svg" alt="Digitalocean icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314109.svg" alt="Digitalocean icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314109.svg" alt="Digitalocean icon" :width="24" :height="24" />
CSS background
.icon-digitalocean {
background-image: url('https://proicons.com/icon/314109.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>DigitalOcean</title><path d="M12.04 0C5.408-.02.005 5.37.005 11.992h4.638c0-4.923 4.882-8.731 10.064-6.855a6.95 6.95 0 014.147 4.148c1.889 5.177-1.924 10.055-6.84 10.064v-4.61H7.391v4.623h4.61V24c7.86 0 13.967-7.588 11.397-15.83-1.115-3.59-3.985-6.446-7.575-7.575A12.8 12.8 0 0012.039 0zM7.39 19.362H3.828v3.564H7.39zm-3.563 0v-2.978H.85v2.978z"/></svg>
Copied!