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

Name
hammer
Set
Keyline Icons
Style
Stroke
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-linecap="round" 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.75149M20.0359 9.34894L21.2633 10.6C21.6449 10.9889 21.6449 11.6117 21.2633 12.0006L19.6635 13.6313C19.2715 14.0309 18.6279 14.0309 18.2359 13.6313L17.0352 12.4075C16.6601 12.0251 16.1514 11.8102 15.6209 11.8101H14.4486L12.4481 9.77103V8.22643C12.448 6.84473 10.2709 4.49916 7.771 3.51922C7.3359 3.34863 7.2546 2.72083 7.693 2.55874C11.1831 1.26836 15.9827 2.11676 18.8636 6.11498C19.2388 6.49729 19.4497 7.01585 19.4498 7.5566V7.90732C19.4499 8.44807 19.6607 8.96663 20.0359 9.34894Z"/></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsHammer(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" strokeLinecap="round" 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.75149M20.0359 9.34894L21.2633 10.6C21.6449 10.9889 21.6449 11.6117 21.2633 12.0006L19.6635 13.6313C19.2715 14.0309 18.6279 14.0309 18.2359 13.6313L17.0352 12.4075C16.6601 12.0251 16.1514 11.8102 15.6209 11.8101H14.4486L12.4481 9.77103V8.22643C12.448 6.84473 10.2709 4.49916 7.771 3.51922C7.3359 3.34863 7.2546 2.72083 7.693 2.55874C11.1831 1.26836 15.9827 2.11676 18.8636 6.11498C19.2388 6.49729 19.4497 7.01585 19.4498 7.5566V7.90732C19.4499 8.44807 19.6607 8.96663 20.0359 9.34894Z"/></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-linecap="round" 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.75149M20.0359 9.34894L21.2633 10.6C21.6449 10.9889 21.6449 11.6117 21.2633 12.0006L19.6635 13.6313C19.2715 14.0309 18.6279 14.0309 18.2359 13.6313L17.0352 12.4075C16.6601 12.0251 16.1514 11.8102 15.6209 11.8101H14.4486L12.4481 9.77103V8.22643C12.448 6.84473 10.2709 4.49916 7.771 3.51922C7.3359 3.34863 7.2546 2.72083 7.693 2.55874C11.1831 1.26836 15.9827 2.11676 18.8636 6.11498C19.2388 6.49729 19.4497 7.01585 19.4498 7.5566V7.90732C19.4499 8.44807 19.6607 8.96663 20.0359 9.34894Z"/></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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%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.75149M20.0359%209.34894L21.2633%2010.6C21.6449%2010.9889%2021.6449%2011.6117%2021.2633%2012.0006L19.6635%2013.6313C19.2715%2014.0309%2018.6279%2014.0309%2018.2359%2013.6313L17.0352%2012.4075C16.6601%2012.0251%2016.1514%2011.8102%2015.6209%2011.8101H14.4486L12.4481%209.77103V8.22643C12.448%206.84473%2010.2709%204.49916%207.771%203.51922C7.3359%203.34863%207.2546%202.72083%207.693%202.55874C11.1831%201.26836%2015.9827%202.11676%2018.8636%206.11498C19.2388%206.49729%2019.4497%207.01585%2019.4498%207.5566V7.90732C19.4499%208.44807%2019.6607%208.96663%2020.0359%209.34894Z%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-linecap%3D%22round%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.75149M20.0359%209.34894L21.2633%2010.6C21.6449%2010.9889%2021.6449%2011.6117%2021.2633%2012.0006L19.6635%2013.6313C19.2715%2014.0309%2018.6279%2014.0309%2018.2359%2013.6313L17.0352%2012.4075C16.6601%2012.0251%2016.1514%2011.8102%2015.6209%2011.8101H14.4486L12.4481%209.77103V8.22643C12.448%206.84473%2010.2709%204.49916%207.771%203.51922C7.3359%203.34863%207.2546%202.72083%207.693%202.55874C11.1831%201.26836%2015.9827%202.11676%2018.8636%206.11498C19.2388%206.49729%2019.4497%207.01585%2019.4498%207.5566V7.90732C19.4499%208.44807%2019.6607%208.96663%2020.0359%209.34894Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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