svg

svg

s nulia

<svg width="40cm" height="40cm" viewBox="20 0 1000 1000"

xmlns="http://www.w3.org/2000/svg" version="1.1">

<title>Fire station</title>

<desc>A path that draws a fire station dept icon</desc>

<path name="box" d="M 920 880 L 880 920 L 180 920 L 140 880 L 140 720 L 180 680 L 880 680 L 920 720z"

fill="#865103" stroke="#865103" stroke-width="3" />

<path name="1" d="M 550 750 L 300 600 L 270 600 L 220 500 L 240 400 L 310 200 L 350 400 L 350 400 L 330 400 L 450 600z"

fill="red" stroke="white" stroke-width="6" />

<path name="2" d="M 550 750 L 530 600 L 500 500 L 460 400 L 500 300 L 480 220 L 450 120 L 420 200 L 350 300 L 330 400 L 380 600z"

fill="red" stroke="white" stroke-width="6" />

<path name="3" d="M 550 750 L 500 600 L 510 550 L 490 500 L 450 400 L 500 300 L 550 50 L 620 200 L 630 300 L 580 400 L 660 600z"

fill="red" stroke="white" stroke-width="6" />

<path name="4" d="M 550 750 L 650 600 L 620 500 L 580 400 L 600 300 L 650 100 L 720 250 L 730 300 L 680 400 L 760 600z"

fill="red" stroke="white" stroke-width="6" />

<path name="5" d="M 550 750 L 750 600 L 720 500 L 680 400 L 720 300 L 790 220 L 750 350 L 780 400 L 800 600z"

fill="red" stroke="white" stroke-width="6" />

<path name="6" d="M 550 750 L 800 650 L 820 600 L 830 420 L 760 600z"

fill="red" stroke="white" stroke-width="6" />

</svg>




Report Page