hornbill from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
hornbill
Set
Font Awesome 6 Brands
Style
Regular
Viewbox
512×512
License
CC BY 4.0

The same logo in other sets

Use the hornbill logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M76.38 370.3a37.8 37.8 0 1 1-32.07-32.42c-78.28-111.35 52-190.53 52-190.53c-5.86 43-8.24 91.16-8.24 91.16c-67.31 41.49.93 64.06 39.81 72.87a140.38 140.38 0 0 0 131.66 91.94c1.92 0 3.77-.21 5.67-.28l.11 18.86c-99.22 1.39-158.7-29.14-188.94-51.6m108-327.7A37.57 37.57 0 0 0 181 21.45a37.95 37.95 0 1 0-31.17 54.22c-22.55 29.91-53.83 89.57-52.42 190l21.84-.15c0-.9-.14-1.77-.14-2.68A140.42 140.42 0 0 1 207 132.71c8-37.71 30.7-114.3 73.8-44.29c0 0 48.14 2.38 91.18 8.24c0 0-77.84-128-187.59-54.06zm304.19 134.17a37.94 37.94 0 1 0-53.84-28.7C403 126.13 344.89 99 251.28 100.33l.14 22.5c2.7-.15 5.39-.41 8.14-.41a140.37 140.37 0 0 1 130.49 88.76c39.1 9 105.06 31.58 38.46 72.54c0 0-2.34 48.13-8.21 91.16c0 0 133.45-81.16 49-194.61a37.45 37.45 0 0 0 19.31-3.5zM374.06 436.24c21.43-32.46 46.42-89.69 45.14-179.66l-19.52.14c.08 2.06.3 4.07.3 6.15a140.34 140.34 0 0 1-91.39 131.45c-8.85 38.95-31.44 106.66-72.77 39.49c0 0-48.12-2.34-91.19-8.22c0 0 79.92 131.34 191.9 51a37.5 37.5 0 0 0 3.64 14a37.93 37.93 0 1 0 33.89-54.29z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6BrandsHornbill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M76.38 370.3a37.8 37.8 0 1 1-32.07-32.42c-78.28-111.35 52-190.53 52-190.53c-5.86 43-8.24 91.16-8.24 91.16c-67.31 41.49.93 64.06 39.81 72.87a140.38 140.38 0 0 0 131.66 91.94c1.92 0 3.77-.21 5.67-.28l.11 18.86c-99.22 1.39-158.7-29.14-188.94-51.6m108-327.7A37.57 37.57 0 0 0 181 21.45a37.95 37.95 0 1 0-31.17 54.22c-22.55 29.91-53.83 89.57-52.42 190l21.84-.15c0-.9-.14-1.77-.14-2.68A140.42 140.42 0 0 1 207 132.71c8-37.71 30.7-114.3 73.8-44.29c0 0 48.14 2.38 91.18 8.24c0 0-77.84-128-187.59-54.06zm304.19 134.17a37.94 37.94 0 1 0-53.84-28.7C403 126.13 344.89 99 251.28 100.33l.14 22.5c2.7-.15 5.39-.41 8.14-.41a140.37 140.37 0 0 1 130.49 88.76c39.1 9 105.06 31.58 38.46 72.54c0 0-2.34 48.13-8.21 91.16c0 0 133.45-81.16 49-194.61a37.45 37.45 0 0 0 19.31-3.5zM374.06 436.24c21.43-32.46 46.42-89.69 45.14-179.66l-19.52.14c.08 2.06.3 4.07.3 6.15a140.34 140.34 0 0 1-91.39 131.45c-8.85 38.95-31.44 106.66-72.77 39.49c0 0-48.12-2.34-91.19-8.22c0 0 79.92 131.34 191.9 51a37.5 37.5 0 0 0 3.64 14a37.93 37.93 0 1 0 33.89-54.29z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M76.38 370.3a37.8 37.8 0 1 1-32.07-32.42c-78.28-111.35 52-190.53 52-190.53c-5.86 43-8.24 91.16-8.24 91.16c-67.31 41.49.93 64.06 39.81 72.87a140.38 140.38 0 0 0 131.66 91.94c1.92 0 3.77-.21 5.67-.28l.11 18.86c-99.22 1.39-158.7-29.14-188.94-51.6m108-327.7A37.57 37.57 0 0 0 181 21.45a37.95 37.95 0 1 0-31.17 54.22c-22.55 29.91-53.83 89.57-52.42 190l21.84-.15c0-.9-.14-1.77-.14-2.68A140.42 140.42 0 0 1 207 132.71c8-37.71 30.7-114.3 73.8-44.29c0 0 48.14 2.38 91.18 8.24c0 0-77.84-128-187.59-54.06zm304.19 134.17a37.94 37.94 0 1 0-53.84-28.7C403 126.13 344.89 99 251.28 100.33l.14 22.5c2.7-.15 5.39-.41 8.14-.41a140.37 140.37 0 0 1 130.49 88.76c39.1 9 105.06 31.58 38.46 72.54c0 0-2.34 48.13-8.21 91.16c0 0 133.45-81.16 49-194.61a37.45 37.45 0 0 0 19.31-3.5zM374.06 436.24c21.43-32.46 46.42-89.69 45.14-179.66l-19.52.14c.08 2.06.3 4.07.3 6.15a140.34 140.34 0 0 1-91.39 131.45c-8.85 38.95-31.44 106.66-72.77 39.49c0 0-48.12-2.34-91.19-8.22c0 0 79.92 131.34 191.9 51a37.5 37.5 0 0 0 3.64 14a37.93 37.93 0 1 0 33.89-54.29z"/></svg>
</template>

CSS

.icon-hornbill {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M76.38%20370.3a37.8%2037.8%200%201%201-32.07-32.42c-78.28-111.35%2052-190.53%2052-190.53c-5.86%2043-8.24%2091.16-8.24%2091.16c-67.31%2041.49.93%2064.06%2039.81%2072.87a140.38%20140.38%200%200%200%20131.66%2091.94c1.92%200%203.77-.21%205.67-.28l.11%2018.86c-99.22%201.39-158.7-29.14-188.94-51.6m108-327.7A37.57%2037.57%200%200%200%20181%2021.45a37.95%2037.95%200%201%200-31.17%2054.22c-22.55%2029.91-53.83%2089.57-52.42%20190l21.84-.15c0-.9-.14-1.77-.14-2.68A140.42%20140.42%200%200%201%20207%20132.71c8-37.71%2030.7-114.3%2073.8-44.29c0%200%2048.14%202.38%2091.18%208.24c0%200-77.84-128-187.59-54.06zm304.19%20134.17a37.94%2037.94%200%201%200-53.84-28.7C403%20126.13%20344.89%2099%20251.28%20100.33l.14%2022.5c2.7-.15%205.39-.41%208.14-.41a140.37%20140.37%200%200%201%20130.49%2088.76c39.1%209%20105.06%2031.58%2038.46%2072.54c0%200-2.34%2048.13-8.21%2091.16c0%200%20133.45-81.16%2049-194.61a37.45%2037.45%200%200%200%2019.31-3.5zM374.06%20436.24c21.43-32.46%2046.42-89.69%2045.14-179.66l-19.52.14c.08%202.06.3%204.07.3%206.15a140.34%20140.34%200%200%201-91.39%20131.45c-8.85%2038.95-31.44%20106.66-72.77%2039.49c0%200-48.12-2.34-91.19-8.22c0%200%2079.92%20131.34%20191.9%2051a37.5%2037.5%200%200%200%203.64%2014a37.93%2037.93%200%201%200%2033.89-54.29z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M76.38%20370.3a37.8%2037.8%200%201%201-32.07-32.42c-78.28-111.35%2052-190.53%2052-190.53c-5.86%2043-8.24%2091.16-8.24%2091.16c-67.31%2041.49.93%2064.06%2039.81%2072.87a140.38%20140.38%200%200%200%20131.66%2091.94c1.92%200%203.77-.21%205.67-.28l.11%2018.86c-99.22%201.39-158.7-29.14-188.94-51.6m108-327.7A37.57%2037.57%200%200%200%20181%2021.45a37.95%2037.95%200%201%200-31.17%2054.22c-22.55%2029.91-53.83%2089.57-52.42%20190l21.84-.15c0-.9-.14-1.77-.14-2.68A140.42%20140.42%200%200%201%20207%20132.71c8-37.71%2030.7-114.3%2073.8-44.29c0%200%2048.14%202.38%2091.18%208.24c0%200-77.84-128-187.59-54.06zm304.19%20134.17a37.94%2037.94%200%201%200-53.84-28.7C403%20126.13%20344.89%2099%20251.28%20100.33l.14%2022.5c2.7-.15%205.39-.41%208.14-.41a140.37%20140.37%200%200%201%20130.49%2088.76c39.1%209%20105.06%2031.58%2038.46%2072.54c0%200-2.34%2048.13-8.21%2091.16c0%200%20133.45-81.16%2049-194.61a37.45%2037.45%200%200%200%2019.31-3.5zM374.06%20436.24c21.43-32.46%2046.42-89.69%2045.14-179.66l-19.52.14c.08%202.06.3%204.07.3%206.15a140.34%20140.34%200%200%201-91.39%20131.45c-8.85%2038.95-31.44%20106.66-72.77%2039.49c0%200-48.12-2.34-91.19-8.22c0%200%2079.92%20131.34%20191.9%2051a37.5%2037.5%200%200%200%203.64%2014a37.93%2037.93%200%201%200%2033.89-54.29z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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