Netlify Pixel Art Icon
Netlify's brand icon for deployment badges, 'Deploy to Netlify' buttons and hosting-platform integration pages.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Netlify icon
The Netlify logo: an angular N shape with a distinctive geometric cutout, representing the JAMstack hosting and continuous-deployment platform. Use it on a 'Deploy to Netlify' one-click button, a tech-stack badge row, or a hosting-provider comparison table alongside Vercel and GitHub Pages. Frontend developers recognize it as the symbol for fast static-site hosting with CI/CD. For a generic deployment or cloud concept, a cloud or rocket icon is platform-neutral.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/netlify.svg" width="24" height="24" alt="Netlify" />
<!-- React -->
import { Netlify } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="netlify.svg" width="48" height="48" style="image-rendering: pixelated" />