Placard emoji favicon

🪧 Placard Favicon — Convertir Emoji en Favicon | favicon.im

Convertissez l'emoji Placard (🪧) en favicon pour votre site. Téléchargez en plusieurs tailles (16x16 à 512x512), personnalisez couleurs et forme. Convertisseur gratuit emoji vers favicon.

Télécharger

Infos Emoji

Nom 🪧 Placard
Unicode U+1FAA7
Catégorie Objects
Mots-clés
placard

Comparaison des Plateformes

Placard Twemoji Twemoji
Placard Noto Noto

Favicons Emoji Similaires

Variantes de Style

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

Personnalisez Votre Favicon

#ffffff
Télécharger 512x512
Custom preview

Comment Utiliser

Ajoutez le favicon emoji Placard converti à votre site avec ces extraits de code. Copiez et collez simplement pour convertir cet emoji en favicon.

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%25AA%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%25AA%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%25AA%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%25AA%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%25AA%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%25AA%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%25AA%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%25AA%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%25AA%25A7%26size%3D180/w/180/h/180/output/png' },
      ]
    }
  }
})

Favicons Emoji Associés