Languages
[Edit]
EN

HTML - SVG images

3 points
Created by:
Eshaal-Wilkinson
774

In this article, we would like to show you how to use SVG images in HTML.

Quick solution:

 

1. SVG in <img>

Edit

In this section, we use <img> tag with the URL to the SVG graphics to import it.

Runnable example:

2. Inline SVG (embedded)

Edit

In this section, we create our own SVG icon using <svg> tag. This solution doesn't use the graphics URL because SVG is embedded into HTML.

Runnable example:

3. SVG with CSS background-image property

Edit

In this section, we use SVG graphics as background. To resize the graphics simply change the div element size.

Runnable example:

Note:

If the div doesn't keep the aspect ratio of the SVG graphics, the background image may be repeated. Use the background-repeat: no-repeat; CSS style to disable it.

 

See also

Edit
1
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.
Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join