Trash & Remove Icons

Trash & Remove

Trash icon used for deleting things (products from cart); Remove icon used for removing things (product colors).

Examples

Trash

<svg class="textDarkestGray" height="40px" width="40px" role="img" aria-label="Trash"><use xlink:href="#svgIcon-trash"></use></svg>

Remove

<svg class="textDarkestGray" height="40px" width="40px" role="img" aria-label="Remove"><use xlink:href="#svgIcon-remove"></use></svg>

Code
					
<svg class="textDarkestGray" height="40px" width="40px" role="img" aria-label="Remove"><use xlink:href="#svgIcon-remove"></use></svg>
					
				
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