axe from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
axe
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

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"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="m10.202 9.306l3.107 3.106c.24.24.36.36.433.51c.073.149.094.317.137.654l.23 1.827c.097.768.146 1.152.508 1.413c.362.26.659.202 1.252.084c1.294-.258 2.679-1.003 3.854-2.177c1.174-1.175 1.92-2.56 2.177-3.854c.118-.593.177-.89-.084-1.252s-.645-.41-1.413-.508l-1.827-.23c-.337-.043-.505-.064-.654-.138c-.15-.073-.27-.193-.51-.432l-3.106-3.107c-.56-.56-.84-.84-1.141-.989a2.05 2.05 0 0 0-1.822 0c-.302.15-.582.43-1.141.989c-.56.56-.84.839-.989 1.14a2.05 2.05 0 0 0 0 1.823c.15.301.43.581.989 1.14"/><path d="m12.5 12l-7.482 7.482a1.767 1.767 0 1 1-2.5-2.5L10 9.5"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsAxe(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="m10.202 9.306l3.107 3.106c.24.24.36.36.433.51c.073.149.094.317.137.654l.23 1.827c.097.768.146 1.152.508 1.413c.362.26.659.202 1.252.084c1.294-.258 2.679-1.003 3.854-2.177c1.174-1.175 1.92-2.56 2.177-3.854c.118-.593.177-.89-.084-1.252s-.645-.41-1.413-.508l-1.827-.23c-.337-.043-.505-.064-.654-.138c-.15-.073-.27-.193-.51-.432l-3.106-3.107c-.56-.56-.84-.84-1.141-.989a2.05 2.05 0 0 0-1.822 0c-.302.15-.582.43-1.141.989c-.56.56-.84.839-.989 1.14a2.05 2.05 0 0 0 0 1.823c.15.301.43.581.989 1.14"/><path d="m12.5 12l-7.482 7.482a1.767 1.767 0 1 1-2.5-2.5L10 9.5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="m10.202 9.306l3.107 3.106c.24.24.36.36.433.51c.073.149.094.317.137.654l.23 1.827c.097.768.146 1.152.508 1.413c.362.26.659.202 1.252.084c1.294-.258 2.679-1.003 3.854-2.177c1.174-1.175 1.92-2.56 2.177-3.854c.118-.593.177-.89-.084-1.252s-.645-.41-1.413-.508l-1.827-.23c-.337-.043-.505-.064-.654-.138c-.15-.073-.27-.193-.51-.432l-3.106-3.107c-.56-.56-.84-.84-1.141-.989a2.05 2.05 0 0 0-1.822 0c-.302.15-.582.43-1.141.989c-.56.56-.84.839-.989 1.14a2.05 2.05 0 0 0 0 1.823c.15.301.43.581.989 1.14"/><path d="m12.5 12l-7.482 7.482a1.767 1.767 0 1 1-2.5-2.5L10 9.5"/></g></svg>
</template>

CSS

.icon-axe {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m10.202%209.306l3.107%203.106c.24.24.36.36.433.51c.073.149.094.317.137.654l.23%201.827c.097.768.146%201.152.508%201.413c.362.26.659.202%201.252.084c1.294-.258%202.679-1.003%203.854-2.177c1.174-1.175%201.92-2.56%202.177-3.854c.118-.593.177-.89-.084-1.252s-.645-.41-1.413-.508l-1.827-.23c-.337-.043-.505-.064-.654-.138c-.15-.073-.27-.193-.51-.432l-3.106-3.107c-.56-.56-.84-.84-1.141-.989a2.05%202.05%200%200%200-1.822%200c-.302.15-.582.43-1.141.989c-.56.56-.84.839-.989%201.14a2.05%202.05%200%200%200%200%201.823c.15.301.43.581.989%201.14%22%2F%3E%3Cpath%20d%3D%22m12.5%2012l-7.482%207.482a1.767%201.767%200%201%201-2.5-2.5L10%209.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m10.202%209.306l3.107%203.106c.24.24.36.36.433.51c.073.149.094.317.137.654l.23%201.827c.097.768.146%201.152.508%201.413c.362.26.659.202%201.252.084c1.294-.258%202.679-1.003%203.854-2.177c1.174-1.175%201.92-2.56%202.177-3.854c.118-.593.177-.89-.084-1.252s-.645-.41-1.413-.508l-1.827-.23c-.337-.043-.505-.064-.654-.138c-.15-.073-.27-.193-.51-.432l-3.106-3.107c-.56-.56-.84-.84-1.141-.989a2.05%202.05%200%200%200-1.822%200c-.302.15-.582.43-1.141.989c-.56.56-.84.839-.989%201.14a2.05%202.05%200%200%200%200%201.823c.15.301.43.581.989%201.14%22%2F%3E%3Cpath%20d%3D%22m12.5%2012l-7.482%207.482a1.767%201.767%200%201%201-2.5-2.5L10%209.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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