8-point star outline (8_point_star_outline)¶
← Back to SVG Elements | 📋 All Elements
This element is available in the Lucit Template Designer Elements Panel and can be added to any template by clicking on it.
When this element is added, the code listed in Element HTML will be added as a new layer in your template design that you can then customize as you see fit.
Overview
- Type:
svg - Element Class:
App\LuCore\DriveTemplates\BasicShapeDriveTemplateElementClass
polygon, outline, shape,
Preview
Element HTML
<div x-objectcode="8_point_star_outline" class="lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg" id="{id}" title="8-point star outline" style=""><svg width="100%" height="100%" pointer-events="none" viewBox="0 0 20 20">
<g>
<path d="M 10 1 L 8.2773438 5.8417969 L 3.6347656 3.6367188 L 5.8417969 8.2773438 L 1 10 L 5.84375 11.720703 L 3.6347656 16.363281 L 8.2792969 14.158203 L 10 19 L 11.722656 14.15625 L 16.363281 16.363281 L 14.158203 11.722656 L 19 10 L 14.15625 8.2773438 L 16.365234 3.6347656 L 11.720703 5.8417969 L 10 1 z M 10 3.984375 L 11.150391 7.2207031 L 14.251953 5.7460938 L 12.779297 8.8476562 L 16.015625 10 L 12.777344 11.150391 L 14.251953 14.251953 L 11.150391 12.777344 L 10 16.017578 L 8.8476562 12.779297 L 5.7441406 14.255859 L 7.2207031 11.150391 L 3.984375 9.9980469 L 7.2207031 8.8496094 L 5.7441406 5.7460938 L 8.8496094 7.2207031 L 10 3.984375 z "/>
</g>
</svg></div>