© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
10 replies
Tieme

navigation badge icon

Hi All,

Is it possible to add a icon to the navigation badge?

I want a icon insted of a number or text so it will show me if there is a timetracker active or not.

public static function getNavigationBadge(): ?string
{
if(static::getModel()::where('stopped_at', null)->wherenot('started_at',null)->count() > 0)
{
//return static::getModel()::where('stopped_at', null)->wherenot('started_at',null)->count();
return 'heroicon-m-clock';
}
return null;
}

Thanks for your help on this one!
image.png
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Navigation Badge - Broadcast
FilamentFFilament / ❓┊help
2y ago
Rounded Navigation Badge
FilamentFFilament / ❓┊help
2y ago
Animate Notification Badge \ icon
FilamentFFilament / ❓┊help
14mo ago
Badge on sub-navigation
FilamentFFilament / ❓┊help
3y ago