Arrow Up
Usage
With Web Components
html
<ss-icon icon="arrow-up"></ss-icon>With icon tag
html
<i class="ss ss-arrow-up"></i>With custom stroke width / thickness
html
<ss-icon icon="arrow-up" thickness="1.2"></ss-icon>Node.js
javascript
const icons = require('@bookklik/senangstart-icons/icons');
const svg = icons['arrow-up'];
console.log(svg);Icon Details
| Property | Value |
|---|---|
| Name | Arrow Up |
| Slug | arrow-up |
| Tags | top, direction, point, north, ascend, upload, arrow-up |
SVG Path
M4.5 10.5L12 3m0 0l7.5 7.5M12 3v18Raw 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="M4.5 10.5L12 3m0 0l7.5 7.5M12 3v18"></path>
</svg>