summaryrefslogblamecommitdiff
path: root/svg/icon/hamburger.svg
blob: fec654bdd5a9f08dd6289ea5e4098be96dcb49b8 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                               
                         


                                                                                 

               
                                                                                       
      
<svg height="15" width="15" xmlns="http://www.w3.org/2000/svg">
	<mask id="glyph">
		<rect fill="white" height="3" rx="1" width="100%" x="0" y="0" />
		<rect fill="white" height="3" rx="1" width="100%" x="0" y="6" />
		<rect fill="white" height="3" rx="1" width="100%" x="0" y="12" />
	</mask>

	<rect fill="white" mask="url(#glyph)" height="100%" width="100%" x="0" y="0" />
</svg>