Reserveplus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Reserveplus 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/332103.svg" alt="Reserveplus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332103.svg" alt="Reserveplus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332103.svg" alt="Reserveplus icon" :width="24" :height="24" />
CSS background
.icon-reserveplus {
background-image: url('https://proicons.com/icon/332103.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="c" d="M8.165,26.105v-6.356h2.1138c1.1951,0,2.1639.9557,2.1639,2.1346s-.9688,2.1346-2.1639,2.1346h-2.1138"/><line class="c" x1="36.607" y1="24" x2="39.835" y2="24"/><line class="c" x1="38.221" y1="22.411" x2="38.221" y2="25.589"/><path class="c" d="M31.976,26.105v-4.2108h2.1672c.5861,0,1.0613.4713,1.0613,1.0527s-.4752,1.0527-1.0613,1.0527c.5861,0,1.0613.4713,1.0613,1.0527s-.4752,1.0527-1.0613,1.0527h-2.1672Z"/><line class="c" x1="34.143" y1="24" x2="31.972" y2="24"/><path class="c" d="M16.862,25.303c-.278.479-.802.8019-1.4026.8019-.8915,0-1.6142-.7114-1.6142-1.589v-1.0328c0-.8776.7227-1.589,1.6142-1.589s1.6142.7114,1.6142,1.589v.5164h-3.2285"/><path class="c" d="M25.728,25.303c-.278.479-.802.8019-1.4026.8019-.8915,0-1.6142-.7114-1.6142-1.589v-1.0328c0-.8776.7227-1.589,1.6142-1.589s1.6142.7114,1.6142,1.589v.5164h-3.2285"/><path class="c" d="M18.475,22.244c.296-.2428.6151-.3535,1.3311-.3516l.4337.0008c.5905,0,1.0692.4712,1.0692,1.0525s-.4787,1.0525-1.0694,1.0524c.5902,0,1.0689.4712,1.0689,1.0524s-.4787,1.0525-1.0692,1.0525h-.4341c-.716,0-1.0348-.1116-1.3301-.3552"/><line class="c" x1="19.153" y1="24" x2="20.234" y2="24"/><path class="c" d="M27.342,24.516c0,.8776.7227,1.589,1.6142,1.589s1.6142-.7114,1.6142-1.589v-1.0328c0-.8776-.7227-1.589-1.6142-1.589s-1.6142.7114-1.6142,1.589"/><line class="c" x1="27.342" y1="21.895" x2="27.342" y2="28.251"/></svg>
Copied!