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

Name
hammer-sharp-fill
Set
Keyline Icons
Style
Sharp Fill
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"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2"><path d="M16.1491 11.0963L6.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.3076L13.1485 8.0377"/><path fill="currentColor" d="M20.45 8.393L22.3213 10.6644C22.6292 11.0382 22.6251 11.5789 22.3114 11.9479L19.7116 15.0065C19.3309 15.4545 18.6476 15.4789 18.2359 15.0592L16.0295 12.8103L14.4485 12.8101C14.18 12.8101 13.9228 12.7021 13.7348 12.5104L11.7343 10.4713C11.5509 10.2844 11.4481 10.0329 11.4481 9.771L11.4481 8.2264C11.448 7.2373 9.6933 5.3469 7.406 4.4502C6.4202 4.0637 6.1606 2.0592 7.3462 1.6208C11.0904 0.2365 16.5566 1.2027 19.6749 5.5304L20.2611 6.3439C20.3838 6.5141 20.4498 6.7186 20.4498 6.9284L20.45 8.393Z" stroke="none"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsHammerSharpFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="2"><path d="M16.1491 11.0963L6.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.3076L13.1485 8.0377"/><path fill="currentColor" d="M20.45 8.393L22.3213 10.6644C22.6292 11.0382 22.6251 11.5789 22.3114 11.9479L19.7116 15.0065C19.3309 15.4545 18.6476 15.4789 18.2359 15.0592L16.0295 12.8103L14.4485 12.8101C14.18 12.8101 13.9228 12.7021 13.7348 12.5104L11.7343 10.4713C11.5509 10.2844 11.4481 10.0329 11.4481 9.771L11.4481 8.2264C11.448 7.2373 9.6933 5.3469 7.406 4.4502C6.4202 4.0637 6.1606 2.0592 7.3462 1.6208C11.0904 0.2365 16.5566 1.2027 19.6749 5.5304L20.2611 6.3439C20.3838 6.5141 20.4498 6.7186 20.4498 6.9284L20.45 8.393Z" stroke="none"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2"><path d="M16.1491 11.0963L6.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.3076L13.1485 8.0377"/><path fill="currentColor" d="M20.45 8.393L22.3213 10.6644C22.6292 11.0382 22.6251 11.5789 22.3114 11.9479L19.7116 15.0065C19.3309 15.4545 18.6476 15.4789 18.2359 15.0592L16.0295 12.8103L14.4485 12.8101C14.18 12.8101 13.9228 12.7021 13.7348 12.5104L11.7343 10.4713C11.5509 10.2844 11.4481 10.0329 11.4481 9.771L11.4481 8.2264C11.448 7.2373 9.6933 5.3469 7.406 4.4502C6.4202 4.0637 6.1606 2.0592 7.3462 1.6208C11.0904 0.2365 16.5566 1.2027 19.6749 5.5304L20.2611 6.3439C20.3838 6.5141 20.4498 6.7186 20.4498 6.9284L20.45 8.393Z" stroke="none"/></g></svg>
</template>

CSS

.icon-hammer-sharp-fill {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M16.1491%2011.0963L6.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.3076L13.1485%208.0377%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.45%208.393L22.3213%2010.6644C22.6292%2011.0382%2022.6251%2011.5789%2022.3114%2011.9479L19.7116%2015.0065C19.3309%2015.4545%2018.6476%2015.4789%2018.2359%2015.0592L16.0295%2012.8103L14.4485%2012.8101C14.18%2012.8101%2013.9228%2012.7021%2013.7348%2012.5104L11.7343%2010.4713C11.5509%2010.2844%2011.4481%2010.0329%2011.4481%209.771L11.4481%208.2264C11.448%207.2373%209.6933%205.3469%207.406%204.4502C6.4202%204.0637%206.1606%202.0592%207.3462%201.6208C11.0904%200.2365%2016.5566%201.2027%2019.6749%205.5304L20.2611%206.3439C20.3838%206.5141%2020.4498%206.7186%2020.4498%206.9284L20.45%208.393Z%22%20stroke%3D%22none%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M16.1491%2011.0963L6.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.3076L13.1485%208.0377%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.45%208.393L22.3213%2010.6644C22.6292%2011.0382%2022.6251%2011.5789%2022.3114%2011.9479L19.7116%2015.0065C19.3309%2015.4545%2018.6476%2015.4789%2018.2359%2015.0592L16.0295%2012.8103L14.4485%2012.8101C14.18%2012.8101%2013.9228%2012.7021%2013.7348%2012.5104L11.7343%2010.4713C11.5509%2010.2844%2011.4481%2010.0329%2011.4481%209.771L11.4481%208.2264C11.448%207.2373%209.6933%205.3469%207.406%204.4502C6.4202%204.0637%206.1606%202.0592%207.3462%201.6208C11.0904%200.2365%2016.5566%201.2027%2019.6749%205.5304L20.2611%206.3439C20.3838%206.5141%2020.4498%206.7186%2020.4498%206.9284L20.45%208.393Z%22%20stroke%3D%22none%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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