Deselect all 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="Deselect all">
<title>Deselect all</title>
<g>
<polyline points="4.5,4.5 4.5,16.5 16.5,16.5" fill="none" class="svg-stroke-action"></polyline>
<polyline points="8.5,4.5 16.5,4.5 16.5,12.5" fill="none" class="svg-stroke-action"></polyline>
<line x1="2.5" y1="3.5" x2="17.5" y2="18.5" stroke-width="1.5" stroke-linecap="round" class="svg-stroke-action" />
</g>
</svg>
CSS
.svg-stroke-action {
stroke: #A00893;
}
svg {
border: 10px solid #DDD;
margin: 10px;
zoom: 1;
}