Miscellaneous Icons

Miscellaneous

Examples

Checkmark

<svg class="textDarkestGray roundCorners8 bkgdGreen" height="40px" width="40px" role="img" aria-label="Checkmark"><use xlink:href="#svgIcon-checkMark"></use></svg>

<svg class="textDarkestGray roundCorners5 bkgdGreen" height="30px" width="30px" role="img" aria-label="Checkmark"><use xlink:href="#svgIcon-checkMark"></use></svg>

Checkmark

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

Edit

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

Positive

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

Negative

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

Pause

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

Warning

<svg height="40px" width="40px" role="img" aria-label="Warning"><use xlink:href="#svgIcon-warning"></use></svg>

Video

<svg class="textOrange" height="40px" width="40px" role="img" aria-label="Video"><use xlink:href="#svgIcon-watchVideo"></use></svg>

Rotate

<svg class="textYellow" height="40px" width="40px" role="img" aria-label="Rotate"><use xlink:href="#svgIcon-rotate"></use></svg>

RSS

<svg class="textOrange" height="40px" width="40px" role="img" aria-label="RSS"><use xlink:href="#svgIcon-rss"></use></svg>

Thumbs Up

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

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