goose from Fluent Emoji High Contrast by Microsoft Corporation · Default · Animals & Nature · MIT Free for personal and commercial use.

Name
goose
Set
Fluent Emoji High Contrast
Style
Default
Category
Animals & Nature
Viewbox
32×32
License
MIT

The same emoji in other sets

More animals & nature icons from Fluent Emoji High Contrast

Use the goose emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M13.62 5.175a.702.702 0 1 1-1.403 0a.702.702 0 0 1 1.404 0"/><path fill-rule="evenodd" d="M6.288 21.827c1.499 3.3 4.185 4.92 6.373 5.622a2.88 2.88 0 0 0-1.311 2.417c0 1.17.948 2.118 2.118 2.118h6.87c1.18 0 2.137-.957 2.137-2.137c0-.88-.398-1.669-1.024-2.194v-.42c1.552-.594 2.952-1.535 4.064-2.824c1.503-1.743 2.347-4.06 2.573-6.412c.084-.876.138-2.814-.435-4.376c-.107-.293-.298-.76-.684-1.178a2.94 2.94 0 0 0-1.412-.838a2.82 2.82 0 0 0-2.244.298c-.586.355-.951.858-1.168 1.21l-.013.02c-.168.273-.22.358-.546.36c-.723-.001-1.42-.005-2.11-.008a167 167 0 0 0-4.844.021c.018-.206.059-.412.123-.609c.25-.465.51-.928.768-1.391c.59-1.055 1.18-2.114 1.68-3.207c.33-.724.814-1.784.814-3.178c0-2.707-2.363-5.092-5.145-5.092c-1.57 0-2.991.719-3.934 1.793l-.256.27l-.002.003C7.59 3.252 7.166 3.582 6.464 3.582h-.237a2.367 2.367 0 0 0-2.366 2.365a3.79 3.79 0 0 0 3.683 3.785c-2.578 4.234-2.98 8.3-1.256 12.095m9.085 4.118a7 7 0 0 1-.604-.066c-1.813-.21-5.073-1.385-6.66-4.879c-1.736-3.822-.968-8.196 3.365-13.253l-.022-.017H11V2.637a3.24 3.24 0 0 1 1.872-.608c1.684 0 3.145 1.497 3.145 3.092c0 .11-.006.496-.055.74c-.095.473-.43 1.225-.659 1.738c-.465 1.042-1.031 2.053-1.595 3.059c-.264.471-.527.94-.779 1.412c-.19.466-.487 1.633-.156 2.57c.329.93 1.39.89 2.117.86c1.602-.062 3.212-.043 4.82-.025q.892.011 1.782.016a1 1 0 0 0 .097.34q.014.045.035.16a5.2 5.2 0 0 1-.219 2.505c-.224.629-.599 1.207-1.203 1.635c-.604.426-1.517.76-2.918.76c-2.478 0-3.34-1.465-3.432-1.682a1 1 0 0 0-1.92.391c0 1.753 1.123 3.085 2.402 3.926a8.36 8.36 0 0 0 3.564 1.282a4.6 4.6 0 0 1-1.191.189a1 1 0 0 0-.334 1.942v1.294a1.88 1.88 0 0 0-.945 1.633q0 .06.006.118h-1.966a.12.12 0 0 1-.118-.118c0-.487.394-.882.881-.882h1.142zM7.647 7.733H10V3.61c-.967 1.022-1.933 1.972-3.536 1.972h-.237c-.2 0-.366.165-.366.365a1.79 1.79 0 0 0 1.786 1.786M18.45 26.928v2.056h-1.14a.88.88 0 0 0-.881.882c0 .065.053.118.118.118h3.791a.137.137 0 0 0 .138-.137a.863.863 0 0 0-.863-.863h-.16v-2.211q-.495.1-1 .155m4.036-11.536c.486-.108.907-.495 1.36-1.23c.294-.476.65-.775 1.178-.629c.424.117.587.33.75.777c.416 1.132.398 2.705.322 3.496c-.195 2.03-.917 3.93-2.096 5.296c-1.638 1.899-4.107 2.895-6.824 2.895h-.47c2.055 0 5.171-1.723 5.693-3.129c0 0-1.299.984-3.736.984s-5.732-1.68-5.732-4.252c.216.51 1.396 2.29 4.352 2.29c6.255 0 5.512-5.986 5.203-6.498" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastGoose(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M13.62 5.175a.702.702 0 1 1-1.403 0a.702.702 0 0 1 1.404 0"/><path fillRule="evenodd" d="M6.288 21.827c1.499 3.3 4.185 4.92 6.373 5.622a2.88 2.88 0 0 0-1.311 2.417c0 1.17.948 2.118 2.118 2.118h6.87c1.18 0 2.137-.957 2.137-2.137c0-.88-.398-1.669-1.024-2.194v-.42c1.552-.594 2.952-1.535 4.064-2.824c1.503-1.743 2.347-4.06 2.573-6.412c.084-.876.138-2.814-.435-4.376c-.107-.293-.298-.76-.684-1.178a2.94 2.94 0 0 0-1.412-.838a2.82 2.82 0 0 0-2.244.298c-.586.355-.951.858-1.168 1.21l-.013.02c-.168.273-.22.358-.546.36c-.723-.001-1.42-.005-2.11-.008a167 167 0 0 0-4.844.021c.018-.206.059-.412.123-.609c.25-.465.51-.928.768-1.391c.59-1.055 1.18-2.114 1.68-3.207c.33-.724.814-1.784.814-3.178c0-2.707-2.363-5.092-5.145-5.092c-1.57 0-2.991.719-3.934 1.793l-.256.27l-.002.003C7.59 3.252 7.166 3.582 6.464 3.582h-.237a2.367 2.367 0 0 0-2.366 2.365a3.79 3.79 0 0 0 3.683 3.785c-2.578 4.234-2.98 8.3-1.256 12.095m9.085 4.118a7 7 0 0 1-.604-.066c-1.813-.21-5.073-1.385-6.66-4.879c-1.736-3.822-.968-8.196 3.365-13.253l-.022-.017H11V2.637a3.24 3.24 0 0 1 1.872-.608c1.684 0 3.145 1.497 3.145 3.092c0 .11-.006.496-.055.74c-.095.473-.43 1.225-.659 1.738c-.465 1.042-1.031 2.053-1.595 3.059c-.264.471-.527.94-.779 1.412c-.19.466-.487 1.633-.156 2.57c.329.93 1.39.89 2.117.86c1.602-.062 3.212-.043 4.82-.025q.892.011 1.782.016a1 1 0 0 0 .097.34q.014.045.035.16a5.2 5.2 0 0 1-.219 2.505c-.224.629-.599 1.207-1.203 1.635c-.604.426-1.517.76-2.918.76c-2.478 0-3.34-1.465-3.432-1.682a1 1 0 0 0-1.92.391c0 1.753 1.123 3.085 2.402 3.926a8.36 8.36 0 0 0 3.564 1.282a4.6 4.6 0 0 1-1.191.189a1 1 0 0 0-.334 1.942v1.294a1.88 1.88 0 0 0-.945 1.633q0 .06.006.118h-1.966a.12.12 0 0 1-.118-.118c0-.487.394-.882.881-.882h1.142zM7.647 7.733H10V3.61c-.967 1.022-1.933 1.972-3.536 1.972h-.237c-.2 0-.366.165-.366.365a1.79 1.79 0 0 0 1.786 1.786M18.45 26.928v2.056h-1.14a.88.88 0 0 0-.881.882c0 .065.053.118.118.118h3.791a.137.137 0 0 0 .138-.137a.863.863 0 0 0-.863-.863h-.16v-2.211q-.495.1-1 .155m4.036-11.536c.486-.108.907-.495 1.36-1.23c.294-.476.65-.775 1.178-.629c.424.117.587.33.75.777c.416 1.132.398 2.705.322 3.496c-.195 2.03-.917 3.93-2.096 5.296c-1.638 1.899-4.107 2.895-6.824 2.895h-.47c2.055 0 5.171-1.723 5.693-3.129c0 0-1.299.984-3.736.984s-5.732-1.68-5.732-4.252c.216.51 1.396 2.29 4.352 2.29c6.255 0 5.512-5.986 5.203-6.498" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M13.62 5.175a.702.702 0 1 1-1.403 0a.702.702 0 0 1 1.404 0"/><path fill-rule="evenodd" d="M6.288 21.827c1.499 3.3 4.185 4.92 6.373 5.622a2.88 2.88 0 0 0-1.311 2.417c0 1.17.948 2.118 2.118 2.118h6.87c1.18 0 2.137-.957 2.137-2.137c0-.88-.398-1.669-1.024-2.194v-.42c1.552-.594 2.952-1.535 4.064-2.824c1.503-1.743 2.347-4.06 2.573-6.412c.084-.876.138-2.814-.435-4.376c-.107-.293-.298-.76-.684-1.178a2.94 2.94 0 0 0-1.412-.838a2.82 2.82 0 0 0-2.244.298c-.586.355-.951.858-1.168 1.21l-.013.02c-.168.273-.22.358-.546.36c-.723-.001-1.42-.005-2.11-.008a167 167 0 0 0-4.844.021c.018-.206.059-.412.123-.609c.25-.465.51-.928.768-1.391c.59-1.055 1.18-2.114 1.68-3.207c.33-.724.814-1.784.814-3.178c0-2.707-2.363-5.092-5.145-5.092c-1.57 0-2.991.719-3.934 1.793l-.256.27l-.002.003C7.59 3.252 7.166 3.582 6.464 3.582h-.237a2.367 2.367 0 0 0-2.366 2.365a3.79 3.79 0 0 0 3.683 3.785c-2.578 4.234-2.98 8.3-1.256 12.095m9.085 4.118a7 7 0 0 1-.604-.066c-1.813-.21-5.073-1.385-6.66-4.879c-1.736-3.822-.968-8.196 3.365-13.253l-.022-.017H11V2.637a3.24 3.24 0 0 1 1.872-.608c1.684 0 3.145 1.497 3.145 3.092c0 .11-.006.496-.055.74c-.095.473-.43 1.225-.659 1.738c-.465 1.042-1.031 2.053-1.595 3.059c-.264.471-.527.94-.779 1.412c-.19.466-.487 1.633-.156 2.57c.329.93 1.39.89 2.117.86c1.602-.062 3.212-.043 4.82-.025q.892.011 1.782.016a1 1 0 0 0 .097.34q.014.045.035.16a5.2 5.2 0 0 1-.219 2.505c-.224.629-.599 1.207-1.203 1.635c-.604.426-1.517.76-2.918.76c-2.478 0-3.34-1.465-3.432-1.682a1 1 0 0 0-1.92.391c0 1.753 1.123 3.085 2.402 3.926a8.36 8.36 0 0 0 3.564 1.282a4.6 4.6 0 0 1-1.191.189a1 1 0 0 0-.334 1.942v1.294a1.88 1.88 0 0 0-.945 1.633q0 .06.006.118h-1.966a.12.12 0 0 1-.118-.118c0-.487.394-.882.881-.882h1.142zM7.647 7.733H10V3.61c-.967 1.022-1.933 1.972-3.536 1.972h-.237c-.2 0-.366.165-.366.365a1.79 1.79 0 0 0 1.786 1.786M18.45 26.928v2.056h-1.14a.88.88 0 0 0-.881.882c0 .065.053.118.118.118h3.791a.137.137 0 0 0 .138-.137a.863.863 0 0 0-.863-.863h-.16v-2.211q-.495.1-1 .155m4.036-11.536c.486-.108.907-.495 1.36-1.23c.294-.476.65-.775 1.178-.629c.424.117.587.33.75.777c.416 1.132.398 2.705.322 3.496c-.195 2.03-.917 3.93-2.096 5.296c-1.638 1.899-4.107 2.895-6.824 2.895h-.47c2.055 0 5.171-1.723 5.693-3.129c0 0-1.299.984-3.736.984s-5.732-1.68-5.732-4.252c.216.51 1.396 2.29 4.352 2.29c6.255 0 5.512-5.986 5.203-6.498" clip-rule="evenodd"/></g></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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M13.62%205.175a.702.702%200%201%201-1.403%200a.702.702%200%200%201%201.404%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6.288%2021.827c1.499%203.3%204.185%204.92%206.373%205.622a2.88%202.88%200%200%200-1.311%202.417c0%201.17.948%202.118%202.118%202.118h6.87c1.18%200%202.137-.957%202.137-2.137c0-.88-.398-1.669-1.024-2.194v-.42c1.552-.594%202.952-1.535%204.064-2.824c1.503-1.743%202.347-4.06%202.573-6.412c.084-.876.138-2.814-.435-4.376c-.107-.293-.298-.76-.684-1.178a2.94%202.94%200%200%200-1.412-.838a2.82%202.82%200%200%200-2.244.298c-.586.355-.951.858-1.168%201.21l-.013.02c-.168.273-.22.358-.546.36c-.723-.001-1.42-.005-2.11-.008a167%20167%200%200%200-4.844.021c.018-.206.059-.412.123-.609c.25-.465.51-.928.768-1.391c.59-1.055%201.18-2.114%201.68-3.207c.33-.724.814-1.784.814-3.178c0-2.707-2.363-5.092-5.145-5.092c-1.57%200-2.991.719-3.934%201.793l-.256.27l-.002.003C7.59%203.252%207.166%203.582%206.464%203.582h-.237a2.367%202.367%200%200%200-2.366%202.365a3.79%203.79%200%200%200%203.683%203.785c-2.578%204.234-2.98%208.3-1.256%2012.095m9.085%204.118a7%207%200%200%201-.604-.066c-1.813-.21-5.073-1.385-6.66-4.879c-1.736-3.822-.968-8.196%203.365-13.253l-.022-.017H11V2.637a3.24%203.24%200%200%201%201.872-.608c1.684%200%203.145%201.497%203.145%203.092c0%20.11-.006.496-.055.74c-.095.473-.43%201.225-.659%201.738c-.465%201.042-1.031%202.053-1.595%203.059c-.264.471-.527.94-.779%201.412c-.19.466-.487%201.633-.156%202.57c.329.93%201.39.89%202.117.86c1.602-.062%203.212-.043%204.82-.025q.892.011%201.782.016a1%201%200%200%200%20.097.34q.014.045.035.16a5.2%205.2%200%200%201-.219%202.505c-.224.629-.599%201.207-1.203%201.635c-.604.426-1.517.76-2.918.76c-2.478%200-3.34-1.465-3.432-1.682a1%201%200%200%200-1.92.391c0%201.753%201.123%203.085%202.402%203.926a8.36%208.36%200%200%200%203.564%201.282a4.6%204.6%200%200%201-1.191.189a1%201%200%200%200-.334%201.942v1.294a1.88%201.88%200%200%200-.945%201.633q0%20.06.006.118h-1.966a.12.12%200%200%201-.118-.118c0-.487.394-.882.881-.882h1.142zM7.647%207.733H10V3.61c-.967%201.022-1.933%201.972-3.536%201.972h-.237c-.2%200-.366.165-.366.365a1.79%201.79%200%200%200%201.786%201.786M18.45%2026.928v2.056h-1.14a.88.88%200%200%200-.881.882c0%20.065.053.118.118.118h3.791a.137.137%200%200%200%20.138-.137a.863.863%200%200%200-.863-.863h-.16v-2.211q-.495.1-1%20.155m4.036-11.536c.486-.108.907-.495%201.36-1.23c.294-.476.65-.775%201.178-.629c.424.117.587.33.75.777c.416%201.132.398%202.705.322%203.496c-.195%202.03-.917%203.93-2.096%205.296c-1.638%201.899-4.107%202.895-6.824%202.895h-.47c2.055%200%205.171-1.723%205.693-3.129c0%200-1.299.984-3.736.984s-5.732-1.68-5.732-4.252c.216.51%201.396%202.29%204.352%202.29c6.255%200%205.512-5.986%205.203-6.498%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M13.62%205.175a.702.702%200%201%201-1.403%200a.702.702%200%200%201%201.404%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6.288%2021.827c1.499%203.3%204.185%204.92%206.373%205.622a2.88%202.88%200%200%200-1.311%202.417c0%201.17.948%202.118%202.118%202.118h6.87c1.18%200%202.137-.957%202.137-2.137c0-.88-.398-1.669-1.024-2.194v-.42c1.552-.594%202.952-1.535%204.064-2.824c1.503-1.743%202.347-4.06%202.573-6.412c.084-.876.138-2.814-.435-4.376c-.107-.293-.298-.76-.684-1.178a2.94%202.94%200%200%200-1.412-.838a2.82%202.82%200%200%200-2.244.298c-.586.355-.951.858-1.168%201.21l-.013.02c-.168.273-.22.358-.546.36c-.723-.001-1.42-.005-2.11-.008a167%20167%200%200%200-4.844.021c.018-.206.059-.412.123-.609c.25-.465.51-.928.768-1.391c.59-1.055%201.18-2.114%201.68-3.207c.33-.724.814-1.784.814-3.178c0-2.707-2.363-5.092-5.145-5.092c-1.57%200-2.991.719-3.934%201.793l-.256.27l-.002.003C7.59%203.252%207.166%203.582%206.464%203.582h-.237a2.367%202.367%200%200%200-2.366%202.365a3.79%203.79%200%200%200%203.683%203.785c-2.578%204.234-2.98%208.3-1.256%2012.095m9.085%204.118a7%207%200%200%201-.604-.066c-1.813-.21-5.073-1.385-6.66-4.879c-1.736-3.822-.968-8.196%203.365-13.253l-.022-.017H11V2.637a3.24%203.24%200%200%201%201.872-.608c1.684%200%203.145%201.497%203.145%203.092c0%20.11-.006.496-.055.74c-.095.473-.43%201.225-.659%201.738c-.465%201.042-1.031%202.053-1.595%203.059c-.264.471-.527.94-.779%201.412c-.19.466-.487%201.633-.156%202.57c.329.93%201.39.89%202.117.86c1.602-.062%203.212-.043%204.82-.025q.892.011%201.782.016a1%201%200%200%200%20.097.34q.014.045.035.16a5.2%205.2%200%200%201-.219%202.505c-.224.629-.599%201.207-1.203%201.635c-.604.426-1.517.76-2.918.76c-2.478%200-3.34-1.465-3.432-1.682a1%201%200%200%200-1.92.391c0%201.753%201.123%203.085%202.402%203.926a8.36%208.36%200%200%200%203.564%201.282a4.6%204.6%200%200%201-1.191.189a1%201%200%200%200-.334%201.942v1.294a1.88%201.88%200%200%200-.945%201.633q0%20.06.006.118h-1.966a.12.12%200%200%201-.118-.118c0-.487.394-.882.881-.882h1.142zM7.647%207.733H10V3.61c-.967%201.022-1.933%201.972-3.536%201.972h-.237c-.2%200-.366.165-.366.365a1.79%201.79%200%200%200%201.786%201.786M18.45%2026.928v2.056h-1.14a.88.88%200%200%200-.881.882c0%20.065.053.118.118.118h3.791a.137.137%200%200%200%20.138-.137a.863.863%200%200%200-.863-.863h-.16v-2.211q-.495.1-1%20.155m4.036-11.536c.486-.108.907-.495%201.36-1.23c.294-.476.65-.775%201.178-.629c.424.117.587.33.75.777c.416%201.132.398%202.705.322%203.496c-.195%202.03-.917%203.93-2.096%205.296c-1.638%201.899-4.107%202.895-6.824%202.895h-.47c2.055%200%205.171-1.723%205.693-3.129c0%200-1.299.984-3.736.984s-5.732-1.68-5.732-4.252c.216.51%201.396%202.29%204.352%202.29c6.255%200%205.512-5.986%205.203-6.498%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/goose.svg?color=%231a73e8&size=48