Fontawesome Webflow -

<i class="fa-solid fa-camera"></i> Add a Text Block → Type a space → In the Selector field , add:

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"> Download the Font Awesome package, upload to Webflow’s asset manager, and link the CSS file. Using Icons in Webflow Option A: HTML Embed element (Most reliable) Drag an HTML Embed onto your canvas and paste: fontawesome webflow

→ Missing <i> tag or incorrect class prefix ( fas vs fa-solid for v6). i class="fa-solid fa-camera"&gt

Wrap an icon inside a Link Block:

<i class="fa-solid fa-chevron-down accordion-icon"></i> JavaScript (optional, in footer): Download the Font Awesome package

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"> Then start using icons anywhere with <i class="fa-solid fa-..."></i> inside HTML Embed elements. Last tested: Webflow v2.0 + Font Awesome 6.5.1 (April 2026)