react-logo-animated
Animated SVG React.js logo
<svg width="200" height="200">
<g>
<ellipse cx="100" cy="100" rx="160" ry="60" />
<ellipse cx="100" cy="100" rx="160" ry="60" transform="rotate(60, 100, 100)" />
<ellipse cx="100" cy="100" rx="160" ry="60" transform="rotate(120, 100, 100)" />
<circle cx="100" cy="100" r="30" />
</g>
</svg>
Show it before your PowerPoint presentations. Toggle fullscreen mode on click: Demo
MIT