Contact Form

Name

Email *

Message *

Cari Blog Ini

Download Svg Image From Website

How to Download SVG Files from Websites

Step 1: Use the Web Inspector

Open the web page containing the SVG file you want to download. Right-click on the SVG file and select "Inspect Element" from the context menu. This will open the web inspector.

Step 2: Find the SVG File on the Website

In the web inspector, look for the code that defines the SVG file. It will usually be inside an <svg> tag. The <svg> tag will have a src attribute that specifies the URL of the SVG file.

Step 3: Download the SVG File

Right-click on the src attribute and select "Open in New Tab" from the context menu. This will open the SVG file in a new tab. Right-click on the SVG file in the new tab and select "Save Image As" from the context menu. This will download the SVG file to your computer.

Step 4: Use a Chrome-Specific Bookmarklet

If you are using Chrome, you can use a bookmarklet to download SVG files. To create the bookmarklet, copy and paste the following code into the address bar of your browser:

``` javascript:(function(){var s=document.documentElement.outerHTML;s=s.replace(/(<\?xml version="1.0" standalone="no"\?>)\n/,'').replace(//,'').replace(/