Root Checker Basic Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Root Checker Basic 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/346782.svg" alt="Root Checker Basic icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346782.svg" alt="Root Checker Basic icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346782.svg" alt="Root Checker Basic icon" :width="24" :height="24" />
CSS background
.icon-root-checker-basic {
background-image: url('https://proicons.com/icon/346782.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><polyline class="b" points="4.5 27.94 16.38 39.82 43.5 12.7"/><line class="b" x1="16.326" y1="6.851" x2="16.326" y2="37.095"/><line class="b" x1="31.674" y1="6.852" x2="31.674" y2="21.954"/><line class="b" x1="31.674" y1="27.197" x2="31.674" y2="41.147"/><line class="b" x1="10.688" y1="31.674" x2="21.993" y2="31.674"/><line class="b" x1="27.034" y1="31.674" x2="41.148" y2="31.674"/><line class="b" x1="6.852" y1="16.326" x2="37.267" y2="16.326"/></svg>
Copied!