SVG icon set
git clone https://git.lucas.co/cce-icons.git
svg/play.svg (574B)
1 <svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg">
2 <!-- Solid rounded play triangle (start). Built like chevron-right — path
3 plus a round-joined stroke for the corner radius — but squared up to
4 the solid family's weight (bounds ~6..34, against circle's 5..35): a
5 triangle reads lighter than a disc at equal bounds, so it runs to the
6 fuller extent rather than the inset one. -->
7 <path d="M14.5 9 L31 20 L14.5 31 Z" fill="#ffffff" stroke="#ffffff"
8 stroke-width="6" stroke-linejoin="round" />
9 </svg>