pickax-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.

Name
pickax-line
Set
MingCute Icon
Style
Line
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

Use the pickax icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m9 9.172l9.303 9.838l.707-.707L9.17 9M7.043 7l-.7-.656l.658.7M4.222 14.12s-.707-3.535 2.828-7.07c3.536-3.536 7.071-2.83 7.071-2.83s-3.535 2.83-4.95 4.95c-2.12 1.415-4.95 4.95-4.95 4.95"/></svg>

React

import type { SVGProps } from "react";

export function MingcutePickaxLine(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m9 9.172l9.303 9.838l.707-.707L9.17 9M7.043 7l-.7-.656l.658.7M4.222 14.12s-.707-3.535 2.828-7.07c3.536-3.536 7.071-2.83 7.071-2.83s-3.535 2.83-4.95 4.95c-2.12 1.415-4.95 4.95-4.95 4.95"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m9 9.172l9.303 9.838l.707-.707L9.17 9M7.043 7l-.7-.656l.658.7M4.222 14.12s-.707-3.535 2.828-7.07c3.536-3.536 7.071-2.83 7.071-2.83s-3.535 2.83-4.95 4.95c-2.12 1.415-4.95 4.95-4.95 4.95"/></svg>
</template>

CSS

.icon-pickax-line {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m9%209.172l9.303%209.838l.707-.707L9.17%209M7.043%207l-.7-.656l.658.7M4.222%2014.12s-.707-3.535%202.828-7.07c3.536-3.536%207.071-2.83%207.071-2.83s-3.535%202.83-4.95%204.95c-2.12%201.415-4.95%204.95-4.95%204.95%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m9%209.172l9.303%209.838l.707-.707L9.17%209M7.043%207l-.7-.656l.658.7M4.222%2014.12s-.707-3.535%202.828-7.07c3.536-3.536%207.071-2.83%207.071-2.83s-3.535%202.83-4.95%204.95c-2.12%201.415-4.95%204.95-4.95%204.95%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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