SOURCE

console 命令行工具 X clear

                    
>
console
<div class="box"></div>

<svg width="112" height="107" viewBox="0 0 112 107" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M51.7538 4.61715C53.7102 1.47058 58.2898 1.47058 60.2462 4.61715L74.241 27.1258C75.48 29.1185 77.4483 30.5486 79.7264 31.1112L105.458 37.4654C109.055 38.3537 110.47 42.7092 108.082 45.5421L90.9999 65.8075C89.4876 67.6017 88.7357 69.9156 88.9047 72.256L90.8129 98.6918C91.0796 102.387 87.3747 105.079 83.9424 103.683L59.3902 93.6995C57.2165 92.8156 54.7835 92.8156 52.6098 93.6996L28.0576 103.683C24.6253 105.079 20.9204 102.387 21.1871 98.6918L23.0953 72.256C23.2643 69.9156 22.5124 67.6017 21.0001 65.8075L3.91775 45.5421C1.52974 42.7092 2.94491 38.3537 6.54203 37.4654L32.2736 31.1112C34.5517 30.5486 36.52 29.1185 37.759 27.1258L51.7538 4.61715Z" stroke="#F15A24" stroke-width="4"/>
</svg>
 .box{
    width: 128px;
    height: 128px;
    left: calc(50% - 128px/2);
    top: calc(50% - 128px/2);
    border: 4px solid #F15A24;
    box-sizing: border-box;
    border-radius: 7px;
}
/* Star 1 */