hawk from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.

Name
hawk
Set
Web3 Icons
Style
Mono
Viewbox
24×24
License
MIT

The same logo in other sets

Use the hawk logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.986 18.693A9 9 0 0 1 3.2 13.902c.895-1.377 3.07-4.246 7.227-5.252l-.16.106c-.952.582-2.562 1.588-3.636 3.473c-1.101 1.927-1.25 4.34-.646 6.464"/><path fill="currentColor" fill-rule="evenodd" d="M12 21a9 9 0 1 0 0-17.999A9 9 0 0 0 12 21m0 0a8.95 8.95 0 0 0 4.023-.948c-2.572-1.599-5.209-4.5-2.948-7.898a6.74 6.74 0 0 1 6.437-.382c-.37-1.418-1.948-3.144-4.49-3.827c-.862-.233-1.423-.53-1.587-.651l-.016-.011c-.64-.445-.91-.63-1.107-.662c-1.244-.143-2.7.244-3.78.657a10.16 10.16 0 0 0-5.521 5.167A9 9 0 0 0 12 21" clip-rule="evenodd"/><path fill="currentColor" d="M13.387 8.315a4.7 4.7 0 0 0-3.102.376q.282-.044.566-.064c.117 0 1.059.36 1.583.318c.392-.037.646-.381.741-.577a.07.07 0 0 1 .053-.037zm-2.054 12.659c-1.705-2.345-1.853-6.601 1.737-8.82c-2.256 3.4.386 6.3 2.948 7.899a8.96 8.96 0 0 1-4.685.921m3.78-13.008c-.45.09-1.217.381-1.398 1.096c-.312 1.202-.529 2.493-.63 3.08a6.74 6.74 0 0 1 6.427-.37c-.36-1.403-1.91-3.102-4.399-3.806"/></svg>

React

import type { SVGProps } from "react";

export function TokenHawk(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" d="M5.986 18.693A9 9 0 0 1 3.2 13.902c.895-1.377 3.07-4.246 7.227-5.252l-.16.106c-.952.582-2.562 1.588-3.636 3.473c-1.101 1.927-1.25 4.34-.646 6.464"/><path fill="currentColor" fillRule="evenodd" d="M12 21a9 9 0 1 0 0-17.999A9 9 0 0 0 12 21m0 0a8.95 8.95 0 0 0 4.023-.948c-2.572-1.599-5.209-4.5-2.948-7.898a6.74 6.74 0 0 1 6.437-.382c-.37-1.418-1.948-3.144-4.49-3.827c-.862-.233-1.423-.53-1.587-.651l-.016-.011c-.64-.445-.91-.63-1.107-.662c-1.244-.143-2.7.244-3.78.657a10.16 10.16 0 0 0-5.521 5.167A9 9 0 0 0 12 21" clipRule="evenodd"/><path fill="currentColor" d="M13.387 8.315a4.7 4.7 0 0 0-3.102.376q.282-.044.566-.064c.117 0 1.059.36 1.583.318c.392-.037.646-.381.741-.577a.07.07 0 0 1 .053-.037zm-2.054 12.659c-1.705-2.345-1.853-6.601 1.737-8.82c-2.256 3.4.386 6.3 2.948 7.899a8.96 8.96 0 0 1-4.685.921m3.78-13.008c-.45.09-1.217.381-1.398 1.096c-.312 1.202-.529 2.493-.63 3.08a6.74 6.74 0 0 1 6.427-.37c-.36-1.403-1.91-3.102-4.399-3.806"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.986 18.693A9 9 0 0 1 3.2 13.902c.895-1.377 3.07-4.246 7.227-5.252l-.16.106c-.952.582-2.562 1.588-3.636 3.473c-1.101 1.927-1.25 4.34-.646 6.464"/><path fill="currentColor" fill-rule="evenodd" d="M12 21a9 9 0 1 0 0-17.999A9 9 0 0 0 12 21m0 0a8.95 8.95 0 0 0 4.023-.948c-2.572-1.599-5.209-4.5-2.948-7.898a6.74 6.74 0 0 1 6.437-.382c-.37-1.418-1.948-3.144-4.49-3.827c-.862-.233-1.423-.53-1.587-.651l-.016-.011c-.64-.445-.91-.63-1.107-.662c-1.244-.143-2.7.244-3.78.657a10.16 10.16 0 0 0-5.521 5.167A9 9 0 0 0 12 21" clip-rule="evenodd"/><path fill="currentColor" d="M13.387 8.315a4.7 4.7 0 0 0-3.102.376q.282-.044.566-.064c.117 0 1.059.36 1.583.318c.392-.037.646-.381.741-.577a.07.07 0 0 1 .053-.037zm-2.054 12.659c-1.705-2.345-1.853-6.601 1.737-8.82c-2.256 3.4.386 6.3 2.948 7.899a8.96 8.96 0 0 1-4.685.921m3.78-13.008c-.45.09-1.217.381-1.398 1.096c-.312 1.202-.529 2.493-.63 3.08a6.74 6.74 0 0 1 6.427-.37c-.36-1.403-1.91-3.102-4.399-3.806"/></svg>
</template>

CSS

.icon-hawk {
  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%20d%3D%22M5.986%2018.693A9%209%200%200%201%203.2%2013.902c.895-1.377%203.07-4.246%207.227-5.252l-.16.106c-.952.582-2.562%201.588-3.636%203.473c-1.101%201.927-1.25%204.34-.646%206.464%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2021a9%209%200%201%200%200-17.999A9%209%200%200%200%2012%2021m0%200a8.95%208.95%200%200%200%204.023-.948c-2.572-1.599-5.209-4.5-2.948-7.898a6.74%206.74%200%200%201%206.437-.382c-.37-1.418-1.948-3.144-4.49-3.827c-.862-.233-1.423-.53-1.587-.651l-.016-.011c-.64-.445-.91-.63-1.107-.662c-1.244-.143-2.7.244-3.78.657a10.16%2010.16%200%200%200-5.521%205.167A9%209%200%200%200%2012%2021%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.387%208.315a4.7%204.7%200%200%200-3.102.376q.282-.044.566-.064c.117%200%201.059.36%201.583.318c.392-.037.646-.381.741-.577a.07.07%200%200%201%20.053-.037zm-2.054%2012.659c-1.705-2.345-1.853-6.601%201.737-8.82c-2.256%203.4.386%206.3%202.948%207.899a8.96%208.96%200%200%201-4.685.921m3.78-13.008c-.45.09-1.217.381-1.398%201.096c-.312%201.202-.529%202.493-.63%203.08a6.74%206.74%200%200%201%206.427-.37c-.36-1.403-1.91-3.102-4.399-3.806%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%20d%3D%22M5.986%2018.693A9%209%200%200%201%203.2%2013.902c.895-1.377%203.07-4.246%207.227-5.252l-.16.106c-.952.582-2.562%201.588-3.636%203.473c-1.101%201.927-1.25%204.34-.646%206.464%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2021a9%209%200%201%200%200-17.999A9%209%200%200%200%2012%2021m0%200a8.95%208.95%200%200%200%204.023-.948c-2.572-1.599-5.209-4.5-2.948-7.898a6.74%206.74%200%200%201%206.437-.382c-.37-1.418-1.948-3.144-4.49-3.827c-.862-.233-1.423-.53-1.587-.651l-.016-.011c-.64-.445-.91-.63-1.107-.662c-1.244-.143-2.7.244-3.78.657a10.16%2010.16%200%200%200-5.521%205.167A9%209%200%200%200%2012%2021%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.387%208.315a4.7%204.7%200%200%200-3.102.376q.282-.044.566-.064c.117%200%201.059.36%201.583.318c.392-.037.646-.381.741-.577a.07.07%200%200%201%20.053-.037zm-2.054%2012.659c-1.705-2.345-1.853-6.601%201.737-8.82c-2.256%203.4.386%206.3%202.948%207.899a8.96%208.96%200%200%201-4.685.921m3.78-13.008c-.45.09-1.217.381-1.398%201.096c-.312%201.202-.529%202.493-.63%203.08a6.74%206.74%200%200%201%206.427-.37c-.36-1.403-1.91-3.102-4.399-3.806%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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