get_icon_svg
Retrieve the raw SVG markup for any Lucide icon by name, with options to customize stroke width, strip class attributes, or remove license comments.
Instructions
Get the raw SVG markup for a Lucide icon by name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Lucide icon name, for example "search", "panel-left", or "chevron-right". | |
| stripClass | No | Remove the Lucide class attribute from the SVG element. Defaults to false. | |
| strokeWidth | No | Override the SVG stroke-width attribute. | |
| stripLicense | No | Remove the leading Lucide license comment from the SVG. Defaults to false. |