hammer icon
hammer-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- hammer-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
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 IconshammerIconoirhammerIonIconshammerJam IconshammerLine AwesomehammerLucidehammerMaterial Design Iconshammer-fillMingCute IconhammerNoto EmojihammerOpenMojihammerPrime Iconshammer-fillRemix IconhammerTabler Icons
Use the hammer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M248.5 114.81L181.05 46.9A92.1 92.1 0 0 0 50.9 47L37.12 61.18a4 4 0 1 0 5.75 5.56L56.6 52.56a83.8 83.8 0 0 1 22.34-16L130.34 88l-98.83 98.82a12 12 0 0 0 0 17l20.69 20.66a12 12 0 0 0 17 0l98.8-98.85l17.17 17.18l17.66 17.66a12 12 0 0 0 17 0l28.69-28.69a12 12 0 0 0-.02-16.97m-185 104a4 4 0 0 1-5.66 0l-20.67-20.67a4 4 0 0 1 0-5.66L108 121.63L134.34 148Zm101.67-101.66L140 142.32L113.65 116l25.18-25.2a4 4 0 0 0 0-5.66l-52-52a84.11 84.11 0 0 1 88.52 19.38l47 47.35L188 134.32l-17.17-17.17a4 4 0 0 0-5.66 0m77.66 9l-28.68 28.69a4 4 0 0 1-5.66 0L193.66 140l34.39-34.4l14.78 14.88a4 4 0 0 1 0 5.64Z"/></svg>
React
import type { SVGProps } from "react";
export function PhHammerThin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M248.5 114.81L181.05 46.9A92.1 92.1 0 0 0 50.9 47L37.12 61.18a4 4 0 1 0 5.75 5.56L56.6 52.56a83.8 83.8 0 0 1 22.34-16L130.34 88l-98.83 98.82a12 12 0 0 0 0 17l20.69 20.66a12 12 0 0 0 17 0l98.8-98.85l17.17 17.18l17.66 17.66a12 12 0 0 0 17 0l28.69-28.69a12 12 0 0 0-.02-16.97m-185 104a4 4 0 0 1-5.66 0l-20.67-20.67a4 4 0 0 1 0-5.66L108 121.63L134.34 148Zm101.67-101.66L140 142.32L113.65 116l25.18-25.2a4 4 0 0 0 0-5.66l-52-52a84.11 84.11 0 0 1 88.52 19.38l47 47.35L188 134.32l-17.17-17.17a4 4 0 0 0-5.66 0m77.66 9l-28.68 28.69a4 4 0 0 1-5.66 0L193.66 140l34.39-34.4l14.78 14.88a4 4 0 0 1 0 5.64Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M248.5 114.81L181.05 46.9A92.1 92.1 0 0 0 50.9 47L37.12 61.18a4 4 0 1 0 5.75 5.56L56.6 52.56a83.8 83.8 0 0 1 22.34-16L130.34 88l-98.83 98.82a12 12 0 0 0 0 17l20.69 20.66a12 12 0 0 0 17 0l98.8-98.85l17.17 17.18l17.66 17.66a12 12 0 0 0 17 0l28.69-28.69a12 12 0 0 0-.02-16.97m-185 104a4 4 0 0 1-5.66 0l-20.67-20.67a4 4 0 0 1 0-5.66L108 121.63L134.34 148Zm101.67-101.66L140 142.32L113.65 116l25.18-25.2a4 4 0 0 0 0-5.66l-52-52a84.11 84.11 0 0 1 88.52 19.38l47 47.35L188 134.32l-17.17-17.17a4 4 0 0 0-5.66 0m77.66 9l-28.68 28.69a4 4 0 0 1-5.66 0L193.66 140l34.39-34.4l14.78 14.88a4 4 0 0 1 0 5.64Z"/></svg> </template>
CSS
.icon-hammer-thin {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M248.5%20114.81L181.05%2046.9A92.1%2092.1%200%200%200%2050.9%2047L37.12%2061.18a4%204%200%201%200%205.75%205.56L56.6%2052.56a83.8%2083.8%200%200%201%2022.34-16L130.34%2088l-98.83%2098.82a12%2012%200%200%200%200%2017l20.69%2020.66a12%2012%200%200%200%2017%200l98.8-98.85l17.17%2017.18l17.66%2017.66a12%2012%200%200%200%2017%200l28.69-28.69a12%2012%200%200%200-.02-16.97m-185%20104a4%204%200%200%201-5.66%200l-20.67-20.67a4%204%200%200%201%200-5.66L108%20121.63L134.34%20148Zm101.67-101.66L140%20142.32L113.65%20116l25.18-25.2a4%204%200%200%200%200-5.66l-52-52a84.11%2084.11%200%200%201%2088.52%2019.38l47%2047.35L188%20134.32l-17.17-17.17a4%204%200%200%200-5.66%200m77.66%209l-28.68%2028.69a4%204%200%200%201-5.66%200L193.66%20140l34.39-34.4l14.78%2014.88a4%204%200%200%201%200%205.64Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M248.5%20114.81L181.05%2046.9A92.1%2092.1%200%200%200%2050.9%2047L37.12%2061.18a4%204%200%201%200%205.75%205.56L56.6%2052.56a83.8%2083.8%200%200%201%2022.34-16L130.34%2088l-98.83%2098.82a12%2012%200%200%200%200%2017l20.69%2020.66a12%2012%200%200%200%2017%200l98.8-98.85l17.17%2017.18l17.66%2017.66a12%2012%200%200%200%2017%200l28.69-28.69a12%2012%200%200%200-.02-16.97m-185%20104a4%204%200%200%201-5.66%200l-20.67-20.67a4%204%200%200%201%200-5.66L108%20121.63L134.34%20148Zm101.67-101.66L140%20142.32L113.65%20116l25.18-25.2a4%204%200%200%200%200-5.66l-52-52a84.11%2084.11%200%200%201%2088.52%2019.38l47%2047.35L188%20134.32l-17.17-17.17a4%204%200%200%200-5.66%200m77.66%209l-28.68%2028.69a4%204%200%200%201-5.66%200L193.66%20140l34.39-34.4l14.78%2014.88a4%204%200%200%201%200%205.64Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/hammer-thin.svg?color=%231a73e8&size=48