Funeral Urn emoji favicon

⚱️ Funeral Urn 파비콘 — 이모지를 파비콘으로 변환 | favicon.im

Funeral Urn 이모지(⚱️)를 웹사이트 파비콘으로 변환. 다양한 크기(16x16~512x512)로 다운로드, 색상과 모양 커스터마이즈. 무료 이모지 파비콘 변환기.

다운로드

이모지 정보

이름 ⚱️ Funeral Urn
Unicode U+26B1-U+FE0F
카테고리 Objects
키워드
funeralurn

플랫폼 비교

Funeral Urn Twemoji Twemoji
Funeral Urn Noto Noto

비슷한 이모지 파비콘

스타일 변형

Funeral Urn White Square White / Square
Funeral Urn White Rounded White / Rounded
Funeral Urn White Circle White / Circle
Funeral Urn Black Square Black / Square
Funeral Urn Black Rounded Black / Rounded
Funeral Urn Black Circle Black / Circle
Funeral Urn Dark Blue Square Dark Blue / Square
Funeral Urn Dark Blue Rounded Dark Blue / Rounded
Funeral Urn Dark Blue Circle Dark Blue / Circle
Funeral Urn Light Gray Square Light Gray / Square
Funeral Urn Light Gray Rounded Light Gray / Rounded
Funeral Urn Light Gray Circle Light Gray / Circle
Funeral Urn Blue Square Blue / Square
Funeral Urn Blue Rounded Blue / Rounded
Funeral Urn Blue Circle Blue / Circle
Funeral Urn Green Square Green / Square
Funeral Urn Green Rounded Green / Rounded
Funeral Urn Green Circle Green / Circle

파비콘 커스터마이즈

#ffffff
다운로드 512x512
Custom preview

사용 방법

이 코드 스니펫을 사용하여 Funeral Urn 이모지 파비콘을 웹사이트에 추가하세요. 복사하여 붙여넣기만 하면 이 이모지가 사이트의 파비콘으로 변환됩니다.

HTML

<link rel="icon" type="image/png" sizes="32x32" href="https://cdn.smaller.app/https%3A%2F%2Ffavicon.im%2Femoji-favicon%2Frender%3Femoji%3D%25E2%259A%25B1%25EF%25B8%258F%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%25E2%259A%25B1%25EF%25B8%258F%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%25E2%259A%25B1%25EF%25B8%258F%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%25E2%259A%25B1%25EF%25B8%258F%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%25E2%259A%25B1%25EF%25B8%258F%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%25E2%259A%25B1%25EF%25B8%258F%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%25E2%259A%25B1%25EF%25B8%258F%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%25E2%259A%25B1%25EF%25B8%258F%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%25E2%259A%25B1%25EF%25B8%258F%26size%3D180/w/180/h/180/output/png' },
      ]
    }
  }
})

관련 이모지 파비콘