Ycons - Emoji Icon Generator

0/0 shown
/* Select emojis to generate CSS */

Live Preview

โ™ฟ Accessibility Best Practices

For semantic icons (convey meaning):

<span class="ycon ycon-warning" role="img" aria-label="warning"></span>

For decorative icons (visual only):

<span class="ycon ycon-star" aria-hidden="true"></span>

Pro tip: Downloaded HTML files include accessible examples with proper role="img" and aria-label attributes.