Url Checker Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Url Checker 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/334587.svg" alt="Url Checker icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334587.svg" alt="Url Checker icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334587.svg" alt="Url Checker icon" :width="24" :height="24" />
CSS background
.icon-url-checker {
background-image: url('https://proicons.com/icon/334587.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{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M12.8519,32.7076a8.2973,8.2973,0,0,1-7.236-4.3548,9.0121,9.0121,0,0,1,.0091-8.7039A8.2955,8.2955,0,0,1,12.87,15.3106"/><path class="a" d="M12.87,15.3106l9.0012-.036"/><path class="a" d="M12.4137,32.7348l8.6392.091"/><path class="a" d="M35.1481,15.1742a8.2972,8.2972,0,0,1,7.236,4.3547,9.0123,9.0123,0,0,1-.0091,8.704A8.2957,8.2957,0,0,1,35.13,32.5712"/><path class="a" d="M35.2209,15.2019l-9.0013.036"/><path class="a" d="M35.13,32.5712l-8.6391-.091"/><rect class="a" x="15.5056" y="23.7319" width="16.7327" height="0.1819"/></svg>
Copied!