goose emoji
goose from Twitter Emoji by Twitter · Default · Animals & Nature · CC-BY-4.0 Attribution required.
- Name
- goose
- 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 goose emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffa800" d="M20.43 33.26a.74.74 0 0 0-.32-.31s-.36-.08-.42-.17c-.67-1.12 1.29-5.33 1.29-5.33h-2l-1.21 4.9l-1.11-.03a.773.773 0 0 0-.79.76c-.01.43.33.78.76.79l.86.02l-.17.09c-.38.19-.53.66-.34 1.04s.66.53 1.04.34l2.07-1.06c.38-.19.53-.66.34-1.04"/><path fill="#ffa800" d="M25.12 31.7a.74.74 0 0 0-.44-.06s-.33.15-.44.11c-1.21-.49-2.15-5.05-2.15-5.05l-1.6 1.19l1.96 4.65l-.91.64c-.35.25-.43.73-.19 1.08c.25.35.73.43 1.08.19l.7-.5l-.09.18c-.19.38-.03.85.35 1.04s.85.03 1.04-.35l1.03-2.08a.78.78 0 0 0-.35-1.04Z"/><path fill="#dfe7ed" d="M9.23 11.39c-1.03 1.43-1.74 3.08-1.77 4.84c-.08 5.16 4.11 7.45 6.01 8.71c1.33.88 2.85 2.35 4.13 3.72c1.47 1.56 3.98 1.41 5.24-.32c1.5-2.07 3.54-4.48 5.57-5.62c2.41-1.37 3.27-3.3 3.57-4.59c.16-.66-.4-1.26-1.08-1.23c-3.54.17-5.43-1.96-5.43-1.96c-5.02-5.02-10.04-2.38-11.55-1.38c-.25.17-.6.04-.68-.25c-.38-1.35-.12-3.35.77-5.42c.57-1.32.76-2.79.47-4.19c-.12-.61-.34-1.22-.69-1.76c-1.31-2-5.31-2-6.32 1.17c-1.21 3.77 1.02 2.83 1.02 2.83s3.12 2.16.75 5.45Z"/><path fill="#fc8a00" d="M4.47 4.8c.91-.22 2.04-.55 2.94-.97c.31-.14.66-.02.85.27c.23.35.63.73 1.34.81c.42.04.52.63.17.86c-1.16.74-3.06 1.42-5.44.24c-.53-.26-.43-1.07.14-1.21"/><circle cx="10.98" cy="3.44" r="1" fill="#282f33"/><path fill="#cad4db" d="M21.43 23.72c-1.02 0-1.99-.18-2.91-.55c-4.06-1.62-5.47-6.22-5.52-6.41c-.08-.26.07-.54.34-.62s.54.07.62.34c.01.04 1.33 4.34 4.94 5.77c2.38.95 5.25.46 8.54-1.43a.35.35 0 0 0 .17-.3c0-.06-.02-.22-.19-.3l-2.65-1.33a.49.49 0 0 1-.22-.67c.12-.25.42-.34.67-.22l2.65 1.33c.44.22.73.67.74 1.16s-.24.95-.67 1.2c-2.35 1.36-4.53 2.04-6.51 2.04Z"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiGoose(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffa800" d="M20.43 33.26a.74.74 0 0 0-.32-.31s-.36-.08-.42-.17c-.67-1.12 1.29-5.33 1.29-5.33h-2l-1.21 4.9l-1.11-.03a.773.773 0 0 0-.79.76c-.01.43.33.78.76.79l.86.02l-.17.09c-.38.19-.53.66-.34 1.04s.66.53 1.04.34l2.07-1.06c.38-.19.53-.66.34-1.04"/><path fill="#ffa800" d="M25.12 31.7a.74.74 0 0 0-.44-.06s-.33.15-.44.11c-1.21-.49-2.15-5.05-2.15-5.05l-1.6 1.19l1.96 4.65l-.91.64c-.35.25-.43.73-.19 1.08c.25.35.73.43 1.08.19l.7-.5l-.09.18c-.19.38-.03.85.35 1.04s.85.03 1.04-.35l1.03-2.08a.78.78 0 0 0-.35-1.04Z"/><path fill="#dfe7ed" d="M9.23 11.39c-1.03 1.43-1.74 3.08-1.77 4.84c-.08 5.16 4.11 7.45 6.01 8.71c1.33.88 2.85 2.35 4.13 3.72c1.47 1.56 3.98 1.41 5.24-.32c1.5-2.07 3.54-4.48 5.57-5.62c2.41-1.37 3.27-3.3 3.57-4.59c.16-.66-.4-1.26-1.08-1.23c-3.54.17-5.43-1.96-5.43-1.96c-5.02-5.02-10.04-2.38-11.55-1.38c-.25.17-.6.04-.68-.25c-.38-1.35-.12-3.35.77-5.42c.57-1.32.76-2.79.47-4.19c-.12-.61-.34-1.22-.69-1.76c-1.31-2-5.31-2-6.32 1.17c-1.21 3.77 1.02 2.83 1.02 2.83s3.12 2.16.75 5.45Z"/><path fill="#fc8a00" d="M4.47 4.8c.91-.22 2.04-.55 2.94-.97c.31-.14.66-.02.85.27c.23.35.63.73 1.34.81c.42.04.52.63.17.86c-1.16.74-3.06 1.42-5.44.24c-.53-.26-.43-1.07.14-1.21"/><circle cx="10.98" cy="3.44" r="1" fill="#282f33"/><path fill="#cad4db" d="M21.43 23.72c-1.02 0-1.99-.18-2.91-.55c-4.06-1.62-5.47-6.22-5.52-6.41c-.08-.26.07-.54.34-.62s.54.07.62.34c.01.04 1.33 4.34 4.94 5.77c2.38.95 5.25.46 8.54-1.43a.35.35 0 0 0 .17-.3c0-.06-.02-.22-.19-.3l-2.65-1.33a.49.49 0 0 1-.22-.67c.12-.25.42-.34.67-.22l2.65 1.33c.44.22.73.67.74 1.16s-.24.95-.67 1.2c-2.35 1.36-4.53 2.04-6.51 2.04Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffa800" d="M20.43 33.26a.74.74 0 0 0-.32-.31s-.36-.08-.42-.17c-.67-1.12 1.29-5.33 1.29-5.33h-2l-1.21 4.9l-1.11-.03a.773.773 0 0 0-.79.76c-.01.43.33.78.76.79l.86.02l-.17.09c-.38.19-.53.66-.34 1.04s.66.53 1.04.34l2.07-1.06c.38-.19.53-.66.34-1.04"/><path fill="#ffa800" d="M25.12 31.7a.74.74 0 0 0-.44-.06s-.33.15-.44.11c-1.21-.49-2.15-5.05-2.15-5.05l-1.6 1.19l1.96 4.65l-.91.64c-.35.25-.43.73-.19 1.08c.25.35.73.43 1.08.19l.7-.5l-.09.18c-.19.38-.03.85.35 1.04s.85.03 1.04-.35l1.03-2.08a.78.78 0 0 0-.35-1.04Z"/><path fill="#dfe7ed" d="M9.23 11.39c-1.03 1.43-1.74 3.08-1.77 4.84c-.08 5.16 4.11 7.45 6.01 8.71c1.33.88 2.85 2.35 4.13 3.72c1.47 1.56 3.98 1.41 5.24-.32c1.5-2.07 3.54-4.48 5.57-5.62c2.41-1.37 3.27-3.3 3.57-4.59c.16-.66-.4-1.26-1.08-1.23c-3.54.17-5.43-1.96-5.43-1.96c-5.02-5.02-10.04-2.38-11.55-1.38c-.25.17-.6.04-.68-.25c-.38-1.35-.12-3.35.77-5.42c.57-1.32.76-2.79.47-4.19c-.12-.61-.34-1.22-.69-1.76c-1.31-2-5.31-2-6.32 1.17c-1.21 3.77 1.02 2.83 1.02 2.83s3.12 2.16.75 5.45Z"/><path fill="#fc8a00" d="M4.47 4.8c.91-.22 2.04-.55 2.94-.97c.31-.14.66-.02.85.27c.23.35.63.73 1.34.81c.42.04.52.63.17.86c-1.16.74-3.06 1.42-5.44.24c-.53-.26-.43-1.07.14-1.21"/><circle cx="10.98" cy="3.44" r="1" fill="#282f33"/><path fill="#cad4db" d="M21.43 23.72c-1.02 0-1.99-.18-2.91-.55c-4.06-1.62-5.47-6.22-5.52-6.41c-.08-.26.07-.54.34-.62s.54.07.62.34c.01.04 1.33 4.34 4.94 5.77c2.38.95 5.25.46 8.54-1.43a.35.35 0 0 0 .17-.3c0-.06-.02-.22-.19-.3l-2.65-1.33a.49.49 0 0 1-.22-.67c.12-.25.42-.34.67-.22l2.65 1.33c.44.22.73.67.74 1.16s-.24.95-.67 1.2c-2.35 1.36-4.53 2.04-6.51 2.04Z"/></svg> </template>
CSS
.icon-goose {
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%23ffa800%22%20d%3D%22M20.43%2033.26a.74.74%200%200%200-.32-.31s-.36-.08-.42-.17c-.67-1.12%201.29-5.33%201.29-5.33h-2l-1.21%204.9l-1.11-.03a.773.773%200%200%200-.79.76c-.01.43.33.78.76.79l.86.02l-.17.09c-.38.19-.53.66-.34%201.04s.66.53%201.04.34l2.07-1.06c.38-.19.53-.66.34-1.04%22%2F%3E%3Cpath%20fill%3D%22%23ffa800%22%20d%3D%22M25.12%2031.7a.74.74%200%200%200-.44-.06s-.33.15-.44.11c-1.21-.49-2.15-5.05-2.15-5.05l-1.6%201.19l1.96%204.65l-.91.64c-.35.25-.43.73-.19%201.08c.25.35.73.43%201.08.19l.7-.5l-.09.18c-.19.38-.03.85.35%201.04s.85.03%201.04-.35l1.03-2.08a.78.78%200%200%200-.35-1.04Z%22%2F%3E%3Cpath%20fill%3D%22%23dfe7ed%22%20d%3D%22M9.23%2011.39c-1.03%201.43-1.74%203.08-1.77%204.84c-.08%205.16%204.11%207.45%206.01%208.71c1.33.88%202.85%202.35%204.13%203.72c1.47%201.56%203.98%201.41%205.24-.32c1.5-2.07%203.54-4.48%205.57-5.62c2.41-1.37%203.27-3.3%203.57-4.59c.16-.66-.4-1.26-1.08-1.23c-3.54.17-5.43-1.96-5.43-1.96c-5.02-5.02-10.04-2.38-11.55-1.38c-.25.17-.6.04-.68-.25c-.38-1.35-.12-3.35.77-5.42c.57-1.32.76-2.79.47-4.19c-.12-.61-.34-1.22-.69-1.76c-1.31-2-5.31-2-6.32%201.17c-1.21%203.77%201.02%202.83%201.02%202.83s3.12%202.16.75%205.45Z%22%2F%3E%3Cpath%20fill%3D%22%23fc8a00%22%20d%3D%22M4.47%204.8c.91-.22%202.04-.55%202.94-.97c.31-.14.66-.02.85.27c.23.35.63.73%201.34.81c.42.04.52.63.17.86c-1.16.74-3.06%201.42-5.44.24c-.53-.26-.43-1.07.14-1.21%22%2F%3E%3Ccircle%20cx%3D%2210.98%22%20cy%3D%223.44%22%20r%3D%221%22%20fill%3D%22%23282f33%22%2F%3E%3Cpath%20fill%3D%22%23cad4db%22%20d%3D%22M21.43%2023.72c-1.02%200-1.99-.18-2.91-.55c-4.06-1.62-5.47-6.22-5.52-6.41c-.08-.26.07-.54.34-.62s.54.07.62.34c.01.04%201.33%204.34%204.94%205.77c2.38.95%205.25.46%208.54-1.43a.35.35%200%200%200%20.17-.3c0-.06-.02-.22-.19-.3l-2.65-1.33a.49.49%200%200%201-.22-.67c.12-.25.42-.34.67-.22l2.65%201.33c.44.22.73.67.74%201.16s-.24.95-.67%201.2c-2.35%201.36-4.53%202.04-6.51%202.04Z%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%23ffa800%22%20d%3D%22M20.43%2033.26a.74.74%200%200%200-.32-.31s-.36-.08-.42-.17c-.67-1.12%201.29-5.33%201.29-5.33h-2l-1.21%204.9l-1.11-.03a.773.773%200%200%200-.79.76c-.01.43.33.78.76.79l.86.02l-.17.09c-.38.19-.53.66-.34%201.04s.66.53%201.04.34l2.07-1.06c.38-.19.53-.66.34-1.04%22%2F%3E%3Cpath%20fill%3D%22%23ffa800%22%20d%3D%22M25.12%2031.7a.74.74%200%200%200-.44-.06s-.33.15-.44.11c-1.21-.49-2.15-5.05-2.15-5.05l-1.6%201.19l1.96%204.65l-.91.64c-.35.25-.43.73-.19%201.08c.25.35.73.43%201.08.19l.7-.5l-.09.18c-.19.38-.03.85.35%201.04s.85.03%201.04-.35l1.03-2.08a.78.78%200%200%200-.35-1.04Z%22%2F%3E%3Cpath%20fill%3D%22%23dfe7ed%22%20d%3D%22M9.23%2011.39c-1.03%201.43-1.74%203.08-1.77%204.84c-.08%205.16%204.11%207.45%206.01%208.71c1.33.88%202.85%202.35%204.13%203.72c1.47%201.56%203.98%201.41%205.24-.32c1.5-2.07%203.54-4.48%205.57-5.62c2.41-1.37%203.27-3.3%203.57-4.59c.16-.66-.4-1.26-1.08-1.23c-3.54.17-5.43-1.96-5.43-1.96c-5.02-5.02-10.04-2.38-11.55-1.38c-.25.17-.6.04-.68-.25c-.38-1.35-.12-3.35.77-5.42c.57-1.32.76-2.79.47-4.19c-.12-.61-.34-1.22-.69-1.76c-1.31-2-5.31-2-6.32%201.17c-1.21%203.77%201.02%202.83%201.02%202.83s3.12%202.16.75%205.45Z%22%2F%3E%3Cpath%20fill%3D%22%23fc8a00%22%20d%3D%22M4.47%204.8c.91-.22%202.04-.55%202.94-.97c.31-.14.66-.02.85.27c.23.35.63.73%201.34.81c.42.04.52.63.17.86c-1.16.74-3.06%201.42-5.44.24c-.53-.26-.43-1.07.14-1.21%22%2F%3E%3Ccircle%20cx%3D%2210.98%22%20cy%3D%223.44%22%20r%3D%221%22%20fill%3D%22%23282f33%22%2F%3E%3Cpath%20fill%3D%22%23cad4db%22%20d%3D%22M21.43%2023.72c-1.02%200-1.99-.18-2.91-.55c-4.06-1.62-5.47-6.22-5.52-6.41c-.08-.26.07-.54.34-.62s.54.07.62.34c.01.04%201.33%204.34%204.94%205.77c2.38.95%205.25.46%208.54-1.43a.35.35%200%200%200%20.17-.3c0-.06-.02-.22-.19-.3l-2.65-1.33a.49.49%200%200%201-.22-.67c.12-.25.42-.34.67-.22l2.65%201.33c.44.22.73.67.74%201.16s-.24.95-.67%201.2c-2.35%201.36-4.53%202.04-6.51%202.04Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/goose.svg?color=%231a73e8&size=48