pipe wrench icon
pipe-wrench from Material Design Icons by Pictogrammers · Filled · Hardware / Tools · Apache-2.0 Free for personal and commercial use.
- Name
- pipe-wrench
- Set
- Material Design Icons
- Style
- Filled
- Category
- Hardware / Tools
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- monkey-wrench
The same icon in other sets
More hardware / tools icons from Material Design Icons
Use the pipe wrench icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.17 5.63l-2.11 2.15l-2.15-2.15l4.26-4.22l3.52 3.51c1.17 1.17 1.17 3.08 0 4.27zM4.83 12.7L7 14.81l3.5-3.51l-2.11-2.11zm10.64-4.92L19 11.3l-1.42 1.4l-.7-.7L6.23 22.59l-2.81-2.81l8.49-8.48l-4.22-4.27L9.8 4.92l4.26 4.27z"/></svg>
React
import type { SVGProps } from "react";
export function MdiPipeWrench(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="m16.17 5.63l-2.11 2.15l-2.15-2.15l4.26-4.22l3.52 3.51c1.17 1.17 1.17 3.08 0 4.27zM4.83 12.7L7 14.81l3.5-3.51l-2.11-2.11zm10.64-4.92L19 11.3l-1.42 1.4l-.7-.7L6.23 22.59l-2.81-2.81l8.49-8.48l-4.22-4.27L9.8 4.92l4.26 4.27z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.17 5.63l-2.11 2.15l-2.15-2.15l4.26-4.22l3.52 3.51c1.17 1.17 1.17 3.08 0 4.27zM4.83 12.7L7 14.81l3.5-3.51l-2.11-2.11zm10.64-4.92L19 11.3l-1.42 1.4l-.7-.7L6.23 22.59l-2.81-2.81l8.49-8.48l-4.22-4.27L9.8 4.92l4.26 4.27z"/></svg> </template>
CSS
.icon-pipe-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%22m16.17%205.63l-2.11%202.15l-2.15-2.15l4.26-4.22l3.52%203.51c1.17%201.17%201.17%203.08%200%204.27zM4.83%2012.7L7%2014.81l3.5-3.51l-2.11-2.11zm10.64-4.92L19%2011.3l-1.42%201.4l-.7-.7L6.23%2022.59l-2.81-2.81l8.49-8.48l-4.22-4.27L9.8%204.92l4.26%204.27z%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%22m16.17%205.63l-2.11%202.15l-2.15-2.15l4.26-4.22l3.52%203.51c1.17%201.17%201.17%203.08%200%204.27zM4.83%2012.7L7%2014.81l3.5-3.51l-2.11-2.11zm10.64-4.92L19%2011.3l-1.42%201.4l-.7-.7L6.23%2022.59l-2.81-2.81l8.49-8.48l-4.22-4.27L9.8%204.92l4.26%204.27z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/pipe-wrench.svg?color=%231a73e8&size=48