Hey everyone! 👋
I’ve been experimenting with animated logos of programming technologies that I personally find cool. Just a heads-up: this is totally based on my own taste 😄
I’m creating these logos in SVG format, so they can be used directly in HTML or Markdown. All the files will be uploaded to GitHub and made available via direct links.
So far, I’ve created logos for Next.js, React, and a few others are still in progress. I’m also adding simple animations to make the logos more dynamic—perfect for websites or documentation.
If anyone’s interested in contributing or creating their own versions, feel free to jump in! The more, the merrier—and the more diverse the collection becomes.
HTML
<img src="https://himangmyid.github.io/Tech-icon-svg/icon/html-icon.svg" alt="HTML Icon" width="100">

React
<img src="https://himangmyid.github.io/Tech-icon-svg/icon/react-icon.svg" alt="React Icon" width="100">

Next.js
<img src="https://himangmyid.github.io/Tech-icon-svg/icon/nextjs-icon.svg" alt="Next.js Icon" width="100">

CSS
<img src="https://himangmyid.github.io/Tech-icon-svg/icon/css-icon.svg" alt="CSS Icon" width="100">

MySQL
<img src="https://himangmyid.github.io/Tech-icon-svg/icon/mysql-icon.svg" alt="MySQL Icon" width="100">

GCP
<img src="https://himangmyid.github.io/Tech-icon-svg/icon/gcp-icon.svg" alt="GCP Icon" width="100">

No comments