hammer from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
hammer
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

2 other variants in IonIcons

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 512 512"><path fill="currentColor" d="m280.16 242.79l-26.11-26.12a32 32 0 0 0-45.14-.12L27.38 384.08c-6.61 6.23-10.95 14.17-11.35 23.06a32.1 32.1 0 0 0 9.21 23.94l39 39.43a.5.5 0 0 0 .07.07A32.3 32.3 0 0 0 87 480h1.18c8.89-.33 16.85-4.5 23.17-11.17l168.7-180.7a32 32 0 0 0 .11-45.34M490 190l-.31-.31l-34.27-33.92a21.46 21.46 0 0 0-15.28-6.26a21.9 21.9 0 0 0-12.79 4.14c0-.43.06-.85.09-1.22c.45-6.5 1.15-16.32-5.2-25.22a258 258 0 0 0-24.8-28.74a.6.6 0 0 0-.08-.08c-13.32-13.12-42.31-37.83-86.72-55.94A139.6 139.6 0 0 0 257.56 32C226 32 202 46.24 192.81 54.68a120 120 0 0 0-14.18 16.22a16 16 0 0 0 18.65 24.34a75 75 0 0 1 8.58-2.63a63.5 63.5 0 0 1 18.45-1.15c13.19 1.09 28.79 7.64 35.69 13.09c11.7 9.41 17.33 22.09 18.26 41.09c.18 3.82-7.72 18.14-20 34.48a16 16 0 0 0 1.45 21l34.41 34.41a16 16 0 0 0 22 .62c9.73-8.69 24.55-21.79 29.73-25c7.69-4.73 13.19-5.64 14.7-5.8a19.2 19.2 0 0 1 11.29 2.38a1.24 1.24 0 0 1-.31.95l-1.82 1.73l-.3.28a21.52 21.52 0 0 0 .05 30.54l34.26 33.91a21.45 21.45 0 0 0 15.28 6.25a21.7 21.7 0 0 0 15.22-6.2l55.5-54.82c.19-.19.38-.39.56-.59A21.87 21.87 0 0 0 490 190"/></svg>

React

import type { SVGProps } from "react";

export function IonHammer(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m280.16 242.79l-26.11-26.12a32 32 0 0 0-45.14-.12L27.38 384.08c-6.61 6.23-10.95 14.17-11.35 23.06a32.1 32.1 0 0 0 9.21 23.94l39 39.43a.5.5 0 0 0 .07.07A32.3 32.3 0 0 0 87 480h1.18c8.89-.33 16.85-4.5 23.17-11.17l168.7-180.7a32 32 0 0 0 .11-45.34M490 190l-.31-.31l-34.27-33.92a21.46 21.46 0 0 0-15.28-6.26a21.9 21.9 0 0 0-12.79 4.14c0-.43.06-.85.09-1.22c.45-6.5 1.15-16.32-5.2-25.22a258 258 0 0 0-24.8-28.74a.6.6 0 0 0-.08-.08c-13.32-13.12-42.31-37.83-86.72-55.94A139.6 139.6 0 0 0 257.56 32C226 32 202 46.24 192.81 54.68a120 120 0 0 0-14.18 16.22a16 16 0 0 0 18.65 24.34a75 75 0 0 1 8.58-2.63a63.5 63.5 0 0 1 18.45-1.15c13.19 1.09 28.79 7.64 35.69 13.09c11.7 9.41 17.33 22.09 18.26 41.09c.18 3.82-7.72 18.14-20 34.48a16 16 0 0 0 1.45 21l34.41 34.41a16 16 0 0 0 22 .62c9.73-8.69 24.55-21.79 29.73-25c7.69-4.73 13.19-5.64 14.7-5.8a19.2 19.2 0 0 1 11.29 2.38a1.24 1.24 0 0 1-.31.95l-1.82 1.73l-.3.28a21.52 21.52 0 0 0 .05 30.54l34.26 33.91a21.45 21.45 0 0 0 15.28 6.25a21.7 21.7 0 0 0 15.22-6.2l55.5-54.82c.19-.19.38-.39.56-.59A21.87 21.87 0 0 0 490 190"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m280.16 242.79l-26.11-26.12a32 32 0 0 0-45.14-.12L27.38 384.08c-6.61 6.23-10.95 14.17-11.35 23.06a32.1 32.1 0 0 0 9.21 23.94l39 39.43a.5.5 0 0 0 .07.07A32.3 32.3 0 0 0 87 480h1.18c8.89-.33 16.85-4.5 23.17-11.17l168.7-180.7a32 32 0 0 0 .11-45.34M490 190l-.31-.31l-34.27-33.92a21.46 21.46 0 0 0-15.28-6.26a21.9 21.9 0 0 0-12.79 4.14c0-.43.06-.85.09-1.22c.45-6.5 1.15-16.32-5.2-25.22a258 258 0 0 0-24.8-28.74a.6.6 0 0 0-.08-.08c-13.32-13.12-42.31-37.83-86.72-55.94A139.6 139.6 0 0 0 257.56 32C226 32 202 46.24 192.81 54.68a120 120 0 0 0-14.18 16.22a16 16 0 0 0 18.65 24.34a75 75 0 0 1 8.58-2.63a63.5 63.5 0 0 1 18.45-1.15c13.19 1.09 28.79 7.64 35.69 13.09c11.7 9.41 17.33 22.09 18.26 41.09c.18 3.82-7.72 18.14-20 34.48a16 16 0 0 0 1.45 21l34.41 34.41a16 16 0 0 0 22 .62c9.73-8.69 24.55-21.79 29.73-25c7.69-4.73 13.19-5.64 14.7-5.8a19.2 19.2 0 0 1 11.29 2.38a1.24 1.24 0 0 1-.31.95l-1.82 1.73l-.3.28a21.52 21.52 0 0 0 .05 30.54l34.26 33.91a21.45 21.45 0 0 0 15.28 6.25a21.7 21.7 0 0 0 15.22-6.2l55.5-54.82c.19-.19.38-.39.56-.59A21.87 21.87 0 0 0 490 190"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m280.16%20242.79l-26.11-26.12a32%2032%200%200%200-45.14-.12L27.38%20384.08c-6.61%206.23-10.95%2014.17-11.35%2023.06a32.1%2032.1%200%200%200%209.21%2023.94l39%2039.43a.5.5%200%200%200%20.07.07A32.3%2032.3%200%200%200%2087%20480h1.18c8.89-.33%2016.85-4.5%2023.17-11.17l168.7-180.7a32%2032%200%200%200%20.11-45.34M490%20190l-.31-.31l-34.27-33.92a21.46%2021.46%200%200%200-15.28-6.26a21.9%2021.9%200%200%200-12.79%204.14c0-.43.06-.85.09-1.22c.45-6.5%201.15-16.32-5.2-25.22a258%20258%200%200%200-24.8-28.74a.6.6%200%200%200-.08-.08c-13.32-13.12-42.31-37.83-86.72-55.94A139.6%20139.6%200%200%200%20257.56%2032C226%2032%20202%2046.24%20192.81%2054.68a120%20120%200%200%200-14.18%2016.22a16%2016%200%200%200%2018.65%2024.34a75%2075%200%200%201%208.58-2.63a63.5%2063.5%200%200%201%2018.45-1.15c13.19%201.09%2028.79%207.64%2035.69%2013.09c11.7%209.41%2017.33%2022.09%2018.26%2041.09c.18%203.82-7.72%2018.14-20%2034.48a16%2016%200%200%200%201.45%2021l34.41%2034.41a16%2016%200%200%200%2022%20.62c9.73-8.69%2024.55-21.79%2029.73-25c7.69-4.73%2013.19-5.64%2014.7-5.8a19.2%2019.2%200%200%201%2011.29%202.38a1.24%201.24%200%200%201-.31.95l-1.82%201.73l-.3.28a21.52%2021.52%200%200%200%20.05%2030.54l34.26%2033.91a21.45%2021.45%200%200%200%2015.28%206.25a21.7%2021.7%200%200%200%2015.22-6.2l55.5-54.82c.19-.19.38-.39.56-.59A21.87%2021.87%200%200%200%20490%20190%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m280.16%20242.79l-26.11-26.12a32%2032%200%200%200-45.14-.12L27.38%20384.08c-6.61%206.23-10.95%2014.17-11.35%2023.06a32.1%2032.1%200%200%200%209.21%2023.94l39%2039.43a.5.5%200%200%200%20.07.07A32.3%2032.3%200%200%200%2087%20480h1.18c8.89-.33%2016.85-4.5%2023.17-11.17l168.7-180.7a32%2032%200%200%200%20.11-45.34M490%20190l-.31-.31l-34.27-33.92a21.46%2021.46%200%200%200-15.28-6.26a21.9%2021.9%200%200%200-12.79%204.14c0-.43.06-.85.09-1.22c.45-6.5%201.15-16.32-5.2-25.22a258%20258%200%200%200-24.8-28.74a.6.6%200%200%200-.08-.08c-13.32-13.12-42.31-37.83-86.72-55.94A139.6%20139.6%200%200%200%20257.56%2032C226%2032%20202%2046.24%20192.81%2054.68a120%20120%200%200%200-14.18%2016.22a16%2016%200%200%200%2018.65%2024.34a75%2075%200%200%201%208.58-2.63a63.5%2063.5%200%200%201%2018.45-1.15c13.19%201.09%2028.79%207.64%2035.69%2013.09c11.7%209.41%2017.33%2022.09%2018.26%2041.09c.18%203.82-7.72%2018.14-20%2034.48a16%2016%200%200%200%201.45%2021l34.41%2034.41a16%2016%200%200%200%2022%20.62c9.73-8.69%2024.55-21.79%2029.73-25c7.69-4.73%2013.19-5.64%2014.7-5.8a19.2%2019.2%200%200%201%2011.29%202.38a1.24%201.24%200%200%201-.31.95l-1.82%201.73l-.3.28a21.52%2021.52%200%200%200%20.05%2030.54l34.26%2033.91a21.45%2021.45%200%200%200%2015.28%206.25a21.7%2021.7%200%200%200%2015.22-6.2l55.5-54.82c.19-.19.38-.39.56-.59A21.87%2021.87%200%200%200%20490%20190%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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