feather
feather copied to clipboard
Icon Request: JSON / curly brackets
Icon Request
- Icon name: JSON / curly brackets
- Use case: Indicator for JSON files (and other data storage files such as yaml, toml, etc), boxes that accept JSON, a box that you copy JSON from
- Screenshots of similar icons:
Font awsome:
Others:
Here's a rough draft:
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8 3H7C5.89543 3 5 3.89543 5 5V10C5 11.1046 4.10457 12 3 12C4.10457 12 5 12.8954 5 14V19C5 20.1046 5.89543 21 7 21H8" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M16 21H17C18.1046 21 19 20.1046 19 19V14C19 12.8954 19.8954 12 21 12C19.8954 12 19 11.1046 19 10L19 5C19 3.89543 18.1046 3 17 3L16 3" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>