Is an aria-label necessary on icon fonts with additional context?

Given the following code, which is an error message on an invalid field entry:

<i class="attention" aria-label="alert">Please enter a valid email address.

The icon font is an alert icon (red exclamation in a circle).

Is the aria-label on the icon font necessary, or is there enough context for understanding.