tool icon
tool-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- tool-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
Use the tool icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.338 6.764c-.435-.527-1.259-.466-1.497.174a7.001 7.001 0 0 0 8.299 9.227c.423-.108.882.016 1.15.36l2.966 3.825a3.648 3.648 0 1 0 5.126-5.113l-3.834-2.99c-.342-.267-.466-.724-.36-1.145a7.001 7.001 0 0 0-9.202-8.291c-.642.235-.706 1.06-.18 1.497l3.732 3.103a1 1 0 0 1 .341.965l-.282 1.416a1 1 0 0 1-.786.785l-1.411.28a1 1 0 0 1-.966-.344z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteToolFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.338 6.764c-.435-.527-1.259-.466-1.497.174a7.001 7.001 0 0 0 8.299 9.227c.423-.108.882.016 1.15.36l2.966 3.825a3.648 3.648 0 1 0 5.126-5.113l-3.834-2.99c-.342-.267-.466-.724-.36-1.145a7.001 7.001 0 0 0-9.202-8.291c-.642.235-.706 1.06-.18 1.497l3.732 3.103a1 1 0 0 1 .341.965l-.282 1.416a1 1 0 0 1-.786.785l-1.411.28a1 1 0 0 1-.966-.344z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.338 6.764c-.435-.527-1.259-.466-1.497.174a7.001 7.001 0 0 0 8.299 9.227c.423-.108.882.016 1.15.36l2.966 3.825a3.648 3.648 0 1 0 5.126-5.113l-3.834-2.99c-.342-.267-.466-.724-.36-1.145a7.001 7.001 0 0 0-9.202-8.291c-.642.235-.706 1.06-.18 1.497l3.732 3.103a1 1 0 0 1 .341.965l-.282 1.416a1 1 0 0 1-.786.785l-1.411.28a1 1 0 0 1-.966-.344z"/></svg> </template>
CSS
.icon-tool-fill {
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%22currentColor%22%20d%3D%22M4.338%206.764c-.435-.527-1.259-.466-1.497.174a7.001%207.001%200%200%200%208.299%209.227c.423-.108.882.016%201.15.36l2.966%203.825a3.648%203.648%200%201%200%205.126-5.113l-3.834-2.99c-.342-.267-.466-.724-.36-1.145a7.001%207.001%200%200%200-9.202-8.291c-.642.235-.706%201.06-.18%201.497l3.732%203.103a1%201%200%200%201%20.341.965l-.282%201.416a1%201%200%200%201-.786.785l-1.411.28a1%201%200%200%201-.966-.344z%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%22currentColor%22%20d%3D%22M4.338%206.764c-.435-.527-1.259-.466-1.497.174a7.001%207.001%200%200%200%208.299%209.227c.423-.108.882.016%201.15.36l2.966%203.825a3.648%203.648%200%201%200%205.126-5.113l-3.834-2.99c-.342-.267-.466-.724-.36-1.145a7.001%207.001%200%200%200-9.202-8.291c-.642.235-.706%201.06-.18%201.497l3.732%203.103a1%201%200%200%201%20.341.965l-.282%201.416a1%201%200%200%201-.786.785l-1.411.28a1%201%200%200%201-.966-.344z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/tool-fill.svg?color=%231a73e8&size=48