wrench from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
wrench
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

The same icon in other sets

Related icons in Bootstrap Icons

Use the wrench icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M.102 2.223A3.004 3.004 0 0 0 3.78 5.897l6.341 6.252A3.003 3.003 0 0 0 13 16a3 3 0 1 0-.851-5.878L5.897 3.781A3.004 3.004 0 0 0 2.223.1l2.141 2.142L4 4l-1.757.364zm13.37 9.019l.528.026l.287.445l.445.287l.026.529L15 13l-.242.471l-.026.529l-.445.287l-.287.445l-.529.026L13 15l-.471-.242l-.529-.026l-.287-.445l-.445-.287l-.026-.529L11 13l.242-.471l.026-.529l.445-.287l.287-.445l.529-.026L13 11z"/></svg>

React

import type { SVGProps } from "react";

export function BiWrench(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M.102 2.223A3.004 3.004 0 0 0 3.78 5.897l6.341 6.252A3.003 3.003 0 0 0 13 16a3 3 0 1 0-.851-5.878L5.897 3.781A3.004 3.004 0 0 0 2.223.1l2.141 2.142L4 4l-1.757.364zm13.37 9.019l.528.026l.287.445l.445.287l.026.529L15 13l-.242.471l-.026.529l-.445.287l-.287.445l-.529.026L13 15l-.471-.242l-.529-.026l-.287-.445l-.445-.287l-.026-.529L11 13l.242-.471l.026-.529l.445-.287l.287-.445l.529-.026L13 11z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M.102 2.223A3.004 3.004 0 0 0 3.78 5.897l6.341 6.252A3.003 3.003 0 0 0 13 16a3 3 0 1 0-.851-5.878L5.897 3.781A3.004 3.004 0 0 0 2.223.1l2.141 2.142L4 4l-1.757.364zm13.37 9.019l.528.026l.287.445l.445.287l.026.529L15 13l-.242.471l-.026.529l-.445.287l-.287.445l-.529.026L13 15l-.471-.242l-.529-.026l-.287-.445l-.445-.287l-.026-.529L11 13l.242-.471l.026-.529l.445-.287l.287-.445l.529-.026L13 11z"/></svg>
</template>

CSS

.icon-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M.102%202.223A3.004%203.004%200%200%200%203.78%205.897l6.341%206.252A3.003%203.003%200%200%200%2013%2016a3%203%200%201%200-.851-5.878L5.897%203.781A3.004%203.004%200%200%200%202.223.1l2.141%202.142L4%204l-1.757.364zm13.37%209.019l.528.026l.287.445l.445.287l.026.529L15%2013l-.242.471l-.026.529l-.445.287l-.287.445l-.529.026L13%2015l-.471-.242l-.529-.026l-.287-.445l-.445-.287l-.026-.529L11%2013l.242-.471l.026-.529l.445-.287l.287-.445l.529-.026L13%2011z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M.102%202.223A3.004%203.004%200%200%200%203.78%205.897l6.341%206.252A3.003%203.003%200%200%200%2013%2016a3%203%200%201%200-.851-5.878L5.897%203.781A3.004%203.004%200%200%200%202.223.1l2.141%202.142L4%204l-1.757.364zm13.37%209.019l.528.026l.287.445l.445.287l.026.529L15%2013l-.242.471l-.026.529l-.445.287l-.287.445l-.529.026L13%2015l-.471-.242l-.529-.026l-.287-.445l-.445-.287l-.026-.529L11%2013l.242-.471l.026-.529l.445-.287l.287-.445l.529-.026L13%2011z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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