turkey from Material Design Icons by Pictogrammers · Filled · Agriculture · Apache-2.0 Free for personal and commercial use.

Name
turkey
Set
Material Design Icons
Style
Filled
Category
Agriculture
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More agriculture icons from Material Design Icons

Use the turkey icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.5 19.44c-.75.36-1.6.56-2.5.56c-3.31 0-6-2.69-6-6V9c0-3.31 2.69-6 6-6l2.5 4.58c-2.4 1.23-4 3.42-4 5.92s1.61 4.7 4 5.94m5.5-.5V20h1c.55 0 1 .45 1 1s-.45 1-1 1h-3c-.55 0-1-.45-1-1s.45-1 1-1v-1.06c-3.39-.38-6-2.67-6-5.44C8 10.46 11.13 8 15 8h.56C14.84 6.63 14 5.23 14 4c0-1.1.9-2 2-2c2.21 0 4 1.79 4 4h-2s4 3 4 7.5c0 2.77-2.61 5.06-6 5.44M16 4c0 .55.45 1 1 1s1-.45 1-1s-.45-1-1-1s-1 .45-1 1m1 8a2 2 0 0 0-2-2c-2.21 0-4 1.79-4 4h4c1.11 0 2-.89 2-2"/></svg>

React

import type { SVGProps } from "react";

export function MdiTurkey(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.5 19.44c-.75.36-1.6.56-2.5.56c-3.31 0-6-2.69-6-6V9c0-3.31 2.69-6 6-6l2.5 4.58c-2.4 1.23-4 3.42-4 5.92s1.61 4.7 4 5.94m5.5-.5V20h1c.55 0 1 .45 1 1s-.45 1-1 1h-3c-.55 0-1-.45-1-1s.45-1 1-1v-1.06c-3.39-.38-6-2.67-6-5.44C8 10.46 11.13 8 15 8h.56C14.84 6.63 14 5.23 14 4c0-1.1.9-2 2-2c2.21 0 4 1.79 4 4h-2s4 3 4 7.5c0 2.77-2.61 5.06-6 5.44M16 4c0 .55.45 1 1 1s1-.45 1-1s-.45-1-1-1s-1 .45-1 1m1 8a2 2 0 0 0-2-2c-2.21 0-4 1.79-4 4h4c1.11 0 2-.89 2-2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.5 19.44c-.75.36-1.6.56-2.5.56c-3.31 0-6-2.69-6-6V9c0-3.31 2.69-6 6-6l2.5 4.58c-2.4 1.23-4 3.42-4 5.92s1.61 4.7 4 5.94m5.5-.5V20h1c.55 0 1 .45 1 1s-.45 1-1 1h-3c-.55 0-1-.45-1-1s.45-1 1-1v-1.06c-3.39-.38-6-2.67-6-5.44C8 10.46 11.13 8 15 8h.56C14.84 6.63 14 5.23 14 4c0-1.1.9-2 2-2c2.21 0 4 1.79 4 4h-2s4 3 4 7.5c0 2.77-2.61 5.06-6 5.44M16 4c0 .55.45 1 1 1s1-.45 1-1s-.45-1-1-1s-1 .45-1 1m1 8a2 2 0 0 0-2-2c-2.21 0-4 1.79-4 4h4c1.11 0 2-.89 2-2"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.5%2019.44c-.75.36-1.6.56-2.5.56c-3.31%200-6-2.69-6-6V9c0-3.31%202.69-6%206-6l2.5%204.58c-2.4%201.23-4%203.42-4%205.92s1.61%204.7%204%205.94m5.5-.5V20h1c.55%200%201%20.45%201%201s-.45%201-1%201h-3c-.55%200-1-.45-1-1s.45-1%201-1v-1.06c-3.39-.38-6-2.67-6-5.44C8%2010.46%2011.13%208%2015%208h.56C14.84%206.63%2014%205.23%2014%204c0-1.1.9-2%202-2c2.21%200%204%201.79%204%204h-2s4%203%204%207.5c0%202.77-2.61%205.06-6%205.44M16%204c0%20.55.45%201%201%201s1-.45%201-1s-.45-1-1-1s-1%20.45-1%201m1%208a2%202%200%200%200-2-2c-2.21%200-4%201.79-4%204h4c1.11%200%202-.89%202-2%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.5%2019.44c-.75.36-1.6.56-2.5.56c-3.31%200-6-2.69-6-6V9c0-3.31%202.69-6%206-6l2.5%204.58c-2.4%201.23-4%203.42-4%205.92s1.61%204.7%204%205.94m5.5-.5V20h1c.55%200%201%20.45%201%201s-.45%201-1%201h-3c-.55%200-1-.45-1-1s.45-1%201-1v-1.06c-3.39-.38-6-2.67-6-5.44C8%2010.46%2011.13%208%2015%208h.56C14.84%206.63%2014%205.23%2014%204c0-1.1.9-2%202-2c2.21%200%204%201.79%204%204h-2s4%203%204%207.5c0%202.77-2.61%205.06-6%205.44M16%204c0%20.55.45%201%201%201s1-.45%201-1s-.45-1-1-1s-1%20.45-1%201m1%208a2%202%200%200%200-2-2c-2.21%200-4%201.79-4%204h4c1.11%200%202-.89%202-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/turkey.svg?color=%231a73e8&size=48