goat from Streamline Emojis by Streamline · Default · Animals Nature · CC-BY-4.0 Attribution required.

Name
goat
Set
Streamline Emojis
Style
Default
Category
Animals Nature
Viewbox
48×48
License
CC BY 4.0

The same emoji in other sets

More animals nature icons from Streamline Emojis

Use the goat emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M15.8 44.41a14.35 1.59 0 1 0 28.7 0a14.35 1.59 0 1 0-28.7 0" opacity=".15"/><path fill="#e0e0e0" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M36.4 22.21A12.1 12.1 0 0 0 38.53 18c.23-1 .36-1.74.43-2.25a.53.53 0 0 1 .88-.32a5.48 5.48 0 0 1 1.88 5.22c-.8 3.64-5.32 1.56-5.32 1.56m-30.81-2.4s-.76 3.18.53 4.78S8 25.3 8.78 23s-3.19-3.19-3.19-3.19"/><path fill="#f0d5a8" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M17.92 6.89a6.6 6.6 0 0 1 3.34-4a7.5 7.5 0 0 1 4-.9a.53.53 0 0 1 .23 1a7.1 7.1 0 0 0-2.72 2.53c-1.22 2.2-2 7.17-2 7.17Z"/><path fill="#f0f0f0" d="M33.59 20.08h-6.11a5 5 0 0 1-5.31-5.31v-1.84c0-4.74-.73-6.2-2.13-7.2a34 34 0 0 0-5.26-2.43a.52.52 0 0 0-.71.42A5 5 0 0 0 14.81 7l-4.33.83c-5.12 1.46-8 4.93-8 9s3.33 4.78 7.44 4.78h2.69c2.25 0 4.22 3.47 4.22 7.44v11.76a3.19 3.19 0 0 0 6.38 0v-6.32a32.8 32.8 0 0 0 10.88.35A5.27 5.27 0 0 0 36.52 36v4.78a3.19 3.19 0 0 0 6.38 0V29.39a9.31 9.31 0 0 0-9.31-9.31"/><path fill="#fff" d="m16.85 8.92l-6.38 1.94c-4.43 1.26-7.16 4-7.81 7.43a5.4 5.4 0 0 1-.16-1.39c0-4.12 2.86-7.58 8-9l4.3-.9a5.7 5.7 0 0 0 2.05 1.92M20 5.73a34 34 0 0 0-5.22-2.43a.52.52 0 0 0-.71.42a5.1 5.1 0 0 0 .29 2.41a38.4 38.4 0 0 1 5.78 2.6c1.1.79 1.79 1.87 2 4.64v-.44c.03-4.74-.7-6.2-2.14-7.2m13.59 14.35h-6.11a4.92 4.92 0 0 1-5.22-4.18v1.87a5 5 0 0 0 5.32 5.31h6a9.31 9.31 0 0 1 9.31 9.31v-3a9.31 9.31 0 0 0-9.3-9.31"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M33.59 20.08h-6.11a5 5 0 0 1-5.31-5.31v-1.84c0-4.74-.73-6.2-2.13-7.2a34 34 0 0 0-5.26-2.43a.52.52 0 0 0-.71.42A5 5 0 0 0 14.81 7l-4.33.83c-5.12 1.46-8 4.93-8 9s3.33 4.78 7.44 4.78h2.69c2.25 0 4.22 3.47 4.22 7.44v11.76a3.19 3.19 0 0 0 6.38 0v-6.32a32.8 32.8 0 0 0 10.88.35A5.27 5.27 0 0 0 36.52 36v4.78a3.19 3.19 0 0 0 6.38 0V29.39a9.31 9.31 0 0 0-9.31-9.31"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M32.27 30.82a5.3 5.3 0 0 0 1.84 4M14.8 7a5.9 5.9 0 0 0 2.05 1.89"/><path fill="#45413c" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M13.66 13.23a1.06 1.06 0 1 1-1-1.12a1.08 1.08 0 0 1 1 1.12"/><path fill="#ffaa54" d="M17.38 16.42a1.06 1.06 0 1 1-1-1.12a1.06 1.06 0 0 1 1 1.12"/></svg>

React

import type { SVGProps } from "react";

export function StreamlineEmojisGoat(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M15.8 44.41a14.35 1.59 0 1 0 28.7 0a14.35 1.59 0 1 0-28.7 0" opacity=".15"/><path fill="#e0e0e0" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M36.4 22.21A12.1 12.1 0 0 0 38.53 18c.23-1 .36-1.74.43-2.25a.53.53 0 0 1 .88-.32a5.48 5.48 0 0 1 1.88 5.22c-.8 3.64-5.32 1.56-5.32 1.56m-30.81-2.4s-.76 3.18.53 4.78S8 25.3 8.78 23s-3.19-3.19-3.19-3.19"/><path fill="#f0d5a8" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M17.92 6.89a6.6 6.6 0 0 1 3.34-4a7.5 7.5 0 0 1 4-.9a.53.53 0 0 1 .23 1a7.1 7.1 0 0 0-2.72 2.53c-1.22 2.2-2 7.17-2 7.17Z"/><path fill="#f0f0f0" d="M33.59 20.08h-6.11a5 5 0 0 1-5.31-5.31v-1.84c0-4.74-.73-6.2-2.13-7.2a34 34 0 0 0-5.26-2.43a.52.52 0 0 0-.71.42A5 5 0 0 0 14.81 7l-4.33.83c-5.12 1.46-8 4.93-8 9s3.33 4.78 7.44 4.78h2.69c2.25 0 4.22 3.47 4.22 7.44v11.76a3.19 3.19 0 0 0 6.38 0v-6.32a32.8 32.8 0 0 0 10.88.35A5.27 5.27 0 0 0 36.52 36v4.78a3.19 3.19 0 0 0 6.38 0V29.39a9.31 9.31 0 0 0-9.31-9.31"/><path fill="#fff" d="m16.85 8.92l-6.38 1.94c-4.43 1.26-7.16 4-7.81 7.43a5.4 5.4 0 0 1-.16-1.39c0-4.12 2.86-7.58 8-9l4.3-.9a5.7 5.7 0 0 0 2.05 1.92M20 5.73a34 34 0 0 0-5.22-2.43a.52.52 0 0 0-.71.42a5.1 5.1 0 0 0 .29 2.41a38.4 38.4 0 0 1 5.78 2.6c1.1.79 1.79 1.87 2 4.64v-.44c.03-4.74-.7-6.2-2.14-7.2m13.59 14.35h-6.11a4.92 4.92 0 0 1-5.22-4.18v1.87a5 5 0 0 0 5.32 5.31h6a9.31 9.31 0 0 1 9.31 9.31v-3a9.31 9.31 0 0 0-9.3-9.31"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M33.59 20.08h-6.11a5 5 0 0 1-5.31-5.31v-1.84c0-4.74-.73-6.2-2.13-7.2a34 34 0 0 0-5.26-2.43a.52.52 0 0 0-.71.42A5 5 0 0 0 14.81 7l-4.33.83c-5.12 1.46-8 4.93-8 9s3.33 4.78 7.44 4.78h2.69c2.25 0 4.22 3.47 4.22 7.44v11.76a3.19 3.19 0 0 0 6.38 0v-6.32a32.8 32.8 0 0 0 10.88.35A5.27 5.27 0 0 0 36.52 36v4.78a3.19 3.19 0 0 0 6.38 0V29.39a9.31 9.31 0 0 0-9.31-9.31"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M32.27 30.82a5.3 5.3 0 0 0 1.84 4M14.8 7a5.9 5.9 0 0 0 2.05 1.89"/><path fill="#45413c" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M13.66 13.23a1.06 1.06 0 1 1-1-1.12a1.08 1.08 0 0 1 1 1.12"/><path fill="#ffaa54" d="M17.38 16.42a1.06 1.06 0 1 1-1-1.12a1.06 1.06 0 0 1 1 1.12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M15.8 44.41a14.35 1.59 0 1 0 28.7 0a14.35 1.59 0 1 0-28.7 0" opacity=".15"/><path fill="#e0e0e0" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M36.4 22.21A12.1 12.1 0 0 0 38.53 18c.23-1 .36-1.74.43-2.25a.53.53 0 0 1 .88-.32a5.48 5.48 0 0 1 1.88 5.22c-.8 3.64-5.32 1.56-5.32 1.56m-30.81-2.4s-.76 3.18.53 4.78S8 25.3 8.78 23s-3.19-3.19-3.19-3.19"/><path fill="#f0d5a8" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M17.92 6.89a6.6 6.6 0 0 1 3.34-4a7.5 7.5 0 0 1 4-.9a.53.53 0 0 1 .23 1a7.1 7.1 0 0 0-2.72 2.53c-1.22 2.2-2 7.17-2 7.17Z"/><path fill="#f0f0f0" d="M33.59 20.08h-6.11a5 5 0 0 1-5.31-5.31v-1.84c0-4.74-.73-6.2-2.13-7.2a34 34 0 0 0-5.26-2.43a.52.52 0 0 0-.71.42A5 5 0 0 0 14.81 7l-4.33.83c-5.12 1.46-8 4.93-8 9s3.33 4.78 7.44 4.78h2.69c2.25 0 4.22 3.47 4.22 7.44v11.76a3.19 3.19 0 0 0 6.38 0v-6.32a32.8 32.8 0 0 0 10.88.35A5.27 5.27 0 0 0 36.52 36v4.78a3.19 3.19 0 0 0 6.38 0V29.39a9.31 9.31 0 0 0-9.31-9.31"/><path fill="#fff" d="m16.85 8.92l-6.38 1.94c-4.43 1.26-7.16 4-7.81 7.43a5.4 5.4 0 0 1-.16-1.39c0-4.12 2.86-7.58 8-9l4.3-.9a5.7 5.7 0 0 0 2.05 1.92M20 5.73a34 34 0 0 0-5.22-2.43a.52.52 0 0 0-.71.42a5.1 5.1 0 0 0 .29 2.41a38.4 38.4 0 0 1 5.78 2.6c1.1.79 1.79 1.87 2 4.64v-.44c.03-4.74-.7-6.2-2.14-7.2m13.59 14.35h-6.11a4.92 4.92 0 0 1-5.22-4.18v1.87a5 5 0 0 0 5.32 5.31h6a9.31 9.31 0 0 1 9.31 9.31v-3a9.31 9.31 0 0 0-9.3-9.31"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M33.59 20.08h-6.11a5 5 0 0 1-5.31-5.31v-1.84c0-4.74-.73-6.2-2.13-7.2a34 34 0 0 0-5.26-2.43a.52.52 0 0 0-.71.42A5 5 0 0 0 14.81 7l-4.33.83c-5.12 1.46-8 4.93-8 9s3.33 4.78 7.44 4.78h2.69c2.25 0 4.22 3.47 4.22 7.44v11.76a3.19 3.19 0 0 0 6.38 0v-6.32a32.8 32.8 0 0 0 10.88.35A5.27 5.27 0 0 0 36.52 36v4.78a3.19 3.19 0 0 0 6.38 0V29.39a9.31 9.31 0 0 0-9.31-9.31"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M32.27 30.82a5.3 5.3 0 0 0 1.84 4M14.8 7a5.9 5.9 0 0 0 2.05 1.89"/><path fill="#45413c" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M13.66 13.23a1.06 1.06 0 1 1-1-1.12a1.08 1.08 0 0 1 1 1.12"/><path fill="#ffaa54" d="M17.38 16.42a1.06 1.06 0 1 1-1-1.12a1.06 1.06 0 0 1 1 1.12"/></svg>
</template>

CSS

.icon-goat {
  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%2345413c%22%20d%3D%22M15.8%2044.41a14.35%201.59%200%201%200%2028.7%200a14.35%201.59%200%201%200-28.7%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23e0e0e0%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M36.4%2022.21A12.1%2012.1%200%200%200%2038.53%2018c.23-1%20.36-1.74.43-2.25a.53.53%200%200%201%20.88-.32a5.48%205.48%200%200%201%201.88%205.22c-.8%203.64-5.32%201.56-5.32%201.56m-30.81-2.4s-.76%203.18.53%204.78S8%2025.3%208.78%2023s-3.19-3.19-3.19-3.19%22%2F%3E%3Cpath%20fill%3D%22%23f0d5a8%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17.92%206.89a6.6%206.6%200%200%201%203.34-4a7.5%207.5%200%200%201%204-.9a.53.53%200%200%201%20.23%201a7.1%207.1%200%200%200-2.72%202.53c-1.22%202.2-2%207.17-2%207.17Z%22%2F%3E%3Cpath%20fill%3D%22%23f0f0f0%22%20d%3D%22M33.59%2020.08h-6.11a5%205%200%200%201-5.31-5.31v-1.84c0-4.74-.73-6.2-2.13-7.2a34%2034%200%200%200-5.26-2.43a.52.52%200%200%200-.71.42A5%205%200%200%200%2014.81%207l-4.33.83c-5.12%201.46-8%204.93-8%209s3.33%204.78%207.44%204.78h2.69c2.25%200%204.22%203.47%204.22%207.44v11.76a3.19%203.19%200%200%200%206.38%200v-6.32a32.8%2032.8%200%200%200%2010.88.35A5.27%205.27%200%200%200%2036.52%2036v4.78a3.19%203.19%200%200%200%206.38%200V29.39a9.31%209.31%200%200%200-9.31-9.31%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m16.85%208.92l-6.38%201.94c-4.43%201.26-7.16%204-7.81%207.43a5.4%205.4%200%200%201-.16-1.39c0-4.12%202.86-7.58%208-9l4.3-.9a5.7%205.7%200%200%200%202.05%201.92M20%205.73a34%2034%200%200%200-5.22-2.43a.52.52%200%200%200-.71.42a5.1%205.1%200%200%200%20.29%202.41a38.4%2038.4%200%200%201%205.78%202.6c1.1.79%201.79%201.87%202%204.64v-.44c.03-4.74-.7-6.2-2.14-7.2m13.59%2014.35h-6.11a4.92%204.92%200%200%201-5.22-4.18v1.87a5%205%200%200%200%205.32%205.31h6a9.31%209.31%200%200%201%209.31%209.31v-3a9.31%209.31%200%200%200-9.3-9.31%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M33.59%2020.08h-6.11a5%205%200%200%201-5.31-5.31v-1.84c0-4.74-.73-6.2-2.13-7.2a34%2034%200%200%200-5.26-2.43a.52.52%200%200%200-.71.42A5%205%200%200%200%2014.81%207l-4.33.83c-5.12%201.46-8%204.93-8%209s3.33%204.78%207.44%204.78h2.69c2.25%200%204.22%203.47%204.22%207.44v11.76a3.19%203.19%200%200%200%206.38%200v-6.32a32.8%2032.8%200%200%200%2010.88.35A5.27%205.27%200%200%200%2036.52%2036v4.78a3.19%203.19%200%200%200%206.38%200V29.39a9.31%209.31%200%200%200-9.31-9.31%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M32.27%2030.82a5.3%205.3%200%200%200%201.84%204M14.8%207a5.9%205.9%200%200%200%202.05%201.89%22%2F%3E%3Cpath%20fill%3D%22%2345413c%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M13.66%2013.23a1.06%201.06%200%201%201-1-1.12a1.08%201.08%200%200%201%201%201.12%22%2F%3E%3Cpath%20fill%3D%22%23ffaa54%22%20d%3D%22M17.38%2016.42a1.06%201.06%200%201%201-1-1.12a1.06%201.06%200%200%201%201%201.12%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%2345413c%22%20d%3D%22M15.8%2044.41a14.35%201.59%200%201%200%2028.7%200a14.35%201.59%200%201%200-28.7%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23e0e0e0%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M36.4%2022.21A12.1%2012.1%200%200%200%2038.53%2018c.23-1%20.36-1.74.43-2.25a.53.53%200%200%201%20.88-.32a5.48%205.48%200%200%201%201.88%205.22c-.8%203.64-5.32%201.56-5.32%201.56m-30.81-2.4s-.76%203.18.53%204.78S8%2025.3%208.78%2023s-3.19-3.19-3.19-3.19%22%2F%3E%3Cpath%20fill%3D%22%23f0d5a8%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17.92%206.89a6.6%206.6%200%200%201%203.34-4a7.5%207.5%200%200%201%204-.9a.53.53%200%200%201%20.23%201a7.1%207.1%200%200%200-2.72%202.53c-1.22%202.2-2%207.17-2%207.17Z%22%2F%3E%3Cpath%20fill%3D%22%23f0f0f0%22%20d%3D%22M33.59%2020.08h-6.11a5%205%200%200%201-5.31-5.31v-1.84c0-4.74-.73-6.2-2.13-7.2a34%2034%200%200%200-5.26-2.43a.52.52%200%200%200-.71.42A5%205%200%200%200%2014.81%207l-4.33.83c-5.12%201.46-8%204.93-8%209s3.33%204.78%207.44%204.78h2.69c2.25%200%204.22%203.47%204.22%207.44v11.76a3.19%203.19%200%200%200%206.38%200v-6.32a32.8%2032.8%200%200%200%2010.88.35A5.27%205.27%200%200%200%2036.52%2036v4.78a3.19%203.19%200%200%200%206.38%200V29.39a9.31%209.31%200%200%200-9.31-9.31%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m16.85%208.92l-6.38%201.94c-4.43%201.26-7.16%204-7.81%207.43a5.4%205.4%200%200%201-.16-1.39c0-4.12%202.86-7.58%208-9l4.3-.9a5.7%205.7%200%200%200%202.05%201.92M20%205.73a34%2034%200%200%200-5.22-2.43a.52.52%200%200%200-.71.42a5.1%205.1%200%200%200%20.29%202.41a38.4%2038.4%200%200%201%205.78%202.6c1.1.79%201.79%201.87%202%204.64v-.44c.03-4.74-.7-6.2-2.14-7.2m13.59%2014.35h-6.11a4.92%204.92%200%200%201-5.22-4.18v1.87a5%205%200%200%200%205.32%205.31h6a9.31%209.31%200%200%201%209.31%209.31v-3a9.31%209.31%200%200%200-9.3-9.31%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M33.59%2020.08h-6.11a5%205%200%200%201-5.31-5.31v-1.84c0-4.74-.73-6.2-2.13-7.2a34%2034%200%200%200-5.26-2.43a.52.52%200%200%200-.71.42A5%205%200%200%200%2014.81%207l-4.33.83c-5.12%201.46-8%204.93-8%209s3.33%204.78%207.44%204.78h2.69c2.25%200%204.22%203.47%204.22%207.44v11.76a3.19%203.19%200%200%200%206.38%200v-6.32a32.8%2032.8%200%200%200%2010.88.35A5.27%205.27%200%200%200%2036.52%2036v4.78a3.19%203.19%200%200%200%206.38%200V29.39a9.31%209.31%200%200%200-9.31-9.31%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M32.27%2030.82a5.3%205.3%200%200%200%201.84%204M14.8%207a5.9%205.9%200%200%200%202.05%201.89%22%2F%3E%3Cpath%20fill%3D%22%2345413c%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M13.66%2013.23a1.06%201.06%200%201%201-1-1.12a1.08%201.08%200%200%201%201%201.12%22%2F%3E%3Cpath%20fill%3D%22%23ffaa54%22%20d%3D%22M17.38%2016.42a1.06%201.06%200%201%201-1-1.12a1.06%201.06%200%200%201%201%201.12%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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