댓글 검색 목록

[design] Tabler Icons

페이지 정보

작성자 운영자 작성일 20-09-12 18:32 조회 942 댓글 0

681 완전히 사용자 정의 가능한 무료 SVG 아이콘. (MIT 라이선스)


https://tablericons.com/ 

https://github.com/tabler/tabler-icons


웹 프로젝트에 사용할 수 있는 700 개 이상의 무료 MIT 라이선스 고품질 SVG 아이콘 세트입니다.


icons.png 


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>



댓글목록 0

등록된 댓글이 없습니다.

웹학교 로고

온라인 코딩학교

코리아뉴스 2001 - , All right reserved.