Apparatus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Apparatus 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/336506.svg" alt="Apparatus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336506.svg" alt="Apparatus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336506.svg" alt="Apparatus icon" :width="24" :height="24" />
CSS background
.icon-apparatus {
background-image: url('https://proicons.com/icon/336506.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M40.7022,22.3453c0,7.211-5.8456,13.0566-13.0566,13.0566s-13.0566-5.8456-13.0566-13.0566,5.8456-13.0566,13.0566-13.0566h0c7.211,0,13.0566,5.8456,13.0566,13.0566ZM27.1225,41.8779l-16.8954-9.7546V12.6142L27.2661,2.7666C16.2852,1.0259,5.6493,7.9684,3.0771,18.9163c-2.5722,10.9478,3.6731,22.0405,14.3675,25.5192,10.6944,3.4786,22.2705-1.8172,26.6022-12.2477l-16.9243,9.6902Z"/></svg>
Copied!