프로그램 디자인을 할 때 아이콘은 매우 중요합니다. 웹사이트를 만들 때 유용하게 사용할 수 있는 아이콘 모음 사이트 입니다.
Ionicons: The premium icon pack for Ionic Framework
Ionicons is an open-sourced and MIT licensed icon pack.
ionic.io
Font Awesome
The internet's icon library + toolkit. Used by millions of designers, devs, & content creators. Open-source. Always free. Always awesome.
fontawesome.com
Boxicons : Premium web friendly icons for free
Boxicons is a free collection of carefully crafted open source icons. Each icon is designed on a 24px grid with the material guidelines
boxicons.com
기져오기 : <head> 태그에 스타일 링크 지정
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
사용방법 : <body> 안에 원하는 아이콘 지정
<i class='bx bx-user'></i>
Remix Icon - Open source icon library
remixicon.com
기져오기 : <head> 태그에 스타일 링크 지정
사용방법 : <body> 안에 원하는 아이콘 지정
<i class="ri-admin-line"></i>
<i class="ri-admin-fill"></i>
'프로그래밍 도구' 카테고리의 다른 글
git 코드 버전관리 (0) | 2022.12.26 |
---|---|
VSC 확장프로그램 (0) | 2022.12.16 |
VSC 시작하기 (0) | 2022.12.16 |
CSS 도형 그리기 clip-path (0) | 2022.12.10 |