Tele5 Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Tele5 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/316279.svg" alt="Tele5 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316279.svg" alt="Tele5 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316279.svg" alt="Tele5 icon" :width="24" :height="24" />
CSS background
.icon-tele5 {
background-image: url('https://proicons.com/icon/316279.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>TELE 5</title><path d="M.006 0v5.027H3.83V0h-.685v4.18H2.23V.074h-.677V4.18h-.87V0H.007zm5.623.004v14.154h8.658V7.254h8.791V.004H5.628zM3.145 6.076v3.9H.005v.85H3.83v-4.75h-.685zM23 9.926 5.389 18.502c2.371 4.857 8.236 6.874 13.1 4.506v.002C23.352 20.64 25.372 14.783 23 9.926zM.006 12.129v5.027H3.83V12.13h-.685v4.18H2.23v-4.106h-.677v4.106h-.87v-4.18H.007zm0 6.07v5.791h.687v-2.47H3.83v-.848H.693v-2.473H.006z"/></svg>
Copied!