Netcup Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Netcup 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/315301.svg" alt="Netcup icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315301.svg" alt="Netcup icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315301.svg" alt="Netcup icon" :width="24" :height="24" />
CSS background
.icon-netcup {
background-image: url('https://proicons.com/icon/315301.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>netcup</title><path d="M5.25 0A5.239 5.239 0 0 0 0 5.25v13.5A5.239 5.239 0 0 0 5.25 24h13.5A5.239 5.239 0 0 0 24 18.75V5.25A5.239 5.239 0 0 0 18.75 0H5.25zm-.045 5.102h9.482c1.745 0 2.631.907 2.631 2.753v8.352h1.477v2.691h-4.666V8.58c0-.514-.298-.785-.889-.785H9.873v11.103H6.682V7.795H5.205V5.102z"/></svg>
Copied!