cow-face from Emoji One (Colored) by Emoji One · Default · Nature · CC-BY-4.0 Attribution required.

Name
cow-face
Set
Emoji One (Colored)
Style
Default
Category
Nature
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More nature icons from Emoji One (Colored)

Use the cow face emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#f6c799" d="M21.4 7.9c-3.6-1.9-6-5.9-6-5.9c-1 10.5 2.8 13.1 5 13.1c2.9.1 5.2-4.9 1-7.2m21.1 0c3.6-1.9 6-5.9 6-5.9c1 10.5-2.8 13.1-5 13.1c-2.9.1-5.2-4.9-1-7.2"/><path fill="#6f6f6d" d="M62 9.3c-5.7-.2-10.3.7-13.1 2.7c-1.7 3-2.6 8.1-2.5 14.4c5.7.2 10.7-.1 13.1-2.7c2.3-2.5 2.6-8.1 2.5-14.4"/><path fill="#f4a19a" d="M60.5 13.1c-4-.1-7.2.5-9.2 1.9c-1.2 2.1-1.9 5.7-1.8 10.1c4 .1 7.5-.1 9.2-1.9s1.9-5.7 1.8-10.1"/><path fill="#6f6f6d" d="M2 9.3c5.7-.2 10.3.7 13.1 2.7c1.7 3 2.6 8.1 2.5 14.4c-5.6.2-10.7-.1-13.1-2.7C2.2 21.2 1.9 15.6 2 9.3"/><path fill="#f4a19a" d="M3.5 13.1c4-.1 7.2.5 9.2 1.9c1.2 2.1 1.8 5.7 1.8 10.1c-4 .1-7.5-.1-9.2-1.9s-1.9-5.7-1.8-10.1"/><path fill="#dae5ef" d="M53 38.3c0 14.1-21 22-21 22s-21-7.9-21-22c0-20.8 8.2-31.6 21-31.6s21 7.7 21 31.6"/><path fill="#6f6f6d" d="M45.4 11.3c-7 7.6-11.9 17.3-4.8 26.2c4.7 5.9 8.4 5.9 11.8 4.9q.6-1.95.6-4.2c0-13.9-2.1-22.2-7.6-26.9M23.5 37.6c6.9-8.7 2.4-18.3-4.4-25.8c-6 5-8.1 14-8.1 26.5q0 2.25.6 4.2c3.5 1 7.2 1 11.9-4.9"/><path fill="#fff" d="M39.4 31.2s2.4 4 6.8 2.7s4.6-6 4.6-6s-2.4-4-6.8-2.7s-4.6 6-4.6 6"/><g fill="#3e4347"><ellipse cx="45.1" cy="29.6" rx="3.3" ry="3.9"/><path d="M39.4 31.2s3.8-5.9 9.7-3.5c3.7 1.5 5.1-.9 5.1-.9c-2 .3-2.9-.5-5.1-1.6c-4-2-9.7-1-9.7 6"/></g><path fill="#fff" d="M24.6 31.2s-2.4 4-6.8 2.7s-4.6-6-4.6-6s2.4-4 6.8-2.7s4.6 6 4.6 6"/><g fill="#3e4347"><ellipse cx="18.9" cy="29.6" rx="3.3" ry="3.9"/><path d="M24.6 31.2s-3.8-5.9-9.7-3.5c-3.7 1.5-5.1-.9-5.1-.9c2 .3 2.9-.5 5.1-1.6c4-2 9.7-1 9.7 6"/></g><path fill="#f4a19a" d="M14.8 48.2c0-8.1 4-4 17.2-4s17.2-4.1 17.2 4C49.2 59.8 41.1 62 32 62s-17.2-2.2-17.2-13.8"/><path fill="#bc6464" d="M26.4 50.1c-1.2-3.4-3.4-5.3-5-4.2c-1.6 1-1.9 4.6-.7 8s3.4 5.3 5 4.2s1.9-4.6.7-8m16.2-4.2c-1.6-1-3.8.8-5 4.2s-.9 7 .7 8s3.8-.8 5-4.2s.9-7-.7-8"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneCowFace(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#f6c799" d="M21.4 7.9c-3.6-1.9-6-5.9-6-5.9c-1 10.5 2.8 13.1 5 13.1c2.9.1 5.2-4.9 1-7.2m21.1 0c3.6-1.9 6-5.9 6-5.9c1 10.5-2.8 13.1-5 13.1c-2.9.1-5.2-4.9-1-7.2"/><path fill="#6f6f6d" d="M62 9.3c-5.7-.2-10.3.7-13.1 2.7c-1.7 3-2.6 8.1-2.5 14.4c5.7.2 10.7-.1 13.1-2.7c2.3-2.5 2.6-8.1 2.5-14.4"/><path fill="#f4a19a" d="M60.5 13.1c-4-.1-7.2.5-9.2 1.9c-1.2 2.1-1.9 5.7-1.8 10.1c4 .1 7.5-.1 9.2-1.9s1.9-5.7 1.8-10.1"/><path fill="#6f6f6d" d="M2 9.3c5.7-.2 10.3.7 13.1 2.7c1.7 3 2.6 8.1 2.5 14.4c-5.6.2-10.7-.1-13.1-2.7C2.2 21.2 1.9 15.6 2 9.3"/><path fill="#f4a19a" d="M3.5 13.1c4-.1 7.2.5 9.2 1.9c1.2 2.1 1.8 5.7 1.8 10.1c-4 .1-7.5-.1-9.2-1.9s-1.9-5.7-1.8-10.1"/><path fill="#dae5ef" d="M53 38.3c0 14.1-21 22-21 22s-21-7.9-21-22c0-20.8 8.2-31.6 21-31.6s21 7.7 21 31.6"/><path fill="#6f6f6d" d="M45.4 11.3c-7 7.6-11.9 17.3-4.8 26.2c4.7 5.9 8.4 5.9 11.8 4.9q.6-1.95.6-4.2c0-13.9-2.1-22.2-7.6-26.9M23.5 37.6c6.9-8.7 2.4-18.3-4.4-25.8c-6 5-8.1 14-8.1 26.5q0 2.25.6 4.2c3.5 1 7.2 1 11.9-4.9"/><path fill="#fff" d="M39.4 31.2s2.4 4 6.8 2.7s4.6-6 4.6-6s-2.4-4-6.8-2.7s-4.6 6-4.6 6"/><g fill="#3e4347"><ellipse cx="45.1" cy="29.6" rx="3.3" ry="3.9"/><path d="M39.4 31.2s3.8-5.9 9.7-3.5c3.7 1.5 5.1-.9 5.1-.9c-2 .3-2.9-.5-5.1-1.6c-4-2-9.7-1-9.7 6"/></g><path fill="#fff" d="M24.6 31.2s-2.4 4-6.8 2.7s-4.6-6-4.6-6s2.4-4 6.8-2.7s4.6 6 4.6 6"/><g fill="#3e4347"><ellipse cx="18.9" cy="29.6" rx="3.3" ry="3.9"/><path d="M24.6 31.2s-3.8-5.9-9.7-3.5c-3.7 1.5-5.1-.9-5.1-.9c2 .3 2.9-.5 5.1-1.6c4-2 9.7-1 9.7 6"/></g><path fill="#f4a19a" d="M14.8 48.2c0-8.1 4-4 17.2-4s17.2-4.1 17.2 4C49.2 59.8 41.1 62 32 62s-17.2-2.2-17.2-13.8"/><path fill="#bc6464" d="M26.4 50.1c-1.2-3.4-3.4-5.3-5-4.2c-1.6 1-1.9 4.6-.7 8s3.4 5.3 5 4.2s1.9-4.6.7-8m16.2-4.2c-1.6-1-3.8.8-5 4.2s-.9 7 .7 8s3.8-.8 5-4.2s.9-7-.7-8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#f6c799" d="M21.4 7.9c-3.6-1.9-6-5.9-6-5.9c-1 10.5 2.8 13.1 5 13.1c2.9.1 5.2-4.9 1-7.2m21.1 0c3.6-1.9 6-5.9 6-5.9c1 10.5-2.8 13.1-5 13.1c-2.9.1-5.2-4.9-1-7.2"/><path fill="#6f6f6d" d="M62 9.3c-5.7-.2-10.3.7-13.1 2.7c-1.7 3-2.6 8.1-2.5 14.4c5.7.2 10.7-.1 13.1-2.7c2.3-2.5 2.6-8.1 2.5-14.4"/><path fill="#f4a19a" d="M60.5 13.1c-4-.1-7.2.5-9.2 1.9c-1.2 2.1-1.9 5.7-1.8 10.1c4 .1 7.5-.1 9.2-1.9s1.9-5.7 1.8-10.1"/><path fill="#6f6f6d" d="M2 9.3c5.7-.2 10.3.7 13.1 2.7c1.7 3 2.6 8.1 2.5 14.4c-5.6.2-10.7-.1-13.1-2.7C2.2 21.2 1.9 15.6 2 9.3"/><path fill="#f4a19a" d="M3.5 13.1c4-.1 7.2.5 9.2 1.9c1.2 2.1 1.8 5.7 1.8 10.1c-4 .1-7.5-.1-9.2-1.9s-1.9-5.7-1.8-10.1"/><path fill="#dae5ef" d="M53 38.3c0 14.1-21 22-21 22s-21-7.9-21-22c0-20.8 8.2-31.6 21-31.6s21 7.7 21 31.6"/><path fill="#6f6f6d" d="M45.4 11.3c-7 7.6-11.9 17.3-4.8 26.2c4.7 5.9 8.4 5.9 11.8 4.9q.6-1.95.6-4.2c0-13.9-2.1-22.2-7.6-26.9M23.5 37.6c6.9-8.7 2.4-18.3-4.4-25.8c-6 5-8.1 14-8.1 26.5q0 2.25.6 4.2c3.5 1 7.2 1 11.9-4.9"/><path fill="#fff" d="M39.4 31.2s2.4 4 6.8 2.7s4.6-6 4.6-6s-2.4-4-6.8-2.7s-4.6 6-4.6 6"/><g fill="#3e4347"><ellipse cx="45.1" cy="29.6" rx="3.3" ry="3.9"/><path d="M39.4 31.2s3.8-5.9 9.7-3.5c3.7 1.5 5.1-.9 5.1-.9c-2 .3-2.9-.5-5.1-1.6c-4-2-9.7-1-9.7 6"/></g><path fill="#fff" d="M24.6 31.2s-2.4 4-6.8 2.7s-4.6-6-4.6-6s2.4-4 6.8-2.7s4.6 6 4.6 6"/><g fill="#3e4347"><ellipse cx="18.9" cy="29.6" rx="3.3" ry="3.9"/><path d="M24.6 31.2s-3.8-5.9-9.7-3.5c-3.7 1.5-5.1-.9-5.1-.9c2 .3 2.9-.5 5.1-1.6c4-2 9.7-1 9.7 6"/></g><path fill="#f4a19a" d="M14.8 48.2c0-8.1 4-4 17.2-4s17.2-4.1 17.2 4C49.2 59.8 41.1 62 32 62s-17.2-2.2-17.2-13.8"/><path fill="#bc6464" d="M26.4 50.1c-1.2-3.4-3.4-5.3-5-4.2c-1.6 1-1.9 4.6-.7 8s3.4 5.3 5 4.2s1.9-4.6.7-8m16.2-4.2c-1.6-1-3.8.8-5 4.2s-.9 7 .7 8s3.8-.8 5-4.2s.9-7-.7-8"/></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%2064%2064%22%3E%3Cpath%20fill%3D%22%23f6c799%22%20d%3D%22M21.4%207.9c-3.6-1.9-6-5.9-6-5.9c-1%2010.5%202.8%2013.1%205%2013.1c2.9.1%205.2-4.9%201-7.2m21.1%200c3.6-1.9%206-5.9%206-5.9c1%2010.5-2.8%2013.1-5%2013.1c-2.9.1-5.2-4.9-1-7.2%22%2F%3E%3Cpath%20fill%3D%22%236f6f6d%22%20d%3D%22M62%209.3c-5.7-.2-10.3.7-13.1%202.7c-1.7%203-2.6%208.1-2.5%2014.4c5.7.2%2010.7-.1%2013.1-2.7c2.3-2.5%202.6-8.1%202.5-14.4%22%2F%3E%3Cpath%20fill%3D%22%23f4a19a%22%20d%3D%22M60.5%2013.1c-4-.1-7.2.5-9.2%201.9c-1.2%202.1-1.9%205.7-1.8%2010.1c4%20.1%207.5-.1%209.2-1.9s1.9-5.7%201.8-10.1%22%2F%3E%3Cpath%20fill%3D%22%236f6f6d%22%20d%3D%22M2%209.3c5.7-.2%2010.3.7%2013.1%202.7c1.7%203%202.6%208.1%202.5%2014.4c-5.6.2-10.7-.1-13.1-2.7C2.2%2021.2%201.9%2015.6%202%209.3%22%2F%3E%3Cpath%20fill%3D%22%23f4a19a%22%20d%3D%22M3.5%2013.1c4-.1%207.2.5%209.2%201.9c1.2%202.1%201.8%205.7%201.8%2010.1c-4%20.1-7.5-.1-9.2-1.9s-1.9-5.7-1.8-10.1%22%2F%3E%3Cpath%20fill%3D%22%23dae5ef%22%20d%3D%22M53%2038.3c0%2014.1-21%2022-21%2022s-21-7.9-21-22c0-20.8%208.2-31.6%2021-31.6s21%207.7%2021%2031.6%22%2F%3E%3Cpath%20fill%3D%22%236f6f6d%22%20d%3D%22M45.4%2011.3c-7%207.6-11.9%2017.3-4.8%2026.2c4.7%205.9%208.4%205.9%2011.8%204.9q.6-1.95.6-4.2c0-13.9-2.1-22.2-7.6-26.9M23.5%2037.6c6.9-8.7%202.4-18.3-4.4-25.8c-6%205-8.1%2014-8.1%2026.5q0%202.25.6%204.2c3.5%201%207.2%201%2011.9-4.9%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M39.4%2031.2s2.4%204%206.8%202.7s4.6-6%204.6-6s-2.4-4-6.8-2.7s-4.6%206-4.6%206%22%2F%3E%3Cg%20fill%3D%22%233e4347%22%3E%3Cellipse%20cx%3D%2245.1%22%20cy%3D%2229.6%22%20rx%3D%223.3%22%20ry%3D%223.9%22%2F%3E%3Cpath%20d%3D%22M39.4%2031.2s3.8-5.9%209.7-3.5c3.7%201.5%205.1-.9%205.1-.9c-2%20.3-2.9-.5-5.1-1.6c-4-2-9.7-1-9.7%206%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24.6%2031.2s-2.4%204-6.8%202.7s-4.6-6-4.6-6s2.4-4%206.8-2.7s4.6%206%204.6%206%22%2F%3E%3Cg%20fill%3D%22%233e4347%22%3E%3Cellipse%20cx%3D%2218.9%22%20cy%3D%2229.6%22%20rx%3D%223.3%22%20ry%3D%223.9%22%2F%3E%3Cpath%20d%3D%22M24.6%2031.2s-3.8-5.9-9.7-3.5c-3.7%201.5-5.1-.9-5.1-.9c2%20.3%202.9-.5%205.1-1.6c4-2%209.7-1%209.7%206%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23f4a19a%22%20d%3D%22M14.8%2048.2c0-8.1%204-4%2017.2-4s17.2-4.1%2017.2%204C49.2%2059.8%2041.1%2062%2032%2062s-17.2-2.2-17.2-13.8%22%2F%3E%3Cpath%20fill%3D%22%23bc6464%22%20d%3D%22M26.4%2050.1c-1.2-3.4-3.4-5.3-5-4.2c-1.6%201-1.9%204.6-.7%208s3.4%205.3%205%204.2s1.9-4.6.7-8m16.2-4.2c-1.6-1-3.8.8-5%204.2s-.9%207%20.7%208s3.8-.8%205-4.2s.9-7-.7-8%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%2064%2064%22%3E%3Cpath%20fill%3D%22%23f6c799%22%20d%3D%22M21.4%207.9c-3.6-1.9-6-5.9-6-5.9c-1%2010.5%202.8%2013.1%205%2013.1c2.9.1%205.2-4.9%201-7.2m21.1%200c3.6-1.9%206-5.9%206-5.9c1%2010.5-2.8%2013.1-5%2013.1c-2.9.1-5.2-4.9-1-7.2%22%2F%3E%3Cpath%20fill%3D%22%236f6f6d%22%20d%3D%22M62%209.3c-5.7-.2-10.3.7-13.1%202.7c-1.7%203-2.6%208.1-2.5%2014.4c5.7.2%2010.7-.1%2013.1-2.7c2.3-2.5%202.6-8.1%202.5-14.4%22%2F%3E%3Cpath%20fill%3D%22%23f4a19a%22%20d%3D%22M60.5%2013.1c-4-.1-7.2.5-9.2%201.9c-1.2%202.1-1.9%205.7-1.8%2010.1c4%20.1%207.5-.1%209.2-1.9s1.9-5.7%201.8-10.1%22%2F%3E%3Cpath%20fill%3D%22%236f6f6d%22%20d%3D%22M2%209.3c5.7-.2%2010.3.7%2013.1%202.7c1.7%203%202.6%208.1%202.5%2014.4c-5.6.2-10.7-.1-13.1-2.7C2.2%2021.2%201.9%2015.6%202%209.3%22%2F%3E%3Cpath%20fill%3D%22%23f4a19a%22%20d%3D%22M3.5%2013.1c4-.1%207.2.5%209.2%201.9c1.2%202.1%201.8%205.7%201.8%2010.1c-4%20.1-7.5-.1-9.2-1.9s-1.9-5.7-1.8-10.1%22%2F%3E%3Cpath%20fill%3D%22%23dae5ef%22%20d%3D%22M53%2038.3c0%2014.1-21%2022-21%2022s-21-7.9-21-22c0-20.8%208.2-31.6%2021-31.6s21%207.7%2021%2031.6%22%2F%3E%3Cpath%20fill%3D%22%236f6f6d%22%20d%3D%22M45.4%2011.3c-7%207.6-11.9%2017.3-4.8%2026.2c4.7%205.9%208.4%205.9%2011.8%204.9q.6-1.95.6-4.2c0-13.9-2.1-22.2-7.6-26.9M23.5%2037.6c6.9-8.7%202.4-18.3-4.4-25.8c-6%205-8.1%2014-8.1%2026.5q0%202.25.6%204.2c3.5%201%207.2%201%2011.9-4.9%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M39.4%2031.2s2.4%204%206.8%202.7s4.6-6%204.6-6s-2.4-4-6.8-2.7s-4.6%206-4.6%206%22%2F%3E%3Cg%20fill%3D%22%233e4347%22%3E%3Cellipse%20cx%3D%2245.1%22%20cy%3D%2229.6%22%20rx%3D%223.3%22%20ry%3D%223.9%22%2F%3E%3Cpath%20d%3D%22M39.4%2031.2s3.8-5.9%209.7-3.5c3.7%201.5%205.1-.9%205.1-.9c-2%20.3-2.9-.5-5.1-1.6c-4-2-9.7-1-9.7%206%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24.6%2031.2s-2.4%204-6.8%202.7s-4.6-6-4.6-6s2.4-4%206.8-2.7s4.6%206%204.6%206%22%2F%3E%3Cg%20fill%3D%22%233e4347%22%3E%3Cellipse%20cx%3D%2218.9%22%20cy%3D%2229.6%22%20rx%3D%223.3%22%20ry%3D%223.9%22%2F%3E%3Cpath%20d%3D%22M24.6%2031.2s-3.8-5.9-9.7-3.5c-3.7%201.5-5.1-.9-5.1-.9c2%20.3%202.9-.5%205.1-1.6c4-2%209.7-1%209.7%206%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23f4a19a%22%20d%3D%22M14.8%2048.2c0-8.1%204-4%2017.2-4s17.2-4.1%2017.2%204C49.2%2059.8%2041.1%2062%2032%2062s-17.2-2.2-17.2-13.8%22%2F%3E%3Cpath%20fill%3D%22%23bc6464%22%20d%3D%22M26.4%2050.1c-1.2-3.4-3.4-5.3-5-4.2c-1.6%201-1.9%204.6-.7%208s3.4%205.3%205%204.2s1.9-4.6.7-8m16.2-4.2c-1.6-1-3.8.8-5%204.2s-.9%207%20.7%208s3.8-.8%205-4.2s.9-7-.7-8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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