pipe wrench icon

pipe-wrench-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
pipe-wrench-bold
Set
Phosphor
Style
Bold
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="m219.11 40.2l-.36-.35l-32.83-30.21a20 20 0 0 0-28 .19l-47.56 47.28a32 32 0 0 0-45.46 45l-15.06 15a20 20 0 0 0 0 28.29l17.72 17.72l-30.2 30.2a32 32 0 0 0 45.26 45.26l91.51-92.32a20 20 0 0 0-.38-28.61l-13-12.4l11.91-11.8l14.73 13a20 20 0 0 0 28-.33l3.71-3.71a44 44 0 0 0 0-62.23ZM69.65 131.32l12.21-12.19L96.73 134l-12.2 12.21Zm-4 90.36a8 8 0 0 1-11.3-11.33l67.86-67.86a12 12 0 0 0 0-17L82.33 85.66a8 8 0 0 1 11.32-11.32c.06.07.13.13.19.19l60.44 57.72ZM202.14 85.46l-1 1l-14.87-13.02a20.06 20.06 0 0 0-27.82.38l-15 14.88l-15.72-15l44.37-44.17l30.19 27.8a20 20 0 0 1-.15 28.13"/></svg>

React

import type { SVGProps } from "react";

export function PhPipeWrenchBold(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="m219.11 40.2l-.36-.35l-32.83-30.21a20 20 0 0 0-28 .19l-47.56 47.28a32 32 0 0 0-45.46 45l-15.06 15a20 20 0 0 0 0 28.29l17.72 17.72l-30.2 30.2a32 32 0 0 0 45.26 45.26l91.51-92.32a20 20 0 0 0-.38-28.61l-13-12.4l11.91-11.8l14.73 13a20 20 0 0 0 28-.33l3.71-3.71a44 44 0 0 0 0-62.23ZM69.65 131.32l12.21-12.19L96.73 134l-12.2 12.21Zm-4 90.36a8 8 0 0 1-11.3-11.33l67.86-67.86a12 12 0 0 0 0-17L82.33 85.66a8 8 0 0 1 11.32-11.32c.06.07.13.13.19.19l60.44 57.72ZM202.14 85.46l-1 1l-14.87-13.02a20.06 20.06 0 0 0-27.82.38l-15 14.88l-15.72-15l44.37-44.17l30.19 27.8a20 20 0 0 1-.15 28.13"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m219.11 40.2l-.36-.35l-32.83-30.21a20 20 0 0 0-28 .19l-47.56 47.28a32 32 0 0 0-45.46 45l-15.06 15a20 20 0 0 0 0 28.29l17.72 17.72l-30.2 30.2a32 32 0 0 0 45.26 45.26l91.51-92.32a20 20 0 0 0-.38-28.61l-13-12.4l11.91-11.8l14.73 13a20 20 0 0 0 28-.33l3.71-3.71a44 44 0 0 0 0-62.23ZM69.65 131.32l12.21-12.19L96.73 134l-12.2 12.21Zm-4 90.36a8 8 0 0 1-11.3-11.33l67.86-67.86a12 12 0 0 0 0-17L82.33 85.66a8 8 0 0 1 11.32-11.32c.06.07.13.13.19.19l60.44 57.72ZM202.14 85.46l-1 1l-14.87-13.02a20.06 20.06 0 0 0-27.82.38l-15 14.88l-15.72-15l44.37-44.17l30.19 27.8a20 20 0 0 1-.15 28.13"/></svg>
</template>

CSS

.icon-pipe-wrench-bold {
  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%22m219.11%2040.2l-.36-.35l-32.83-30.21a20%2020%200%200%200-28%20.19l-47.56%2047.28a32%2032%200%200%200-45.46%2045l-15.06%2015a20%2020%200%200%200%200%2028.29l17.72%2017.72l-30.2%2030.2a32%2032%200%200%200%2045.26%2045.26l91.51-92.32a20%2020%200%200%200-.38-28.61l-13-12.4l11.91-11.8l14.73%2013a20%2020%200%200%200%2028-.33l3.71-3.71a44%2044%200%200%200%200-62.23ZM69.65%20131.32l12.21-12.19L96.73%20134l-12.2%2012.21Zm-4%2090.36a8%208%200%200%201-11.3-11.33l67.86-67.86a12%2012%200%200%200%200-17L82.33%2085.66a8%208%200%200%201%2011.32-11.32c.06.07.13.13.19.19l60.44%2057.72ZM202.14%2085.46l-1%201l-14.87-13.02a20.06%2020.06%200%200%200-27.82.38l-15%2014.88l-15.72-15l44.37-44.17l30.19%2027.8a20%2020%200%200%201-.15%2028.13%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%22m219.11%2040.2l-.36-.35l-32.83-30.21a20%2020%200%200%200-28%20.19l-47.56%2047.28a32%2032%200%200%200-45.46%2045l-15.06%2015a20%2020%200%200%200%200%2028.29l17.72%2017.72l-30.2%2030.2a32%2032%200%200%200%2045.26%2045.26l91.51-92.32a20%2020%200%200%200-.38-28.61l-13-12.4l11.91-11.8l14.73%2013a20%2020%200%200%200%2028-.33l3.71-3.71a44%2044%200%200%200%200-62.23ZM69.65%20131.32l12.21-12.19L96.73%20134l-12.2%2012.21Zm-4%2090.36a8%208%200%200%201-11.3-11.33l67.86-67.86a12%2012%200%200%200%200-17L82.33%2085.66a8%208%200%200%201%2011.32-11.32c.06.07.13.13.19.19l60.44%2057.72ZM202.14%2085.46l-1%201l-14.87-13.02a20.06%2020.06%200%200%200-27.82.38l-15%2014.88l-15.72-15l44.37-44.17l30.19%2027.8a20%2020%200%200%201-.15%2028.13%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/pipe-wrench-bold.svg?color=%231a73e8&size=48