<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: miketogo</title>
    <description>The latest articles on DEV Community by miketogo (@miketogo).</description>
    <link>https://dev.to/miketogo</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4014328%2F69ac878a-b24e-47fc-8d83-22d3241723cf.gif</url>
      <title>DEV Community: miketogo</title>
      <link>https://dev.to/miketogo</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/miketogo"/>
    <language>en</language>
    <item>
      <title>How to make Telegram animated stickers from an SVG (no After Effects)</title>
      <dc:creator>miketogo</dc:creator>
      <pubDate>Sat, 04 Jul 2026 03:01:08 +0000</pubDate>
      <link>https://dev.to/miketogo/how-to-make-telegram-animated-stickers-from-an-svg-no-after-effects-17m1</link>
      <guid>https://dev.to/miketogo/how-to-make-telegram-animated-stickers-from-an-svg-no-after-effects-17m1</guid>
      <description>&lt;p&gt;Telegram animated stickers and custom emoji use a format called &lt;strong&gt;TGS&lt;/strong&gt; —&lt;br&gt;
compressed Lottie animation data. The "official" way to make one is a Lottie /&lt;br&gt;
After Effects pipeline, which is overkill if you already have a clean SVG icon.&lt;/p&gt;

&lt;p&gt;Here's the fast path.&lt;/p&gt;

&lt;h2&gt;
  
  
  1. Start with a clean SVG
&lt;/h2&gt;

&lt;p&gt;Export a vector SVG from Figma, Illustrator or Inkscape. Convert text to&lt;br&gt;
outlines and avoid embedded raster images — TGS is vector-only.&lt;/p&gt;

&lt;h2&gt;
  
  
  2. Convert and animate in the browser
&lt;/h2&gt;

&lt;p&gt;I use a free tool called &lt;a href="https://svgtotgs.com" rel="noopener noreferrer"&gt;SVG to TGS&lt;/a&gt;. You upload the SVG,&lt;br&gt;
pick an animation preset, preview it in a Telegram-style frame, and export a&lt;br&gt;
&lt;code&gt;.tgs&lt;/code&gt; file. It runs fully client-side (WebAssembly), so nothing is uploaded.&lt;/p&gt;

&lt;h2&gt;
  
  
  3. Respect Telegram's limits
&lt;/h2&gt;

&lt;p&gt;Telegram rejects stickers that break its rules, so the output has to be:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;512×512 px&lt;/li&gt;
&lt;li&gt;under 64 KB&lt;/li&gt;
&lt;li&gt;up to 3 seconds&lt;/li&gt;
&lt;li&gt;60 FPS&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;A good converter enforces this automatically so &lt;code&gt;@Stickers&lt;/code&gt; accepts the file on&lt;br&gt;
the first try.&lt;/p&gt;

&lt;h2&gt;
  
  
  4. Add it to Telegram
&lt;/h2&gt;

&lt;p&gt;Send the &lt;code&gt;.tgs&lt;/code&gt; to &lt;code&gt;@Stickers&lt;/code&gt; for a sticker pack, or use the custom emoji flow&lt;br&gt;
for Premium emoji.&lt;/p&gt;

&lt;h2&gt;
  
  
  Bonus: TGS ≠ TGA
&lt;/h2&gt;

&lt;p&gt;A lot of "SVG to TGA" converters show up when you search — ignore them. &lt;strong&gt;TGA&lt;/strong&gt;&lt;br&gt;
is a static raster image format and has nothing to do with Telegram. You want&lt;br&gt;
&lt;strong&gt;TGS&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;That's it — an animated Telegram sticker straight from an SVG, no motion-design&lt;br&gt;
software required. Tool I used: &lt;strong&gt;&lt;a href="https://svgtotgs.com" rel="noopener noreferrer"&gt;https://svgtotgs.com&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>telegram</category>
      <category>svg</category>
      <category>webdev</category>
      <category>tutorial</category>
    </item>
  </channel>
</rss>
