Code
Usage
With Web Components
html
<ss-icon icon="code"></ss-icon>With icon tag
html
<i class="ss ss-code"></i>With custom stroke width / thickness
html
<ss-icon icon="code" thickness="1.2"></ss-icon>Icon Details
| Property | Value |
|---|---|
| Name | Code |
| Slug | code |
| Tags | coding, programming, developer, syntax, script, dev, code |
SVG Path
M17.25 6.75L22.5 12l-5.25 5.25M6.75 17.25L1.5 12l5.25-5.25M14.25 3.75l-4.5 16.5Raw SVG
html
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
<path d="M17.25 6.75L22.5 12l-5.25 5.25M6.75 17.25L1.5 12l5.25-5.25M14.25 3.75l-4.5 16.5"></path>
</svg>