Vultr Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Vultr 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/316574.svg" alt="Vultr icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316574.svg" alt="Vultr icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316574.svg" alt="Vultr icon" :width="24" :height="24" />
CSS background
.icon-vultr {
background-image: url('https://proicons.com/icon/316574.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>Vultr</title><path d="M8.36 2.172A1.194 1.194 0 007.348 1.6H1.2A1.2 1.2 0 000 2.8a1.211 1.211 0 00.182.64l11.6 18.4a1.206 1.206 0 002.035 0l3.075-4.874a1.229 1.229 0 00.182-.64 1.211 1.211 0 00-.182-.642zm10.349 8.68a1.206 1.206 0 002.035 0L21.8 9.178l2.017-3.2a1.211 1.211 0 00.183-.64 1.229 1.229 0 00-.183-.64l-1.6-2.526a1.206 1.206 0 00-1.016-.571h-6.148a1.2 1.2 0 00-1.201 1.2 1.143 1.143 0 00.188.64z"/></svg>
Copied!