Infomaniak Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Infomaniak 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/314758.svg" alt="Infomaniak icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314758.svg" alt="Infomaniak icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314758.svg" alt="Infomaniak icon" :width="24" :height="24" />
CSS background
.icon-infomaniak {
background-image: url('https://proicons.com/icon/314758.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>Infomaniak</title><path d="M2.4 0A2.395 2.395 0 0 0 0 2.4v19.2C0 22.9296 1.0704 24 2.4 24h19.2c1.3296 0 2.4-1.0704 2.4-2.4V2.4C24 1.0704 22.9296 0 21.6 0H10.112v11.7119l3.648-4.128h6l-4.58 4.3506 4.868 8.1296h-5.52l-2.5938-5.0211L10.112 16.8v3.264H5.12V0Z"/></svg>
Copied!