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

svg/plus.svg (317B)

1 <svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg">
2   <!-- Stylized rounded cross -->
3   <g fill="#ffffff">
4     <!-- Vertical bar -->
5     <rect x="17" y="4" width="6" height="32" rx="3" />
6     <!-- Horizontal bar -->
7     <rect x="4" y="17" width="32" height="6" rx="3" />
8   </g>
9 </svg>