681 완전히 사용자 정의 가능한 무료 SVG 아이콘. (MIT 라이선스)
https://github.com/tabler/tabler-icons
웹 프로젝트에 사용할 수 있는 700 개 이상의 무료 MIT 라이선스 고품질 SVG 아이콘 세트입니다.
HTML image
<img src="path/to/icon.svg" alt="icon title" />
Inline HTML
<a href=""> <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-disabled" width="24" height="24" viewBox="0 0 24 24" stroke-width="1.25" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" > ... </svg> Click me </a>
SVG sprite
<svg width="24" height="24"> <use xlink:href="path/to/tabler-sprite.svg#tabler-activity" /> </svg>
등록된 댓글이 없습니다.