Your code is not considering fill None to the path.
It's filling fully
<path style="fill:none;stroke:#000000;"
d="M90,66c0,2-2,4-4,4H14c-2,0-4-2-4-4V34c0-2,2-4,4-4h72c2,0,4,2,4,4V66z"/>
|OR|
<path fill="none" stroke="#000000"
d="M90,66c0,2-2,4-4,4H14c-2,0-4-2-4-4V34c0-2,2-4,4-4h72c2,0,4,2,4,4V66z"/>