Construction emoji favicon

🚧 Construction 图标 — Emoji 转网站图标 | favicon.im

将 Construction emoji(🚧)转换为网站图标。支持多种尺寸下载(16x16 至 512x512),自定义颜色和形状。免费 emoji 图标转换器。

下载

Emoji 信息

名称 🚧 Construction
Unicode U+1F6A7
分类 Travel & Places
关键词
construction

平台对比

Construction Twemoji Twemoji
Construction Noto Noto

相似 Emoji 图标

样式变体

Construction White Square White / Square
Construction White Rounded White / Rounded
Construction White Circle White / Circle
Construction Black Square Black / Square
Construction Black Rounded Black / Rounded
Construction Black Circle Black / Circle
Construction Dark Blue Square Dark Blue / Square
Construction Dark Blue Rounded Dark Blue / Rounded
Construction Dark Blue Circle Dark Blue / Circle
Construction Light Gray Square Light Gray / Square
Construction Light Gray Rounded Light Gray / Rounded
Construction Light Gray Circle Light Gray / Circle
Construction Blue Square Blue / Square
Construction Blue Rounded Blue / Rounded
Construction Blue Circle Blue / Circle
Construction Green Square Green / Square
Construction Green Rounded Green / Rounded
Construction Green Circle Green / Circle

自定义您的图标

#ffffff
下载 512x512
Custom preview

使用方法

使用以下代码片段将 Construction emoji 图标添加到您的网站。只需复制粘贴即可将此 emoji 转换为网站图标。

HTML

<link rel="icon" type="image/png" sizes="32x32" href="https://cdn.smaller.app/https%3A%2F%2Ffavicon.im%2Femoji-favicon%2Frender%3Femoji%3D%25F0%259F%259A%25A7%26size%3D32/w/32/h/32/output/png">
<link rel="icon" type="image/png" sizes="16x16" href="https://cdn.smaller.app/https%3A%2F%2Ffavicon.im%2Femoji-favicon%2Frender%3Femoji%3D%25F0%259F%259A%25A7%26size%3D16/w/16/h/16/output/png">
<link rel="apple-touch-icon" sizes="180x180" href="https://cdn.smaller.app/https%3A%2F%2Ffavicon.im%2Femoji-favicon%2Frender%3Femoji%3D%25F0%259F%259A%25A7%26size%3D180/w/180/h/180/output/png">

Next.js (app/layout.tsx)

export const metadata = {
  icons: {
    icon: [
      { url: 'https://cdn.smaller.app/https%3A%2F%2Ffavicon.im%2Femoji-favicon%2Frender%3Femoji%3D%25F0%259F%259A%25A7%26size%3D32/w/32/h/32/output/png', sizes: '32x32', type: 'image/png' },
      { url: 'https://cdn.smaller.app/https%3A%2F%2Ffavicon.im%2Femoji-favicon%2Frender%3Femoji%3D%25F0%259F%259A%25A7%26size%3D16/w/16/h/16/output/png', sizes: '16x16', type: 'image/png' },
    ],
    apple: 'https://cdn.smaller.app/https%3A%2F%2Ffavicon.im%2Femoji-favicon%2Frender%3Femoji%3D%25F0%259F%259A%25A7%26size%3D180/w/180/h/180/output/png',
  },
}

Nuxt 3 (nuxt.config.ts)

export default defineNuxtConfig({
  app: {
    head: {
      link: [
        { rel: 'icon', type: 'image/png', sizes: '32x32', href: 'https://cdn.smaller.app/https%3A%2F%2Ffavicon.im%2Femoji-favicon%2Frender%3Femoji%3D%25F0%259F%259A%25A7%26size%3D32/w/32/h/32/output/png' },
        { rel: 'icon', type: 'image/png', sizes: '16x16', href: 'https://cdn.smaller.app/https%3A%2F%2Ffavicon.im%2Femoji-favicon%2Frender%3Femoji%3D%25F0%259F%259A%25A7%26size%3D16/w/16/h/16/output/png' },
        { rel: 'apple-touch-icon', sizes: '180x180', href: 'https://cdn.smaller.app/https%3A%2F%2Ffavicon.im%2Femoji-favicon%2Frender%3Femoji%3D%25F0%259F%259A%25A7%26size%3D180/w/180/h/180/output/png' },
      ]
    }
  }
})

相关 Emoji 图标