Last active
June 9, 2020 15:06
-
-
Save shbatm/fbaf2edf4d612cdf056f8d267955d199 to your computer and use it in GitHub Desktop.
Ceiling Light SVG
This file contains 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"?> | |
<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" | |
version="1.1" | |
x="0px" | |
y="0px" | |
viewBox="0 0 24 24" | |
xml:space="preserve" | |
width="24" | |
height="24"> | |
<path | |
d="m 11.76,9.907 a 7.404,3.127 2.11 0 1 7.28,3.403 7.404,3.127 2.11 0 1 -7.52,2.86 7.404,3.127 2.11 0 1 -7.291,-3.4 7.404,3.127 2.11 0 1 7.531,-2.863 z M 11.18,7.146 c 0.33,0 0.66,0 1,0 6.32,0.225 11.36,2.6 11.25,5.274 -0.1,2.54 -4.74,4.44 -10.61,4.44 -0.33,0 -0.66,0 -1,0 C 5.502,16.62 0.46,14.26 0.568,11.59 0.665,9.067 5.325,7.146 11.18,7.146 m 0,-0.313 V 7.146 6.834 c -2.894,0 -5.59,0.46 -7.597,1.302 -2.095,0.871 -3.28,2.104 -3.329,3.454 -0.1,1.43 1.156,2.79 3.397,3.85 2.164,1.01 5.055,1.63 8.169,1.74 0.34,0 0.68,0 1.01,0 2.88,0 5.57,-0.46 7.57,-1.3 2.1,-0.88 3.3,-2.11 3.35,-3.46 0.1,-1.43 -1.17,-2.783 -3.4,-3.844 -2.17,-1.028 -5.07,-1.645 -8.16,-1.753 -0.34,0 -0.67,0 -1.01,0 z"> | |
</path></svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment