Telegram Alt 1 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Telegram Alt 1 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/333754.svg" alt="Telegram Alt 1 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333754.svg" alt="Telegram Alt 1 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333754.svg" alt="Telegram Alt 1 icon" :width="24" :height="24" />
CSS background
.icon-telegram-alt-1 {
background-image: url('https://proicons.com/icon/333754.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:#000;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"/><path class="c" d="m16.8317,35.5044c1.4247-1.4247,1.4247-3.7346,0-5.1593s-3.7346-1.4247-5.1593,0c-2.6815,2.6815-4.2429,5.7363-4.2429,5.7363l3.1227-.8825-2.5118,3.9374,3.8355-2.0705-.0339,2.6136s2.2063-1.3917,4.9896-4.175Z"/></svg>
Copied!