JSFiddle - React, Tailwind, and code Playground

HTML

<div class="wrap">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35 35" width="35" height="35">
  <defs>
    <style>
      .loccls-1 {
        fill: #909090;
        fill-rule: evenodd;
        transform:scale(2);
      }
    </style>
  </defs>
  <path class="loccls-1" d="M14,17H2a2,2,0,0,1-2-2V8A2,2,0,0,1,2,6H3V4A4,4,0,0,1,7,0H9a4,4,0,0,1,4,4V6h1a2,2,0,0,1,2,2v7A2,2,0,0,1,14,17ZM11,4A2,2,0,0,0,9,2H7A2,2,0,0,0,5,4V6h6V4Zm3,4H2v7H14V8ZM8,9a1,1,0,0,1,1,1v2a1,1,0,0,1-2,0V10A1,1,0,0,1,8,9Z"></path>
</svg>
</div>

CSS

.wrap{
  border: 1px solid red;
  height: 35px;
  width: 35px;
}