LoginSignup
0
0

More than 3 years have passed since last update.

Font Awesomeで検討したアイコン

Last updated at Posted at 2021-01-07

Font Awesomeで検討したアイコン

Font Awesomeの使用方法

htmlで使用する場合

<i class="fas fa-caret-down"></i>

cssで使用する場合

.icon-fa:after {
    font-family: "Font Awesome 5 Free";
    content: '\f0d8';
}

矢印

caret-down

f0d7
<i class="fas fa-caret-down"></i>

スクリーンショット 2021-01-07 16.59.59.png

caret-up

f0d8
<i class="fas fa-caret-up"></i>

caret-down.png

arrow-down

f063
<i class="fas fa-arrow-down"></i>

スクリーンショット 2021-01-07 17.04.04.png

angle-double-left

f100
<i class="fas fa-angle-double-left"></i>

image.png
スクリーンショット 2021-01-07 17.04.48.png

angle-double-right

f101
<i class="fas fa-angle-double-right"></i>

image.png
スクリーンショット 2021-01-07 17.07.01.png

chevron-left

f053
<i class="fas fa-chevron-left"></i>

image.png
スクリーンショット 2021-01-07 17.05.41.png

chevron-right

f054
<i class="fas fa-chevron-right"></i>

image.png
スクリーンショット 2021-01-07 17.06.24.png

0
0
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
0
0