axe-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
axe-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Use the axe icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 3c2.74 1.826 7.278 2.075 10.972 2.022A1.01 1.01 0 0 1 19 6.03v2.94a1.01 1.01 0 0 1-1.028 1.007C14.278 9.925 9.74 10.174 7 12c0 0-1-1.687-1-4.5S7 3 7 3"/><path fill="currentColor" d="M15 21V10h-3v11z"/><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M7 3c2.74 1.826 7.278 2.075 10.972 2.022A1.01 1.01 0 0 1 19 6.03v2.94a1.01 1.01 0 0 1-1.028 1.007C14.278 9.925 9.74 10.174 7 12c0 0-1-1.687-1-4.5S7 3 7 3Z"/><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M15 21V10h-3v11z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteAxeFill(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="M7 3c2.74 1.826 7.278 2.075 10.972 2.022A1.01 1.01 0 0 1 19 6.03v2.94a1.01 1.01 0 0 1-1.028 1.007C14.278 9.925 9.74 10.174 7 12c0 0-1-1.687-1-4.5S7 3 7 3"/><path fill="currentColor" d="M15 21V10h-3v11z"/><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="2" d="M7 3c2.74 1.826 7.278 2.075 10.972 2.022A1.01 1.01 0 0 1 19 6.03v2.94a1.01 1.01 0 0 1-1.028 1.007C14.278 9.925 9.74 10.174 7 12c0 0-1-1.687-1-4.5S7 3 7 3Z"/><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="2" d="M15 21V10h-3v11z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 3c2.74 1.826 7.278 2.075 10.972 2.022A1.01 1.01 0 0 1 19 6.03v2.94a1.01 1.01 0 0 1-1.028 1.007C14.278 9.925 9.74 10.174 7 12c0 0-1-1.687-1-4.5S7 3 7 3"/><path fill="currentColor" d="M15 21V10h-3v11z"/><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M7 3c2.74 1.826 7.278 2.075 10.972 2.022A1.01 1.01 0 0 1 19 6.03v2.94a1.01 1.01 0 0 1-1.028 1.007C14.278 9.925 9.74 10.174 7 12c0 0-1-1.687-1-4.5S7 3 7 3Z"/><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M15 21V10h-3v11z"/></svg>
</template>

CSS

.icon-axe-fill {
  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%22M7%203c2.74%201.826%207.278%202.075%2010.972%202.022A1.01%201.01%200%200%201%2019%206.03v2.94a1.01%201.01%200%200%201-1.028%201.007C14.278%209.925%209.74%2010.174%207%2012c0%200-1-1.687-1-4.5S7%203%207%203%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%2021V10h-3v11z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M7%203c2.74%201.826%207.278%202.075%2010.972%202.022A1.01%201.01%200%200%201%2019%206.03v2.94a1.01%201.01%200%200%201-1.028%201.007C14.278%209.925%209.74%2010.174%207%2012c0%200-1-1.687-1-4.5S7%203%207%203Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M15%2021V10h-3v11z%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%22M7%203c2.74%201.826%207.278%202.075%2010.972%202.022A1.01%201.01%200%200%201%2019%206.03v2.94a1.01%201.01%200%200%201-1.028%201.007C14.278%209.925%209.74%2010.174%207%2012c0%200-1-1.687-1-4.5S7%203%207%203%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%2021V10h-3v11z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M7%203c2.74%201.826%207.278%202.075%2010.972%202.022A1.01%201.01%200%200%201%2019%206.03v2.94a1.01%201.01%200%200%201-1.028%201.007C14.278%209.925%209.74%2010.174%207%2012c0%200-1-1.687-1-4.5S7%203%207%203Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M15%2021V10h-3v11z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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