DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
HTML Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
HTML
What is the standard pattern for reusing the same icon dozens of times across a page without duplicating its path data?
A
Copy-paste the full <svg><path> markup at every usage site
B
Define each icon once inside a <symbol> element, then reference it anywhere via <svg><use href="#icon-id" /></svg>
C
Use a separate <img> tag for every instance
D
SVG does not support any form of reuse
Check Answer