Deep Testing Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Deep Testing 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/338928.svg" alt="Deep Testing icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338928.svg" alt="Deep Testing icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338928.svg" alt="Deep Testing icon" :width="24" :height="24" />
CSS background
.icon-deep-testing {
background-image: url('https://proicons.com/icon/338928.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m27.1479,5.5c5.062.0554,10.1161.1186,12.6708,2.6813,2.5547,2.5626,2.618,7.6325,2.6813,12.7024m-15.3521,21.6163c5.062-.0633,10.1161-.1265,12.6708-2.6813s2.618-7.6088,2.6813-12.6708M20.773,5.5c-5.0224.0633-10.0449.1265-12.5917,2.6813-2.5468,2.5547-2.6101,7.593-2.6813,12.6313m0,6.3038c.0633,5.0699.1265,10.1398,2.6813,12.7024s7.6167,2.6259,12.6708,2.6813"/><path class="b" d="m24,11.345c6.9919,0,12.655,5.6631,12.655,12.655s-5.6631,12.655-12.655,12.655-12.655-5.6631-12.655-12.655,5.6631-12.655,12.655-12.655Z"/><path class="b" d="m24,17.6725c3.4959,0,6.3275,2.8316,6.3275,6.3275s-2.8316,6.3275-6.3275,6.3275-6.3275-2.8316-6.3275-6.3275,2.8316-6.3275,6.3275-6.3275Z"/><path class="b" d="m22.0961,23.1773h3.8395v3.8395h-3.8395v-3.8395Z"/><path class="b" d="m22.6326,23.1773c0-2.5853,2.7179-2.5853,2.7179,0"/></svg>
Copied!