cow face emoji
cow-face from Noto Emoji by Google Inc · Default · Animals & Nature · Apache-2.0 Free for personal and commercial use.
- Name
- cow-face
- Set
- Noto Emoji
- Style
- Default
- Category
- Animals & Nature
- Viewbox
- 128×128
- License
- Apache 2.0
The same emoji in other sets
More animals & nature icons from Noto Emoji
Use the cow face emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#ffb903" d="M74.69 26.69s5.69-14.35 12.25-13.09c7.32 1.41 3.24 18.72 3.24 18.72zm-19.42-2.4s-6.9-13.66-12.67-11.68s-1.55 19.99-1.55 19.99z"/><path fill="#dfdfdf" d="M47.94 25.28s1.97-2.39 18.44-1.83S92 29.79 92 29.79s5.68-4.35 11.22-6.24c8.23-2.8 19.3 1.91 20.17 3.71c.67 1.37-3.1 13.57-8.02 17.74c-5.49 4.65-11.4 4.36-11.4 4.36s-1.3 8.55-1.55 14.92c-.14 3.66.36 7.48.99 9.43c1.27 3.94 1.99 6.65 2.62 11.48c.53 4.03.62 7.94.62 7.94L41.33 76.66z"/><path fill="#bc8954" d="M38.79 75.54s10.23-2.72 12.95-4.18c2.32-1.24 15.35-6.95 16.33-24.54S56.63 24.11 54.94 23.68c-1.69-.42-7.79 1.22-11.36 3c-1.52.76-4.79 2.96-4.79 2.96s-6.48-6.76-16.61-7.74c-10.13-.99-17.74 4.36-17.88 5.07c-.14.7 3.8 14.53 11.01 19.34c2.1 1.4 4.8 2.03 6.65 2.28c4.84.66 6.69.06 6.69.06s-.7 7.46-.84 11.26s-.22 9.17-.66 13.05c-.28 2.49-3.66 9.1-3.75 13.98c-.06 3.24 15.39-11.4 15.39-11.4"/><path fill="#ffd3b0" d="M65.74 74.41c12.16.29 14.99-1.83 23.28-1.27s18.85 9.29 17.85 21.82s-11.42 21.54-22.56 24.07s-35.99 2.82-47.7-3.52c-11.76-6.36-14.28-14.92-14.42-22.95S28.04 73 41.03 71.6s12.71 2.53 24.71 2.81m32.18-34.77c-2.08-3.64 0-9.39 6.57-10.89s13.14 1.5 13.14 1.5s-2.01 7.7-6.57 10.7c-3.85 2.54-10.14 3.94-13.14-1.31M25.09 29.13c-5.85-1.82-13.46.55-13.46.55s.24 3.38 2.64 6.65c1.44 1.96 3.59 4.31 6.99 5.43c7.98 2.63 10.96-2.12 11.61-4.28c.67-2.16-.55-6.1-7.78-8.35"/><ellipse cx="49.52" cy="57.29" fill="#0a0a0a" rx="6.85" ry="5.37" transform="rotate(-81.802 49.515 57.293)"/><ellipse cx="83.64" cy="57.73" fill="#0a0a0a" rx="5.37" ry="6.86" transform="rotate(-8.853 83.671 57.743)"/><path fill="#2e2f31" d="M73.14 99.52c-3-2.35-1.32-8.55 3.66-12.01c5.26-3.66 10.73-2.32 11.73-.09c1.31 2.91-.19 4.69-1.78 5.91c-1.51 1.15-3.57.94-4.88 1.69s-1.88 2.72-3.66 4.32c-1.65 1.47-4.07.95-5.07.18M40.48 87.88c.94-4.22 7.67-4.06 12.48-.38c5.08 3.89 6.1 9.39 3.94 11.26c-2.46 2.14-4.84 1.07-6.32-.21c-1.44-1.24-1.95-2.24-3.07-3.27c-1.11-1.02-3.1-1.32-5.16-2.53c-1.9-1.11-2.27-3.07-1.87-4.87"/></svg>
React
import type { SVGProps } from "react";
export function NotoCowFace(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#ffb903" d="M74.69 26.69s5.69-14.35 12.25-13.09c7.32 1.41 3.24 18.72 3.24 18.72zm-19.42-2.4s-6.9-13.66-12.67-11.68s-1.55 19.99-1.55 19.99z"/><path fill="#dfdfdf" d="M47.94 25.28s1.97-2.39 18.44-1.83S92 29.79 92 29.79s5.68-4.35 11.22-6.24c8.23-2.8 19.3 1.91 20.17 3.71c.67 1.37-3.1 13.57-8.02 17.74c-5.49 4.65-11.4 4.36-11.4 4.36s-1.3 8.55-1.55 14.92c-.14 3.66.36 7.48.99 9.43c1.27 3.94 1.99 6.65 2.62 11.48c.53 4.03.62 7.94.62 7.94L41.33 76.66z"/><path fill="#bc8954" d="M38.79 75.54s10.23-2.72 12.95-4.18c2.32-1.24 15.35-6.95 16.33-24.54S56.63 24.11 54.94 23.68c-1.69-.42-7.79 1.22-11.36 3c-1.52.76-4.79 2.96-4.79 2.96s-6.48-6.76-16.61-7.74c-10.13-.99-17.74 4.36-17.88 5.07c-.14.7 3.8 14.53 11.01 19.34c2.1 1.4 4.8 2.03 6.65 2.28c4.84.66 6.69.06 6.69.06s-.7 7.46-.84 11.26s-.22 9.17-.66 13.05c-.28 2.49-3.66 9.1-3.75 13.98c-.06 3.24 15.39-11.4 15.39-11.4"/><path fill="#ffd3b0" d="M65.74 74.41c12.16.29 14.99-1.83 23.28-1.27s18.85 9.29 17.85 21.82s-11.42 21.54-22.56 24.07s-35.99 2.82-47.7-3.52c-11.76-6.36-14.28-14.92-14.42-22.95S28.04 73 41.03 71.6s12.71 2.53 24.71 2.81m32.18-34.77c-2.08-3.64 0-9.39 6.57-10.89s13.14 1.5 13.14 1.5s-2.01 7.7-6.57 10.7c-3.85 2.54-10.14 3.94-13.14-1.31M25.09 29.13c-5.85-1.82-13.46.55-13.46.55s.24 3.38 2.64 6.65c1.44 1.96 3.59 4.31 6.99 5.43c7.98 2.63 10.96-2.12 11.61-4.28c.67-2.16-.55-6.1-7.78-8.35"/><ellipse cx="49.52" cy="57.29" fill="#0a0a0a" rx="6.85" ry="5.37" transform="rotate(-81.802 49.515 57.293)"/><ellipse cx="83.64" cy="57.73" fill="#0a0a0a" rx="5.37" ry="6.86" transform="rotate(-8.853 83.671 57.743)"/><path fill="#2e2f31" d="M73.14 99.52c-3-2.35-1.32-8.55 3.66-12.01c5.26-3.66 10.73-2.32 11.73-.09c1.31 2.91-.19 4.69-1.78 5.91c-1.51 1.15-3.57.94-4.88 1.69s-1.88 2.72-3.66 4.32c-1.65 1.47-4.07.95-5.07.18M40.48 87.88c.94-4.22 7.67-4.06 12.48-.38c5.08 3.89 6.1 9.39 3.94 11.26c-2.46 2.14-4.84 1.07-6.32-.21c-1.44-1.24-1.95-2.24-3.07-3.27c-1.11-1.02-3.1-1.32-5.16-2.53c-1.9-1.11-2.27-3.07-1.87-4.87"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#ffb903" d="M74.69 26.69s5.69-14.35 12.25-13.09c7.32 1.41 3.24 18.72 3.24 18.72zm-19.42-2.4s-6.9-13.66-12.67-11.68s-1.55 19.99-1.55 19.99z"/><path fill="#dfdfdf" d="M47.94 25.28s1.97-2.39 18.44-1.83S92 29.79 92 29.79s5.68-4.35 11.22-6.24c8.23-2.8 19.3 1.91 20.17 3.71c.67 1.37-3.1 13.57-8.02 17.74c-5.49 4.65-11.4 4.36-11.4 4.36s-1.3 8.55-1.55 14.92c-.14 3.66.36 7.48.99 9.43c1.27 3.94 1.99 6.65 2.62 11.48c.53 4.03.62 7.94.62 7.94L41.33 76.66z"/><path fill="#bc8954" d="M38.79 75.54s10.23-2.72 12.95-4.18c2.32-1.24 15.35-6.95 16.33-24.54S56.63 24.11 54.94 23.68c-1.69-.42-7.79 1.22-11.36 3c-1.52.76-4.79 2.96-4.79 2.96s-6.48-6.76-16.61-7.74c-10.13-.99-17.74 4.36-17.88 5.07c-.14.7 3.8 14.53 11.01 19.34c2.1 1.4 4.8 2.03 6.65 2.28c4.84.66 6.69.06 6.69.06s-.7 7.46-.84 11.26s-.22 9.17-.66 13.05c-.28 2.49-3.66 9.1-3.75 13.98c-.06 3.24 15.39-11.4 15.39-11.4"/><path fill="#ffd3b0" d="M65.74 74.41c12.16.29 14.99-1.83 23.28-1.27s18.85 9.29 17.85 21.82s-11.42 21.54-22.56 24.07s-35.99 2.82-47.7-3.52c-11.76-6.36-14.28-14.92-14.42-22.95S28.04 73 41.03 71.6s12.71 2.53 24.71 2.81m32.18-34.77c-2.08-3.64 0-9.39 6.57-10.89s13.14 1.5 13.14 1.5s-2.01 7.7-6.57 10.7c-3.85 2.54-10.14 3.94-13.14-1.31M25.09 29.13c-5.85-1.82-13.46.55-13.46.55s.24 3.38 2.64 6.65c1.44 1.96 3.59 4.31 6.99 5.43c7.98 2.63 10.96-2.12 11.61-4.28c.67-2.16-.55-6.1-7.78-8.35"/><ellipse cx="49.52" cy="57.29" fill="#0a0a0a" rx="6.85" ry="5.37" transform="rotate(-81.802 49.515 57.293)"/><ellipse cx="83.64" cy="57.73" fill="#0a0a0a" rx="5.37" ry="6.86" transform="rotate(-8.853 83.671 57.743)"/><path fill="#2e2f31" d="M73.14 99.52c-3-2.35-1.32-8.55 3.66-12.01c5.26-3.66 10.73-2.32 11.73-.09c1.31 2.91-.19 4.69-1.78 5.91c-1.51 1.15-3.57.94-4.88 1.69s-1.88 2.72-3.66 4.32c-1.65 1.47-4.07.95-5.07.18M40.48 87.88c.94-4.22 7.67-4.06 12.48-.38c5.08 3.89 6.1 9.39 3.94 11.26c-2.46 2.14-4.84 1.07-6.32-.21c-1.44-1.24-1.95-2.24-3.07-3.27c-1.11-1.02-3.1-1.32-5.16-2.53c-1.9-1.11-2.27-3.07-1.87-4.87"/></svg> </template>
CSS
.icon-cow-face {
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%20128%20128%22%3E%3Cpath%20fill%3D%22%23ffb903%22%20d%3D%22M74.69%2026.69s5.69-14.35%2012.25-13.09c7.32%201.41%203.24%2018.72%203.24%2018.72zm-19.42-2.4s-6.9-13.66-12.67-11.68s-1.55%2019.99-1.55%2019.99z%22%2F%3E%3Cpath%20fill%3D%22%23dfdfdf%22%20d%3D%22M47.94%2025.28s1.97-2.39%2018.44-1.83S92%2029.79%2092%2029.79s5.68-4.35%2011.22-6.24c8.23-2.8%2019.3%201.91%2020.17%203.71c.67%201.37-3.1%2013.57-8.02%2017.74c-5.49%204.65-11.4%204.36-11.4%204.36s-1.3%208.55-1.55%2014.92c-.14%203.66.36%207.48.99%209.43c1.27%203.94%201.99%206.65%202.62%2011.48c.53%204.03.62%207.94.62%207.94L41.33%2076.66z%22%2F%3E%3Cpath%20fill%3D%22%23bc8954%22%20d%3D%22M38.79%2075.54s10.23-2.72%2012.95-4.18c2.32-1.24%2015.35-6.95%2016.33-24.54S56.63%2024.11%2054.94%2023.68c-1.69-.42-7.79%201.22-11.36%203c-1.52.76-4.79%202.96-4.79%202.96s-6.48-6.76-16.61-7.74c-10.13-.99-17.74%204.36-17.88%205.07c-.14.7%203.8%2014.53%2011.01%2019.34c2.1%201.4%204.8%202.03%206.65%202.28c4.84.66%206.69.06%206.69.06s-.7%207.46-.84%2011.26s-.22%209.17-.66%2013.05c-.28%202.49-3.66%209.1-3.75%2013.98c-.06%203.24%2015.39-11.4%2015.39-11.4%22%2F%3E%3Cpath%20fill%3D%22%23ffd3b0%22%20d%3D%22M65.74%2074.41c12.16.29%2014.99-1.83%2023.28-1.27s18.85%209.29%2017.85%2021.82s-11.42%2021.54-22.56%2024.07s-35.99%202.82-47.7-3.52c-11.76-6.36-14.28-14.92-14.42-22.95S28.04%2073%2041.03%2071.6s12.71%202.53%2024.71%202.81m32.18-34.77c-2.08-3.64%200-9.39%206.57-10.89s13.14%201.5%2013.14%201.5s-2.01%207.7-6.57%2010.7c-3.85%202.54-10.14%203.94-13.14-1.31M25.09%2029.13c-5.85-1.82-13.46.55-13.46.55s.24%203.38%202.64%206.65c1.44%201.96%203.59%204.31%206.99%205.43c7.98%202.63%2010.96-2.12%2011.61-4.28c.67-2.16-.55-6.1-7.78-8.35%22%2F%3E%3Cellipse%20cx%3D%2249.52%22%20cy%3D%2257.29%22%20fill%3D%22%230a0a0a%22%20rx%3D%226.85%22%20ry%3D%225.37%22%20transform%3D%22rotate(-81.802%2049.515%2057.293)%22%2F%3E%3Cellipse%20cx%3D%2283.64%22%20cy%3D%2257.73%22%20fill%3D%22%230a0a0a%22%20rx%3D%225.37%22%20ry%3D%226.86%22%20transform%3D%22rotate(-8.853%2083.671%2057.743)%22%2F%3E%3Cpath%20fill%3D%22%232e2f31%22%20d%3D%22M73.14%2099.52c-3-2.35-1.32-8.55%203.66-12.01c5.26-3.66%2010.73-2.32%2011.73-.09c1.31%202.91-.19%204.69-1.78%205.91c-1.51%201.15-3.57.94-4.88%201.69s-1.88%202.72-3.66%204.32c-1.65%201.47-4.07.95-5.07.18M40.48%2087.88c.94-4.22%207.67-4.06%2012.48-.38c5.08%203.89%206.1%209.39%203.94%2011.26c-2.46%202.14-4.84%201.07-6.32-.21c-1.44-1.24-1.95-2.24-3.07-3.27c-1.11-1.02-3.1-1.32-5.16-2.53c-1.9-1.11-2.27-3.07-1.87-4.87%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23ffb903%22%20d%3D%22M74.69%2026.69s5.69-14.35%2012.25-13.09c7.32%201.41%203.24%2018.72%203.24%2018.72zm-19.42-2.4s-6.9-13.66-12.67-11.68s-1.55%2019.99-1.55%2019.99z%22%2F%3E%3Cpath%20fill%3D%22%23dfdfdf%22%20d%3D%22M47.94%2025.28s1.97-2.39%2018.44-1.83S92%2029.79%2092%2029.79s5.68-4.35%2011.22-6.24c8.23-2.8%2019.3%201.91%2020.17%203.71c.67%201.37-3.1%2013.57-8.02%2017.74c-5.49%204.65-11.4%204.36-11.4%204.36s-1.3%208.55-1.55%2014.92c-.14%203.66.36%207.48.99%209.43c1.27%203.94%201.99%206.65%202.62%2011.48c.53%204.03.62%207.94.62%207.94L41.33%2076.66z%22%2F%3E%3Cpath%20fill%3D%22%23bc8954%22%20d%3D%22M38.79%2075.54s10.23-2.72%2012.95-4.18c2.32-1.24%2015.35-6.95%2016.33-24.54S56.63%2024.11%2054.94%2023.68c-1.69-.42-7.79%201.22-11.36%203c-1.52.76-4.79%202.96-4.79%202.96s-6.48-6.76-16.61-7.74c-10.13-.99-17.74%204.36-17.88%205.07c-.14.7%203.8%2014.53%2011.01%2019.34c2.1%201.4%204.8%202.03%206.65%202.28c4.84.66%206.69.06%206.69.06s-.7%207.46-.84%2011.26s-.22%209.17-.66%2013.05c-.28%202.49-3.66%209.1-3.75%2013.98c-.06%203.24%2015.39-11.4%2015.39-11.4%22%2F%3E%3Cpath%20fill%3D%22%23ffd3b0%22%20d%3D%22M65.74%2074.41c12.16.29%2014.99-1.83%2023.28-1.27s18.85%209.29%2017.85%2021.82s-11.42%2021.54-22.56%2024.07s-35.99%202.82-47.7-3.52c-11.76-6.36-14.28-14.92-14.42-22.95S28.04%2073%2041.03%2071.6s12.71%202.53%2024.71%202.81m32.18-34.77c-2.08-3.64%200-9.39%206.57-10.89s13.14%201.5%2013.14%201.5s-2.01%207.7-6.57%2010.7c-3.85%202.54-10.14%203.94-13.14-1.31M25.09%2029.13c-5.85-1.82-13.46.55-13.46.55s.24%203.38%202.64%206.65c1.44%201.96%203.59%204.31%206.99%205.43c7.98%202.63%2010.96-2.12%2011.61-4.28c.67-2.16-.55-6.1-7.78-8.35%22%2F%3E%3Cellipse%20cx%3D%2249.52%22%20cy%3D%2257.29%22%20fill%3D%22%230a0a0a%22%20rx%3D%226.85%22%20ry%3D%225.37%22%20transform%3D%22rotate(-81.802%2049.515%2057.293)%22%2F%3E%3Cellipse%20cx%3D%2283.64%22%20cy%3D%2257.73%22%20fill%3D%22%230a0a0a%22%20rx%3D%225.37%22%20ry%3D%226.86%22%20transform%3D%22rotate(-8.853%2083.671%2057.743)%22%2F%3E%3Cpath%20fill%3D%22%232e2f31%22%20d%3D%22M73.14%2099.52c-3-2.35-1.32-8.55%203.66-12.01c5.26-3.66%2010.73-2.32%2011.73-.09c1.31%202.91-.19%204.69-1.78%205.91c-1.51%201.15-3.57.94-4.88%201.69s-1.88%202.72-3.66%204.32c-1.65%201.47-4.07.95-5.07.18M40.48%2087.88c.94-4.22%207.67-4.06%2012.48-.38c5.08%203.89%206.1%209.39%203.94%2011.26c-2.46%202.14-4.84%201.07-6.32-.21c-1.44-1.24-1.95-2.24-3.07-3.27c-1.11-1.02-3.1-1.32-5.16-2.53c-1.9-1.11-2.27-3.07-1.87-4.87%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/cow-face.svg?color=%231a73e8&size=48