Testerup Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Testerup 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/333823.svg" alt="Testerup icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333823.svg" alt="Testerup icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333823.svg" alt="Testerup icon" :width="24" :height="24" />
CSS background
.icon-testerup {
background-image: url('https://proicons.com/icon/333823.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"><path id="e" d="M22.501,31.916h-10.5752c-3.5599,0-6.4258-2.8729-6.4258-6.4414v-9.018c0-3.5686,2.8659-6.4414,6.4258-6.4414h20.5627c3.5599,0,6.4258,2.8729,6.4258,6.4414v1.5962" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path id="f" d="M18.2605,27.7054h-5.6569c-.712,0-1.2852-.5746-1.2852-1.2883v-8.9274c0-.7137.5732-1.2883,1.2852-1.2883h19.1282c.712,0,1.2852.5746,1.2852,1.2883v6.5229" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path id="g" d="M14.9509,27.7054l.0643-3.2224,13.5977,13.5019,13.8871-13.8563v-9.6994l-4.7152-1.6305" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path id="h" d="M42.5,14.4291l-13.7745,13.9204-3.6486-3.931-10.0617.0645" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!