TAG
CSS
Result
Run
License
<img id="clip-path" src="https://resrc.devdic.com/img/bysize/below_200/01.png" /> <svg viewBox="0 0 100 100"> <defs> <clipPath id="hart"> <path d="M 10,30 A 20,20 0,0,1 50,30 A 20,20 0,0,1 90,30 Q 90,60 50,90 Q 10,60 10,30" transform="scale(1.5)" /> </clipPath> </defs> </svg>
#clip-path { clip-path: url(#hart); }
Console
expand_less
License
License
by DevDic
Close