axe icon
axe-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.
- Name
- axe-line
- Set
- MingCute Icon
- Style
- Line
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
Use the axe 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-linejoin="round" stroke-width="2" d="M15 10v11h-3V10M7 3S6 4.688 6 7.5S7 12 7 12c2.74-1.826 7.278-2.075 10.972-2.022A1.01 1.01 0 0 0 19 8.97V6.03a1.01 1.01 0 0 0-1.028-1.007C14.278 5.075 9.74 4.826 7 3Z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteAxeLine(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" strokeLinejoin="round" strokeWidth="2" d="M15 10v11h-3V10M7 3S6 4.688 6 7.5S7 12 7 12c2.74-1.826 7.278-2.075 10.972-2.022A1.01 1.01 0 0 0 19 8.97V6.03a1.01 1.01 0 0 0-1.028-1.007C14.278 5.075 9.74 4.826 7 3Z"/></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-linejoin="round" stroke-width="2" d="M15 10v11h-3V10M7 3S6 4.688 6 7.5S7 12 7 12c2.74-1.826 7.278-2.075 10.972-2.022A1.01 1.01 0 0 0 19 8.97V6.03a1.01 1.01 0 0 0-1.028-1.007C14.278 5.075 9.74 4.826 7 3Z"/></svg> </template>
CSS
.icon-axe-line {
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-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M15%2010v11h-3V10M7%203S6%204.688%206%207.5S7%2012%207%2012c2.74-1.826%207.278-2.075%2010.972-2.022A1.01%201.01%200%200%200%2019%208.97V6.03a1.01%201.01%200%200%200-1.028-1.007C14.278%205.075%209.74%204.826%207%203Z%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-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M15%2010v11h-3V10M7%203S6%204.688%206%207.5S7%2012%207%2012c2.74-1.826%207.278-2.075%2010.972-2.022A1.01%201.01%200%200%200%2019%208.97V6.03a1.01%201.01%200%200%200-1.028-1.007C14.278%205.075%209.74%204.826%207%203Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/axe-line.svg?color=%231a73e8&size=48