punch icon
punch from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- punch
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Use the punch icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6.6 13.782V11.5m0 2.282a1.79 1.79 0 0 1-1.8 1.779A1.79 1.79 0 0 1 3 13.782V13c0-3.75 0-5.625.955-6.939A5 5 0 0 1 5.06 4.955C6.375 4 8.251 4 12 4s5.625 0 6.939.955a5 5 0 0 1 1.106 1.106C21 7.375 21 9.261 21 13.03c0 1.526 0 2.29-.157 2.918a5.37 5.37 0 0 1-3.95 3.904c-.408.1-1.11.135-1.968.148c-.846 0-1.575.076-1.575-1c0-1.016.327-2.105 1.575-2.105h.675m-9-3.113v1.334a1.79 1.79 0 0 0 1.8 1.779c.994 0 1.8-.797 1.8-1.779m0 0v-4.002m0 4.002v.796a1.79 1.79 0 0 0 1.8 1.779c.994 0 1.8-.796 1.8-1.779v-.796m3.6-3.616v3.616a1.79 1.79 0 0 1-1.8 1.779m-1.8-1.779v-4.002m0 4.002a1.79 1.79 0 0 0 1.8 1.779"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsPunch(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M6.6 13.782V11.5m0 2.282a1.79 1.79 0 0 1-1.8 1.779A1.79 1.79 0 0 1 3 13.782V13c0-3.75 0-5.625.955-6.939A5 5 0 0 1 5.06 4.955C6.375 4 8.251 4 12 4s5.625 0 6.939.955a5 5 0 0 1 1.106 1.106C21 7.375 21 9.261 21 13.03c0 1.526 0 2.29-.157 2.918a5.37 5.37 0 0 1-3.95 3.904c-.408.1-1.11.135-1.968.148c-.846 0-1.575.076-1.575-1c0-1.016.327-2.105 1.575-2.105h.675m-9-3.113v1.334a1.79 1.79 0 0 0 1.8 1.779c.994 0 1.8-.797 1.8-1.779m0 0v-4.002m0 4.002v.796a1.79 1.79 0 0 0 1.8 1.779c.994 0 1.8-.796 1.8-1.779v-.796m3.6-3.616v3.616a1.79 1.79 0 0 1-1.8 1.779m-1.8-1.779v-4.002m0 4.002a1.79 1.79 0 0 0 1.8 1.779"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6.6 13.782V11.5m0 2.282a1.79 1.79 0 0 1-1.8 1.779A1.79 1.79 0 0 1 3 13.782V13c0-3.75 0-5.625.955-6.939A5 5 0 0 1 5.06 4.955C6.375 4 8.251 4 12 4s5.625 0 6.939.955a5 5 0 0 1 1.106 1.106C21 7.375 21 9.261 21 13.03c0 1.526 0 2.29-.157 2.918a5.37 5.37 0 0 1-3.95 3.904c-.408.1-1.11.135-1.968.148c-.846 0-1.575.076-1.575-1c0-1.016.327-2.105 1.575-2.105h.675m-9-3.113v1.334a1.79 1.79 0 0 0 1.8 1.779c.994 0 1.8-.797 1.8-1.779m0 0v-4.002m0 4.002v.796a1.79 1.79 0 0 0 1.8 1.779c.994 0 1.8-.796 1.8-1.779v-.796m3.6-3.616v3.616a1.79 1.79 0 0 1-1.8 1.779m-1.8-1.779v-4.002m0 4.002a1.79 1.79 0 0 0 1.8 1.779"/></svg> </template>
CSS
.icon-punch {
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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M6.6%2013.782V11.5m0%202.282a1.79%201.79%200%200%201-1.8%201.779A1.79%201.79%200%200%201%203%2013.782V13c0-3.75%200-5.625.955-6.939A5%205%200%200%201%205.06%204.955C6.375%204%208.251%204%2012%204s5.625%200%206.939.955a5%205%200%200%201%201.106%201.106C21%207.375%2021%209.261%2021%2013.03c0%201.526%200%202.29-.157%202.918a5.37%205.37%200%200%201-3.95%203.904c-.408.1-1.11.135-1.968.148c-.846%200-1.575.076-1.575-1c0-1.016.327-2.105%201.575-2.105h.675m-9-3.113v1.334a1.79%201.79%200%200%200%201.8%201.779c.994%200%201.8-.797%201.8-1.779m0%200v-4.002m0%204.002v.796a1.79%201.79%200%200%200%201.8%201.779c.994%200%201.8-.796%201.8-1.779v-.796m3.6-3.616v3.616a1.79%201.79%200%200%201-1.8%201.779m-1.8-1.779v-4.002m0%204.002a1.79%201.79%200%200%200%201.8%201.779%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M6.6%2013.782V11.5m0%202.282a1.79%201.79%200%200%201-1.8%201.779A1.79%201.79%200%200%201%203%2013.782V13c0-3.75%200-5.625.955-6.939A5%205%200%200%201%205.06%204.955C6.375%204%208.251%204%2012%204s5.625%200%206.939.955a5%205%200%200%201%201.106%201.106C21%207.375%2021%209.261%2021%2013.03c0%201.526%200%202.29-.157%202.918a5.37%205.37%200%200%201-3.95%203.904c-.408.1-1.11.135-1.968.148c-.846%200-1.575.076-1.575-1c0-1.016.327-2.105%201.575-2.105h.675m-9-3.113v1.334a1.79%201.79%200%200%200%201.8%201.779c.994%200%201.8-.797%201.8-1.779m0%200v-4.002m0%204.002v.796a1.79%201.79%200%200%200%201.8%201.779c.994%200%201.8-.796%201.8-1.779v-.796m3.6-3.616v3.616a1.79%201.79%200%200%201-1.8%201.779m-1.8-1.779v-4.002m0%204.002a1.79%201.79%200%200%200%201.8%201.779%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/punch.svg?color=%231a73e8&size=48