<i class="fa fa-toggle-off" style="color:red" ></i>
currently , I am using above class and style for toggle off icon
I want to show it as shown below
How can I do that?
Thanks in advance.
<i class="fa fa-toggle-off" style="color:red" ></i>
currently , I am using above class and style for toggle off icon
I want to show it as shown below
How can I do that?
Thanks in advance.
With that icon you cannot get what you want. As an alternative, you can use fas fa-toggle-on and rotate it for 180deg. CodePen: https://codepen.io/kitchup/pen/yYeMXE