Tds Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tds 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/348280.svg" alt="Tds icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348280.svg" alt="Tds icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348280.svg" alt="Tds icon" :width="24" :height="24" />
CSS background
.icon-tds {
background-image: url('https://proicons.com/icon/348280.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:#fff;}.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="15.3418" cy="38.1006" r="5.3994"/><circle class="c" cx="15.3418" cy="38.1006" r="2.8453"/><circle class="c" cx="33.3025" cy="38.1006" r="5.3994"/><circle class="c" cx="33.3025" cy="38.1006" r="2.8453"/><line class="c" x1="20.7412" y1="38.1006" x2="27.9031" y2="38.1006"/><line class="c" x1="14.526" y1="32.7635" x2="10.3262" y2="17.6279"/><line class="c" x1="9.241" y1="22.2598" x2="18.5576" y2="13.5254"/><line class="c" x1="24.5128" y1="4.5" x2="24.4599" y2="14.4518"/><path class="c" d="M8.7381,13.7637l15.7747-7.0404,14.0406,5.7652c-1.6538,1.0899-3.7977.0577-5.8092.6929s-8.2314-1.2175-8.2314-1.2175c-4.1025.6882-6.3449,2.2931-9.7136.6088-1.2704-.6352-4.2107.3652-4.2107.3652"/><line class="c" x1="39.2619" y1="14.5577" x2="36.5875" y2="13.0176"/><line class="c" x1="33.836" y1="15.2591" x2="31.8119" y2="13.3112"/><path class="c" d="M19.4186,34.5617v-13.6145c0-2.0391,1.6426-3.6816,3.6816-3.6816h.2926"/><path class="c" d="M26.9612,17.2655h.3021c2.0296,0,3.6816,1.6426,3.6816,3.6816v12.3005"/><rect class="c" x="23.3972" y="16.1524" width="3.5638" height="2.2233" rx=".71" ry=".71"/><path class="c" d="M19.6829,19.5973h-1.5859c-1.0573,0-1.9069.8496-1.9069,1.8975v.1982c0,.6136.4909,1.1045,1.0951,1.1045h2.1335"/><line class="c" x1="25.0662" y1="20.2284" x2="27.9031" y2="20.2284"/><path class="c" d="M30.945,22.2598h-9.648v2.8254c0,1.586,1.2857,2.8717,2.8717,2.8717h3.9045c1.586,0,2.8717-1.2857,2.8717-2.8717v-2.8254Z"/><circle class="b" cx="23.8542" cy="24.1191" r=".75"/><circle class="b" cx="28.9459" cy="24.1191" r=".75"/><rect class="c" x="23.3972" y="34.9344" width="3.1662" height="3.1662"/></svg>
Copied!