Türkiye Flag Favicon
emoji favicon for any website. SVG, ICO, and PNG formats. Served from a global edge network in one HTTP request.
✨ Customize (change shape, color, animation) →Install in your framework
Pick your stack, copy, paste. Works everywhere.
<!-- Paste into <head> --> <link rel="icon" type="image/svg+xml" href="https://emojifavicons.com/turkiye-flag" /> <link rel="apple-touch-icon" href="https://emojifavicons.com/apple-touch-icon/turkiye-flag" />
<!-- Auto-adapt favicon for system light/dark mode --> <link rel="icon" type="image/svg+xml" href="https://emojifavicons.com/turkiye-flag?bg=ffffff&shape=rounded" media="(prefers-color-scheme: light)" /> <link rel="icon" type="image/svg+xml" href="https://emojifavicons.com/turkiye-flag?bg=0a0a0a&shape=rounded" media="(prefers-color-scheme: dark)" /> <link rel="apple-touch-icon" href="https://emojifavicons.com/apple-touch-icon/turkiye-flag" />
<!-- index.html --> <link rel="icon" type="image/svg+xml" href="https://emojifavicons.com/turkiye-flag" /> <link rel="apple-touch-icon" href="https://emojifavicons.com/apple-touch-icon/turkiye-flag" />
// app/layout.tsx
export const metadata = {
icons: {
icon: 'https://emojifavicons.com/turkiye-flag',
apple: 'https://emojifavicons.com/apple-touch-icon/turkiye-flag',
},
};<!-- index.html (Vite) or nuxt.config.ts --> <link rel="icon" type="image/svg+xml" href="https://emojifavicons.com/turkiye-flag"> <link rel="apple-touch-icon" href="https://emojifavicons.com/apple-touch-icon/turkiye-flag">
<!-- src/layouts/BaseLayout.astro --> <link rel="icon" type="image/svg+xml" href="https://emojifavicons.com/turkiye-flag" /> <link rel="apple-touch-icon" href="https://emojifavicons.com/apple-touch-icon/turkiye-flag" />
<!-- src/app.html --> <link rel="icon" type="image/svg+xml" href="https://emojifavicons.com/turkiye-flag" /> <link rel="apple-touch-icon" href="https://emojifavicons.com/apple-touch-icon/turkiye-flag" />
// Add to functions.php
add_action('wp_head', function () {
echo '<link rel="icon" href="https://emojifavicons.com/turkiye-flag" type="image/svg+xml">';
echo '<link rel="apple-touch-icon" href="https://emojifavicons.com/apple-touch-icon/turkiye-flag">';
});<!-- layout/theme.liquid --> <link rel="icon" type="image/svg+xml" href="https://emojifavicons.com/turkiye-flag"> <link rel="apple-touch-icon" href="https://emojifavicons.com/apple-touch-icon/turkiye-flag">
Variant previews
Tap any variant to copy its link, HTML tag, or CSS cursor. ?shape=circle&bg=1a1a1a.
What does the Türkiye Flag 🇹🇷 emoji mean?
The Türkiye Flag emoji 🇹🇷 shows the red field with a white crescent moon and five-pointed star — the "ay-yıldız" symbol carried since the late Ottoman period and officially adopted by the Republic of Türkiye in 1936. It is used for Turkish nationality, Republic Day (29 Ekim / October 29), bayrams (Kurban & Ramazan), national football (Milli Takım) and the three big Istanbul clubs (Galatasaray, Fenerbahçe, Beşiktaş), Eurovision entries, and Atatürk quotes.
Common uses
- Cumhuriyet Bayramı (Republic Day) posts — 29 Ekim
- Turkish football — Milli Takım and Süper Lig
- Atatürk quotes and historical content
- Travel content: Istanbul, Cappadocia, Antalya, Bodrum
Keywords
Unicode
| Name | Türkiye Flag |
|---|---|
| Glyph | 🇹🇷 |
| Codepoints | U+1F1F9 U+1F1F7 |
| Category | Flags |
| Shortcode | :turkey_flag: |
| Slug | turkiye-flag |
Türkiye Flag favicon by framework
Step-by-step install guides.
Related Flags favicons
Frequently asked questions
How do I use 🇹🇷 as a favicon?
Add one line to your HTML <head>: <link rel="icon" href="https://emojifavicons.com/turkiye-flag">. The Türkiye Flag favicon is served as an SVG from a global edge network and works in every modern browser.
Does the Türkiye Flag favicon work on Safari and iOS?
Yes. The SVG is served to Chrome, Firefox, Edge, Opera, and Brave. Safari receives an automatically converted PNG. For iOS home-screen icons, also add <link rel="apple-touch-icon" href="https://emojifavicons.com/apple-touch-icon/turkiye-flag">.
Can I customize the Türkiye Flag favicon (shape, background, size)?
Yes. Append query parameters: ?shape=circle&bg=f59e0b&size=64. Supported shapes include circle, rounded, hexagon, diamond, squircle, shield, and badge. Sizes 16–512 are supported.
What is the Unicode codepoint of 🇹🇷?
The Türkiye Flag emoji 🇹🇷 is encoded as U+1F1F9 U+1F1F7. You can reference it in HTML as 🇹 or in CSS as content: "\1F1F9";.
Does the Türkiye Flag favicon adapt to dark mode?
By default the SVG is transparent and works on any background. For dark-mode–specific variants, serve two <link> tags with media="(prefers-color-scheme: dark)" and different ?bg= values.
What does the Türkiye Flag emoji mean?
The Türkiye Flag emoji 🇹🇷 shows the red field with a white crescent moon and five-pointed star — the "ay-yıldız" symbol carried since the late Ottoman period and officially adopted by the Republic of Türkiye in 1936. It is used for Turkish nationality, Republic Day (29 Ekim / October 29), bayrams (Kurban & Ramazan), national football (Milli Takım) and the three big Istanbul clubs (Galatasaray, Fenerbahçe, Beşiktaş), Eurovision entries, and Atatürk quotes.