How to crop .svg pictures

I want to put a .svg picture on the web page, but I need to cut it. Is there any good way to do it?
in addition, how do .svg images be added to html using the div tag?

Mar.09,2021

if you want to do rectangular clipping, svg has a viewBox attribute to do this. Svg can write html, with the svg tag, plus the width,height,viewBox attribute to control the size and clipping.

Menu