Tcl Connect Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tcl Connect 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/348276.svg" alt="Tcl Connect icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348276.svg" alt="Tcl Connect icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348276.svg" alt="Tcl Connect icon" :width="24" :height="24" />
CSS background
.icon-tcl-connect {
background-image: url('https://proicons.com/icon/348276.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><circle class="b" cx="24" cy="24" r="21.5"/><circle class="b" cx="24" cy="24" r="18.5"/><path class="b" d="M31.492,19.209v9.584h4.7381"/><line class="b" x1="11.77" y1="19.209" x2="18.048" y2="19.209"/><line class="b" x1="14.909" y1="28.793" x2="14.909" y2="19.209"/><path class="b" d="M27.909,25.578v.0393c0,1.7534-1.4053,3.1747-3.139,3.1747s-3.139-1.4213-3.139-3.1747v-3.2346c0-1.7534,1.4053-3.1747,3.139-3.1747s3.139,1.4213,3.139,3.1747v.0393"/><path class="b" d="M9.0153,39.421c-.5858-.5858-.5858-1.5355,0-2.1213s1.5355-.5858,2.1213,0"/><path class="b" d="M24,5.5c-.8284,0-1.5-.6716-1.5-1.5s.6716-1.5,1.5-1.5"/></svg>
Copied!