<!-- get the file icon from unpkg --><imgsrc="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 --><svgwidth="24"height="24"fill="none"xmlns="http://www.w3.org/2000/svg"><pathd="M3 22h18V8h-2V6h-2v2h-2V6h2V4h-2V2H3v20zm2-2V4h8v6h6v10H5z"fill="currentColor"/></svg>