animated svg notification

by KURO KUMO

HTML

<svg xmlns="http://www.w3.org/2000/svg" width="300px" height="300px" fill="#333" viewBox="0 0 32 32" style="pointer-events: none; display: block;">
    <g id="notifications">
        <path d="M18,16v-5.5c0-3.1-2.1-5.6-5-6.3V3.5C13,2.7,12.3,2,11.5,2C10.7,2,10,2.7,10,3.5v0.7c-2.9,0.7-5,3.2-5,6.3V16l-2,2v1h17v-1L18,16z"></path>
        <path d="M11.5,22c1.1,0,2-0.9,2-2h-4C9.5,21.1,10.4,22,11.5,22z">
            <animateMotion path="M -2 0 H 2 Z" dur=".25s" repeatCount="2"></animateMotion>
        </path>
    </g>
</svg>