ios hammer icon
ios-hammer from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- ios-hammer
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
ios-addios-add-circleios-airplaneios-alarmios-albumsios-alertios-american-footballios-americanfootballios-analyticsios-apertureios-appsios-appstoreios-archiveios-arrow-backios-arrow-downios-arrow-dropdownios-arrow-dropdown-circleios-arrow-dropleftios-arrow-dropleft-circleios-arrow-droprightios-arrow-dropright-circleios-arrow-dropupios-arrow-dropup-circleios-arrow-forward
Use the ios hammer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M277.6 246.9c-1.1-2-2.5-3.9-4.1-5.5l-18.4-18.2c-1.9-1.9-4.1-3.5-6.6-4.6-8.2-3.6-17.4-1.7-23.4 4.3-6.4 6.3-18.1 17.8-39.2 38.7-40.4 40-98.1 89.6-132 118.2-7.2 6.1-7.7 17-1.1 23.7L92 443.2c6.7 6.7 17.6 6.3 23.8-.9 29.4-34.6 79.5-92.3 119.4-131.8 20.5-20.2 32-31.8 38.5-38.2 6.5-6.6 8.3-16.7 3.9-25.4z" fill="currentColor"/><path d="M462.4 218.1l-34.5-34.2c-1.1-1.1-2.5-1.6-4-1.6-1.4 0-2.9.5-4 1.6-2.5 2.5-6.1 3.8-9.6 3.3-4.5-.5-9.3-1.9-12.4-4.9-7-6.9 1.1-20.5-5.1-29.2-6.2-8.7-16.1-19.8-23.2-26.9-7.1-7-35-33.7-82-52.9-16.6-6.8-32.8-9.3-47.3-9.3-26.5 0-47.4 8.5-54.8 15.3-5.5 5.1-11.2 14.1-3.1 14.1.7 0 1.5-.1 2.4-.2 4.5-.7 13.3-1.5 23.4-1.5 15.7 0 34.5 2.1 44.6 10.1 16.3 13.1 29.8 30.6 30.9 53.2.8 16.8-3.4 28.2-18.7 45.5-2.8 3.2-2.6 8 .4 10.9l19.2 19.2c3.1 3.1 8.1 3.1 11.2.1 14-13.6 22.1-20.2 31.3-22.7 4-1.1 8.4-1.6 12.8-1.6 9.7 0 19.2 2.2 23.6 4.6 1.1.6 2.1 1.4 3.1 2.4 6.5 6.6 6.1 17.4-.5 23.9l-2 1.9c-2.2 2.2-2.2 5.7 0 7.9l34.5 34.2c1.1 1.1 2.5 1.6 4 1.6 1.4 0 2.9-.5 4-1.6l55.8-55.2c2.1-2.3 2.1-5.8 0-8z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosHammer(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M277.6 246.9c-1.1-2-2.5-3.9-4.1-5.5l-18.4-18.2c-1.9-1.9-4.1-3.5-6.6-4.6-8.2-3.6-17.4-1.7-23.4 4.3-6.4 6.3-18.1 17.8-39.2 38.7-40.4 40-98.1 89.6-132 118.2-7.2 6.1-7.7 17-1.1 23.7L92 443.2c6.7 6.7 17.6 6.3 23.8-.9 29.4-34.6 79.5-92.3 119.4-131.8 20.5-20.2 32-31.8 38.5-38.2 6.5-6.6 8.3-16.7 3.9-25.4z" fill="currentColor"/><path d="M462.4 218.1l-34.5-34.2c-1.1-1.1-2.5-1.6-4-1.6-1.4 0-2.9.5-4 1.6-2.5 2.5-6.1 3.8-9.6 3.3-4.5-.5-9.3-1.9-12.4-4.9-7-6.9 1.1-20.5-5.1-29.2-6.2-8.7-16.1-19.8-23.2-26.9-7.1-7-35-33.7-82-52.9-16.6-6.8-32.8-9.3-47.3-9.3-26.5 0-47.4 8.5-54.8 15.3-5.5 5.1-11.2 14.1-3.1 14.1.7 0 1.5-.1 2.4-.2 4.5-.7 13.3-1.5 23.4-1.5 15.7 0 34.5 2.1 44.6 10.1 16.3 13.1 29.8 30.6 30.9 53.2.8 16.8-3.4 28.2-18.7 45.5-2.8 3.2-2.6 8 .4 10.9l19.2 19.2c3.1 3.1 8.1 3.1 11.2.1 14-13.6 22.1-20.2 31.3-22.7 4-1.1 8.4-1.6 12.8-1.6 9.7 0 19.2 2.2 23.6 4.6 1.1.6 2.1 1.4 3.1 2.4 6.5 6.6 6.1 17.4-.5 23.9l-2 1.9c-2.2 2.2-2.2 5.7 0 7.9l34.5 34.2c1.1 1.1 2.5 1.6 4 1.6 1.4 0 2.9-.5 4-1.6l55.8-55.2c2.1-2.3 2.1-5.8 0-8z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M277.6 246.9c-1.1-2-2.5-3.9-4.1-5.5l-18.4-18.2c-1.9-1.9-4.1-3.5-6.6-4.6-8.2-3.6-17.4-1.7-23.4 4.3-6.4 6.3-18.1 17.8-39.2 38.7-40.4 40-98.1 89.6-132 118.2-7.2 6.1-7.7 17-1.1 23.7L92 443.2c6.7 6.7 17.6 6.3 23.8-.9 29.4-34.6 79.5-92.3 119.4-131.8 20.5-20.2 32-31.8 38.5-38.2 6.5-6.6 8.3-16.7 3.9-25.4z" fill="currentColor"/><path d="M462.4 218.1l-34.5-34.2c-1.1-1.1-2.5-1.6-4-1.6-1.4 0-2.9.5-4 1.6-2.5 2.5-6.1 3.8-9.6 3.3-4.5-.5-9.3-1.9-12.4-4.9-7-6.9 1.1-20.5-5.1-29.2-6.2-8.7-16.1-19.8-23.2-26.9-7.1-7-35-33.7-82-52.9-16.6-6.8-32.8-9.3-47.3-9.3-26.5 0-47.4 8.5-54.8 15.3-5.5 5.1-11.2 14.1-3.1 14.1.7 0 1.5-.1 2.4-.2 4.5-.7 13.3-1.5 23.4-1.5 15.7 0 34.5 2.1 44.6 10.1 16.3 13.1 29.8 30.6 30.9 53.2.8 16.8-3.4 28.2-18.7 45.5-2.8 3.2-2.6 8 .4 10.9l19.2 19.2c3.1 3.1 8.1 3.1 11.2.1 14-13.6 22.1-20.2 31.3-22.7 4-1.1 8.4-1.6 12.8-1.6 9.7 0 19.2 2.2 23.6 4.6 1.1.6 2.1 1.4 3.1 2.4 6.5 6.6 6.1 17.4-.5 23.9l-2 1.9c-2.2 2.2-2.2 5.7 0 7.9l34.5 34.2c1.1 1.1 2.5 1.6 4 1.6 1.4 0 2.9-.5 4-1.6l55.8-55.2c2.1-2.3 2.1-5.8 0-8z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-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%22M277.6%20246.9c-1.1-2-2.5-3.9-4.1-5.5l-18.4-18.2c-1.9-1.9-4.1-3.5-6.6-4.6-8.2-3.6-17.4-1.7-23.4%204.3-6.4%206.3-18.1%2017.8-39.2%2038.7-40.4%2040-98.1%2089.6-132%20118.2-7.2%206.1-7.7%2017-1.1%2023.7L92%20443.2c6.7%206.7%2017.6%206.3%2023.8-.9%2029.4-34.6%2079.5-92.3%20119.4-131.8%2020.5-20.2%2032-31.8%2038.5-38.2%206.5-6.6%208.3-16.7%203.9-25.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M462.4%20218.1l-34.5-34.2c-1.1-1.1-2.5-1.6-4-1.6-1.4%200-2.9.5-4%201.6-2.5%202.5-6.1%203.8-9.6%203.3-4.5-.5-9.3-1.9-12.4-4.9-7-6.9%201.1-20.5-5.1-29.2-6.2-8.7-16.1-19.8-23.2-26.9-7.1-7-35-33.7-82-52.9-16.6-6.8-32.8-9.3-47.3-9.3-26.5%200-47.4%208.5-54.8%2015.3-5.5%205.1-11.2%2014.1-3.1%2014.1.7%200%201.5-.1%202.4-.2%204.5-.7%2013.3-1.5%2023.4-1.5%2015.7%200%2034.5%202.1%2044.6%2010.1%2016.3%2013.1%2029.8%2030.6%2030.9%2053.2.8%2016.8-3.4%2028.2-18.7%2045.5-2.8%203.2-2.6%208%20.4%2010.9l19.2%2019.2c3.1%203.1%208.1%203.1%2011.2.1%2014-13.6%2022.1-20.2%2031.3-22.7%204-1.1%208.4-1.6%2012.8-1.6%209.7%200%2019.2%202.2%2023.6%204.6%201.1.6%202.1%201.4%203.1%202.4%206.5%206.6%206.1%2017.4-.5%2023.9l-2%201.9c-2.2%202.2-2.2%205.7%200%207.9l34.5%2034.2c1.1%201.1%202.5%201.6%204%201.6%201.4%200%202.9-.5%204-1.6l55.8-55.2c2.1-2.3%202.1-5.8%200-8z%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%22M277.6%20246.9c-1.1-2-2.5-3.9-4.1-5.5l-18.4-18.2c-1.9-1.9-4.1-3.5-6.6-4.6-8.2-3.6-17.4-1.7-23.4%204.3-6.4%206.3-18.1%2017.8-39.2%2038.7-40.4%2040-98.1%2089.6-132%20118.2-7.2%206.1-7.7%2017-1.1%2023.7L92%20443.2c6.7%206.7%2017.6%206.3%2023.8-.9%2029.4-34.6%2079.5-92.3%20119.4-131.8%2020.5-20.2%2032-31.8%2038.5-38.2%206.5-6.6%208.3-16.7%203.9-25.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M462.4%20218.1l-34.5-34.2c-1.1-1.1-2.5-1.6-4-1.6-1.4%200-2.9.5-4%201.6-2.5%202.5-6.1%203.8-9.6%203.3-4.5-.5-9.3-1.9-12.4-4.9-7-6.9%201.1-20.5-5.1-29.2-6.2-8.7-16.1-19.8-23.2-26.9-7.1-7-35-33.7-82-52.9-16.6-6.8-32.8-9.3-47.3-9.3-26.5%200-47.4%208.5-54.8%2015.3-5.5%205.1-11.2%2014.1-3.1%2014.1.7%200%201.5-.1%202.4-.2%204.5-.7%2013.3-1.5%2023.4-1.5%2015.7%200%2034.5%202.1%2044.6%2010.1%2016.3%2013.1%2029.8%2030.6%2030.9%2053.2.8%2016.8-3.4%2028.2-18.7%2045.5-2.8%203.2-2.6%208%20.4%2010.9l19.2%2019.2c3.1%203.1%208.1%203.1%2011.2.1%2014-13.6%2022.1-20.2%2031.3-22.7%204-1.1%208.4-1.6%2012.8-1.6%209.7%200%2019.2%202.2%2023.6%204.6%201.1.6%202.1%201.4%203.1%202.4%206.5%206.6%206.1%2017.4-.5%2023.9l-2%201.9c-2.2%202.2-2.2%205.7%200%207.9l34.5%2034.2c1.1%201.1%202.5%201.6%204%201.6%201.4%200%202.9-.5%204-1.6l55.8-55.2c2.1-2.3%202.1-5.8%200-8z%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/ios-hammer.svg?color=%231a73e8&size=48