summaryrefslogtreecommitdiff
path: root/images/oval.svg
blob: e59d5bf18320f39909afc7cc57b462a9d089abf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!-- By Sam Herbert (@sherb), for everyone. More @ http://goo.gl/7AJzbL -->
<svg width="38" height="38" viewBox="0 0 38 38" xmlns="http://www.w3.org/2000/svg" stroke="#257aa7">
    <g fill="none" fill-rule="evenodd">
        <g stroke-width="8" transform="matrix(0.83009609,0,0,0.83009609,4.0582705,4.0582705)">
            <circle stroke-opacity=".5" cx="18" cy="18" r="18"/>
            <path d="M 36,18 C 36,8.06 27.94,0 18,0">
                <animateTransform
                    attributeName="transform"
                    type="rotate"
                    from="0 18 18"
                    to="360 18 18"
                    dur="1s"
                    repeatCount="indefinite"/>
            </path>
        </g>
    </g>
</svg>