Video Game emoji favicon

🎮 Video Game 图标 — Emoji 转网站图标 | favicon.im

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

下载

Emoji 信息

名称 🎮 Video Game
Unicode U+1F3AE
分类 Activities
关键词
videogame

平台对比

Video Game Twemoji Twemoji
Video Game Noto Noto

相似 Emoji 图标

样式变体

Video Game White Square White / Square
Video Game White Rounded White / Rounded
Video Game White Circle White / Circle
Video Game Black Square Black / Square
Video Game Black Rounded Black / Rounded
Video Game Black Circle Black / Circle
Video Game Dark Blue Square Dark Blue / Square
Video Game Dark Blue Rounded Dark Blue / Rounded
Video Game Dark Blue Circle Dark Blue / Circle
Video Game Light Gray Square Light Gray / Square
Video Game Light Gray Rounded Light Gray / Rounded
Video Game Light Gray Circle Light Gray / Circle
Video Game Blue Square Blue / Square
Video Game Blue Rounded Blue / Rounded
Video Game Blue Circle Blue / Circle
Video Game Green Square Green / Square
Video Game Green Rounded Green / Rounded
Video Game Green Circle Green / Circle

自定义您的图标

#ffffff
下载 512x512
Custom preview

使用方法

使用以下代码片段将 Video Game 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%258E%25AE%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%258E%25AE%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%258E%25AE%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%258E%25AE%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%258E%25AE%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%258E%25AE%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%258E%25AE%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%258E%25AE%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%258E%25AE%26size%3D180/w/180/h/180/output/png' },
      ]
    }
  }
})

相关 Emoji 图标