pipe wrench icon
pipe-wrench from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- pipe-wrench
- Set
- Phosphor
- Style
- Regular
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the pipe wrench icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m220.28 55l-.17-.17l-44.9-42.28a16 16 0 0 0-22.5.08l-44.54 44.24l-1.54-1.56a25 25 0 0 0-35.36 35.27l1.46 1.48L52.69 112a16 16 0 0 0 0 22.63l12.68 12.68a16 16 0 0 0 22.59 0l19.93-19.65L120 140l-64.69 65.37a25 25 0 1 0 35.34 35.29l88.67-89.35a16 16 0 0 0 0-22.6l-35.69-36.05L156.56 80l.1.09L194 115.4a16 16 0 0 0 22.53-.09l3.71-3.71a40 40 0 0 0 0-56.57ZM76.69 136L64 123.33l20-19.88l12.69 12.86Zm2.62 93.37a9 9 0 1 1-12.65-12.71l64.67-65.37a16 16 0 0 0 0-22.57l-48.7-49.41A9 9 0 0 1 95.29 66.6L168 140ZM209 100.28l-3.75 3.72a1.2 1.2 0 0 0-.16-.16l-37.4-35.34a16.05 16.05 0 0 0-22.39.12l-12.93 12.67l-12.94-13.06L164 24l.17.16l44.88 42.26a24 24 0 0 1-.08 33.86Z"/></svg>
React
import type { SVGProps } from "react";
export function PhPipeWrench(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m220.28 55l-.17-.17l-44.9-42.28a16 16 0 0 0-22.5.08l-44.54 44.24l-1.54-1.56a25 25 0 0 0-35.36 35.27l1.46 1.48L52.69 112a16 16 0 0 0 0 22.63l12.68 12.68a16 16 0 0 0 22.59 0l19.93-19.65L120 140l-64.69 65.37a25 25 0 1 0 35.34 35.29l88.67-89.35a16 16 0 0 0 0-22.6l-35.69-36.05L156.56 80l.1.09L194 115.4a16 16 0 0 0 22.53-.09l3.71-3.71a40 40 0 0 0 0-56.57ZM76.69 136L64 123.33l20-19.88l12.69 12.86Zm2.62 93.37a9 9 0 1 1-12.65-12.71l64.67-65.37a16 16 0 0 0 0-22.57l-48.7-49.41A9 9 0 0 1 95.29 66.6L168 140ZM209 100.28l-3.75 3.72a1.2 1.2 0 0 0-.16-.16l-37.4-35.34a16.05 16.05 0 0 0-22.39.12l-12.93 12.67l-12.94-13.06L164 24l.17.16l44.88 42.26a24 24 0 0 1-.08 33.86Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m220.28 55l-.17-.17l-44.9-42.28a16 16 0 0 0-22.5.08l-44.54 44.24l-1.54-1.56a25 25 0 0 0-35.36 35.27l1.46 1.48L52.69 112a16 16 0 0 0 0 22.63l12.68 12.68a16 16 0 0 0 22.59 0l19.93-19.65L120 140l-64.69 65.37a25 25 0 1 0 35.34 35.29l88.67-89.35a16 16 0 0 0 0-22.6l-35.69-36.05L156.56 80l.1.09L194 115.4a16 16 0 0 0 22.53-.09l3.71-3.71a40 40 0 0 0 0-56.57ZM76.69 136L64 123.33l20-19.88l12.69 12.86Zm2.62 93.37a9 9 0 1 1-12.65-12.71l64.67-65.37a16 16 0 0 0 0-22.57l-48.7-49.41A9 9 0 0 1 95.29 66.6L168 140ZM209 100.28l-3.75 3.72a1.2 1.2 0 0 0-.16-.16l-37.4-35.34a16.05 16.05 0 0 0-22.39.12l-12.93 12.67l-12.94-13.06L164 24l.17.16l44.88 42.26a24 24 0 0 1-.08 33.86Z"/></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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m220.28%2055l-.17-.17l-44.9-42.28a16%2016%200%200%200-22.5.08l-44.54%2044.24l-1.54-1.56a25%2025%200%200%200-35.36%2035.27l1.46%201.48L52.69%20112a16%2016%200%200%200%200%2022.63l12.68%2012.68a16%2016%200%200%200%2022.59%200l19.93-19.65L120%20140l-64.69%2065.37a25%2025%200%201%200%2035.34%2035.29l88.67-89.35a16%2016%200%200%200%200-22.6l-35.69-36.05L156.56%2080l.1.09L194%20115.4a16%2016%200%200%200%2022.53-.09l3.71-3.71a40%2040%200%200%200%200-56.57ZM76.69%20136L64%20123.33l20-19.88l12.69%2012.86Zm2.62%2093.37a9%209%200%201%201-12.65-12.71l64.67-65.37a16%2016%200%200%200%200-22.57l-48.7-49.41A9%209%200%200%201%2095.29%2066.6L168%20140ZM209%20100.28l-3.75%203.72a1.2%201.2%200%200%200-.16-.16l-37.4-35.34a16.05%2016.05%200%200%200-22.39.12l-12.93%2012.67l-12.94-13.06L164%2024l.17.16l44.88%2042.26a24%2024%200%200%201-.08%2033.86Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m220.28%2055l-.17-.17l-44.9-42.28a16%2016%200%200%200-22.5.08l-44.54%2044.24l-1.54-1.56a25%2025%200%200%200-35.36%2035.27l1.46%201.48L52.69%20112a16%2016%200%200%200%200%2022.63l12.68%2012.68a16%2016%200%200%200%2022.59%200l19.93-19.65L120%20140l-64.69%2065.37a25%2025%200%201%200%2035.34%2035.29l88.67-89.35a16%2016%200%200%200%200-22.6l-35.69-36.05L156.56%2080l.1.09L194%20115.4a16%2016%200%200%200%2022.53-.09l3.71-3.71a40%2040%200%200%200%200-56.57ZM76.69%20136L64%20123.33l20-19.88l12.69%2012.86Zm2.62%2093.37a9%209%200%201%201-12.65-12.71l64.67-65.37a16%2016%200%200%200%200-22.57l-48.7-49.41A9%209%200%200%201%2095.29%2066.6L168%20140ZM209%20100.28l-3.75%203.72a1.2%201.2%200%200%200-.16-.16l-37.4-35.34a16.05%2016.05%200%200%200-22.39.12l-12.93%2012.67l-12.94-13.06L164%2024l.17.16l44.88%2042.26a24%2024%200%200%201-.08%2033.86Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/pipe-wrench.svg?color=%231a73e8&size=48