hammer from Font Awesome 6 Solid by Dave Gandy · Regular · Construction · CC-BY-4.0 Attribution required.

Name
hammer
Set
Font Awesome 6 Solid
Style
Regular
Category
Construction
Viewbox
576×512
License
CC BY 4.0

The same icon in other sets

More construction icons from Font Awesome 6 Solid

Use the hammer icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M413.5 237.5c-28.2 4.8-58.2-3.6-80-25.4L295.4 174c-15-15-23.4-35.2-23.4-56.4v-12.1L192.3 62c-5.3-2.9-8.6-8.6-8.3-14.7s3.9-11.5 9.5-14l47.2-21C259.1 4.2 279 0 299.2 0h18.1c36.7 0 72 14 98.7 39.1l44.6 42c24.2 22.8 33.2 55.7 26.6 86L503 183l8-8c9.4-9.4 24.6-9.4 33.9 0l24 24c9.4 9.4 9.4 24.6 0 33.9l-88 88c-9.4 9.4-24.6 9.4-33.9 0l-24-24c-9.4-9.4-9.4-24.6 0-33.9l8-8zM27.4 377.1l233.5-194.5c3.5 4.9 7.5 9.6 11.8 14l38.1 38.1c6 6 12.4 11.2 19.2 15.7L134.9 484.6C120.4 502 98.9 512 76.3 512C34.1 512 0 477.8 0 435.7c0-22.6 10.1-44.1 27.4-58.6"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidHammer(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M413.5 237.5c-28.2 4.8-58.2-3.6-80-25.4L295.4 174c-15-15-23.4-35.2-23.4-56.4v-12.1L192.3 62c-5.3-2.9-8.6-8.6-8.3-14.7s3.9-11.5 9.5-14l47.2-21C259.1 4.2 279 0 299.2 0h18.1c36.7 0 72 14 98.7 39.1l44.6 42c24.2 22.8 33.2 55.7 26.6 86L503 183l8-8c9.4-9.4 24.6-9.4 33.9 0l24 24c9.4 9.4 9.4 24.6 0 33.9l-88 88c-9.4 9.4-24.6 9.4-33.9 0l-24-24c-9.4-9.4-9.4-24.6 0-33.9l8-8zM27.4 377.1l233.5-194.5c3.5 4.9 7.5 9.6 11.8 14l38.1 38.1c6 6 12.4 11.2 19.2 15.7L134.9 484.6C120.4 502 98.9 512 76.3 512C34.1 512 0 477.8 0 435.7c0-22.6 10.1-44.1 27.4-58.6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M413.5 237.5c-28.2 4.8-58.2-3.6-80-25.4L295.4 174c-15-15-23.4-35.2-23.4-56.4v-12.1L192.3 62c-5.3-2.9-8.6-8.6-8.3-14.7s3.9-11.5 9.5-14l47.2-21C259.1 4.2 279 0 299.2 0h18.1c36.7 0 72 14 98.7 39.1l44.6 42c24.2 22.8 33.2 55.7 26.6 86L503 183l8-8c9.4-9.4 24.6-9.4 33.9 0l24 24c9.4 9.4 9.4 24.6 0 33.9l-88 88c-9.4 9.4-24.6 9.4-33.9 0l-24-24c-9.4-9.4-9.4-24.6 0-33.9l8-8zM27.4 377.1l233.5-194.5c3.5 4.9 7.5 9.6 11.8 14l38.1 38.1c6 6 12.4 11.2 19.2 15.7L134.9 484.6C120.4 502 98.9 512 76.3 512C34.1 512 0 477.8 0 435.7c0-22.6 10.1-44.1 27.4-58.6"/></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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M413.5%20237.5c-28.2%204.8-58.2-3.6-80-25.4L295.4%20174c-15-15-23.4-35.2-23.4-56.4v-12.1L192.3%2062c-5.3-2.9-8.6-8.6-8.3-14.7s3.9-11.5%209.5-14l47.2-21C259.1%204.2%20279%200%20299.2%200h18.1c36.7%200%2072%2014%2098.7%2039.1l44.6%2042c24.2%2022.8%2033.2%2055.7%2026.6%2086L503%20183l8-8c9.4-9.4%2024.6-9.4%2033.9%200l24%2024c9.4%209.4%209.4%2024.6%200%2033.9l-88%2088c-9.4%209.4-24.6%209.4-33.9%200l-24-24c-9.4-9.4-9.4-24.6%200-33.9l8-8zM27.4%20377.1l233.5-194.5c3.5%204.9%207.5%209.6%2011.8%2014l38.1%2038.1c6%206%2012.4%2011.2%2019.2%2015.7L134.9%20484.6C120.4%20502%2098.9%20512%2076.3%20512C34.1%20512%200%20477.8%200%20435.7c0-22.6%2010.1-44.1%2027.4-58.6%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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M413.5%20237.5c-28.2%204.8-58.2-3.6-80-25.4L295.4%20174c-15-15-23.4-35.2-23.4-56.4v-12.1L192.3%2062c-5.3-2.9-8.6-8.6-8.3-14.7s3.9-11.5%209.5-14l47.2-21C259.1%204.2%20279%200%20299.2%200h18.1c36.7%200%2072%2014%2098.7%2039.1l44.6%2042c24.2%2022.8%2033.2%2055.7%2026.6%2086L503%20183l8-8c9.4-9.4%2024.6-9.4%2033.9%200l24%2024c9.4%209.4%209.4%2024.6%200%2033.9l-88%2088c-9.4%209.4-24.6%209.4-33.9%200l-24-24c-9.4-9.4-9.4-24.6%200-33.9l8-8zM27.4%20377.1l233.5-194.5c3.5%204.9%207.5%209.6%2011.8%2014l38.1%2038.1c6%206%2012.4%2011.2%2019.2%2015.7L134.9%20484.6C120.4%20502%2098.9%20512%2076.3%20512C34.1%20512%200%20477.8%200%20435.7c0-22.6%2010.1-44.1%2027.4-58.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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