Game Die emoji favicon

🎲 Game Die 图标 — Emoji 转网站图标 | favicon.im

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

下载

Emoji 信息

名称 🎲 Game Die
Unicode U+1F3B2
分类 Activities
关键词
gamedie

平台对比

Game Die Twemoji Twemoji
Game Die Noto Noto

相似 Emoji 图标

样式变体

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

自定义您的图标

#ffffff
下载 512x512
Custom preview

使用方法

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

相关 Emoji 图标