Why embed SVG?

SVG (Scalabe Vector Graphics) is a visual format used by both graphics editing software and the web. SVGs are scalable - meaning they don’t get blurry when your resize, and they can also contain a nested hierarchy (essentially, images with HTML).

Use an SVG if you want to:

Instructions

Follow the steps below to create an SVG on figma, export, and embed in your website

<object data="./assets/img/imgName.svg" width="300" height="300"> </object>