hammer icon
hammer-f from Jam Icons by Michael Amprimo · Filled · MIT Free for personal and commercial use.
- Name
- hammer-f
- Set
- Jam Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in Jam Icons
The same icon in other sets
hammerAkar IconshammerBootstrap IconshammerEmoji One (Colored)hammerFramework7 IconshammerFont Awesome 6 SolidhammerFont Awesome Solidhammer-outlineFlowbite IconshammerFluent EmojihammerFluent Emoji FlathammerFluent Emoji High ContrasthammerFirefox OS EmojihammerHuge IconshammerIconoirhammerIonIconshammerLine AwesomehammerLucidehammerMaterial Design Iconshammer-fillMingCute IconhammerNoto EmojihammerOpenMojihammerPhosphorhammerPrime Iconshammer-fillRemix IconhammerTabler Icons
Use the hammer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1.5 -1.5 24 24"><path fill="currentColor" d="M2.288 5.703a1.5 1.5 0 0 1 .293-1.707L3.996 2.58a1.5 1.5 0 0 1 1.707-.293L7.178.814a2 2 0 0 1 2.828 0l2.829 2.828a2 2 0 0 1 0 2.829L6.47 12.835a2 2 0 0 1-2.829 0L.814 10.006a2 2 0 0 1 0-2.828zM9.3 12.835l3.536-3.536l3.535 3.536l-3.535 3.535zm4.95 4.95l3.535-3.536l1.768 1.768a2.5 2.5 0 0 1-3.535 3.535l-1.768-1.768z"/></svg>
React
import type { SVGProps } from "react";
export function JamHammerF(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1.5 -1.5 24 24"><path fill="currentColor" d="M2.288 5.703a1.5 1.5 0 0 1 .293-1.707L3.996 2.58a1.5 1.5 0 0 1 1.707-.293L7.178.814a2 2 0 0 1 2.828 0l2.829 2.828a2 2 0 0 1 0 2.829L6.47 12.835a2 2 0 0 1-2.829 0L.814 10.006a2 2 0 0 1 0-2.828zM9.3 12.835l3.536-3.536l3.535 3.536l-3.535 3.535zm4.95 4.95l3.535-3.536l1.768 1.768a2.5 2.5 0 0 1-3.535 3.535l-1.768-1.768z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1.5 -1.5 24 24"><path fill="currentColor" d="M2.288 5.703a1.5 1.5 0 0 1 .293-1.707L3.996 2.58a1.5 1.5 0 0 1 1.707-.293L7.178.814a2 2 0 0 1 2.828 0l2.829 2.828a2 2 0 0 1 0 2.829L6.47 12.835a2 2 0 0 1-2.829 0L.814 10.006a2 2 0 0 1 0-2.828zM9.3 12.835l3.536-3.536l3.535 3.536l-3.535 3.535zm4.95 4.95l3.535-3.536l1.768 1.768a2.5 2.5 0 0 1-3.535 3.535l-1.768-1.768z"/></svg> </template>
CSS
.icon-hammer-f {
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%22-1.5%20-1.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.288%205.703a1.5%201.5%200%200%201%20.293-1.707L3.996%202.58a1.5%201.5%200%200%201%201.707-.293L7.178.814a2%202%200%200%201%202.828%200l2.829%202.828a2%202%200%200%201%200%202.829L6.47%2012.835a2%202%200%200%201-2.829%200L.814%2010.006a2%202%200%200%201%200-2.828zM9.3%2012.835l3.536-3.536l3.535%203.536l-3.535%203.535zm4.95%204.95l3.535-3.536l1.768%201.768a2.5%202.5%200%200%201-3.535%203.535l-1.768-1.768z%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%22-1.5%20-1.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.288%205.703a1.5%201.5%200%200%201%20.293-1.707L3.996%202.58a1.5%201.5%200%200%201%201.707-.293L7.178.814a2%202%200%200%201%202.828%200l2.829%202.828a2%202%200%200%201%200%202.829L6.47%2012.835a2%202%200%200%201-2.829%200L.814%2010.006a2%202%200%200%201%200-2.828zM9.3%2012.835l3.536-3.536l3.535%203.536l-3.535%203.535zm4.95%204.95l3.535-3.536l1.768%201.768a2.5%202.5%200%200%201-3.535%203.535l-1.768-1.768z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/hammer-f.svg?color=%231a73e8&size=48