Hey guys i am trying to find a settings html entity?

i am trying to find an html entity for a settings logo. i found one but it isn’t so nice, do you know of any?

what i tryed:

⚙

thanks…

What is ‘a settings logo’? Just the gear?

Must it absolutely be an HTML entity? Why not a fontawesome logo or something similar?

a cogwheel

cogwheel

a circle with a dozen spikes.

no it doesnt have to be an html entity

do you know of any or what i could search for one?

i used that one

but it didnt work, what am i doing wrong?

my code

<i class="fa-regular fa-gear"></i>

You need to correctly use font-awesome. You can’t just stick a undefined class on an HTML element and have it work out correctly.

ok, thanks for your help…

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.