Font-awesome: icon request: icon-pencil-slash (read only)

Created on 5 Nov 2014  路  4Comments  路  Source: FortAwesome/Font-Awesome

It would be nice to have an icon that shows read only mode. as fa-pencil icon be used to show some editable feature, crossed pencil like this one
image
could be useful for read only mode

new icon web application icons

Most helpful comment

+1

But you could use this snippet to generate a read only icon:

<span class="fa-stack fa-lg">
<i class="fa fa-pencil fa-stack-1x"></i>
<i class="fa fa-ban fa-stack-2x fa-rotate-90 text-danger"></i>
</span>

Gives you something like this:
Preview

All 4 comments

+1

+1

+1

But you could use this snippet to generate a read only icon:

<span class="fa-stack fa-lg">
<i class="fa fa-pencil fa-stack-1x"></i>
<i class="fa fa-ban fa-stack-2x fa-rotate-90 text-danger"></i>
</span>

Gives you something like this:
Preview

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Eschwinm picture Eschwinm  路  3Comments

brystfire08 picture brystfire08  路  3Comments

huuphat picture huuphat  路  3Comments

seppestas picture seppestas  路  3Comments

faithdong picture faithdong  路  3Comments