goat from Twitter Emoji by Twitter · Default · Animals & Nature · CC-BY-4.0 Attribution required.

Name
goat
Set
Twitter Emoji
Style
Default
Category
Animals & Nature
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More animals & nature icons from Twitter Emoji

Use the goat emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffac33" d="M7.44 7.503c-1-4 3.687-6 8-4c.907.421.948 1.316 0 1c-3-1-6 1-4 4c1.109 1.664-3.233 2.068-4-1"/><path fill="#ffcc4d" d="M6.136 5.785c-1-4 3.687-6 8-4c.907.421.949 1.316 0 1c-3-1-6 1-4 4c1.11 1.664-3.233 2.067-4-1"/><path fill="#e1e8ed" d="M5 14.785c0 4-2 4.827-2 4c0-2-1 0-1-1v-3c0-1.657.671-3 1.5-3s1.5 1.343 1.5 3"/><path fill="#ccd6dd" d="M35.159 10.49c-.68-1.643-2.313-2.705-4.159-2.705a1 1 0 1 0 0 2c1.034 0 1.941.577 2.312 1.471c.341.824.168 1.758-.455 2.647c-.984-1.506-2.602-2.618-4.856-2.618c-2.391 0-7.279.714-10.828 1.289a4 4 0 0 0-.172-.289c-2-3-4-8.157-7-8.157c-4 0-10 4.986-10 9.157c0 2.544 5.738 2.929 7.486 2.988c.697 1.43 1.414 2.934 2.232 4.33c.066.205.155.429.282.683c3 6 3.119 14.5 4.5 14.5s2.5-4.857 2.5-9q-.001-.226-.007-.447c3.126.649 6.607.322 9.677-.61c1.448 5.045 1.77 10.058 2.83 10.058c1.342 0 2.433-8.818 2.494-13.12C33.316 21.226 34 19.51 34 17.785c0-.605-.086-1.23-.248-1.843c1.614-1.644 2.143-3.676 1.407-5.452"/><circle cx="7" cy="9.285" r="1" fill="#292f33"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiGoat(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffac33" d="M7.44 7.503c-1-4 3.687-6 8-4c.907.421.948 1.316 0 1c-3-1-6 1-4 4c1.109 1.664-3.233 2.068-4-1"/><path fill="#ffcc4d" d="M6.136 5.785c-1-4 3.687-6 8-4c.907.421.949 1.316 0 1c-3-1-6 1-4 4c1.11 1.664-3.233 2.067-4-1"/><path fill="#e1e8ed" d="M5 14.785c0 4-2 4.827-2 4c0-2-1 0-1-1v-3c0-1.657.671-3 1.5-3s1.5 1.343 1.5 3"/><path fill="#ccd6dd" d="M35.159 10.49c-.68-1.643-2.313-2.705-4.159-2.705a1 1 0 1 0 0 2c1.034 0 1.941.577 2.312 1.471c.341.824.168 1.758-.455 2.647c-.984-1.506-2.602-2.618-4.856-2.618c-2.391 0-7.279.714-10.828 1.289a4 4 0 0 0-.172-.289c-2-3-4-8.157-7-8.157c-4 0-10 4.986-10 9.157c0 2.544 5.738 2.929 7.486 2.988c.697 1.43 1.414 2.934 2.232 4.33c.066.205.155.429.282.683c3 6 3.119 14.5 4.5 14.5s2.5-4.857 2.5-9q-.001-.226-.007-.447c3.126.649 6.607.322 9.677-.61c1.448 5.045 1.77 10.058 2.83 10.058c1.342 0 2.433-8.818 2.494-13.12C33.316 21.226 34 19.51 34 17.785c0-.605-.086-1.23-.248-1.843c1.614-1.644 2.143-3.676 1.407-5.452"/><circle cx="7" cy="9.285" r="1" fill="#292f33"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffac33" d="M7.44 7.503c-1-4 3.687-6 8-4c.907.421.948 1.316 0 1c-3-1-6 1-4 4c1.109 1.664-3.233 2.068-4-1"/><path fill="#ffcc4d" d="M6.136 5.785c-1-4 3.687-6 8-4c.907.421.949 1.316 0 1c-3-1-6 1-4 4c1.11 1.664-3.233 2.067-4-1"/><path fill="#e1e8ed" d="M5 14.785c0 4-2 4.827-2 4c0-2-1 0-1-1v-3c0-1.657.671-3 1.5-3s1.5 1.343 1.5 3"/><path fill="#ccd6dd" d="M35.159 10.49c-.68-1.643-2.313-2.705-4.159-2.705a1 1 0 1 0 0 2c1.034 0 1.941.577 2.312 1.471c.341.824.168 1.758-.455 2.647c-.984-1.506-2.602-2.618-4.856-2.618c-2.391 0-7.279.714-10.828 1.289a4 4 0 0 0-.172-.289c-2-3-4-8.157-7-8.157c-4 0-10 4.986-10 9.157c0 2.544 5.738 2.929 7.486 2.988c.697 1.43 1.414 2.934 2.232 4.33c.066.205.155.429.282.683c3 6 3.119 14.5 4.5 14.5s2.5-4.857 2.5-9q-.001-.226-.007-.447c3.126.649 6.607.322 9.677-.61c1.448 5.045 1.77 10.058 2.83 10.058c1.342 0 2.433-8.818 2.494-13.12C33.316 21.226 34 19.51 34 17.785c0-.605-.086-1.23-.248-1.843c1.614-1.644 2.143-3.676 1.407-5.452"/><circle cx="7" cy="9.285" r="1" fill="#292f33"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%23ffac33%22%20d%3D%22M7.44%207.503c-1-4%203.687-6%208-4c.907.421.948%201.316%200%201c-3-1-6%201-4%204c1.109%201.664-3.233%202.068-4-1%22%2F%3E%3Cpath%20fill%3D%22%23ffcc4d%22%20d%3D%22M6.136%205.785c-1-4%203.687-6%208-4c.907.421.949%201.316%200%201c-3-1-6%201-4%204c1.11%201.664-3.233%202.067-4-1%22%2F%3E%3Cpath%20fill%3D%22%23e1e8ed%22%20d%3D%22M5%2014.785c0%204-2%204.827-2%204c0-2-1%200-1-1v-3c0-1.657.671-3%201.5-3s1.5%201.343%201.5%203%22%2F%3E%3Cpath%20fill%3D%22%23ccd6dd%22%20d%3D%22M35.159%2010.49c-.68-1.643-2.313-2.705-4.159-2.705a1%201%200%201%200%200%202c1.034%200%201.941.577%202.312%201.471c.341.824.168%201.758-.455%202.647c-.984-1.506-2.602-2.618-4.856-2.618c-2.391%200-7.279.714-10.828%201.289a4%204%200%200%200-.172-.289c-2-3-4-8.157-7-8.157c-4%200-10%204.986-10%209.157c0%202.544%205.738%202.929%207.486%202.988c.697%201.43%201.414%202.934%202.232%204.33c.066.205.155.429.282.683c3%206%203.119%2014.5%204.5%2014.5s2.5-4.857%202.5-9q-.001-.226-.007-.447c3.126.649%206.607.322%209.677-.61c1.448%205.045%201.77%2010.058%202.83%2010.058c1.342%200%202.433-8.818%202.494-13.12C33.316%2021.226%2034%2019.51%2034%2017.785c0-.605-.086-1.23-.248-1.843c1.614-1.644%202.143-3.676%201.407-5.452%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%229.285%22%20r%3D%221%22%20fill%3D%22%23292f33%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23ffac33%22%20d%3D%22M7.44%207.503c-1-4%203.687-6%208-4c.907.421.948%201.316%200%201c-3-1-6%201-4%204c1.109%201.664-3.233%202.068-4-1%22%2F%3E%3Cpath%20fill%3D%22%23ffcc4d%22%20d%3D%22M6.136%205.785c-1-4%203.687-6%208-4c.907.421.949%201.316%200%201c-3-1-6%201-4%204c1.11%201.664-3.233%202.067-4-1%22%2F%3E%3Cpath%20fill%3D%22%23e1e8ed%22%20d%3D%22M5%2014.785c0%204-2%204.827-2%204c0-2-1%200-1-1v-3c0-1.657.671-3%201.5-3s1.5%201.343%201.5%203%22%2F%3E%3Cpath%20fill%3D%22%23ccd6dd%22%20d%3D%22M35.159%2010.49c-.68-1.643-2.313-2.705-4.159-2.705a1%201%200%201%200%200%202c1.034%200%201.941.577%202.312%201.471c.341.824.168%201.758-.455%202.647c-.984-1.506-2.602-2.618-4.856-2.618c-2.391%200-7.279.714-10.828%201.289a4%204%200%200%200-.172-.289c-2-3-4-8.157-7-8.157c-4%200-10%204.986-10%209.157c0%202.544%205.738%202.929%207.486%202.988c.697%201.43%201.414%202.934%202.232%204.33c.066.205.155.429.282.683c3%206%203.119%2014.5%204.5%2014.5s2.5-4.857%202.5-9q-.001-.226-.007-.447c3.126.649%206.607.322%209.677-.61c1.448%205.045%201.77%2010.058%202.83%2010.058c1.342%200%202.433-8.818%202.494-13.12C33.316%2021.226%2034%2019.51%2034%2017.785c0-.605-.086-1.23-.248-1.843c1.614-1.644%202.143-3.676%201.407-5.452%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%229.285%22%20r%3D%221%22%20fill%3D%22%23292f33%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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