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

svg/terminal.svg (832B)

 1 <svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg">
 2   <!-- Terminal: solid screen panel with a prompt chevron and cursor
 3        underscore in the dark crease treatment (mail.svg's flap). Panel
 4        corners are squircle (continuous-curvature) cubics, r=4.5, as in
 5        folder.svg: the curve spans 1.5r from each corner with control
 6        points at 0.5r. -->
 7   <path fill="#ffffff" d="M4 14.75 C4 10.25 6.25 8 10.75 8 L29.25 8 C33.75 8 36 10.25 36 14.75 L36 25.25 C36 29.75 33.75 32 29.25 32 L10.75 32 C6.25 32 4 29.75 4 25.25 Z"/>
 8   <!-- Prompt: chevron + cursor underscore -->
 9   <g fill="none" stroke="#282a36" stroke-width="3" stroke-linecap="round"
10      stroke-linejoin="round" opacity="0.35">
11     <path d="M10.5 14.5 L16.5 20 L10.5 25.5" />
12     <path d="M20.5 25.5 L28 25.5" />
13   </g>
14 </svg>