Initial SVG

SVG for the initial example

HTML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="60px">
    <title>bin-open</title>
    <g>
        <line x1="264" y1="278.83" x2="736" y2="278.83" stroke-width="70px"/>
        <path d="M640.5,252.12l-21.91-52.73a31.59,31.59,0,0,0-29.18-19.47H403.92a31.59,31.59,0,0,0-29.18,19.47l-21.91,52.73" stroke-width="50px"/>
        <animateTransform begin="click" attributeName="transform" type="translate" dur="5s" from="0 -120" to="0 -120" fill="remove"/>
    </g>

    <polyline points="299 409 317 774.3 683 774.3 701 408" stroke-width="70px"/>
    <line x1="574" y1="451.66" x2="564" y2="636.34"/>
    <line x1="426" y1="451.66" x2="436" y2="636.34"/>
</svg>