Serialtest Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Serialtest 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/332593.svg" alt="Serialtest icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332593.svg" alt="Serialtest icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332593.svg" alt="Serialtest icon" :width="24" :height="24" />
CSS background
.icon-serialtest {
background-image: url('https://proicons.com/icon/332593.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="e" d="m12.0353,24.9426l-3.0672,3.04c-7.2618,8.1459,4.6369,19.7316,12.7421,11.9363l7.0177-7.4201c2.8639-3.825,2.3905-8.3921-1.5249-12.2265l-2.2905-2.3534"/><path id="d" class="e" d="m35.8477,23.9215l3.5429-3.4037c6.122-6.7391-3.8617-19.9498-11.7189-13.1043l-8.4207,8.6114c-2.5258,2.9834-2.4667,7.8966,2.0843,12.0151l2.1462,2.2945"/></svg>
Copied!