Hostinger Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Hostinger 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/314681.svg" alt="Hostinger icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314681.svg" alt="Hostinger icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314681.svg" alt="Hostinger icon" :width="24" :height="24" />
CSS background
.icon-hostinger {
background-image: url('https://proicons.com/icon/314681.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>Hostinger</title><path d="M16.415 0v7.16l5.785 3.384V2.949L16.415 0ZM1.8 0v11.237h18.815L14.89 8.09l-7.457-.003V3.024L1.8 0Zm14.615 20.894v-5.019l-7.514-.005c.007.033-5.82-3.197-5.82-3.197l19.119.091V24l-5.785-3.106ZM1.8 13.551v7.343l5.633 2.949v-6.988L1.8 13.551Z"/></svg>
Copied!