<svgwidth="100"height="100"viewBox="-50 -70 100 100"xmlns="http://www.w3.org/2000/svg"><!-- クリッピングパス(名前がc1)の定義 --><clipPathid="c1"><pathd="M -20,0 L 0,-20 L 20,0 L 0,20 z" /></clipPath><!-- クリッピングパスの適用例 --><pathd="M -20,20 H 20 V -20 H 30 L 0,-50 L -30,-20 h 10 z"fill="yellow"stroke="black"clip-path="url(#c1)" /></svg>