Skip to content

Heptagon Outline (heptagon_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="heptagon_outline" class="lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg" id="{id}" title="Heptagon Outline"><svg width="100%" height="100%" pointer-events="none" viewBox="0 0 20 20">
<path d="M 10 1.7363281 L 3.3105469 4.9589844 L 1.6601562 12.195312 L 6.2890625 18 L 13.710938 18 L 18.339844 12.195312 L 16.689453 4.9589844 L 10 1.7363281 z M 10 2.8457031 L 15.820312 5.6503906 L 17.257812 11.949219 L 13.230469 17 L 6.7695312 17 L 2.7421875 11.949219 L 4.1796875 5.6503906 L 10 2.8457031 z "></path>
</svg></div>

← Back to SVG Elements | 📋 All Elements