1<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
2 <defs>
3 <filter id="rough" x="-20%" y="-20%" width="140%" height="140%">
4 <feTurbulence type="fractalNoise" baseFrequency="0.9" numOctaves="3" seed="42"/>
5 <feDisplacementMap in="SourceGraphic" scale="1.6"/>
6 </filter>
7 <mask id="ink">
8 <rect width="64" height="64" fill="white"/>
9 <g fill="black" opacity="0.22">
10 <circle cx="11" cy="18" r="1.4"/>
11 <circle cx="49" cy="13" r="1"/>
12 <circle cx="19" cy="48" r="1.2"/>
13 <circle cx="43" cy="44" r="1.5"/>
14 <path d="M8 55h18v2H8zM37 8h15v2H37z"/>
15 </g>
16 </mask>
17 </defs>
18 <g filter="url(#rough)" mask="url(#ink)" fill="none" stroke="#d95a35" stroke-width="3.2" stroke-linecap="square" stroke-linejoin="miter">
19 <path d="M10 10h44v44H10z"/>
20 <path d="M23 18v28M41 18v28M23 31h18M17 24h12M35 40h12"/>
21 </g>
22</svg>