telegram from Myna UI Icons by Praveen Juge · Regular · MIT Free for personal and commercial use.

Name
telegram
Set
Myna UI Icons
Style
Regular
Viewbox
24×24
License
MIT
Aliases
brand-telegram

1 other variant in Myna UI Icons

The same icon in other sets

Use the telegram icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m10.5 14l3.735 2.424l2.929 1.956c.216.144.324.216.42.216a.3.3 0 0 0 .224-.096c.067-.07.087-.197.127-.451L20 5L4.672 11.373c-.395.164-.592.247-.643.354a.3.3 0 0 0 .016.29c.063.1.268.16.68.281zM20 5l-9.5 9m0 0l.156 4.3c0 .334 0 .501.069.585c.06.074.15.116.246.115c.11-.001.24-.108.5-.32l2.764-2.256"/></svg>

React

import type { SVGProps } from "react";

export function MynauiTelegram(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="m10.5 14l3.735 2.424l2.929 1.956c.216.144.324.216.42.216a.3.3 0 0 0 .224-.096c.067-.07.087-.197.127-.451L20 5L4.672 11.373c-.395.164-.592.247-.643.354a.3.3 0 0 0 .016.29c.063.1.268.16.68.281zM20 5l-9.5 9m0 0l.156 4.3c0 .334 0 .501.069.585c.06.074.15.116.246.115c.11-.001.24-.108.5-.32l2.764-2.256"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m10.5 14l3.735 2.424l2.929 1.956c.216.144.324.216.42.216a.3.3 0 0 0 .224-.096c.067-.07.087-.197.127-.451L20 5L4.672 11.373c-.395.164-.592.247-.643.354a.3.3 0 0 0 .016.29c.063.1.268.16.68.281zM20 5l-9.5 9m0 0l.156 4.3c0 .334 0 .501.069.585c.06.074.15.116.246.115c.11-.001.24-.108.5-.32l2.764-2.256"/></svg>
</template>

CSS

.icon-telegram {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m10.5%2014l3.735%202.424l2.929%201.956c.216.144.324.216.42.216a.3.3%200%200%200%20.224-.096c.067-.07.087-.197.127-.451L20%205L4.672%2011.373c-.395.164-.592.247-.643.354a.3.3%200%200%200%20.016.29c.063.1.268.16.68.281zM20%205l-9.5%209m0%200l.156%204.3c0%20.334%200%20.501.069.585c.06.074.15.116.246.115c.11-.001.24-.108.5-.32l2.764-2.256%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m10.5%2014l3.735%202.424l2.929%201.956c.216.144.324.216.42.216a.3.3%200%200%200%20.224-.096c.067-.07.087-.197.127-.451L20%205L4.672%2011.373c-.395.164-.592.247-.643.354a.3.3%200%200%200%20.016.29c.063.1.268.16.68.281zM20%205l-9.5%209m0%200l.156%204.3c0%20.334%200%20.501.069.585c.06.074.15.116.246.115c.11-.001.24-.108.5-.32l2.764-2.256%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/telegram.svg?color=%231a73e8&size=48