Server 2 Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Server 2 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/310954.svg" alt="Server 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310954.svg" alt="Server 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310954.svg" alt="Server 2 icon" :width="24" :height="24" />
CSS background
.icon-server-2 {
background-image: url('https://proicons.com/icon/310954.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M4.15857 9.13446C3.52236 9.13446 3.00661 9.65021 3.00661 10.2864L3.00661 13.7423C3.00661 14.3785 3.52236 14.8942 4.15857 14.8942L19.8367 14.8942C20.4729 14.8942 20.9886 14.3785 20.9886 13.7423V10.2864C20.9886 9.65021 20.4729 9.13446 19.8367 9.13446" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M17.5443 12.0143H14.5262" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M3.00362 4.55444L3.01448 8.01028C3.01647 8.64649 3.53384 9.16061 4.17004 9.15861L19.8481 9.10936C20.4843 9.10736 20.9984 8.58999 20.9964 7.95379L20.9855 4.49795C20.9835 3.86175 20.4662 3.34762 19.83 3.34962L4.15195 3.39887C3.51574 3.40087 3.00162 3.91824 3.00362 4.55444Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M17.5443 6.24304H14.5262" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M4.15857 14.8942C3.52236 14.8942 3.00661 15.41 3.00661 16.0462L3.00661 19.502C3.00661 20.1382 3.52236 20.654 4.15857 20.654H19.8367C20.4729 20.654 20.9886 20.1382 20.9886 19.502V16.0462C20.9886 15.41 20.4729 14.8942 19.8367 14.8942" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M17.5443 17.7741H14.5262" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!