hammer-sharp from IonIcons by Ben Sperry · Sharp · MIT Free for personal and commercial use.

Name
hammer-sharp
Set
IonIcons
Style
Sharp
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="m294.28 256.9l-54.42-54.41a12 12 0 0 0-17 0L12.45 401a12 12 0 0 0-.27 17.2l66.05 66.28a12 12 0 0 0 17.22-.23l198.81-210.36a12 12 0 0 0 .02-16.99m205.05-57.57l-43.89-43.58a21.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.68A53.4 53.4 0 0 0 176 86.17L192 96s8.06-2 13.86-3.39a62.7 62.7 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.2 4.23-9.52 21.35-24.16 39.84a8 8 0 0 0 .61 10.62l45.37 45.37a8 8 0 0 0 11 .25c12.07-11 30.49-28 34.67-30.59c7.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.54l43.95 43.68a8 8 0 0 0 11.28 0l74.68-74.2a8 8 0 0 0 .06-11.36"/></svg>

React

import type { SVGProps } from "react";

export function IonHammerSharp(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="m294.28 256.9l-54.42-54.41a12 12 0 0 0-17 0L12.45 401a12 12 0 0 0-.27 17.2l66.05 66.28a12 12 0 0 0 17.22-.23l198.81-210.36a12 12 0 0 0 .02-16.99m205.05-57.57l-43.89-43.58a21.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.68A53.4 53.4 0 0 0 176 86.17L192 96s8.06-2 13.86-3.39a62.7 62.7 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.2 4.23-9.52 21.35-24.16 39.84a8 8 0 0 0 .61 10.62l45.37 45.37a8 8 0 0 0 11 .25c12.07-11 30.49-28 34.67-30.59c7.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.54l43.95 43.68a8 8 0 0 0 11.28 0l74.68-74.2a8 8 0 0 0 .06-11.36"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m294.28 256.9l-54.42-54.41a12 12 0 0 0-17 0L12.45 401a12 12 0 0 0-.27 17.2l66.05 66.28a12 12 0 0 0 17.22-.23l198.81-210.36a12 12 0 0 0 .02-16.99m205.05-57.57l-43.89-43.58a21.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.68A53.4 53.4 0 0 0 176 86.17L192 96s8.06-2 13.86-3.39a62.7 62.7 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.2 4.23-9.52 21.35-24.16 39.84a8 8 0 0 0 .61 10.62l45.37 45.37a8 8 0 0 0 11 .25c12.07-11 30.49-28 34.67-30.59c7.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.54l43.95 43.68a8 8 0 0 0 11.28 0l74.68-74.2a8 8 0 0 0 .06-11.36"/></svg>
</template>

CSS

.icon-hammer-sharp {
  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%22m294.28%20256.9l-54.42-54.41a12%2012%200%200%200-17%200L12.45%20401a12%2012%200%200%200-.27%2017.2l66.05%2066.28a12%2012%200%200%200%2017.22-.23l198.81-210.36a12%2012%200%200%200%20.02-16.99m205.05-57.57l-43.89-43.58a21.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.68A53.4%2053.4%200%200%200%20176%2086.17L192%2096s8.06-2%2013.86-3.39a62.7%2062.7%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.2%204.23-9.52%2021.35-24.16%2039.84a8%208%200%200%200%20.61%2010.62l45.37%2045.37a8%208%200%200%200%2011%20.25c12.07-11%2030.49-28%2034.67-30.59c7.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.54l43.95%2043.68a8%208%200%200%200%2011.28%200l74.68-74.2a8%208%200%200%200%20.06-11.36%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%22m294.28%20256.9l-54.42-54.41a12%2012%200%200%200-17%200L12.45%20401a12%2012%200%200%200-.27%2017.2l66.05%2066.28a12%2012%200%200%200%2017.22-.23l198.81-210.36a12%2012%200%200%200%20.02-16.99m205.05-57.57l-43.89-43.58a21.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.68A53.4%2053.4%200%200%200%20176%2086.17L192%2096s8.06-2%2013.86-3.39a62.7%2062.7%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.2%204.23-9.52%2021.35-24.16%2039.84a8%208%200%200%200%20.61%2010.62l45.37%2045.37a8%208%200%200%200%2011%20.25c12.07-11%2030.49-28%2034.67-30.59c7.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.54l43.95%2043.68a8%208%200%200%200%2011.28%200l74.68-74.2a8%208%200%200%200%20.06-11.36%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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