Apptester Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Apptester 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/336541.svg" alt="Apptester icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336541.svg" alt="Apptester icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336541.svg" alt="Apptester icon" :width="24" :height="24" />
CSS background
.icon-apptester {
background-image: url('https://proicons.com/icon/336541.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:#fff;stroke-linejoin:round;}.a{stroke-linecap:round;}</style></defs><path class="a" d="M18.4948,13.3523H41.85a1.65,1.65,0,0,1,1.6236,1.9427L40.3165,32.7971a2.193,2.193,0,0,1-2.1538,1.8037l-23.5849.0469a2.2832,2.2832,0,1,1,0-4.5664h2.6928a2.2832,2.2832,0,0,0,0-4.5664H12.9437a2.2187,2.2187,0,1,1,0-4.4355h6.0941"/><path class="a" d="M18.4948,13.3523A2.2512,2.2512,0,0,0,16.2116,15.57a2.41,2.41,0,0,0,2.5549,2.2764c1.2612.0586,2.0634.7693,2.0634,1.646A1.6989,1.6989,0,0,1,19.0382,21.08"/><path class="b" d="M24.2511,29.7659,26.3223,18.285H37.4376L35.3664,29.7659Z"/><circle class="a" cx="6.6988" cy="32.4481" r="2.1988"/></svg>
Copied!