Feather 웹 아이콘

    https://feathericons.com/

     

    Feather – Simply beautiful open source icons

    Feather is a collection of simply beautiful open source icons. Each icon is designed on a 24x24 grid with an emphasis on simplicity, consistency and readability.

    feathericons.com

     

    head 부분
    <script src="https://unpkg.com/feather-icons"></script>
    
    body
    <script>
        feather.replace()
    </script>

    사용법

    <i data-feather="x"></i>

    css

    .feather {
      width: 30px;
      height: 30px;
      stroke: currentColor;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
      fill: none;
    }

    'Icon' 카테고리의 다른 글

    REMIX ICON 무료 웹 아이콘 상업적 사용 가능  (0) 2023.12.26
    Flaticon 플랫아이콘 웹아이콘  (0) 2023.12.19
    Simple icons 웹 아이콘  (0) 2023.04.01
    폰트어썸 (font-awesome) 웹 아이콘  (0) 2023.03.23
    XEIcon 웹 아이콘  (0) 2023.03.22