Foundation Icons

Browse 283 free Foundation SVG icons. Download SVG, copy as JSX, PNG or Base64. MIT licensed. Designed by Zurb. Styles: Has Padding.

283 icons MIT Archive / Unmaintained by Zurb
+F

Copy & download Foundation icons

Click any icon above to open the detail panel. Four export formats are available instantly — no sign-up required.

SVG

Raw vector markup. Paste directly into HTML or React components. Scales to any size without quality loss.

JSX / TSX

React-ready component. Drop into any React or Next.js project. Works with shadcn/ui, Radix, and Tailwind CSS.

PNG

Raster export at 1×, 2× and 3× for email templates, Figma imports, app assets, and Open Graph images.

Base64

Inline data URI — embed icons in CSS background-image, email HTML, or anywhere an image URL is needed.

Works with shadcn/ui

Copy the JSX format and paste directly into any shadcn/ui component. Alternatively, install and use via @iconify/react — fully tree-shakeable, no icon font loading required.

About Foundation

Created By

License

MIT

Features & Tags

Has Padding

Pack Details

Version

3.0.0

v3.0.0

Color Support

Monochrome

Category

Archive / Unmaintained

How to use Foundation icons

Icon Set Version

v3.0.0

License SPDX

MIT

Sample Icons

graph-trend, indent-more, lock

Via Iconify · React

tsx
import { Icon } from '@iconify/react';

export default function App() {
  return <Icon icon="foundation:icon-name" width={24} />;
}

Via Iconify · HTML

html
<script src="https://code.iconify.design/iconify-icon/2.1.0/iconify-icon.min.js"></script>
<iconify-icon icon="foundation:icon-name" width="24"></iconify-icon>

Frequently Asked Questions

Yes. Foundation is licensed under MIT — free for personal and commercial projects.

Click any icon in the browser above to open the detail panel. Choose raw SVG code to copy, download as SVG or PNG, export as a React JSX component, or get a Base64 data URI — all formats free, no sign-up required.

Foundation contains 283 SVG icons in the Archive / Unmaintained category.

Yes. Foundation icons are monochrome SVGs that inherit CSS currentColor. Set a color via CSS (color: #0070f3), a Tailwind class (text-blue-500), or pass a fill / stroke attribute directly on the SVG.

Yes. Copy the JSX export from any icon's detail panel and paste it directly into your component. For ongoing use, install @iconify-json/foundation and use it via @iconify/react — fully tree-shakeable, compatible with shadcn/ui, Tailwind CSS, Radix UI, and any React-based framework.