Black Large Square emoji favicon

⬛ Black Large Square 파비콘 — 이모지를 파비콘으로 변환 | favicon.im

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

다운로드

이모지 정보

이름 ⬛ Black Large Square
Unicode U+2B1B
카테고리 Symbols
키워드
blacklargesquare

플랫폼 비교

Black Large Square Twemoji Twemoji
Black Large Square Noto Noto

비슷한 이모지 파비콘

스타일 변형

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

파비콘 커스터마이즈

#ffffff
다운로드 512x512
Custom preview

사용 방법

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

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

관련 이모지 파비콘