불필요한 코드를 제거하여 SVG 파일 크기 축소
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 240 160" width="240" height="240" xml:space="preserve" ><defs><linearGradient id="bg" x1="0%" y1="0%" x2="100%" y2="100%" ><stop offset="0%" stop-color="#6366f1" stop-opacity="1" /><stop offset="100%" stop-color="#8b5cf6" stop-opacity="1" /></linearGradient><linearGradient id="accent" x1="0%" y1="0%" x2="0%" y2="100%" ><stop offset="0%" stop-color="#c084fc" stop-opacity="1" /><stop offset="100%" stop-color="#6366f1" stop-opacity="1" /></linearGradient></defs><rect width="240" height="160" rx="16" ry="16" fill="url(#bg)" /><rect x="20" y="24" width="60" height="8" rx="4" ry="4" fill="#ffffff" fill-opacity="0.9" /><rect x="20" y="42" width="120" height="6" rx="3" ry="3" fill="#ffffff" fill-opacity="0.3" /><rect x="20" y="56" width="90" height="6" rx="3" ry="3" fill="#ffffff" fill-opacity="0.3" /><rect x="20" y="78" width="80" height="32" rx="8" ry="8" fill="url(#accent)" /><rect x="28" y="90" width="64" height="8" rx="4" ry="4" fill="#ffffff" fill-opacity="0.9" /><circle cx="190" cy="60" r="30" fill="#ffffff" fill-opacity="0.1" /><circle cx="190" cy="60" r="18" fill="#ffffff" fill-opacity="0.15" /><path d="M190 45a8 8 0 0 1 8 8c0 6-8 15-8 15s-8-9-8-15a8 8 0 0 1 8-8z" fill="#ffffff" fill-opacity="0.8" /><circle cx="190" cy="53" r="3" fill="#6366f1" /><rect x="20" y="128" width="200" height="6" rx="3" ry="3" fill="#ffffff" fill-opacity="0.15" /><rect x="20" y="140" width="140" height="6" rx="3" ry="3" fill="#ffffff" fill-opacity="0.1" /></svg>
SVG 옵티마이저는 시각적 품질을 유지하면서 불필요한 메타데이터, 주석, 중복 코드를 제거하여 SVG 파일 크기를 줄입니다. 브라우저에서 작동하며 무료이고 데이터가 저장되지 않습니다. 페이지 로드 시간을 최적화하고 대역폭을 줄이는 웹 개발자에게 적합합니다.