turkey emoji
turkey from Streamline Emojis by Streamline · Default · Flags · CC-BY-4.0 Attribution required.
- Name
- turkey
- Set
- Streamline Emojis
- Style
- Default
- Category
- Flags
- Viewbox
- 48×48
- License
- CC BY 4.0
The same emoji in other sets
More flags icons from Streamline Emojis
Use the turkey emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#e04122" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M45 11.75h-6.32A45.9 45.9 0 0 1 24 9.38A45.7 45.7 0 0 0 9.37 7H3c-.58 0-1 .35-1 .79v26a.94.94 0 0 0 1 .79h6.37A46 46 0 0 1 24 37a45.6 45.6 0 0 0 14.65 2.38H45a.93.93 0 0 0 1-.79v-26a.94.94 0 0 0-1-.84"/><path fill="#fff" d="M19.73 29.74a8.13 8.13 0 0 1-6.88-8.29a6.59 6.59 0 0 1 7.62-6.28A8.08 8.08 0 0 1 26 18.66a10.38 10.38 0 0 0-7.84-5.86a8.41 8.41 0 0 0-9.75 8a10.4 10.4 0 0 0 8.8 10.61a8.44 8.44 0 0 0 8.32-3.62a6.65 6.65 0 0 1-5.8 1.95m6.41-6.26l1-.47a.27.27 0 0 0 .14-.2l.15-1a.26.26 0 0 1 .45-.14l.74.76a.25.25 0 0 0 .23.07l1.05-.18a.26.26 0 0 1 .28.38l-.5 1a.25.25 0 0 0 0 .24l.5.94a.26.26 0 0 1-.28.38L28.81 25a.26.26 0 0 0-.23.08l-.74.76a.27.27 0 0 1-.45-.15l-.15-1.05a.27.27 0 0 0-.14-.2l-1-.47a.26.26 0 0 1 .04-.49"/><path fill="#45413c" d="M12.5 45.5a11.5 1.5 0 1 0 23 0a11.5 1.5 0 1 0-23 0" opacity=".15"/></svg>
React
import type { SVGProps } from "react";
export function StreamlineEmojisTurkey(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#e04122" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M45 11.75h-6.32A45.9 45.9 0 0 1 24 9.38A45.7 45.7 0 0 0 9.37 7H3c-.58 0-1 .35-1 .79v26a.94.94 0 0 0 1 .79h6.37A46 46 0 0 1 24 37a45.6 45.6 0 0 0 14.65 2.38H45a.93.93 0 0 0 1-.79v-26a.94.94 0 0 0-1-.84"/><path fill="#fff" d="M19.73 29.74a8.13 8.13 0 0 1-6.88-8.29a6.59 6.59 0 0 1 7.62-6.28A8.08 8.08 0 0 1 26 18.66a10.38 10.38 0 0 0-7.84-5.86a8.41 8.41 0 0 0-9.75 8a10.4 10.4 0 0 0 8.8 10.61a8.44 8.44 0 0 0 8.32-3.62a6.65 6.65 0 0 1-5.8 1.95m6.41-6.26l1-.47a.27.27 0 0 0 .14-.2l.15-1a.26.26 0 0 1 .45-.14l.74.76a.25.25 0 0 0 .23.07l1.05-.18a.26.26 0 0 1 .28.38l-.5 1a.25.25 0 0 0 0 .24l.5.94a.26.26 0 0 1-.28.38L28.81 25a.26.26 0 0 0-.23.08l-.74.76a.27.27 0 0 1-.45-.15l-.15-1.05a.27.27 0 0 0-.14-.2l-1-.47a.26.26 0 0 1 .04-.49"/><path fill="#45413c" d="M12.5 45.5a11.5 1.5 0 1 0 23 0a11.5 1.5 0 1 0-23 0" opacity=".15"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#e04122" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M45 11.75h-6.32A45.9 45.9 0 0 1 24 9.38A45.7 45.7 0 0 0 9.37 7H3c-.58 0-1 .35-1 .79v26a.94.94 0 0 0 1 .79h6.37A46 46 0 0 1 24 37a45.6 45.6 0 0 0 14.65 2.38H45a.93.93 0 0 0 1-.79v-26a.94.94 0 0 0-1-.84"/><path fill="#fff" d="M19.73 29.74a8.13 8.13 0 0 1-6.88-8.29a6.59 6.59 0 0 1 7.62-6.28A8.08 8.08 0 0 1 26 18.66a10.38 10.38 0 0 0-7.84-5.86a8.41 8.41 0 0 0-9.75 8a10.4 10.4 0 0 0 8.8 10.61a8.44 8.44 0 0 0 8.32-3.62a6.65 6.65 0 0 1-5.8 1.95m6.41-6.26l1-.47a.27.27 0 0 0 .14-.2l.15-1a.26.26 0 0 1 .45-.14l.74.76a.25.25 0 0 0 .23.07l1.05-.18a.26.26 0 0 1 .28.38l-.5 1a.25.25 0 0 0 0 .24l.5.94a.26.26 0 0 1-.28.38L28.81 25a.26.26 0 0 0-.23.08l-.74.76a.27.27 0 0 1-.45-.15l-.15-1.05a.27.27 0 0 0-.14-.2l-1-.47a.26.26 0 0 1 .04-.49"/><path fill="#45413c" d="M12.5 45.5a11.5 1.5 0 1 0 23 0a11.5 1.5 0 1 0-23 0" opacity=".15"/></svg> </template>
CSS
.icon-turkey {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cpath%20fill%3D%22%23e04122%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M45%2011.75h-6.32A45.9%2045.9%200%200%201%2024%209.38A45.7%2045.7%200%200%200%209.37%207H3c-.58%200-1%20.35-1%20.79v26a.94.94%200%200%200%201%20.79h6.37A46%2046%200%200%201%2024%2037a45.6%2045.6%200%200%200%2014.65%202.38H45a.93.93%200%200%200%201-.79v-26a.94.94%200%200%200-1-.84%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19.73%2029.74a8.13%208.13%200%200%201-6.88-8.29a6.59%206.59%200%200%201%207.62-6.28A8.08%208.08%200%200%201%2026%2018.66a10.38%2010.38%200%200%200-7.84-5.86a8.41%208.41%200%200%200-9.75%208a10.4%2010.4%200%200%200%208.8%2010.61a8.44%208.44%200%200%200%208.32-3.62a6.65%206.65%200%200%201-5.8%201.95m6.41-6.26l1-.47a.27.27%200%200%200%20.14-.2l.15-1a.26.26%200%200%201%20.45-.14l.74.76a.25.25%200%200%200%20.23.07l1.05-.18a.26.26%200%200%201%20.28.38l-.5%201a.25.25%200%200%200%200%20.24l.5.94a.26.26%200%200%201-.28.38L28.81%2025a.26.26%200%200%200-.23.08l-.74.76a.27.27%200%200%201-.45-.15l-.15-1.05a.27.27%200%200%200-.14-.2l-1-.47a.26.26%200%200%201%20.04-.49%22%2F%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M12.5%2045.5a11.5%201.5%200%201%200%2023%200a11.5%201.5%200%201%200-23%200%22%20opacity%3D%22.15%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cpath%20fill%3D%22%23e04122%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M45%2011.75h-6.32A45.9%2045.9%200%200%201%2024%209.38A45.7%2045.7%200%200%200%209.37%207H3c-.58%200-1%20.35-1%20.79v26a.94.94%200%200%200%201%20.79h6.37A46%2046%200%200%201%2024%2037a45.6%2045.6%200%200%200%2014.65%202.38H45a.93.93%200%200%200%201-.79v-26a.94.94%200%200%200-1-.84%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19.73%2029.74a8.13%208.13%200%200%201-6.88-8.29a6.59%206.59%200%200%201%207.62-6.28A8.08%208.08%200%200%201%2026%2018.66a10.38%2010.38%200%200%200-7.84-5.86a8.41%208.41%200%200%200-9.75%208a10.4%2010.4%200%200%200%208.8%2010.61a8.44%208.44%200%200%200%208.32-3.62a6.65%206.65%200%200%201-5.8%201.95m6.41-6.26l1-.47a.27.27%200%200%200%20.14-.2l.15-1a.26.26%200%200%201%20.45-.14l.74.76a.25.25%200%200%200%20.23.07l1.05-.18a.26.26%200%200%201%20.28.38l-.5%201a.25.25%200%200%200%200%20.24l.5.94a.26.26%200%200%201-.28.38L28.81%2025a.26.26%200%200%200-.23.08l-.74.76a.27.27%200%200%201-.45-.15l-.15-1.05a.27.27%200%200%200-.14-.2l-1-.47a.26.26%200%200%201%20.04-.49%22%2F%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M12.5%2045.5a11.5%201.5%200%201%200%2023%200a11.5%201.5%200%201%200-23%200%22%20opacity%3D%22.15%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/streamline-emojis/turkey.svg?color=%231a73e8&size=48