Skip to content

Instantly share code, notes, and snippets.

@auaicn
Created June 1, 2024 05:36
Show Gist options
  • Save auaicn/7aac9423b9d758d0e5758746ec5c147f to your computer and use it in GitHub Desktop.
Save auaicn/7aac9423b9d758d0e5758746ec5c147f to your computer and use it in GitHub Desktop.
svg pick
### original
```svg
<svg width="320" height="200" viewBox="0 0 320 200" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path d="M213.333 0H106.667L0 66.6667V133.333L106.667 200H213.333L320 133.333V66.6667L213.333 0Z"/>
</svg>
```
### new
```svg
<svg width="16" height="10" viewBox="0 0 16 10" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0.5 3.61046L5.47673 0.5H10.5233L15.5 3.61046V6.38954L10.5233 9.5H5.47673L0.5 6.38954V3.61046Z" fill="#FFC500" stroke="black"/>
</svg>
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment