Teletec Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Teletec 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/348323.svg" alt="Teletec icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348323.svg" alt="Teletec icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348323.svg" alt="Teletec icon" :width="24" :height="24" />
CSS background
.icon-teletec {
background-image: url('https://proicons.com/icon/348323.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.p{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="p" d="M9.5,5.5h29c2.216,0,4,1.784,4,4v29c0,2.216-1.784,4-4,4H9.5c-2.216,0-4-1.784-4-4V9.5c0-2.216,1.784-4,4-4Z"/><path id="d" class="p" d="M17.8792,21.4992v5.0015h2.891"/><path id="e" class="p" d="M8.1092,21.4992h3.8306"/><path id="f" class="p" d="M10.0245,26.5008v-5.0015"/><path id="g" class="p" d="M39.9284,24.8235c-.0082,2.2539-3.9395,2.1774-3.8306-.087.0056-1.1336-.2369-2.6834,1.1698-3.1071,1.1007-.4419,2.6694.2414,2.6608,1.547"/><path id="h" class="p" d="M13.4828,24h1.8849"/><path id="i" class="p" d="M16.3738,26.5008h-2.891v-5.0015h2.891"/><path id="j" class="p" d="M22.2756,24h1.8849"/><path id="k" class="p" d="M25.1666,26.5008h-2.891v-5.0015h2.891"/><path id="l" class="p" d="M26.7096,21.4992h3.8306"/><path id="m" class="p" d="M28.6249,26.5008v-5.0015"/><path id="n" class="p" d="M32.0832,24h1.8849"/><path id="o" class="p" d="M34.9742,26.5008h-2.891v-5.0015h2.891"/></svg>
Copied!