
The Salesforce lightning component design framework provides animated icons with different states that we can use in our lightning component.
“lightning:dynamicIcon” displays the dynamic icons that represent an event that’s in progress.
Here are some examples:
![]()
| <aura:component> | |
| <lightning:dynamicIcon type="ellie" alternativeText="Ellie image"/> | |
| </aura:component> |
![]()
| <aura:component> | |
| <lightning:dynamicIcon type="eq" option="play" alternativeText="chart loding in progress"/> | |
| </aura:component> |
![]()
| <aura:component> | |
| <lightning:dynamicIcon type="strength" option="2" alternativeText="Strength"/> | |
| </aura:component> |

| <aura:component> | |
| <lightning:dynamicIcon type="waffle" alternativeText="Application launcher"/> | |
| </aura:component> |
Attributes:

References:
- https://www.lightningdesignsystem.com/components/dynamic-icons/#Score
- https://developer.salesforce.com/docs/component-library/bundle/lightning:dynamicIcon/documentation
Thanks
Arun Kumar
