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

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

The same icon in other sets

Use the hammer 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-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="m12 8.5l-8.879 8.879a2.121 2.121 0 1 0 3 3L15 11.5"/><path d="m16.12 5.037l4.248 4.283c.646.65.969.977 1.076 1.357c.075.27.075.555 0 .824c-.107.38-.43.707-1.076 1.358s-.969.977-1.346 1.084c-.267.076-.55.076-.817 0c-.378-.107-.7-.433-1.347-1.084l-6.834-6.891c-1.034-1.043-1.55-1.564-1.522-2.02c.014-.224.102-.437.25-.606C9.05 3 9.78 3 11.243 3c1.177 0 1.765 0 2.313.16q.427.125.815.34c.5.278.916.698 1.749 1.537Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsHammer(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" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="m12 8.5l-8.879 8.879a2.121 2.121 0 1 0 3 3L15 11.5"/><path d="m16.12 5.037l4.248 4.283c.646.65.969.977 1.076 1.357c.075.27.075.555 0 .824c-.107.38-.43.707-1.076 1.358s-.969.977-1.346 1.084c-.267.076-.55.076-.817 0c-.378-.107-.7-.433-1.347-1.084l-6.834-6.891c-1.034-1.043-1.55-1.564-1.522-2.02c.014-.224.102-.437.25-.606C9.05 3 9.78 3 11.243 3c1.177 0 1.765 0 2.313.16q.427.125.815.34c.5.278.916.698 1.749 1.537Z"/></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-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="m12 8.5l-8.879 8.879a2.121 2.121 0 1 0 3 3L15 11.5"/><path d="m16.12 5.037l4.248 4.283c.646.65.969.977 1.076 1.357c.075.27.075.555 0 .824c-.107.38-.43.707-1.076 1.358s-.969.977-1.346 1.084c-.267.076-.55.076-.817 0c-.378-.107-.7-.433-1.347-1.084l-6.834-6.891c-1.034-1.043-1.55-1.564-1.522-2.02c.014-.224.102-.437.25-.606C9.05 3 9.78 3 11.243 3c1.177 0 1.765 0 2.313.16q.427.125.815.34c.5.278.916.698 1.749 1.537Z"/></g></svg>
</template>

CSS

.icon-hammer {
  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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m12%208.5l-8.879%208.879a2.121%202.121%200%201%200%203%203L15%2011.5%22%2F%3E%3Cpath%20d%3D%22m16.12%205.037l4.248%204.283c.646.65.969.977%201.076%201.357c.075.27.075.555%200%20.824c-.107.38-.43.707-1.076%201.358s-.969.977-1.346%201.084c-.267.076-.55.076-.817%200c-.378-.107-.7-.433-1.347-1.084l-6.834-6.891c-1.034-1.043-1.55-1.564-1.522-2.02c.014-.224.102-.437.25-.606C9.05%203%209.78%203%2011.243%203c1.177%200%201.765%200%202.313.16q.427.125.815.34c.5.278.916.698%201.749%201.537Z%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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m12%208.5l-8.879%208.879a2.121%202.121%200%201%200%203%203L15%2011.5%22%2F%3E%3Cpath%20d%3D%22m16.12%205.037l4.248%204.283c.646.65.969.977%201.076%201.357c.075.27.075.555%200%20.824c-.107.38-.43.707-1.076%201.358s-.969.977-1.346%201.084c-.267.076-.55.076-.817%200c-.378-.107-.7-.433-1.347-1.084l-6.834-6.891c-1.034-1.043-1.55-1.564-1.522-2.02c.014-.224.102-.437.25-.606C9.05%203%209.78%203%2011.243%203c1.177%200%201.765%200%202.313.16q.427.125.815.34c.5.278.916.698%201.749%201.537Z%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/hammer.svg?color=%231a73e8&size=48