P
P
Pan Propan2016-09-14 20:01:39
css
Pan Propan, 2016-09-14 20:01:39

How to get SVG from coordinates?

I want to copy a cool svg from the site.
I look at the source code of the page, and there:

<path fill="#BFBFBF" d="M28.31,40.092h-0.036c1.829-18.642-0.336-39.498-4.883-40.083c-4.406-0.567,0.389,24.482-2.441,25.91
      c-2.084,1.052-3.858-20.627-8.667-20.292c-4.185,0.292,2.224,19.555,0,20.292C9.116,26.971,6.366,0.306,1.366,0.558
      C-2.436,0.75,2.804,30.106,3.784,40.092H3.746c-1.419,2.588-4.418,13.716-0.63,17.833c3.177,3.453,7.033,2.519,8.504,2.501
      c1.193-0.014,4.806-2.419,5.996-2.501c1.998-0.137,4,2.876,7,2.501c2.414-0.302,4.972-2.392,6.15-4.521
      C32.768,52.287,30.496,44.582,28.31,40.092z"/>

Is there a way to save the SVG? Or is it not necessary in principle, can I also insert the same code on my site?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
O
Oleg, 2016-09-14
@mgis

Wrap in svg https://jsfiddle.net/4zv7pt7t/

Y
Yuri, 2016-09-14
@riky

You can save the file in the .svg file
, connect it as img
, or copy it as well - maybe the code here is quite small.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question