Skip to content

Octagon Outline (octagon_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, basic, outline, shape,

Preview

Element HTML

<div x-objectcode="octagon_outline" class="lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg" id="{id}" title="Octagon Outline" style=""><svg width="100%" height="100%" pointer-events="none" viewBox="0 0 20 20">
<path d="M 6.7929688 2 L 2 6.7910156 L 2 13.207031 L 6.7910156 18 L 13.207031 18 L 18 13.208984 L 18 6.7929688 L 13.208984 2 L 6.7929688 2 z M 7.2070312 3 L 12.792969 3 L 17 7.2070312 L 17 12.792969 L 12.792969 17 L 7.2070312 17 L 3 12.792969 L 3 7.2070312 L 7.2070312 3 z "/>
</svg></div>

← Back to SVG Elements | 📋 All Elements