md hammer icon
md-hammer from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- md-hammer
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
md-addmd-add-circlemd-airplanemd-alarmmd-albumsmd-alertmd-american-footballmd-analyticsmd-aperturemd-appsmd-appstoremd-archivemd-arrow-backmd-arrow-downmd-arrow-dropdownmd-arrow-dropdown-circlemd-arrow-dropleftmd-arrow-dropleft-circlemd-arrow-droprightmd-arrow-dropright-circlemd-arrow-dropupmd-arrow-dropup-circlemd-arrow-forwardmd-arrow-round-back
Use the md hammer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M474.1 398.2L229.8 167.8s8.8-57.7 26.2-71.8c17.5-14.2 48-32 48-32V32c-32 0-58.8 8.3-96.9 27.3-38 18.9-66.8 47.8-74.4 55.4-7.6 7.6-18.1 19.5-24.7 28.9s-5.3 20.1-5.3 20.1l-19.7 17-4-4c-2.3-2.3-6.2-2.3-8.5 0l-36.8 36.8c-2.3 2.3-2.3 6.2 0 8.5l59.4 59.4c2.3 2.3 6.2 2.3 8.5 0l36.8-36.8c2.3-2.3 2.3-6.2 0-8.5l-10.3-10.3 14.6-14.3c6.8-3.7 25.4-8.9 39.1-5.1l214.9 267.3c8.1 8.2 20.3 8.2 28.5 0l46.8-47.1c10.3-8 10.3-22.3 2.1-28.4z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonMdHammer(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M474.1 398.2L229.8 167.8s8.8-57.7 26.2-71.8c17.5-14.2 48-32 48-32V32c-32 0-58.8 8.3-96.9 27.3-38 18.9-66.8 47.8-74.4 55.4-7.6 7.6-18.1 19.5-24.7 28.9s-5.3 20.1-5.3 20.1l-19.7 17-4-4c-2.3-2.3-6.2-2.3-8.5 0l-36.8 36.8c-2.3 2.3-2.3 6.2 0 8.5l59.4 59.4c2.3 2.3 6.2 2.3 8.5 0l36.8-36.8c2.3-2.3 2.3-6.2 0-8.5l-10.3-10.3 14.6-14.3c6.8-3.7 25.4-8.9 39.1-5.1l214.9 267.3c8.1 8.2 20.3 8.2 28.5 0l46.8-47.1c10.3-8 10.3-22.3 2.1-28.4z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M474.1 398.2L229.8 167.8s8.8-57.7 26.2-71.8c17.5-14.2 48-32 48-32V32c-32 0-58.8 8.3-96.9 27.3-38 18.9-66.8 47.8-74.4 55.4-7.6 7.6-18.1 19.5-24.7 28.9s-5.3 20.1-5.3 20.1l-19.7 17-4-4c-2.3-2.3-6.2-2.3-8.5 0l-36.8 36.8c-2.3 2.3-2.3 6.2 0 8.5l59.4 59.4c2.3 2.3 6.2 2.3 8.5 0l36.8-36.8c2.3-2.3 2.3-6.2 0-8.5l-10.3-10.3 14.6-14.3c6.8-3.7 25.4-8.9 39.1-5.1l214.9 267.3c8.1 8.2 20.3 8.2 28.5 0l46.8-47.1c10.3-8 10.3-22.3 2.1-28.4z" fill="currentColor"/></svg> </template>
CSS
.icon-md-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%20512%20512%22%3E%3Cpath%20d%3D%22M474.1%20398.2L229.8%20167.8s8.8-57.7%2026.2-71.8c17.5-14.2%2048-32%2048-32V32c-32%200-58.8%208.3-96.9%2027.3-38%2018.9-66.8%2047.8-74.4%2055.4-7.6%207.6-18.1%2019.5-24.7%2028.9s-5.3%2020.1-5.3%2020.1l-19.7%2017-4-4c-2.3-2.3-6.2-2.3-8.5%200l-36.8%2036.8c-2.3%202.3-2.3%206.2%200%208.5l59.4%2059.4c2.3%202.3%206.2%202.3%208.5%200l36.8-36.8c2.3-2.3%202.3-6.2%200-8.5l-10.3-10.3%2014.6-14.3c6.8-3.7%2025.4-8.9%2039.1-5.1l214.9%20267.3c8.1%208.2%2020.3%208.2%2028.5%200l46.8-47.1c10.3-8%2010.3-22.3%202.1-28.4z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M474.1%20398.2L229.8%20167.8s8.8-57.7%2026.2-71.8c17.5-14.2%2048-32%2048-32V32c-32%200-58.8%208.3-96.9%2027.3-38%2018.9-66.8%2047.8-74.4%2055.4-7.6%207.6-18.1%2019.5-24.7%2028.9s-5.3%2020.1-5.3%2020.1l-19.7%2017-4-4c-2.3-2.3-6.2-2.3-8.5%200l-36.8%2036.8c-2.3%202.3-2.3%206.2%200%208.5l59.4%2059.4c2.3%202.3%206.2%202.3%208.5%200l36.8-36.8c2.3-2.3%202.3-6.2%200-8.5l-10.3-10.3%2014.6-14.3c6.8-3.7%2025.4-8.9%2039.1-5.1l214.9%20267.3c8.1%208.2%2020.3%208.2%2028.5%200l46.8-47.1c10.3-8%2010.3-22.3%202.1-28.4z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/md-hammer.svg?color=%231a73e8&size=48