danklammer / bytesize-icons

Tiny style-controlled SVG iconset (101 icons, 12kb)
https://danklammer.com/bytesize-icons/
MIT License
3.86k stars 228 forks source link

Add copy icon #28

Open Kilian opened 5 years ago

Kilian commented 5 years ago

"Copy" icon, based on the existing File icon.

Selection_011

robinst commented 4 years ago

Alternative style if someone is interested:

<svg id="i-copy" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2">
    <path d="M10 24 L6 24 6 4 22 4 22 8 M10 28 L10 8 26 8 26 28 Z" />
 </svg>

Looks like this:

copy-icon