| <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> | 
 |     <defs> | 
 |         <symbol id="hole" viewBox="0 0 200 120"> | 
 |             <path fill="#fff" stroke="none" d="M200 0v120h-55v-4c0-6-5-10-10-10H44V14C43 9 39 4 33 4H0V0h200z"/> | 
 |         </symbol> | 
 |         <symbol id="rect" viewBox="0 0 632 120" preserveAspectRatio="none"> | 
 |             <rect fill="#fff" width="632" height="120" x="0" y="0"/> | 
 |         </symbol> | 
 |     </defs> | 
 |  | 
 |     <use xlink:href="#hole" width="200" height="120" /> | 
 |     <use xlink:href="#rect" width="100%" height="120" transform="translate(180, 0)" /> | 
 | </svg> |