Anger Symbol emoji favicon

💢 Anger Symbol 图标 — Emoji 转网站图标 | favicon.im

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

下载

Emoji 信息

名称 💢 Anger Symbol
Unicode U+1F4A2
分类 Smileys & Emotion
关键词
angersymbol

平台对比

Anger Symbol Twemoji Twemoji
Anger Symbol Noto Noto

相似 Emoji 图标

样式变体

Anger Symbol White Square White / Square
Anger Symbol White Rounded White / Rounded
Anger Symbol White Circle White / Circle
Anger Symbol Black Square Black / Square
Anger Symbol Black Rounded Black / Rounded
Anger Symbol Black Circle Black / Circle
Anger Symbol Dark Blue Square Dark Blue / Square
Anger Symbol Dark Blue Rounded Dark Blue / Rounded
Anger Symbol Dark Blue Circle Dark Blue / Circle
Anger Symbol Light Gray Square Light Gray / Square
Anger Symbol Light Gray Rounded Light Gray / Rounded
Anger Symbol Light Gray Circle Light Gray / Circle
Anger Symbol Blue Square Blue / Square
Anger Symbol Blue Rounded Blue / Rounded
Anger Symbol Blue Circle Blue / Circle
Anger Symbol Green Square Green / Square
Anger Symbol Green Rounded Green / Rounded
Anger Symbol Green Circle Green / Circle

自定义您的图标

#ffffff
下载 512x512
Custom preview

使用方法

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

相关 Emoji 图标