How to create SVG icons sprite sheet | Advance SVG | SVG icons sprite sheet

Поделиться
HTML-код
  • Опубликовано: 26 июн 2024
  • In this video we will learn how to create & use external SVG icon sprite sheet.
    🔥 SUBSCRIBE FOR MORE VIDEOS : bit.ly/3eOG1BI
    ------------------
    Instagram : / enhancecoding
    Website : www.enhancecoding.com/

Комментарии • 19

  • @ChristopherZ11
    @ChristopherZ11 2 года назад +7

    This is the best svg sprite walkthrough I've seen. Thank you. I was having a hard time with the class, Id and symbols.

    • @EnhanceCoding
      @EnhanceCoding  2 года назад +2

      Thanks @Christopher

    • @techtipsuk
      @techtipsuk 2 года назад +1

      This is not a good tutorial. The whole point is to automate this process not do it manually like this.

    • @justepierre7330
      @justepierre7330 Год назад +4

      @@techtipsuk I think you are wrong ! Before automating, it is necessary, above all, to understand.

    • @2hanza4
      @2hanza4 Год назад

      @@techtipsuk So how one automates this? Can you elaborate?

    • @colindante5164
      @colindante5164 Год назад

      @@2hanza4 Once you have node installed you could either use webpack or vite or some other packages to facilitate your work. Cheers))

  • @Hattory-Jin
    @Hattory-Jin Год назад +1

    Thank you soooo much!

  • @DuyPham-xp5kf
    @DuyPham-xp5kf 3 года назад +2

    thank you

  • @7mehtab7
    @7mehtab7 Год назад +1

    Thanks a lot

  • @colindante5164
    @colindante5164 Год назад

    Thankyou so much. ))

  • @andrewilson3722
    @andrewilson3722 Год назад

    Nice tutorial, but I'm getting this space between the icon and border that was created. How to fix this problem, thank you

  • @adeelghafoor4202
    @adeelghafoor4202 2 года назад +2

    Brother i did same but icons are not showing

    • @EnhanceCoding
      @EnhanceCoding  2 года назад

      Hi Adeel, may be you are missing something, please try once more

  • @nidhiwadhwa9323
    @nidhiwadhwa9323 2 года назад

    plz sharre code folder of this

  • @nidhiwadhwa9323
    @nidhiwadhwa9323 2 года назад

    i want css file of this

  • @kuramsohail
    @kuramsohail 2 года назад

    Why you used SVG URL in href? Now how to add link on icons now?

    • @EnhanceCoding
      @EnhanceCoding  2 года назад

      I have used SVG url to call icons from external file, you can add link in outer anchor tag.

    • @kuramsohail
      @kuramsohail 2 года назад

      @@EnhanceCoding In my case, i already used anchor tag on image and linked to details page but i need to put image preview icon on image and svg already inside the anchor.