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

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

The same icon in other sets

Use the pickaxe 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-linejoin="round" stroke-width="1.5"><path d="M14.398 5.839c-.63 0-1.137.507-2.15 1.52c-1.015 1.015-1.522 1.522-1.522 2.152s.507 1.137 1.521 2.151s1.521 1.521 2.151 1.521m-3.672-3.672Zm3.672 3.672c.63 0 1.138-.507 2.152-1.52c1.014-1.015 1.52-1.522 1.52-2.152m0 0c0-.63-.506-1.137-1.52-2.151s-1.522-1.522-2.152-1.522m3.673 3.673Z"/><path stroke-linecap="round" d="m11.275 10.688l-8.113 8.113A1.434 1.434 0 1 0 5.19 20.83l8.113-8.113m4.564-1.522l2.536 2.535a2.87 2.87 0 0 1 0 4.057l-4.564-4.564m-3.045-7.098L10.26 3.59a2.87 2.87 0 0 0-4.057 0l4.564 4.563"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsPickaxe(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" strokeLinejoin="round" strokeWidth="1.5"><path d="M14.398 5.839c-.63 0-1.137.507-2.15 1.52c-1.015 1.015-1.522 1.522-1.522 2.152s.507 1.137 1.521 2.151s1.521 1.521 2.151 1.521m-3.672-3.672Zm3.672 3.672c.63 0 1.138-.507 2.152-1.52c1.014-1.015 1.52-1.522 1.52-2.152m0 0c0-.63-.506-1.137-1.52-2.151s-1.522-1.522-2.152-1.522m3.673 3.673Z"/><path strokeLinecap="round" d="m11.275 10.688l-8.113 8.113A1.434 1.434 0 1 0 5.19 20.83l8.113-8.113m4.564-1.522l2.536 2.535a2.87 2.87 0 0 1 0 4.057l-4.564-4.564m-3.045-7.098L10.26 3.59a2.87 2.87 0 0 0-4.057 0l4.564 4.563"/></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-linejoin="round" stroke-width="1.5"><path d="M14.398 5.839c-.63 0-1.137.507-2.15 1.52c-1.015 1.015-1.522 1.522-1.522 2.152s.507 1.137 1.521 2.151s1.521 1.521 2.151 1.521m-3.672-3.672Zm3.672 3.672c.63 0 1.138-.507 2.152-1.52c1.014-1.015 1.52-1.522 1.52-2.152m0 0c0-.63-.506-1.137-1.52-2.151s-1.522-1.522-2.152-1.522m3.673 3.673Z"/><path stroke-linecap="round" d="m11.275 10.688l-8.113 8.113A1.434 1.434 0 1 0 5.19 20.83l8.113-8.113m4.564-1.522l2.536 2.535a2.87 2.87 0 0 1 0 4.057l-4.564-4.564m-3.045-7.098L10.26 3.59a2.87 2.87 0 0 0-4.057 0l4.564 4.563"/></g></svg>
</template>

CSS

.icon-pickaxe {
  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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14.398%205.839c-.63%200-1.137.507-2.15%201.52c-1.015%201.015-1.522%201.522-1.522%202.152s.507%201.137%201.521%202.151s1.521%201.521%202.151%201.521m-3.672-3.672Zm3.672%203.672c.63%200%201.138-.507%202.152-1.52c1.014-1.015%201.52-1.522%201.52-2.152m0%200c0-.63-.506-1.137-1.52-2.151s-1.522-1.522-2.152-1.522m3.673%203.673Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m11.275%2010.688l-8.113%208.113A1.434%201.434%200%201%200%205.19%2020.83l8.113-8.113m4.564-1.522l2.536%202.535a2.87%202.87%200%200%201%200%204.057l-4.564-4.564m-3.045-7.098L10.26%203.59a2.87%202.87%200%200%200-4.057%200l4.564%204.563%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14.398%205.839c-.63%200-1.137.507-2.15%201.52c-1.015%201.015-1.522%201.522-1.522%202.152s.507%201.137%201.521%202.151s1.521%201.521%202.151%201.521m-3.672-3.672Zm3.672%203.672c.63%200%201.138-.507%202.152-1.52c1.014-1.015%201.52-1.522%201.52-2.152m0%200c0-.63-.506-1.137-1.52-2.151s-1.522-1.522-2.152-1.522m3.673%203.673Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m11.275%2010.688l-8.113%208.113A1.434%201.434%200%201%200%205.19%2020.83l8.113-8.113m4.564-1.522l2.536%202.535a2.87%202.87%200%200%201%200%204.057l-4.564-4.564m-3.045-7.098L10.26%203.59a2.87%202.87%200%200%200-4.057%200l4.564%204.563%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/pickaxe.svg?color=%231a73e8&size=48