git.lucas.co / cce-icons
SVG icon set
git clone https://git.lucas.co/cce-icons.git

svg/table.svg (1001B)

 1 <svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg">
 2   <!-- Table: a 0.55 back-layer panel under a full-opacity header band, with the
 3        row and column rules knocked out dark (the palette.svg well treatment)
 4        rather than drawn as strokes — so the mark stays one silhouette at 16px
 5        and only gains its grid as it scales up. Squircle corners r=4.5: the curve
 6        spans 1.5r from each corner with control points at 0.5r. -->
 7   <path fill="#ffffff" opacity="0.55"
 8         d="M5 12.75 C5 8.25 7.25 6 11.75 6 L28.25 6 C32.75 6 35 8.25 35 12.75 L35 27.25 C35 31.75 32.75 34 28.25 34 L11.75 34 C7.25 34 5 31.75 5 27.25 Z" />
 9   <path fill="#ffffff"
10         d="M5 12.75 C5 8.25 7.25 6 11.75 6 L28.25 6 C32.75 6 35 8.25 35 12.75 L35 15.5 L5 15.5 Z" />
11   <g fill="#282a36" opacity="0.35">
12     <rect x="5" y="21" width="30" height="2.5" />
13     <rect x="5" y="27" width="30" height="2.5" />
14     <rect x="18.75" y="15.5" width="2.5" height="18.5" />
15   </g>
16 </svg>