Created
December 14, 2018 23:17
-
-
Save lopespm/0663556d4322357b6779e0c1ef4ed98f to your computer and use it in GitHub Desktop.
SVG camera icon, same as the symbol seen in the Unity Editor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
| <!-- Created with Inkscape (http://www.inkscape.org/) --> | |
| <svg | |
| xmlns:dc="http://purl.org/dc/elements/1.1/" | |
| xmlns:cc="http://creativecommons.org/ns#" | |
| xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |
| xmlns:svg="http://www.w3.org/2000/svg" | |
| xmlns="http://www.w3.org/2000/svg" | |
| xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | |
| xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | |
| width="256" | |
| height="256" | |
| viewBox="0 0 256 256" | |
| id="svg4254" | |
| version="1.1" | |
| inkscape:version="0.91 r13725" | |
| sodipodi:docname="camera_icon_unity.svg"> | |
| <defs | |
| id="defs4256" /> | |
| <sodipodi:namedview | |
| id="base" | |
| pagecolor="#000000" | |
| bordercolor="#666666" | |
| borderopacity="1.0" | |
| inkscape:pageopacity="0" | |
| inkscape:pageshadow="2" | |
| inkscape:zoom="0.7" | |
| inkscape:cx="160.1352" | |
| inkscape:cy="31.883154" | |
| inkscape:document-units="px" | |
| inkscape:current-layer="layer1" | |
| showgrid="false" | |
| units="px" | |
| inkscape:window-width="1553" | |
| inkscape:window-height="855" | |
| inkscape:window-x="40" | |
| inkscape:window-y="0" | |
| inkscape:window-maximized="0" /> | |
| <metadata | |
| id="metadata4259"> | |
| <rdf:RDF> | |
| <cc:Work | |
| rdf:about=""> | |
| <dc:format>image/svg+xml</dc:format> | |
| <dc:type | |
| rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | |
| <dc:title></dc:title> | |
| </cc:Work> | |
| </rdf:RDF> | |
| </metadata> | |
| <g | |
| inkscape:label="Layer 1" | |
| inkscape:groupmode="layer" | |
| id="layer1" | |
| transform="translate(0,-796.36219)"> | |
| <path | |
| style="fill:#ffffff;fill-opacity:1" | |
| d="m 180.97881,993.02006 c 3.90832,-2.09168 6.42195,-9.28974 6.42195,-18.39001 0,-4.39334 0.29716,-7.98787 0.66034,-7.98787 0.36318,0 4.14631,2.70711 8.40695,6.0158 l 7.74663,6.0158 11.12534,-0.38785 11.12533,-0.38786 0.36232,-22.84285 0.36233,-22.84285 -11.1313,0 -11.1313,0 -8.43227,6.56268 -8.43226,6.56269 -0.66211,-9.78326 c -1.01067,-14.93355 -4.83666,-18.8063 -18.87018,-19.10079 -3.45953,-0.0726 -6.28251,-0.28097 -6.27328,-0.46306 0.009,-0.18208 1.79692,-3.84145 3.97267,-8.13194 7.05339,-13.90909 4.76789,-29.62822 -6.05867,-41.66998 -8.3361,-9.27176 -16.69031,-12.58635 -29.80891,-11.82694 -14.81372,0.85756 -24.91211,7.40899 -31.689784,20.55906 -3.420509,6.63649 -4.89568,19.61804 -2.884821,25.38639 1.797779,5.15712 0.466114,5.19583 -4.389554,0.12766 -5.090155,-5.31299 -16.091511,-9.27338 -25.759983,-9.27338 -6.192704,0 -9.479837,0.87997 -16.111891,4.31317 -22.323346,11.55607 -27.599952,39.48827 -10.942653,57.92591 6.353928,7.03304 11.819077,10.21802 21.162823,12.3333 l 7.81203,1.76852 0.662112,10.94678 c 1.037926,17.1601 -3.196834,16.00174 58.499601,16.00174 34.41955,0 52.47468,-0.47613 54.25854,-1.43081 z" | |
| id="path4252" | |
| inkscape:connector-curvature="0" | |
| sodipodi:nodetypes="cssscccccccccsscsssssssssscsscc" /> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment