CSS Icon Color

The color property changes icon color.

Preview

Code

<style>
.icon{
font-size:30px;
color:#ef4444;
}
</style>

<span class="icon">❤</span>
<span class="icon">★</span>

More CSS Icons Examples (7)