喜歡像素藝術嗎,這些圖標您可以用在網頁上

Home 設計 喜歡像素藝術嗎,這些圖標您可以用在網頁上
喜歡像素藝術嗎,這些圖標您可以用在網頁上
設計

halfmagePIXELARTICONS 提供了超過 350 個像素風格的圖標,像素愛好者可別錯過了。(github

CDN 方式載入所有圖標

<!-- get the file icon from unpkg -->
<img src="https://unpkg.com/pixelarticons@latest/svg/file.svg" />

<!-- get the file icon from jsdelivr -->
<img src="https://cdn.jsdelivr.net/npm/pixelarticons@latest/svg/file.svg>

用 svg 方式插入圖標

<!-- the file.svg directly in html -->
<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M3 22h18V8h-2V6h-2v2h-2V6h2V4h-2V2H3v20zm2-2V4h8v6h6v10H5z" fill="currentColor" />
</svg>

相關文章