IcoMoon checkmark icon
| Name | checkmark |
|---|---|
| Unicode | \ea10 () |
| CSS class | icon-checkmark |
| Tags | checkmark, tick, correct, accept, ok |
| License | GPL / CC BY 4.0 · © Keyamoon · source |
Use it in code
<span class="icon-checkmark" aria-hidden="true"></span>
.icon-checkmark:before { content: "\ea10"; } export const IconCheckmark = (props) => (
<svg viewBox="0 0 16 16" width="1em" height="1em" fill="currentColor" {...props}>
<path d="M13.5 2l-7.5 7.5-3.5-3.5-2.5 2.5 6 6 10-10z"></path>
</svg>
); Font setup lives on the download page; the full lookup table is in the cheat sheet.
Related IcoMoon icons
Need more than 491 free icons? The Ultimate pack adds 1,500+ — see pricing.