goose from LobeHub AI Icons by LobeHub · Mono · MIT Free for personal and commercial use.

Name
goose
Set
LobeHub AI Icons
Style
Mono
Viewbox
24×24
License
MIT

1 other variant in LobeHub AI Icons

The same logo in other sets

Use the goose logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M21.595 23.61c1.167-.254 2.405-.944 2.405-.944l-2.167-1.784a12.124 12.124 0 01-2.695-3.131 12.127 12.127 0 00-3.97-4.049l-.794-.462a1.115 1.115 0 01-.488-.815.844.844 0 01.154-.575c.413-.582 2.548-3.115 2.94-3.44.503-.416 1.065-.762 1.586-1.159.074-.056.148-.112.221-.17.003-.002.007-.004.009-.007.167-.131.325-.272.45-.438.453-.524.563-.988.59-1.193-.061-.197-.244-.639-.753-1.148.319.02.705.272 1.056.569.235-.376.481-.773.727-1.171.165-.266-.08-.465-.086-.471h-.001V3.22c-.007-.007-.206-.25-.471-.086-.567.35-1.134.702-1.639 1.021 0 0-.597-.012-1.305.599a2.464 2.464 0 00-.438.45l-.007.009c-.058.072-.114.147-.17.221-.397.521-.743 1.083-1.16 1.587-.323.391-2.857 2.526-3.44 2.94a.842.842 0 01-.574.153 1.115 1.115 0 01-.815-.488l-.462-.794a12.123 12.123 0 00-4.049-3.97 12.133 12.133 0 01-3.13-2.695L1.332 0S.643 1.238.39 2.405c.352.428 1.27 1.49 2.34 2.302C1.58 4.167.73 3.75.06 3.4c-.103.765-.063 1.92.043 2.816.726.317 1.961.806 3.219 1.066-1.006.236-2.11.278-2.961.262.15.554.358 1.119.64 1.688.119.263.25.52.39.77.452.125 2.222.383 3.164.171l-2.51.897a27.776 27.776 0 002.544 2.726c2.031-1.092 2.494-1.241 4.018-2.238-2.467 2.008-3.108 2.828-3.8 3.67l-.483.678c-.25.351-.469.725-.65 1.117-.61 1.31-1.47 4.1-1.47 4.1-.154.486.202.842.674.674 0 0 2.79-.861 4.1-1.47.392-.182.766-.4 1.118-.65l.677-.483c.227-.187.453-.37.701-.586 0 0 1.705 2.02 3.458 3.349l.896-2.511c-.211.942.046 2.712.17 3.163.252.142.509.272.772.392.569.28 1.134.49 1.688.64-.016-.853.026-1.956.261-2.962.26 1.258.75 2.493 1.067 3.219.895.106 2.051.146 2.816.043a73.87 73.87 0 01-1.308-2.67c.811 1.07 1.874 1.988 2.302 2.34h-.001z"/></svg>

React

import type { SVGProps } from "react";

export function LobehubGoose(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M21.595 23.61c1.167-.254 2.405-.944 2.405-.944l-2.167-1.784a12.124 12.124 0 01-2.695-3.131 12.127 12.127 0 00-3.97-4.049l-.794-.462a1.115 1.115 0 01-.488-.815.844.844 0 01.154-.575c.413-.582 2.548-3.115 2.94-3.44.503-.416 1.065-.762 1.586-1.159.074-.056.148-.112.221-.17.003-.002.007-.004.009-.007.167-.131.325-.272.45-.438.453-.524.563-.988.59-1.193-.061-.197-.244-.639-.753-1.148.319.02.705.272 1.056.569.235-.376.481-.773.727-1.171.165-.266-.08-.465-.086-.471h-.001V3.22c-.007-.007-.206-.25-.471-.086-.567.35-1.134.702-1.639 1.021 0 0-.597-.012-1.305.599a2.464 2.464 0 00-.438.45l-.007.009c-.058.072-.114.147-.17.221-.397.521-.743 1.083-1.16 1.587-.323.391-2.857 2.526-3.44 2.94a.842.842 0 01-.574.153 1.115 1.115 0 01-.815-.488l-.462-.794a12.123 12.123 0 00-4.049-3.97 12.133 12.133 0 01-3.13-2.695L1.332 0S.643 1.238.39 2.405c.352.428 1.27 1.49 2.34 2.302C1.58 4.167.73 3.75.06 3.4c-.103.765-.063 1.92.043 2.816.726.317 1.961.806 3.219 1.066-1.006.236-2.11.278-2.961.262.15.554.358 1.119.64 1.688.119.263.25.52.39.77.452.125 2.222.383 3.164.171l-2.51.897a27.776 27.776 0 002.544 2.726c2.031-1.092 2.494-1.241 4.018-2.238-2.467 2.008-3.108 2.828-3.8 3.67l-.483.678c-.25.351-.469.725-.65 1.117-.61 1.31-1.47 4.1-1.47 4.1-.154.486.202.842.674.674 0 0 2.79-.861 4.1-1.47.392-.182.766-.4 1.118-.65l.677-.483c.227-.187.453-.37.701-.586 0 0 1.705 2.02 3.458 3.349l.896-2.511c-.211.942.046 2.712.17 3.163.252.142.509.272.772.392.569.28 1.134.49 1.688.64-.016-.853.026-1.956.261-2.962.26 1.258.75 2.493 1.067 3.219.895.106 2.051.146 2.816.043a73.87 73.87 0 01-1.308-2.67c.811 1.07 1.874 1.988 2.302 2.34h-.001z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M21.595 23.61c1.167-.254 2.405-.944 2.405-.944l-2.167-1.784a12.124 12.124 0 01-2.695-3.131 12.127 12.127 0 00-3.97-4.049l-.794-.462a1.115 1.115 0 01-.488-.815.844.844 0 01.154-.575c.413-.582 2.548-3.115 2.94-3.44.503-.416 1.065-.762 1.586-1.159.074-.056.148-.112.221-.17.003-.002.007-.004.009-.007.167-.131.325-.272.45-.438.453-.524.563-.988.59-1.193-.061-.197-.244-.639-.753-1.148.319.02.705.272 1.056.569.235-.376.481-.773.727-1.171.165-.266-.08-.465-.086-.471h-.001V3.22c-.007-.007-.206-.25-.471-.086-.567.35-1.134.702-1.639 1.021 0 0-.597-.012-1.305.599a2.464 2.464 0 00-.438.45l-.007.009c-.058.072-.114.147-.17.221-.397.521-.743 1.083-1.16 1.587-.323.391-2.857 2.526-3.44 2.94a.842.842 0 01-.574.153 1.115 1.115 0 01-.815-.488l-.462-.794a12.123 12.123 0 00-4.049-3.97 12.133 12.133 0 01-3.13-2.695L1.332 0S.643 1.238.39 2.405c.352.428 1.27 1.49 2.34 2.302C1.58 4.167.73 3.75.06 3.4c-.103.765-.063 1.92.043 2.816.726.317 1.961.806 3.219 1.066-1.006.236-2.11.278-2.961.262.15.554.358 1.119.64 1.688.119.263.25.52.39.77.452.125 2.222.383 3.164.171l-2.51.897a27.776 27.776 0 002.544 2.726c2.031-1.092 2.494-1.241 4.018-2.238-2.467 2.008-3.108 2.828-3.8 3.67l-.483.678c-.25.351-.469.725-.65 1.117-.61 1.31-1.47 4.1-1.47 4.1-.154.486.202.842.674.674 0 0 2.79-.861 4.1-1.47.392-.182.766-.4 1.118-.65l.677-.483c.227-.187.453-.37.701-.586 0 0 1.705 2.02 3.458 3.349l.896-2.511c-.211.942.046 2.712.17 3.163.252.142.509.272.772.392.569.28 1.134.49 1.688.64-.016-.853.026-1.956.261-2.962.26 1.258.75 2.493 1.067 3.219.895.106 2.051.146 2.816.043a73.87 73.87 0 01-1.308-2.67c.811 1.07 1.874 1.988 2.302 2.34h-.001z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M21.595%2023.61c1.167-.254%202.405-.944%202.405-.944l-2.167-1.784a12.124%2012.124%200%2001-2.695-3.131%2012.127%2012.127%200%2000-3.97-4.049l-.794-.462a1.115%201.115%200%2001-.488-.815.844.844%200%2001.154-.575c.413-.582%202.548-3.115%202.94-3.44.503-.416%201.065-.762%201.586-1.159.074-.056.148-.112.221-.17.003-.002.007-.004.009-.007.167-.131.325-.272.45-.438.453-.524.563-.988.59-1.193-.061-.197-.244-.639-.753-1.148.319.02.705.272%201.056.569.235-.376.481-.773.727-1.171.165-.266-.08-.465-.086-.471h-.001V3.22c-.007-.007-.206-.25-.471-.086-.567.35-1.134.702-1.639%201.021%200%200-.597-.012-1.305.599a2.464%202.464%200%2000-.438.45l-.007.009c-.058.072-.114.147-.17.221-.397.521-.743%201.083-1.16%201.587-.323.391-2.857%202.526-3.44%202.94a.842.842%200%2001-.574.153%201.115%201.115%200%2001-.815-.488l-.462-.794a12.123%2012.123%200%2000-4.049-3.97%2012.133%2012.133%200%2001-3.13-2.695L1.332%200S.643%201.238.39%202.405c.352.428%201.27%201.49%202.34%202.302C1.58%204.167.73%203.75.06%203.4c-.103.765-.063%201.92.043%202.816.726.317%201.961.806%203.219%201.066-1.006.236-2.11.278-2.961.262.15.554.358%201.119.64%201.688.119.263.25.52.39.77.452.125%202.222.383%203.164.171l-2.51.897a27.776%2027.776%200%20002.544%202.726c2.031-1.092%202.494-1.241%204.018-2.238-2.467%202.008-3.108%202.828-3.8%203.67l-.483.678c-.25.351-.469.725-.65%201.117-.61%201.31-1.47%204.1-1.47%204.1-.154.486.202.842.674.674%200%200%202.79-.861%204.1-1.47.392-.182.766-.4%201.118-.65l.677-.483c.227-.187.453-.37.701-.586%200%200%201.705%202.02%203.458%203.349l.896-2.511c-.211.942.046%202.712.17%203.163.252.142.509.272.772.392.569.28%201.134.49%201.688.64-.016-.853.026-1.956.261-2.962.26%201.258.75%202.493%201.067%203.219.895.106%202.051.146%202.816.043a73.87%2073.87%200%2001-1.308-2.67c.811%201.07%201.874%201.988%202.302%202.34h-.001z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M21.595%2023.61c1.167-.254%202.405-.944%202.405-.944l-2.167-1.784a12.124%2012.124%200%2001-2.695-3.131%2012.127%2012.127%200%2000-3.97-4.049l-.794-.462a1.115%201.115%200%2001-.488-.815.844.844%200%2001.154-.575c.413-.582%202.548-3.115%202.94-3.44.503-.416%201.065-.762%201.586-1.159.074-.056.148-.112.221-.17.003-.002.007-.004.009-.007.167-.131.325-.272.45-.438.453-.524.563-.988.59-1.193-.061-.197-.244-.639-.753-1.148.319.02.705.272%201.056.569.235-.376.481-.773.727-1.171.165-.266-.08-.465-.086-.471h-.001V3.22c-.007-.007-.206-.25-.471-.086-.567.35-1.134.702-1.639%201.021%200%200-.597-.012-1.305.599a2.464%202.464%200%2000-.438.45l-.007.009c-.058.072-.114.147-.17.221-.397.521-.743%201.083-1.16%201.587-.323.391-2.857%202.526-3.44%202.94a.842.842%200%2001-.574.153%201.115%201.115%200%2001-.815-.488l-.462-.794a12.123%2012.123%200%2000-4.049-3.97%2012.133%2012.133%200%2001-3.13-2.695L1.332%200S.643%201.238.39%202.405c.352.428%201.27%201.49%202.34%202.302C1.58%204.167.73%203.75.06%203.4c-.103.765-.063%201.92.043%202.816.726.317%201.961.806%203.219%201.066-1.006.236-2.11.278-2.961.262.15.554.358%201.119.64%201.688.119.263.25.52.39.77.452.125%202.222.383%203.164.171l-2.51.897a27.776%2027.776%200%20002.544%202.726c2.031-1.092%202.494-1.241%204.018-2.238-2.467%202.008-3.108%202.828-3.8%203.67l-.483.678c-.25.351-.469.725-.65%201.117-.61%201.31-1.47%204.1-1.47%204.1-.154.486.202.842.674.674%200%200%202.79-.861%204.1-1.47.392-.182.766-.4%201.118-.65l.677-.483c.227-.187.453-.37.701-.586%200%200%201.705%202.02%203.458%203.349l.896-2.511c-.211.942.046%202.712.17%203.163.252.142.509.272.772.392.569.28%201.134.49%201.688.64-.016-.853.026-1.956.261-2.962.26%201.258.75%202.493%201.067%203.219.895.106%202.051.146%202.816.043a73.87%2073.87%200%2001-1.308-2.67c.811%201.07%201.874%201.988%202.302%202.34h-.001z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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