Close Icons

Close

Icon for closing windows/popups.

Examples

<svg class="show roundCorners3 padding5 margin10" height="15px" width="15px" focusable="false" role="img" aria-label="Close"><use xlink:href="#svgIcon-remove"></use></svg>

Code
					
<button id="buttonIDHere" class="closeIcon roundCorners3">
	<svg class="show roundCorners3 padding5 margin10" height="15px" width="15px" focusable="false" role="img" aria-label="Label Here"><title>Title Here</title><use xlink:href="#svgIcon-remove"></use></svg>
</button>
					
				
Notes

None at this time.

Resources

Sass File(s)None
JS File(s)None Required
JS FunctionsNone
Locale KeysNone

Accessibility

None at this time.

To Top of page