Red Exclamation Mark emoji favicon

❗ Red Exclamation Mark 파비콘 — 이모지를 파비콘으로 변환 | favicon.im

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

다운로드

이모지 정보

이름 ❗ Red Exclamation Mark
Unicode U+2757
카테고리 Symbols
키워드
redexclamationmark

플랫폼 비교

Red Exclamation Mark Twemoji Twemoji
Red Exclamation Mark Noto Noto

비슷한 이모지 파비콘

스타일 변형

Red Exclamation Mark White Square White / Square
Red Exclamation Mark White Rounded White / Rounded
Red Exclamation Mark White Circle White / Circle
Red Exclamation Mark Black Square Black / Square
Red Exclamation Mark Black Rounded Black / Rounded
Red Exclamation Mark Black Circle Black / Circle
Red Exclamation Mark Dark Blue Square Dark Blue / Square
Red Exclamation Mark Dark Blue Rounded Dark Blue / Rounded
Red Exclamation Mark Dark Blue Circle Dark Blue / Circle
Red Exclamation Mark Light Gray Square Light Gray / Square
Red Exclamation Mark Light Gray Rounded Light Gray / Rounded
Red Exclamation Mark Light Gray Circle Light Gray / Circle
Red Exclamation Mark Blue Square Blue / Square
Red Exclamation Mark Blue Rounded Blue / Rounded
Red Exclamation Mark Blue Circle Blue / Circle
Red Exclamation Mark Green Square Green / Square
Red Exclamation Mark Green Rounded Green / Rounded
Red Exclamation Mark Green Circle Green / Circle

파비콘 커스터마이즈

#ffffff
다운로드 512x512
Custom preview

사용 방법

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

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

관련 이모지 파비콘