Triangular Prism (triangular_prism)¶
← 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
outline, shape, math, 3D triangle,
Preview
Element HTML
<div x-objectcode="triangular_prism" class="lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg" id="{id}" title="Triangular Prism" style=""><svg width="100%" height="100%" pointer-events="none" viewBox="0 0 20 20">
<g>
<path d="M 14.970703 2.75 A 0.50005 0.50005 0 0 0 14.759766 2.8125 L 4.7871094 8.296875 A 0.50005 0.50005 0 0 0 4.7792969 8.3007812 L 4.7597656 8.3125 A 0.50005 0.50005 0 0 0 4.5664062 8.5019531 L 1.5664062 13.751953 A 0.50005 0.50005 0 0 0 1.7480469 14.431641 L 7.7480469 17.931641 A 0.50005 0.50005 0 0 0 8.2402344 17.9375 L 8.2460938 17.933594 A 0.50005 0.50005 0 0 0 8.2714844 17.919922 L 18.240234 12.4375 A 0.50005 0.50005 0 0 0 18.472656 11.837891 L 15.472656 3.0878906 A 0.50005 0.50005 0 0 0 14.970703 2.75 z M 14.720703 3.9746094 L 17.390625 11.763672 L 8.2792969 16.775391 L 5.609375 8.984375 L 14.720703 3.9746094 z M 4.8847656 9.9570312 L 7.0917969 16.392578 L 2.6796875 13.818359 L 4.8847656 9.9570312 z "/>
</g>
</svg></div>