Skip to content

Snowman (snowman)

← 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

Christmas, winter, snow, holiday, season,

Preview

Element HTML

<div x-objectcode="snowman" class="lc_ut_designer lc_dt_element lc_dt_object lc_dt_object_svg" id="{id}" title="Snowman"><svg width="100%" height="100%" pointer-events="none" viewBox="0 0 96 96">
  <g transform="translate(-111 -852)">
    <circle cx="34" cy="34" r="34" transform="translate(125 878)" fill="#ffffff" stroke="#2d4d68" stroke-linejoin="round" stroke-width="4"></circle>
    <rect width="30" height="10" rx="5" transform="translate(154 912)" fill="#f6941d" stroke="#2d4d68" stroke-linejoin="round" stroke-width="4"></rect>
    <rect width="92" height="20" rx="10" transform="translate(113 877)" fill="#ff514d" stroke="#2d4d68" stroke-linejoin="round" stroke-width="4"></rect>
    <line x2="12" transform="translate(135 911)" fill="none" stroke="#2d4d68" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"></line>
    <path d="M143,919a16,16,0,0,0,16,16" fill="none" stroke="#2d4d68" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"></path>
    <path d="M23,0h2A23,23,0,0,1,48,23v0a0,0,0,0,1,0,0H0a0,0,0,0,1,0,0v0A23,23,0,0,1,23,0Z" transform="translate(135 854)" fill="#ff514d" stroke="#2d4d68" stroke-linejoin="round" stroke-width="4"></path>
  </g>
</svg></div>

← Back to SVG Elements | 📋 All Elements