Factory icon

by IceCreamYou

HTML

<svg width="21" height="21"
     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,20.5 0.5,14.5 5.5,9.5 5.5,14.5 10.5,9.5 10.5,14.5 15.5,9.5 15.5,15.5 16.5,6.5 19.5,6.5 20.5,20.5" class="svg-stroke-action" fill="none"></polygon>
        <path d="M 18,5.5 C 18 3, 20.5 3, 20.5 0.5" class="svg-stroke-action" fill="none" opacity="0.54"/>
    </g>
</svg>

<svg width="21" height="21"
     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,20.5 0.5,12.5 6.5,10.5 6.5,12.5 12.5,10.5 12.5,12.5 15.5,12.5 16.5,6.5 19.5,6.5 20.5,20.5" class="svg-stroke-action" fill="none"></polygon>
        <path d="M 18,5.5 C 17 2, 21.5 4, 20.5 0.5" class="svg-stroke-action" fill="none" opacity="0.54"/>
        <rect x="3" y="15" width="3" height="3" class="svg-fill-action"/>
        <rect x="8" y="15" width="3" height="3" class="svg-fill-action"/>
        <rect x="13" y="15" width="3" height="3" class="svg-fill-action"/>
    </g>
</svg>

<svg width="21" height="21"
     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,20.5 0.5,12.5 6.5,10.5 6.5,12.5 12.5,10.5 12.5,12.5 15.5,12.5 16.5,6.5 19.5,6.5 20.5,20.5" class="svg-stroke-action" fill="none"></polygon>
        <path d="M 18,5.5 C 17 2, 21.5 4, 20.5 0.5" class="svg-stroke-action" fill="none" opacity="0.54"/>
        <rect x="3.5" y="15.5" width="2" height="2" fill="none" class="svg-stroke-action"/>
        <rect x="8.5" y="15.5" width="2" height="2" fill="none" class="svg-stroke-action"/>
        <rect x="13.5" y="15.5" width="2" height="2" fill="none" class="svg-stroke-action"/>
    </g>
</svg>

<svg width="21" height="21"
    ...

CSS

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

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

.inherit-fill {
  fill: #EEE;
}

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