Tcl Home Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tcl Home icon is commonly used in navigation bars, dashboards and breadcrumbs. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/333719.svg" alt="Tcl Home icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333719.svg" alt="Tcl Home icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333719.svg" alt="Tcl Home icon" :width="24" :height="24" />
CSS background
.icon-tcl-home {
background-image: url('https://proicons.com/icon/333719.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="b" d="M31.492,15.611v9.584h4.7381"/><line class="b" x1="11.77" y1="15.611" x2="18.048" y2="15.611"/><line class="b" x1="14.909" y1="25.195" x2="14.909" y2="15.611"/><path class="b" d="M27.909,21.98v.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="M25.364,32.385v-4.58l2.4292,4.585,2.4292-4.578v4.578"/><line class="b" x1="11.77" y1="27.805" x2="11.77" y2="32.39"/><line class="b" x1="14.989" y1="27.805" x2="14.989" y2="32.39"/><line class="b" x1="11.77" y1="30.089" x2="14.989" y2="30.089"/><line class="b" x1="33.801" y1="30.097" x2="35.386" y2="30.097"/><path class="b" d="M36.23,32.39h-2.4292v-4.585h2.4292"/><path class="b" d="M20.1763,27.805h0c.8888,0,1.6094.68,1.6094,1.5188v1.5474c0,.8388-.7205,1.5188-1.6094,1.5188h0c-.8888,0-1.6094-.68-1.6094-1.5188v-1.5474c0-.8388.7205-1.5188,1.6094-1.5188Z"/></svg>
Copied!