Telegram Plus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Telegram Plus icon is commonly used in add-item buttons, floating action buttons and form toolbars. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/333757.svg" alt="Telegram Plus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333757.svg" alt="Telegram Plus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333757.svg" alt="Telegram Plus icon" :width="24" :height="24" />
CSS background
.icon-telegram-plus {
background-image: url('https://proicons.com/icon/333757.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M24,4.5A16.3624,16.3624,0,0,0,7.6375,20.8625,23.8419,23.8419,0,0,0,23.9994,43.5V37.2251H24A16.3626,16.3626,0,0,0,24,4.5Z"/><line class="a" x1="24" y1="26.245" x2="24" y2="15.4801"/><line class="a" x1="18.6176" y1="20.8625" x2="29.3824" y2="20.8625"/></svg>
Copied!