🔢
🎨

Encode Images to Base64 for CSS

Convert small images and icons to Base64 data URLs for embedding directly in CSS or HTML.

ไม่ต้องเข้าสู่ระบบ

CSS tips

🎨

Embed small SVG icons, favicons, or background images directly in your CSS as data URLs to eliminate extra HTTP requests.

📏

Only embed images under ~5 KB as Base64. Larger images increase CSS file size significantly and are better served as separate files.

💡

Base64 images in CSS look like: background-image: url("data:image/svg+xml;base64,PHN2Zy4uLg=="). Paste your encoded output after the comma.

For SVGs specifically, URL-encoding the raw SVG source is often more compact than Base64 — compare both before choosing.

วิธีการทำงาน

1
ป้อนข้อมูล
Enter your data into the tool above. Everything stays local to your browser.
2
ประมวลผล
The tool processes your data instantly in your browser using JavaScript. No server, no waiting.
3
ดาวน์โหลด
Get your result instantly. Nothing is stored after you leave the page — complete privacy.

ทำไมต้องใช้ของเรา?

ฟรีสมบูรณ์ — ไม่มีค่าใช้จ่ายซ่อนเร้น ตลอดไป
ไม่ต้องมีบัญชี อีเมล หรือเข้าสู่ระบบ
ไฟล์ไม่เคยออกจากอุปกรณ์ของคุณ
ไม่มีขีดจำกัดขนาดไฟล์ใดๆ
ไม่มีลายน้ำในผลลัพธ์ใดๆ

Also check out…

คำถามที่พบบ่อย