rooster emoji
rooster from OpenMoji by OpenMoji · Default · Animals Nature · CC-BY-SA-4.0 Attribution required.
- Name
- rooster
- Set
- OpenMoji
- Style
- Default
- Category
- Animals Nature
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More animals nature icons from OpenMoji
Use the rooster emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#a57939" stroke="#a57939" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M46.642 50.728c-3.22 2.58-11.012 6.748-22.201-.728c0 0-6.503-2.98-3.77-12.896a2 2 0 0 1 .066-.202l4.144-10.597c.079-.202.119-.416.119-.632v-2.431c0-1.386 1.544-2.212 2.697-1.444h0q.248.166.539.238C28.944 22.207 31 23.205 31 29c0 9.055 8.408 7 8.408 6s.936-12 10.29-10s13.116 9.675 7.484 22.333c0 0-2.6 2.086-4.182 3.667c-2 2-6 0-6 0"/><path fill="#ea5a47" stroke="#ea5a47" stroke-miterlimit="10" stroke-width="2" d="M25 27s1.761 2.642-2.154 3.794a2.23 2.23 0 0 0-1.273.977C20.73 33.154 18.78 35.671 17 33c-1.087-1.63-.697-2.965-.115-3.845a2.165 2.165 0 0 0-.458-2.872C15.587 25.612 14.428 25 13 25c-1.917 0 .658-1.633 2.767-2.813c.864-.483 1.162-1.482.967-2.453c-.047-.234.108-.418.266-.734c1-2 1-4 2-5c1.581-1.581 2-3 7-1c5.414 2.166-.833 6.167-.833 6.167"/><path fill="#fcea2b" d="M17 26.283c-.958-.866-2.278-1.655-3.906-1.655c-2.185 0 .75-2.107 3.154-3.628"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M55.311 42s0 10-4.677 10c0 0 2.806-6-.936-9M32.237 54.083l-.702 5.334S29.118 60 29.118 61m4.678-1s0-1-1.871-1m8.731-4.917l-.702 5.334S37.537 60 37.537 61m4.678-1s0-1-1.871-1M26.312 36s-3.742 9 3.742 13s14.967 1 15.903-3s-2.027-3.667-5.223-5.833m-15.567-21S31.414 15.166 26 13c-5-2-5.419-.581-7 1c-1 1-1 3-2 5c-.158.316-.312.5-.266.734c.195.971-.103 1.97-.967 2.453C13.657 23.367 11.083 25 13 25c1.428 0 2.586.612 3.427 1.283a2.165 2.165 0 0 1 .458 2.872c-.582.88-.972 2.215.115 3.845c1.781 2.672 3.73.154 4.573-1.229a2.23 2.23 0 0 1 1.273-.977C26.761 29.642 25 27 25 27"/><path d="M28 22s3 0 3 7c0 9.055 8.408 7 8.408 6s.936-12 10.29-10s13.097 9.667 7.484 22.333m-8.887 1.834S39.408 60 24.441 50c0 0-6.548-3-3.742-13"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiRooster(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#a57939" stroke="#a57939" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M46.642 50.728c-3.22 2.58-11.012 6.748-22.201-.728c0 0-6.503-2.98-3.77-12.896a2 2 0 0 1 .066-.202l4.144-10.597c.079-.202.119-.416.119-.632v-2.431c0-1.386 1.544-2.212 2.697-1.444h0q.248.166.539.238C28.944 22.207 31 23.205 31 29c0 9.055 8.408 7 8.408 6s.936-12 10.29-10s13.116 9.675 7.484 22.333c0 0-2.6 2.086-4.182 3.667c-2 2-6 0-6 0"/><path fill="#ea5a47" stroke="#ea5a47" strokeMiterlimit="10" strokeWidth="2" d="M25 27s1.761 2.642-2.154 3.794a2.23 2.23 0 0 0-1.273.977C20.73 33.154 18.78 35.671 17 33c-1.087-1.63-.697-2.965-.115-3.845a2.165 2.165 0 0 0-.458-2.872C15.587 25.612 14.428 25 13 25c-1.917 0 .658-1.633 2.767-2.813c.864-.483 1.162-1.482.967-2.453c-.047-.234.108-.418.266-.734c1-2 1-4 2-5c1.581-1.581 2-3 7-1c5.414 2.166-.833 6.167-.833 6.167"/><path fill="#fcea2b" d="M17 26.283c-.958-.866-2.278-1.655-3.906-1.655c-2.185 0 .75-2.107 3.154-3.628"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"><path d="M55.311 42s0 10-4.677 10c0 0 2.806-6-.936-9M32.237 54.083l-.702 5.334S29.118 60 29.118 61m4.678-1s0-1-1.871-1m8.731-4.917l-.702 5.334S37.537 60 37.537 61m4.678-1s0-1-1.871-1M26.312 36s-3.742 9 3.742 13s14.967 1 15.903-3s-2.027-3.667-5.223-5.833m-15.567-21S31.414 15.166 26 13c-5-2-5.419-.581-7 1c-1 1-1 3-2 5c-.158.316-.312.5-.266.734c.195.971-.103 1.97-.967 2.453C13.657 23.367 11.083 25 13 25c1.428 0 2.586.612 3.427 1.283a2.165 2.165 0 0 1 .458 2.872c-.582.88-.972 2.215.115 3.845c1.781 2.672 3.73.154 4.573-1.229a2.23 2.23 0 0 1 1.273-.977C26.761 29.642 25 27 25 27"/><path d="M28 22s3 0 3 7c0 9.055 8.408 7 8.408 6s.936-12 10.29-10s13.097 9.667 7.484 22.333m-8.887 1.834S39.408 60 24.441 50c0 0-6.548-3-3.742-13"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#a57939" stroke="#a57939" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M46.642 50.728c-3.22 2.58-11.012 6.748-22.201-.728c0 0-6.503-2.98-3.77-12.896a2 2 0 0 1 .066-.202l4.144-10.597c.079-.202.119-.416.119-.632v-2.431c0-1.386 1.544-2.212 2.697-1.444h0q.248.166.539.238C28.944 22.207 31 23.205 31 29c0 9.055 8.408 7 8.408 6s.936-12 10.29-10s13.116 9.675 7.484 22.333c0 0-2.6 2.086-4.182 3.667c-2 2-6 0-6 0"/><path fill="#ea5a47" stroke="#ea5a47" stroke-miterlimit="10" stroke-width="2" d="M25 27s1.761 2.642-2.154 3.794a2.23 2.23 0 0 0-1.273.977C20.73 33.154 18.78 35.671 17 33c-1.087-1.63-.697-2.965-.115-3.845a2.165 2.165 0 0 0-.458-2.872C15.587 25.612 14.428 25 13 25c-1.917 0 .658-1.633 2.767-2.813c.864-.483 1.162-1.482.967-2.453c-.047-.234.108-.418.266-.734c1-2 1-4 2-5c1.581-1.581 2-3 7-1c5.414 2.166-.833 6.167-.833 6.167"/><path fill="#fcea2b" d="M17 26.283c-.958-.866-2.278-1.655-3.906-1.655c-2.185 0 .75-2.107 3.154-3.628"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M55.311 42s0 10-4.677 10c0 0 2.806-6-.936-9M32.237 54.083l-.702 5.334S29.118 60 29.118 61m4.678-1s0-1-1.871-1m8.731-4.917l-.702 5.334S37.537 60 37.537 61m4.678-1s0-1-1.871-1M26.312 36s-3.742 9 3.742 13s14.967 1 15.903-3s-2.027-3.667-5.223-5.833m-15.567-21S31.414 15.166 26 13c-5-2-5.419-.581-7 1c-1 1-1 3-2 5c-.158.316-.312.5-.266.734c.195.971-.103 1.97-.967 2.453C13.657 23.367 11.083 25 13 25c1.428 0 2.586.612 3.427 1.283a2.165 2.165 0 0 1 .458 2.872c-.582.88-.972 2.215.115 3.845c1.781 2.672 3.73.154 4.573-1.229a2.23 2.23 0 0 1 1.273-.977C26.761 29.642 25 27 25 27"/><path d="M28 22s3 0 3 7c0 9.055 8.408 7 8.408 6s.936-12 10.29-10s13.097 9.667 7.484 22.333m-8.887 1.834S39.408 60 24.441 50c0 0-6.548-3-3.742-13"/></g></svg> </template>
CSS
.icon-rooster {
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%2072%2072%22%3E%3Cpath%20fill%3D%22%23a57939%22%20stroke%3D%22%23a57939%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M46.642%2050.728c-3.22%202.58-11.012%206.748-22.201-.728c0%200-6.503-2.98-3.77-12.896a2%202%200%200%201%20.066-.202l4.144-10.597c.079-.202.119-.416.119-.632v-2.431c0-1.386%201.544-2.212%202.697-1.444h0q.248.166.539.238C28.944%2022.207%2031%2023.205%2031%2029c0%209.055%208.408%207%208.408%206s.936-12%2010.29-10s13.116%209.675%207.484%2022.333c0%200-2.6%202.086-4.182%203.667c-2%202-6%200-6%200%22%2F%3E%3Cpath%20fill%3D%22%23ea5a47%22%20stroke%3D%22%23ea5a47%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M25%2027s1.761%202.642-2.154%203.794a2.23%202.23%200%200%200-1.273.977C20.73%2033.154%2018.78%2035.671%2017%2033c-1.087-1.63-.697-2.965-.115-3.845a2.165%202.165%200%200%200-.458-2.872C15.587%2025.612%2014.428%2025%2013%2025c-1.917%200%20.658-1.633%202.767-2.813c.864-.483%201.162-1.482.967-2.453c-.047-.234.108-.418.266-.734c1-2%201-4%202-5c1.581-1.581%202-3%207-1c5.414%202.166-.833%206.167-.833%206.167%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M17%2026.283c-.958-.866-2.278-1.655-3.906-1.655c-2.185%200%20.75-2.107%203.154-3.628%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M55.311%2042s0%2010-4.677%2010c0%200%202.806-6-.936-9M32.237%2054.083l-.702%205.334S29.118%2060%2029.118%2061m4.678-1s0-1-1.871-1m8.731-4.917l-.702%205.334S37.537%2060%2037.537%2061m4.678-1s0-1-1.871-1M26.312%2036s-3.742%209%203.742%2013s14.967%201%2015.903-3s-2.027-3.667-5.223-5.833m-15.567-21S31.414%2015.166%2026%2013c-5-2-5.419-.581-7%201c-1%201-1%203-2%205c-.158.316-.312.5-.266.734c.195.971-.103%201.97-.967%202.453C13.657%2023.367%2011.083%2025%2013%2025c1.428%200%202.586.612%203.427%201.283a2.165%202.165%200%200%201%20.458%202.872c-.582.88-.972%202.215.115%203.845c1.781%202.672%203.73.154%204.573-1.229a2.23%202.23%200%200%201%201.273-.977C26.761%2029.642%2025%2027%2025%2027%22%2F%3E%3Cpath%20d%3D%22M28%2022s3%200%203%207c0%209.055%208.408%207%208.408%206s.936-12%2010.29-10s13.097%209.667%207.484%2022.333m-8.887%201.834S39.408%2060%2024.441%2050c0%200-6.548-3-3.742-13%22%2F%3E%3C%2Fg%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23a57939%22%20stroke%3D%22%23a57939%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M46.642%2050.728c-3.22%202.58-11.012%206.748-22.201-.728c0%200-6.503-2.98-3.77-12.896a2%202%200%200%201%20.066-.202l4.144-10.597c.079-.202.119-.416.119-.632v-2.431c0-1.386%201.544-2.212%202.697-1.444h0q.248.166.539.238C28.944%2022.207%2031%2023.205%2031%2029c0%209.055%208.408%207%208.408%206s.936-12%2010.29-10s13.116%209.675%207.484%2022.333c0%200-2.6%202.086-4.182%203.667c-2%202-6%200-6%200%22%2F%3E%3Cpath%20fill%3D%22%23ea5a47%22%20stroke%3D%22%23ea5a47%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M25%2027s1.761%202.642-2.154%203.794a2.23%202.23%200%200%200-1.273.977C20.73%2033.154%2018.78%2035.671%2017%2033c-1.087-1.63-.697-2.965-.115-3.845a2.165%202.165%200%200%200-.458-2.872C15.587%2025.612%2014.428%2025%2013%2025c-1.917%200%20.658-1.633%202.767-2.813c.864-.483%201.162-1.482.967-2.453c-.047-.234.108-.418.266-.734c1-2%201-4%202-5c1.581-1.581%202-3%207-1c5.414%202.166-.833%206.167-.833%206.167%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M17%2026.283c-.958-.866-2.278-1.655-3.906-1.655c-2.185%200%20.75-2.107%203.154-3.628%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M55.311%2042s0%2010-4.677%2010c0%200%202.806-6-.936-9M32.237%2054.083l-.702%205.334S29.118%2060%2029.118%2061m4.678-1s0-1-1.871-1m8.731-4.917l-.702%205.334S37.537%2060%2037.537%2061m4.678-1s0-1-1.871-1M26.312%2036s-3.742%209%203.742%2013s14.967%201%2015.903-3s-2.027-3.667-5.223-5.833m-15.567-21S31.414%2015.166%2026%2013c-5-2-5.419-.581-7%201c-1%201-1%203-2%205c-.158.316-.312.5-.266.734c.195.971-.103%201.97-.967%202.453C13.657%2023.367%2011.083%2025%2013%2025c1.428%200%202.586.612%203.427%201.283a2.165%202.165%200%200%201%20.458%202.872c-.582.88-.972%202.215.115%203.845c1.781%202.672%203.73.154%204.573-1.229a2.23%202.23%200%200%201%201.273-.977C26.761%2029.642%2025%2027%2025%2027%22%2F%3E%3Cpath%20d%3D%22M28%2022s3%200%203%207c0%209.055%208.408%207%208.408%206s.936-12%2010.29-10s13.097%209.667%207.484%2022.333m-8.887%201.834S39.408%2060%2024.441%2050c0%200-6.548-3-3.742-13%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/rooster.svg?color=%231a73e8&size=48