LoginSignup
6
6

More than 5 years have passed since last update.

Font Awesomeのアイコンはアイコンを被せて組み合わせられる

Posted at

以外と使われていない機能だと思います。

Stacked Icons
http://fortawesome.github.io/Font-Awesome/examples/#stacked

<span class="fa-stack fa-lg">
  <i class="fa fa-camera fa-stack-1x"></i>
  <i class="fa fa-ban fa-stack-2x text-danger"></i>
</span>
撮影禁止

組み合わせてみたサンプルです。
http://jsfiddle.net/X43Fq/

6
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
6