hammer icon
hammer from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- hammer
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
The same icon in other sets
hammerAkar IconshammerBootstrap IconshammerEmoji One (Colored)hammerFont Awesome 6 SolidhammerFluent EmojihammerFluent Emoji FlathammerFluent Emoji High ContrasthammerHuge IconshammerIconoirhammerIonIconshammerJam IconshammerLine AwesomehammerLucidehammerMaterial Design Iconshammer-fillMingCute IconhammerNoto EmojihammerOpenMojihammerPhosphorhammer-fillRemix IconhammerTabler IconshammerTwitter Emoji
Use the hammer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m1.92 50.697l3.449 3.448c1.898 1.855 4.059 1.702 5.98-.415l22.85-24.879c.938.655 1.81.633 2.88.415l2.335-.48l1.55 1.55l-.11 1.156c-.152 1.2.197 2.117 1.31 3.23l1.833 1.811c1.113 1.135 2.597 1.2 3.666.131l7.268-7.267c1.069-1.07 1.004-2.532-.11-3.667l-1.833-1.833c-1.112-1.113-2.051-1.506-3.23-1.331l-1.178.13l-1.484-1.483l.655-2.554c.305-1.265-.022-2.291-1.397-3.644l-5.39-5.369c-7.923-7.878-18.07-7.638-25.01-.633c-.961.96-1.048 2.27-.437 3.23c.502.83 1.571 1.331 3.033.96c3.383-.85 6.766-.589 10.083 1.659l-1.397 3.536c-.524 1.309-.48 2.378.044 3.36L2.335 44.718C.24 46.658 0 48.775 1.921 50.696m17.503-40.81c5.958-4.453 13.378-3.733 18.747 1.636l5.87 5.827c.524.524.59.938.437 1.593l-.829 3.492l3.513 3.514l2.14-.197c.632-.065.828-.022 1.352.48l1.375 1.397l-6.132 6.154l-1.397-1.396c-.502-.502-.546-.699-.48-1.332l.196-2.16l-3.491-3.492l-3.623.698c-.633.131-.96.131-1.506-.414L30.75 20.82c-.524-.524-.59-.83-.306-1.528l2.14-5.107c-3.58-3.426-8.316-5.325-12.877-3.862c-.196.065-.327.021-.393-.066c-.065-.109-.065-.218.11-.37M4.758 49.125c-1.113-1.113-.72-1.79.021-2.467l24.509-22.61l2.728 2.75L9.34 51.222c-.677.742-1.528.96-2.445.065Z"/></svg>
React
import type { SVGProps } from "react";
export function F7Hammer(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m1.92 50.697l3.449 3.448c1.898 1.855 4.059 1.702 5.98-.415l22.85-24.879c.938.655 1.81.633 2.88.415l2.335-.48l1.55 1.55l-.11 1.156c-.152 1.2.197 2.117 1.31 3.23l1.833 1.811c1.113 1.135 2.597 1.2 3.666.131l7.268-7.267c1.069-1.07 1.004-2.532-.11-3.667l-1.833-1.833c-1.112-1.113-2.051-1.506-3.23-1.331l-1.178.13l-1.484-1.483l.655-2.554c.305-1.265-.022-2.291-1.397-3.644l-5.39-5.369c-7.923-7.878-18.07-7.638-25.01-.633c-.961.96-1.048 2.27-.437 3.23c.502.83 1.571 1.331 3.033.96c3.383-.85 6.766-.589 10.083 1.659l-1.397 3.536c-.524 1.309-.48 2.378.044 3.36L2.335 44.718C.24 46.658 0 48.775 1.921 50.696m17.503-40.81c5.958-4.453 13.378-3.733 18.747 1.636l5.87 5.827c.524.524.59.938.437 1.593l-.829 3.492l3.513 3.514l2.14-.197c.632-.065.828-.022 1.352.48l1.375 1.397l-6.132 6.154l-1.397-1.396c-.502-.502-.546-.699-.48-1.332l.196-2.16l-3.491-3.492l-3.623.698c-.633.131-.96.131-1.506-.414L30.75 20.82c-.524-.524-.59-.83-.306-1.528l2.14-5.107c-3.58-3.426-8.316-5.325-12.877-3.862c-.196.065-.327.021-.393-.066c-.065-.109-.065-.218.11-.37M4.758 49.125c-1.113-1.113-.72-1.79.021-2.467l24.509-22.61l2.728 2.75L9.34 51.222c-.677.742-1.528.96-2.445.065Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m1.92 50.697l3.449 3.448c1.898 1.855 4.059 1.702 5.98-.415l22.85-24.879c.938.655 1.81.633 2.88.415l2.335-.48l1.55 1.55l-.11 1.156c-.152 1.2.197 2.117 1.31 3.23l1.833 1.811c1.113 1.135 2.597 1.2 3.666.131l7.268-7.267c1.069-1.07 1.004-2.532-.11-3.667l-1.833-1.833c-1.112-1.113-2.051-1.506-3.23-1.331l-1.178.13l-1.484-1.483l.655-2.554c.305-1.265-.022-2.291-1.397-3.644l-5.39-5.369c-7.923-7.878-18.07-7.638-25.01-.633c-.961.96-1.048 2.27-.437 3.23c.502.83 1.571 1.331 3.033.96c3.383-.85 6.766-.589 10.083 1.659l-1.397 3.536c-.524 1.309-.48 2.378.044 3.36L2.335 44.718C.24 46.658 0 48.775 1.921 50.696m17.503-40.81c5.958-4.453 13.378-3.733 18.747 1.636l5.87 5.827c.524.524.59.938.437 1.593l-.829 3.492l3.513 3.514l2.14-.197c.632-.065.828-.022 1.352.48l1.375 1.397l-6.132 6.154l-1.397-1.396c-.502-.502-.546-.699-.48-1.332l.196-2.16l-3.491-3.492l-3.623.698c-.633.131-.96.131-1.506-.414L30.75 20.82c-.524-.524-.59-.83-.306-1.528l2.14-5.107c-3.58-3.426-8.316-5.325-12.877-3.862c-.196.065-.327.021-.393-.066c-.065-.109-.065-.218.11-.37M4.758 49.125c-1.113-1.113-.72-1.79.021-2.467l24.509-22.61l2.728 2.75L9.34 51.222c-.677.742-1.528.96-2.445.065Z"/></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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m1.92%2050.697l3.449%203.448c1.898%201.855%204.059%201.702%205.98-.415l22.85-24.879c.938.655%201.81.633%202.88.415l2.335-.48l1.55%201.55l-.11%201.156c-.152%201.2.197%202.117%201.31%203.23l1.833%201.811c1.113%201.135%202.597%201.2%203.666.131l7.268-7.267c1.069-1.07%201.004-2.532-.11-3.667l-1.833-1.833c-1.112-1.113-2.051-1.506-3.23-1.331l-1.178.13l-1.484-1.483l.655-2.554c.305-1.265-.022-2.291-1.397-3.644l-5.39-5.369c-7.923-7.878-18.07-7.638-25.01-.633c-.961.96-1.048%202.27-.437%203.23c.502.83%201.571%201.331%203.033.96c3.383-.85%206.766-.589%2010.083%201.659l-1.397%203.536c-.524%201.309-.48%202.378.044%203.36L2.335%2044.718C.24%2046.658%200%2048.775%201.921%2050.696m17.503-40.81c5.958-4.453%2013.378-3.733%2018.747%201.636l5.87%205.827c.524.524.59.938.437%201.593l-.829%203.492l3.513%203.514l2.14-.197c.632-.065.828-.022%201.352.48l1.375%201.397l-6.132%206.154l-1.397-1.396c-.502-.502-.546-.699-.48-1.332l.196-2.16l-3.491-3.492l-3.623.698c-.633.131-.96.131-1.506-.414L30.75%2020.82c-.524-.524-.59-.83-.306-1.528l2.14-5.107c-3.58-3.426-8.316-5.325-12.877-3.862c-.196.065-.327.021-.393-.066c-.065-.109-.065-.218.11-.37M4.758%2049.125c-1.113-1.113-.72-1.79.021-2.467l24.509-22.61l2.728%202.75L9.34%2051.222c-.677.742-1.528.96-2.445.065Z%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m1.92%2050.697l3.449%203.448c1.898%201.855%204.059%201.702%205.98-.415l22.85-24.879c.938.655%201.81.633%202.88.415l2.335-.48l1.55%201.55l-.11%201.156c-.152%201.2.197%202.117%201.31%203.23l1.833%201.811c1.113%201.135%202.597%201.2%203.666.131l7.268-7.267c1.069-1.07%201.004-2.532-.11-3.667l-1.833-1.833c-1.112-1.113-2.051-1.506-3.23-1.331l-1.178.13l-1.484-1.483l.655-2.554c.305-1.265-.022-2.291-1.397-3.644l-5.39-5.369c-7.923-7.878-18.07-7.638-25.01-.633c-.961.96-1.048%202.27-.437%203.23c.502.83%201.571%201.331%203.033.96c3.383-.85%206.766-.589%2010.083%201.659l-1.397%203.536c-.524%201.309-.48%202.378.044%203.36L2.335%2044.718C.24%2046.658%200%2048.775%201.921%2050.696m17.503-40.81c5.958-4.453%2013.378-3.733%2018.747%201.636l5.87%205.827c.524.524.59.938.437%201.593l-.829%203.492l3.513%203.514l2.14-.197c.632-.065.828-.022%201.352.48l1.375%201.397l-6.132%206.154l-1.397-1.396c-.502-.502-.546-.699-.48-1.332l.196-2.16l-3.491-3.492l-3.623.698c-.633.131-.96.131-1.506-.414L30.75%2020.82c-.524-.524-.59-.83-.306-1.528l2.14-5.107c-3.58-3.426-8.316-5.325-12.877-3.862c-.196.065-.327.021-.393-.066c-.065-.109-.065-.218.11-.37M4.758%2049.125c-1.113-1.113-.72-1.79.021-2.467l24.509-22.61l2.728%202.75L9.34%2051.222c-.677.742-1.528.96-2.445.065Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/hammer.svg?color=%231a73e8&size=48