Serveit Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Serveit 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/332598.svg" alt="Serveit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332598.svg" alt="Serveit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332598.svg" alt="Serveit icon" :width="24" :height="24" />
CSS background
.icon-serveit {
background-image: url('https://proicons.com/icon/332598.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a,.b{fill:none;stroke:#000;}.a{stroke-miterlimit:9;}.b{stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M6.9059,33.8382l12.7659-7.3125m8.7687.0654,12.6527,7.2471"/><path class="a" d="M24,18.8871V4.2305"/><path class="b" d="M28.4513,26.597,24,29.1672l-4.4517-2.57v-5.14L24,18.8864l4.4517,2.57Z"/><path class="b" d="M24,35.1369l-2.5847-1.4923V30.66L24,29.1678,26.5847,30.66v2.9845Z"/><path class="b" d="M16.964,22.95l-2.5848-1.4922V18.4728l2.5848-1.4922,2.5847,1.4922v2.9846Z"/><path class="b" d="M31.0361,22.95l-2.5847-1.4922V18.4728l2.5847-1.4922,2.5847,1.4922v2.9846Z"/><path class="b" d="M4.1545,32.2986A21.5,21.5,0,0,1,2.5,24.0273,20.4107,20.4107,0,0,1,4.247,15.6739L6.9058,14.158l-.0141-3.06a21.27,21.27,0,0,1,14.421-8.4042"/><path class="b" d="M45.5,24.0267a20.4107,20.4107,0,0,0-1.7472-8.3534l-2.6588-1.5159.0141-3.06-.012-.016A21.2709,21.2709,0,0,0,26.84,2.7126"/><path class="b" d="M6.8918,36.8989A21.7262,21.7262,0,0,0,13.25,42.6474a20.4123,20.4123,0,0,0,8.1079,2.6636L24,43.7663l2.6432,1.5422"/><path class="b" d="M2.5,23.969A20.4107,20.4107,0,0,0,4.247,32.3224l2.6588,1.5159-.0141,3.06"/><path class="b" d="M45.5,23.969a20.4107,20.4107,0,0,1-1.7472,8.3534l-2.6588,1.5159.0141,3.06a21.27,21.27,0,0,1-14.5,8.4139"/><path class="b" d="M13.25,5.3492a20.4123,20.4123,0,0,1,8.1079-2.6636L24,4.23l2.6431-1.5422"/></svg>
Copied!