summaryrefslogtreecommitdiff
path: root/svg/hamburger.svg
blob: 6ecae15df8acdceb421d1a0c65f6176384f77406 (plain) (blame)
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="#FFFFFF" mask="url(#glyph)" height="100%" width="100%" x="0" y="0" />
</svg>