Telegram Alt 3 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Telegram Alt 3 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/348315.svg" alt="Telegram Alt 3 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348315.svg" alt="Telegram Alt 3 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348315.svg" alt="Telegram Alt 3 icon" :width="24" :height="24" />
CSS background
.icon-telegram-alt-3 {
background-image: url('https://proicons.com/icon/348315.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="m34.7141,28.1546l7.6207-6.5522c1.2812-1.1015.5987-3.202-1.0853-3.3401l-10.0166-.8215c-.7088-.0581-1.3261-.5066-1.6004-1.1628l-3.8766-9.2725c-.6517-1.5589-2.8603-1.5589-3.512,0l-3.8766,9.2725c-.2743.6562-.8916,1.1046-1.6004,1.1628l-10.0166.8215c-1.6839.1381-2.3664,2.2385-1.0853,3.3401l4.6281,3.9792c.8632.7422,1.9956,1.0932,3.1273.9692l10.3614-1.1347c.8521-.0933,1.2053,1.0593.4473,1.4595l-9.3015,4.9109c-1.0491.5539-1.8078,1.5341-2.0809,2.6886l-1.2637,5.3412c-.389,1.6442,1.3977,2.9423,2.8412,2.0643l8.5865-5.223c.6076-.3696,1.3706-.3696,1.9782,0l8.5865,5.223c1.4435.8781,3.2303-.4201,2.8413-2.0643l-2.314-9.7802c-.1638-.6921.072-1.4178.6113-1.8814Z"/></svg>
Copied!