hornbill from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.

Name
hornbill
Set
Line Awesome
Style
Line
Category
Other
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More other icons from Line Awesome

Use the hornbill icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10.52 3a2.5 2.5 0 0 0-.44 4.96C8.8 10.08 8.02 12.9 8.02 16h1c0-3.03 1.92-5.61 4.62-6.58C14.1 7.32 14.77 6 15.52 6c.49 0 .94.56 1.32 1.52c1.62.02 3.5.17 5.16.51C20.54 5.56 18.4 4 16.02 4c-1.09 0-2.12.32-3.07.91A2.49 2.49 0 0 0 10.52 3M16 8v1c3.03 0 5.61 1.92 6.58 4.62c2.1.46 3.42 1.13 3.42 1.88c0 .49-.56.94-1.52 1.32c-.02 1.62-.17 3.5-.51 5.16C26.44 20.52 28 18.38 28 16c0-1.09-.32-2.12-.91-3.07a2.5 2.5 0 1 0-3.05-2.87C21.92 8.78 19.1 8 16 8m-7.97 2.02C5.56 11.48 4 13.62 4 16c0 1.09.32 2.12.91 3.07a2.5 2.5 0 1 0 3.05 2.87C10.08 23.22 12.9 24 16 24v-1c-3.03 0-5.61-1.92-6.58-4.62C7.32 17.92 6 17.25 6 16.5c0-.49.56-.94 1.52-1.32c.02-1.62.17-3.5.51-5.16M22.98 16c0 3.03-1.92 5.61-4.62 6.58c-.46 2.1-1.13 3.42-1.88 3.42c-.49 0-.94-.56-1.32-1.52c-1.62-.02-3.5-.17-5.16-.51c1.46 2.47 3.6 4.03 5.98 4.03c1.09 0 2.12-.32 3.07-.91a2.5 2.5 0 1 0 2.87-3.05c1.28-2.12 2.06-4.94 2.06-8.04z"/></svg>

React

import type { SVGProps } from "react";

export function LaHornbill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10.52 3a2.5 2.5 0 0 0-.44 4.96C8.8 10.08 8.02 12.9 8.02 16h1c0-3.03 1.92-5.61 4.62-6.58C14.1 7.32 14.77 6 15.52 6c.49 0 .94.56 1.32 1.52c1.62.02 3.5.17 5.16.51C20.54 5.56 18.4 4 16.02 4c-1.09 0-2.12.32-3.07.91A2.49 2.49 0 0 0 10.52 3M16 8v1c3.03 0 5.61 1.92 6.58 4.62c2.1.46 3.42 1.13 3.42 1.88c0 .49-.56.94-1.52 1.32c-.02 1.62-.17 3.5-.51 5.16C26.44 20.52 28 18.38 28 16c0-1.09-.32-2.12-.91-3.07a2.5 2.5 0 1 0-3.05-2.87C21.92 8.78 19.1 8 16 8m-7.97 2.02C5.56 11.48 4 13.62 4 16c0 1.09.32 2.12.91 3.07a2.5 2.5 0 1 0 3.05 2.87C10.08 23.22 12.9 24 16 24v-1c-3.03 0-5.61-1.92-6.58-4.62C7.32 17.92 6 17.25 6 16.5c0-.49.56-.94 1.52-1.32c.02-1.62.17-3.5.51-5.16M22.98 16c0 3.03-1.92 5.61-4.62 6.58c-.46 2.1-1.13 3.42-1.88 3.42c-.49 0-.94-.56-1.32-1.52c-1.62-.02-3.5-.17-5.16-.51c1.46 2.47 3.6 4.03 5.98 4.03c1.09 0 2.12-.32 3.07-.91a2.5 2.5 0 1 0 2.87-3.05c1.28-2.12 2.06-4.94 2.06-8.04z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10.52 3a2.5 2.5 0 0 0-.44 4.96C8.8 10.08 8.02 12.9 8.02 16h1c0-3.03 1.92-5.61 4.62-6.58C14.1 7.32 14.77 6 15.52 6c.49 0 .94.56 1.32 1.52c1.62.02 3.5.17 5.16.51C20.54 5.56 18.4 4 16.02 4c-1.09 0-2.12.32-3.07.91A2.49 2.49 0 0 0 10.52 3M16 8v1c3.03 0 5.61 1.92 6.58 4.62c2.1.46 3.42 1.13 3.42 1.88c0 .49-.56.94-1.52 1.32c-.02 1.62-.17 3.5-.51 5.16C26.44 20.52 28 18.38 28 16c0-1.09-.32-2.12-.91-3.07a2.5 2.5 0 1 0-3.05-2.87C21.92 8.78 19.1 8 16 8m-7.97 2.02C5.56 11.48 4 13.62 4 16c0 1.09.32 2.12.91 3.07a2.5 2.5 0 1 0 3.05 2.87C10.08 23.22 12.9 24 16 24v-1c-3.03 0-5.61-1.92-6.58-4.62C7.32 17.92 6 17.25 6 16.5c0-.49.56-.94 1.52-1.32c.02-1.62.17-3.5.51-5.16M22.98 16c0 3.03-1.92 5.61-4.62 6.58c-.46 2.1-1.13 3.42-1.88 3.42c-.49 0-.94-.56-1.32-1.52c-1.62-.02-3.5-.17-5.16-.51c1.46 2.47 3.6 4.03 5.98 4.03c1.09 0 2.12-.32 3.07-.91a2.5 2.5 0 1 0 2.87-3.05c1.28-2.12 2.06-4.94 2.06-8.04z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.52%203a2.5%202.5%200%200%200-.44%204.96C8.8%2010.08%208.02%2012.9%208.02%2016h1c0-3.03%201.92-5.61%204.62-6.58C14.1%207.32%2014.77%206%2015.52%206c.49%200%20.94.56%201.32%201.52c1.62.02%203.5.17%205.16.51C20.54%205.56%2018.4%204%2016.02%204c-1.09%200-2.12.32-3.07.91A2.49%202.49%200%200%200%2010.52%203M16%208v1c3.03%200%205.61%201.92%206.58%204.62c2.1.46%203.42%201.13%203.42%201.88c0%20.49-.56.94-1.52%201.32c-.02%201.62-.17%203.5-.51%205.16C26.44%2020.52%2028%2018.38%2028%2016c0-1.09-.32-2.12-.91-3.07a2.5%202.5%200%201%200-3.05-2.87C21.92%208.78%2019.1%208%2016%208m-7.97%202.02C5.56%2011.48%204%2013.62%204%2016c0%201.09.32%202.12.91%203.07a2.5%202.5%200%201%200%203.05%202.87C10.08%2023.22%2012.9%2024%2016%2024v-1c-3.03%200-5.61-1.92-6.58-4.62C7.32%2017.92%206%2017.25%206%2016.5c0-.49.56-.94%201.52-1.32c.02-1.62.17-3.5.51-5.16M22.98%2016c0%203.03-1.92%205.61-4.62%206.58c-.46%202.1-1.13%203.42-1.88%203.42c-.49%200-.94-.56-1.32-1.52c-1.62-.02-3.5-.17-5.16-.51c1.46%202.47%203.6%204.03%205.98%204.03c1.09%200%202.12-.32%203.07-.91a2.5%202.5%200%201%200%202.87-3.05c1.28-2.12%202.06-4.94%202.06-8.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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.52%203a2.5%202.5%200%200%200-.44%204.96C8.8%2010.08%208.02%2012.9%208.02%2016h1c0-3.03%201.92-5.61%204.62-6.58C14.1%207.32%2014.77%206%2015.52%206c.49%200%20.94.56%201.32%201.52c1.62.02%203.5.17%205.16.51C20.54%205.56%2018.4%204%2016.02%204c-1.09%200-2.12.32-3.07.91A2.49%202.49%200%200%200%2010.52%203M16%208v1c3.03%200%205.61%201.92%206.58%204.62c2.1.46%203.42%201.13%203.42%201.88c0%20.49-.56.94-1.52%201.32c-.02%201.62-.17%203.5-.51%205.16C26.44%2020.52%2028%2018.38%2028%2016c0-1.09-.32-2.12-.91-3.07a2.5%202.5%200%201%200-3.05-2.87C21.92%208.78%2019.1%208%2016%208m-7.97%202.02C5.56%2011.48%204%2013.62%204%2016c0%201.09.32%202.12.91%203.07a2.5%202.5%200%201%200%203.05%202.87C10.08%2023.22%2012.9%2024%2016%2024v-1c-3.03%200-5.61-1.92-6.58-4.62C7.32%2017.92%206%2017.25%206%2016.5c0-.49.56-.94%201.52-1.32c.02-1.62.17-3.5.51-5.16M22.98%2016c0%203.03-1.92%205.61-4.62%206.58c-.46%202.1-1.13%203.42-1.88%203.42c-.49%200-.94-.56-1.32-1.52c-1.62-.02-3.5-.17-5.16-.51c1.46%202.47%203.6%204.03%205.98%204.03c1.09%200%202.12-.32%203.07-.91a2.5%202.5%200%201%200%202.87-3.05c1.28-2.12%202.06-4.94%202.06-8.04z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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