blob: c71d23ded35102c40503240beeafca98d61d2c08 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<!--
tags: [sphere, 3d, ball, round, geometry, shape, globe, orb, form, outline]
category: Shapes
unicode: "10258"
version: "3.44"
-->
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M3 12c0 1.657 4.03 3 9 3s9 -1.343 9 -3" />
<path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" />
<path d="M12 3c-1.657 0 -3 4.03 -3 9s1.343 9 3 9" />
</svg>
|