hammer-sharp from Keyline Icons by Keyline Icons · Sharp · MIT Free for personal and commercial use.

Name
hammer-sharp
Set
Keyline Icons
Style
Sharp
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

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"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M15.4488 11.8101L6.0736 21.3662C5.8765 21.5671 5.6426 21.7265 5.3851 21.8352C5.1277 21.944 4.8517 22 4.573 22C4.0102 22.0001 3.4704 21.7723 3.0723 21.3667C2.6743 20.9611 2.4506 20.4109 2.4505 19.8372C2.4504 19.2635 2.6739 18.7133 3.0718 18.3076L12.4481 8.7515M19.45 8.7519L21.5495 11.3003L18.9497 14.3589L16.4494 11.8103L14.4486 11.8101L12.4481 9.771L12.4481 8.2264C12.448 6.8447 10.2709 4.4992 7.771 3.5192C7.3359 3.3486 7.2546 2.7208 7.693 2.5587C11.1831 1.2684 15.9827 2.1168 18.8636 6.115L19.4498 6.9285L19.45 8.7519Z"/></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsHammerSharp(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" strokeLinejoin="round" strokeWidth="2" d="M15.4488 11.8101L6.0736 21.3662C5.8765 21.5671 5.6426 21.7265 5.3851 21.8352C5.1277 21.944 4.8517 22 4.573 22C4.0102 22.0001 3.4704 21.7723 3.0723 21.3667C2.6743 20.9611 2.4506 20.4109 2.4505 19.8372C2.4504 19.2635 2.6739 18.7133 3.0718 18.3076L12.4481 8.7515M19.45 8.7519L21.5495 11.3003L18.9497 14.3589L16.4494 11.8103L14.4486 11.8101L12.4481 9.771L12.4481 8.2264C12.448 6.8447 10.2709 4.4992 7.771 3.5192C7.3359 3.3486 7.2546 2.7208 7.693 2.5587C11.1831 1.2684 15.9827 2.1168 18.8636 6.115L19.4498 6.9285L19.45 8.7519Z"/></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-linejoin="round" stroke-width="2" d="M15.4488 11.8101L6.0736 21.3662C5.8765 21.5671 5.6426 21.7265 5.3851 21.8352C5.1277 21.944 4.8517 22 4.573 22C4.0102 22.0001 3.4704 21.7723 3.0723 21.3667C2.6743 20.9611 2.4506 20.4109 2.4505 19.8372C2.4504 19.2635 2.6739 18.7133 3.0718 18.3076L12.4481 8.7515M19.45 8.7519L21.5495 11.3003L18.9497 14.3589L16.4494 11.8103L14.4486 11.8101L12.4481 9.771L12.4481 8.2264C12.448 6.8447 10.2709 4.4992 7.771 3.5192C7.3359 3.3486 7.2546 2.7208 7.693 2.5587C11.1831 1.2684 15.9827 2.1168 18.8636 6.115L19.4498 6.9285L19.45 8.7519Z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M15.4488%2011.8101L6.0736%2021.3662C5.8765%2021.5671%205.6426%2021.7265%205.3851%2021.8352C5.1277%2021.944%204.8517%2022%204.573%2022C4.0102%2022.0001%203.4704%2021.7723%203.0723%2021.3667C2.6743%2020.9611%202.4506%2020.4109%202.4505%2019.8372C2.4504%2019.2635%202.6739%2018.7133%203.0718%2018.3076L12.4481%208.7515M19.45%208.7519L21.5495%2011.3003L18.9497%2014.3589L16.4494%2011.8103L14.4486%2011.8101L12.4481%209.771L12.4481%208.2264C12.448%206.8447%2010.2709%204.4992%207.771%203.5192C7.3359%203.3486%207.2546%202.7208%207.693%202.5587C11.1831%201.2684%2015.9827%202.1168%2018.8636%206.115L19.4498%206.9285L19.45%208.7519Z%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-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M15.4488%2011.8101L6.0736%2021.3662C5.8765%2021.5671%205.6426%2021.7265%205.3851%2021.8352C5.1277%2021.944%204.8517%2022%204.573%2022C4.0102%2022.0001%203.4704%2021.7723%203.0723%2021.3667C2.6743%2020.9611%202.4506%2020.4109%202.4505%2019.8372C2.4504%2019.2635%202.6739%2018.7133%203.0718%2018.3076L12.4481%208.7515M19.45%208.7519L21.5495%2011.3003L18.9497%2014.3589L16.4494%2011.8103L14.4486%2011.8101L12.4481%209.771L12.4481%208.2264C12.448%206.8447%2010.2709%204.4992%207.771%203.5192C7.3359%203.3486%207.2546%202.7208%207.693%202.5587C11.1831%201.2684%2015.9827%202.1168%2018.8636%206.115L19.4498%206.9285L19.45%208.7519Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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