vultr logo
vultr from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- vultr
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the vultr logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.36 2.172A1.2 1.2 0 0 0 7.348 1.6H1.2A1.2 1.2 0 0 0 0 2.8a1.2 1.2 0 0 0 .182.64l11.6 18.4a1.206 1.206 0 0 0 2.035 0l3.075-4.874a1.23 1.23 0 0 0 .182-.64a1.2 1.2 0 0 0-.182-.642zm10.349 8.68a1.206 1.206 0 0 0 2.035 0L21.8 9.178l2.017-3.2a1.2 1.2 0 0 0 .183-.64a1.23 1.23 0 0 0-.183-.64l-1.6-2.526a1.2 1.2 0 0 0-1.016-.571h-6.148a1.2 1.2 0 0 0-1.201 1.2a1.14 1.14 0 0 0 .188.64z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsVultr(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.36 2.172A1.2 1.2 0 0 0 7.348 1.6H1.2A1.2 1.2 0 0 0 0 2.8a1.2 1.2 0 0 0 .182.64l11.6 18.4a1.206 1.206 0 0 0 2.035 0l3.075-4.874a1.23 1.23 0 0 0 .182-.64a1.2 1.2 0 0 0-.182-.642zm10.349 8.68a1.206 1.206 0 0 0 2.035 0L21.8 9.178l2.017-3.2a1.2 1.2 0 0 0 .183-.64a1.23 1.23 0 0 0-.183-.64l-1.6-2.526a1.2 1.2 0 0 0-1.016-.571h-6.148a1.2 1.2 0 0 0-1.201 1.2a1.14 1.14 0 0 0 .188.64z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.36 2.172A1.2 1.2 0 0 0 7.348 1.6H1.2A1.2 1.2 0 0 0 0 2.8a1.2 1.2 0 0 0 .182.64l11.6 18.4a1.206 1.206 0 0 0 2.035 0l3.075-4.874a1.23 1.23 0 0 0 .182-.64a1.2 1.2 0 0 0-.182-.642zm10.349 8.68a1.206 1.206 0 0 0 2.035 0L21.8 9.178l2.017-3.2a1.2 1.2 0 0 0 .183-.64a1.23 1.23 0 0 0-.183-.64l-1.6-2.526a1.2 1.2 0 0 0-1.016-.571h-6.148a1.2 1.2 0 0 0-1.201 1.2a1.14 1.14 0 0 0 .188.64z"/></svg> </template>
CSS
.icon-vultr {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.36%202.172A1.2%201.2%200%200%200%207.348%201.6H1.2A1.2%201.2%200%200%200%200%202.8a1.2%201.2%200%200%200%20.182.64l11.6%2018.4a1.206%201.206%200%200%200%202.035%200l3.075-4.874a1.23%201.23%200%200%200%20.182-.64a1.2%201.2%200%200%200-.182-.642zm10.349%208.68a1.206%201.206%200%200%200%202.035%200L21.8%209.178l2.017-3.2a1.2%201.2%200%200%200%20.183-.64a1.23%201.23%200%200%200-.183-.64l-1.6-2.526a1.2%201.2%200%200%200-1.016-.571h-6.148a1.2%201.2%200%200%200-1.201%201.2a1.14%201.14%200%200%200%20.188.64z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.36%202.172A1.2%201.2%200%200%200%207.348%201.6H1.2A1.2%201.2%200%200%200%200%202.8a1.2%201.2%200%200%200%20.182.64l11.6%2018.4a1.206%201.206%200%200%200%202.035%200l3.075-4.874a1.23%201.23%200%200%200%20.182-.64a1.2%201.2%200%200%200-.182-.642zm10.349%208.68a1.206%201.206%200%200%200%202.035%200L21.8%209.178l2.017-3.2a1.2%201.2%200%200%200%20.183-.64a1.23%201.23%200%200%200-.183-.64l-1.6-2.526a1.2%201.2%200%200%200-1.016-.571h-6.148a1.2%201.2%200%200%200-1.201%201.2a1.14%201.14%200%200%200%20.188.64z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/vultr.svg?color=%231a73e8&size=48