Telegram Alt 2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Telegram Alt 2 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/348314.svg" alt="Telegram Alt 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348314.svg" alt="Telegram Alt 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348314.svg" alt="Telegram Alt 2 icon" :width="24" :height="24" />
CSS background
.icon-telegram-alt-2 {
background-image: url('https://proicons.com/icon/348314.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m40.83,8.48c1.14,0,2,1,1.54,2.86l-5.58,26.3c-.39,1.87-1.52,2.32-3.08,1.45l-13.31-9.83c-.1795-.1288-.2206-.3787-.0918-.5582.0254-.0354.0564-.0664.0918-.0918l15.37-13.88c.7-.62-.15-.92-1.07-.36l-19.29,12.17c-.1185.0773-.2661.0958-.4.05l-8.19-2.59c-1.82-.53-1.82-1.78.41-2.67l32.77-12.64c.2599-.1247.5421-.1961.83-.21Z"/><line class="c" x1="11.6075" y1="12.1402" x2="17.4393" y2="12.1402"/><line class="c" x1="14.5234" y1="15.0561" x2="14.5234" y2="9.2243"/><line class="c" x1="22.4118" y1="39.1118" x2="26.1682" y2="39.1118"/><line class="c" x1="24.29" y1="40.99" x2="24.29" y2="37.2336"/><line class="c" x1="8.1872" y1="30.3642" x2="10.766" y2="30.3642"/><line class="c" x1="9.4766" y1="31.6536" x2="9.4766" y2="29.0748"/><line class="c" x1="12.5611" y1="38.5231" x2="15.1399" y2="38.5231"/><line class="c" x1="13.8505" y1="39.8125" x2="13.8505" y2="37.2336"/><line class="c" x1="41.207" y1="25.7103" x2="43.7858" y2="25.7103"/><line class="c" x1="42.4964" y1="26.9997" x2="42.4964" y2="24.4209"/><line class="c" x1="27.5614" y1="9.028" x2="30.1402" y2="9.028"/><line class="c" x1="28.8508" y1="10.3174" x2="28.8508" y2="7.7386"/></svg>
Copied!