Font Awesome 6
专业

gift-card 图标

Font Awesome 6 · 点击样式切换预览,代码一键复制

图标包
样式
CSS 类名
fa-solid fa-gift-card
分类

使用代码

HTML
<i class="fa-solid fa-gift-card"></i>
React
<FontAwesomeIcon icon={["fas", "gift-card"]} />
Vue
<font-awesome-icon :icon="['fas', 'gift-card']" />