progress wrench icon
progress-wrench from Material Design Icons by Pictogrammers · Filled · Hardware / Tools · Apache-2.0 Free for personal and commercial use.
- Name
- progress-wrench
- Set
- Material Design Icons
- Style
- Filled
- Category
- Hardware / Tools
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- progress-spanner
More hardware / tools icons from Material Design Icons
Use the progress wrench icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 2.03v2.02c4.39.54 7.5 4.53 6.96 8.92c-.46 3.64-3.32 6.53-6.96 6.96v2c5.5-.55 9.5-5.43 8.95-10.93c-.45-4.75-4.22-8.5-8.95-8.97m-2 .03c-1.95.19-3.81.94-5.33 2.2L7.1 5.74c1.12-.9 2.47-1.48 3.9-1.68zM4.26 5.67A9.9 9.9 0 0 0 2.05 11h2c.19-1.42.75-2.77 1.64-3.9zM2.06 13c.2 1.96.97 3.81 2.21 5.33l1.42-1.43A8 8 0 0 1 4.06 13zm5.04 5.37l-1.43 1.37A10 10 0 0 0 11 22v-2a8 8 0 0 1-3.9-1.63m9.72-3.18l-4.11-4.11c.41-1.04.18-2.26-.68-3.11c-.9-.91-2.25-1.09-3.34-.59l1.94 1.94l-1.35 1.36l-1.99-1.95c-.54 1.09-.29 2.44.59 3.35c.86.86 2.08 1.08 3.12.68l4.11 4.1c.18.19.45.19.63 0l1.04-1.03c.22-.18.22-.5.04-.64"/></svg>
React
import type { SVGProps } from "react";
export function MdiProgressWrench(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="M13 2.03v2.02c4.39.54 7.5 4.53 6.96 8.92c-.46 3.64-3.32 6.53-6.96 6.96v2c5.5-.55 9.5-5.43 8.95-10.93c-.45-4.75-4.22-8.5-8.95-8.97m-2 .03c-1.95.19-3.81.94-5.33 2.2L7.1 5.74c1.12-.9 2.47-1.48 3.9-1.68zM4.26 5.67A9.9 9.9 0 0 0 2.05 11h2c.19-1.42.75-2.77 1.64-3.9zM2.06 13c.2 1.96.97 3.81 2.21 5.33l1.42-1.43A8 8 0 0 1 4.06 13zm5.04 5.37l-1.43 1.37A10 10 0 0 0 11 22v-2a8 8 0 0 1-3.9-1.63m9.72-3.18l-4.11-4.11c.41-1.04.18-2.26-.68-3.11c-.9-.91-2.25-1.09-3.34-.59l1.94 1.94l-1.35 1.36l-1.99-1.95c-.54 1.09-.29 2.44.59 3.35c.86.86 2.08 1.08 3.12.68l4.11 4.1c.18.19.45.19.63 0l1.04-1.03c.22-.18.22-.5.04-.64"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 2.03v2.02c4.39.54 7.5 4.53 6.96 8.92c-.46 3.64-3.32 6.53-6.96 6.96v2c5.5-.55 9.5-5.43 8.95-10.93c-.45-4.75-4.22-8.5-8.95-8.97m-2 .03c-1.95.19-3.81.94-5.33 2.2L7.1 5.74c1.12-.9 2.47-1.48 3.9-1.68zM4.26 5.67A9.9 9.9 0 0 0 2.05 11h2c.19-1.42.75-2.77 1.64-3.9zM2.06 13c.2 1.96.97 3.81 2.21 5.33l1.42-1.43A8 8 0 0 1 4.06 13zm5.04 5.37l-1.43 1.37A10 10 0 0 0 11 22v-2a8 8 0 0 1-3.9-1.63m9.72-3.18l-4.11-4.11c.41-1.04.18-2.26-.68-3.11c-.9-.91-2.25-1.09-3.34-.59l1.94 1.94l-1.35 1.36l-1.99-1.95c-.54 1.09-.29 2.44.59 3.35c.86.86 2.08 1.08 3.12.68l4.11 4.1c.18.19.45.19.63 0l1.04-1.03c.22-.18.22-.5.04-.64"/></svg> </template>
CSS
.icon-progress-wrench {
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%22M13%202.03v2.02c4.39.54%207.5%204.53%206.96%208.92c-.46%203.64-3.32%206.53-6.96%206.96v2c5.5-.55%209.5-5.43%208.95-10.93c-.45-4.75-4.22-8.5-8.95-8.97m-2%20.03c-1.95.19-3.81.94-5.33%202.2L7.1%205.74c1.12-.9%202.47-1.48%203.9-1.68zM4.26%205.67A9.9%209.9%200%200%200%202.05%2011h2c.19-1.42.75-2.77%201.64-3.9zM2.06%2013c.2%201.96.97%203.81%202.21%205.33l1.42-1.43A8%208%200%200%201%204.06%2013zm5.04%205.37l-1.43%201.37A10%2010%200%200%200%2011%2022v-2a8%208%200%200%201-3.9-1.63m9.72-3.18l-4.11-4.11c.41-1.04.18-2.26-.68-3.11c-.9-.91-2.25-1.09-3.34-.59l1.94%201.94l-1.35%201.36l-1.99-1.95c-.54%201.09-.29%202.44.59%203.35c.86.86%202.08%201.08%203.12.68l4.11%204.1c.18.19.45.19.63%200l1.04-1.03c.22-.18.22-.5.04-.64%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%22M13%202.03v2.02c4.39.54%207.5%204.53%206.96%208.92c-.46%203.64-3.32%206.53-6.96%206.96v2c5.5-.55%209.5-5.43%208.95-10.93c-.45-4.75-4.22-8.5-8.95-8.97m-2%20.03c-1.95.19-3.81.94-5.33%202.2L7.1%205.74c1.12-.9%202.47-1.48%203.9-1.68zM4.26%205.67A9.9%209.9%200%200%200%202.05%2011h2c.19-1.42.75-2.77%201.64-3.9zM2.06%2013c.2%201.96.97%203.81%202.21%205.33l1.42-1.43A8%208%200%200%201%204.06%2013zm5.04%205.37l-1.43%201.37A10%2010%200%200%200%2011%2022v-2a8%208%200%200%201-3.9-1.63m9.72-3.18l-4.11-4.11c.41-1.04.18-2.26-.68-3.11c-.9-.91-2.25-1.09-3.34-.59l1.94%201.94l-1.35%201.36l-1.99-1.95c-.54%201.09-.29%202.44.59%203.35c.86.86%202.08%201.08%203.12.68l4.11%204.1c.18.19.45.19.63%200l1.04-1.03c.22-.18.22-.5.04-.64%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/progress-wrench.svg?color=%231a73e8&size=48