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

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

The same logo in other sets

Use the haka logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.47 6.708H5.12v3.704h3.175v3.24l1.059 2.053V9.354H6.178V7.766h4.234v10.585l1.059 2.032zm7.41 2.646v1.058h-2.646v3.15l-.042.02l.042.006l-2.646 4.763l-1.059 2.117V6.708h6.351v1.058h-5.292v8.643l1.588-2.954V9.354z"/><path fill="currentColor" d="M12.545 20.982A8.998 8.998 0 0 0 19.41 6.893v1.403h-.99q.149.261.275.53h.715V12a7.41 7.41 0 0 1-5.865 7.25zm-.28.01v-1.587a7 7 0 0 1-.53 0v1.588q.265.007.53 0m-.81-.01A8.998 8.998 0 0 1 4.59 6.893v5.108a7.41 7.41 0 0 0 5.865 7.25zm7.41-14.803A9 9 0 0 0 12 3.003A8.97 8.97 0 0 0 5.14 6.18h2.277A7.37 7.37 0 0 1 12 4.59a7.37 7.37 0 0 1 4.583 1.588z"/><path fill="currentColor" d="M14.111 20.75a9 9 0 0 0 6.828-7.727a24 24 0 0 1-1.673.429a7.42 7.42 0 0 1-5.15 5.652v1.64z"/></svg>

React

import type { SVGProps } from "react";

export function TokenHaka(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="M11.47 6.708H5.12v3.704h3.175v3.24l1.059 2.053V9.354H6.178V7.766h4.234v10.585l1.059 2.032zm7.41 2.646v1.058h-2.646v3.15l-.042.02l.042.006l-2.646 4.763l-1.059 2.117V6.708h6.351v1.058h-5.292v8.643l1.588-2.954V9.354z"/><path fill="currentColor" d="M12.545 20.982A8.998 8.998 0 0 0 19.41 6.893v1.403h-.99q.149.261.275.53h.715V12a7.41 7.41 0 0 1-5.865 7.25zm-.28.01v-1.587a7 7 0 0 1-.53 0v1.588q.265.007.53 0m-.81-.01A8.998 8.998 0 0 1 4.59 6.893v5.108a7.41 7.41 0 0 0 5.865 7.25zm7.41-14.803A9 9 0 0 0 12 3.003A8.97 8.97 0 0 0 5.14 6.18h2.277A7.37 7.37 0 0 1 12 4.59a7.37 7.37 0 0 1 4.583 1.588z"/><path fill="currentColor" d="M14.111 20.75a9 9 0 0 0 6.828-7.727a24 24 0 0 1-1.673.429a7.42 7.42 0 0 1-5.15 5.652v1.64z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.47 6.708H5.12v3.704h3.175v3.24l1.059 2.053V9.354H6.178V7.766h4.234v10.585l1.059 2.032zm7.41 2.646v1.058h-2.646v3.15l-.042.02l.042.006l-2.646 4.763l-1.059 2.117V6.708h6.351v1.058h-5.292v8.643l1.588-2.954V9.354z"/><path fill="currentColor" d="M12.545 20.982A8.998 8.998 0 0 0 19.41 6.893v1.403h-.99q.149.261.275.53h.715V12a7.41 7.41 0 0 1-5.865 7.25zm-.28.01v-1.587a7 7 0 0 1-.53 0v1.588q.265.007.53 0m-.81-.01A8.998 8.998 0 0 1 4.59 6.893v5.108a7.41 7.41 0 0 0 5.865 7.25zm7.41-14.803A9 9 0 0 0 12 3.003A8.97 8.97 0 0 0 5.14 6.18h2.277A7.37 7.37 0 0 1 12 4.59a7.37 7.37 0 0 1 4.583 1.588z"/><path fill="currentColor" d="M14.111 20.75a9 9 0 0 0 6.828-7.727a24 24 0 0 1-1.673.429a7.42 7.42 0 0 1-5.15 5.652v1.64z"/></svg>
</template>

CSS

.icon-haka {
  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%22M11.47%206.708H5.12v3.704h3.175v3.24l1.059%202.053V9.354H6.178V7.766h4.234v10.585l1.059%202.032zm7.41%202.646v1.058h-2.646v3.15l-.042.02l.042.006l-2.646%204.763l-1.059%202.117V6.708h6.351v1.058h-5.292v8.643l1.588-2.954V9.354z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.545%2020.982A8.998%208.998%200%200%200%2019.41%206.893v1.403h-.99q.149.261.275.53h.715V12a7.41%207.41%200%200%201-5.865%207.25zm-.28.01v-1.587a7%207%200%200%201-.53%200v1.588q.265.007.53%200m-.81-.01A8.998%208.998%200%200%201%204.59%206.893v5.108a7.41%207.41%200%200%200%205.865%207.25zm7.41-14.803A9%209%200%200%200%2012%203.003A8.97%208.97%200%200%200%205.14%206.18h2.277A7.37%207.37%200%200%201%2012%204.59a7.37%207.37%200%200%201%204.583%201.588z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.111%2020.75a9%209%200%200%200%206.828-7.727a24%2024%200%200%201-1.673.429a7.42%207.42%200%200%201-5.15%205.652v1.64z%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%22M11.47%206.708H5.12v3.704h3.175v3.24l1.059%202.053V9.354H6.178V7.766h4.234v10.585l1.059%202.032zm7.41%202.646v1.058h-2.646v3.15l-.042.02l.042.006l-2.646%204.763l-1.059%202.117V6.708h6.351v1.058h-5.292v8.643l1.588-2.954V9.354z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.545%2020.982A8.998%208.998%200%200%200%2019.41%206.893v1.403h-.99q.149.261.275.53h.715V12a7.41%207.41%200%200%201-5.865%207.25zm-.28.01v-1.587a7%207%200%200%201-.53%200v1.588q.265.007.53%200m-.81-.01A8.998%208.998%200%200%201%204.59%206.893v5.108a7.41%207.41%200%200%200%205.865%207.25zm7.41-14.803A9%209%200%200%200%2012%203.003A8.97%208.97%200%200%200%205.14%206.18h2.277A7.37%207.37%200%200%201%2012%204.59a7.37%207.37%200%200%201%204.583%201.588z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.111%2020.75a9%209%200%200%200%206.828-7.727a24%2024%200%200%201-1.673.429a7.42%207.42%200%200%201-5.15%205.652v1.64z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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