6 vector graphics available
Icons
/file.svg
Icons
/globe.svg
Icons
/window.svg
Logos
/next.svg
Logos
/vercel.svg
Branding
/favicon.svg
import Image from 'next/image';
<Image
src="/globe.svg"
alt="Globe icon"
width={24}
height={24}
/><img src="/file.svg" alt="File icon" />
.icon {
background-image: url('/window.svg');
background-size: contain;
background-repeat: no-repeat;
}