Skip to content

Draw Curve

Usage

With Web Components

html
<ss-icon icon="draw-curve"></ss-icon>

With icon tag

html
<i class="ss ss-draw-curve"></i>

With custom stroke width / thickness

html
<ss-icon icon="draw-curve" thickness="1.2"></ss-icon>

Node.js

javascript
const icons = require('@bookklik/senangstart-icons/icons');
const svg = icons['draw-curve'];
console.log(svg);

Icon Details

PropertyValue
NameDraw Curve
Slugdraw-curve
Tagsdraw, curve, line, s-curve, spline, vector, bezier

SVG Path

M3 21C6 4 18 20 21 3

Raw 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="M3 21C6 4 18 20 21 3"></path>
</svg>

← Back to Icon Library