Small factory icon

by IceCreamYou

HTML

<svg width="16" height="16"
     xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg"
     role="img" aria-label="Factory time">
    <title>Factory time</title>
    <g>
        <polygon points="0.5,15.5 0.5,9.5 4.5,7.5 4.5,9.5 8.5,7.5 8.5,9.5 10.5,9.5 11.5,5.5 14.5,5.5 15.5,15.5" class="svg-stroke-action" fill="none"></polygon>
        <path d="M 13,4.5 C 13 1, 15.5 4, 15.5 0.5" class="svg-stroke-action" fill="none" opacity="0.54"/>
        <rect x="2.5" y="11.5" width="2" height="2" fill="none" class="svg-stroke-action"/>
        <rect x="6.5" y="11.5" width="2" height="2" fill="none" class="svg-stroke-action"/>
        <rect x="10.5" y="11.5" width="2" height="2" fill="none" class="svg-stroke-action"/>
    </g>
</svg>

<svg width="16" height="16"
     xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg"
     role="img" aria-label="Factory time">
    <title>Factory time</title>
    <g>
        <polygon points="0.5,15.5 0.5,9.5 4.5,7.5 4.5,9.5 8.5,7.5 8.5,9.5 10.5,9.5 11.5,5.5 14.5,5.5 15.5,15.5" class="svg-stroke-action" fill="none"></polygon>
        <path d="M 13,4.5 C 13 1, 15.5 4, 15.5 0.5" class="svg-stroke-action" fill="none" opacity="0.54"/>
        <rect x="2.5" y="11.5" width="2" height="2" class="svg-fill-action"/>
        <rect x="6.5" y="11.5" width="2" height="2" class="svg-fill-action"/>
        <rect x="10.5" y="11.5" width="2" height="2" class="svg-fill-action"/>
    </g>
</svg>

<svg width="16" height="16"
     xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg"
     role="img" aria-label="Factory time">
    <title>Factory time</title>
    <g>
        <polygon points="0.5,15.5 1.5,5.5 4.5,5.5 5.5,9.5 10.5,9.5 11.5,5.5 14.5,5.5 15.5,15.5" class="svg-stroke-action" fill="none"></polygon>
        <path d="M 13,4.5 C 13 1, 15.5 4, 15.5 0.5" class="svg-stroke-action" fill="none" opacity="0.54"/>
        <path d="M 3,4.5 C 3 1, 5.5 4, 5.5 0.5" class="svg-stroke-action" fill="none"...

CSS

.svg-stroke-action {
  stroke: #A00893;
}

.svg-fill-action {
  fill: #A00893;
}

.inherit-fill {
  fill: #EEE;
}

svg {
  display: block;
  margin: 10px;
  zoom: 1;
}