wrench adjustable icon

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

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

Related icons in Bootstrap Icons

Use the wrench adjustable icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M16 4.5a4.5 4.5 0 0 1-1.703 3.526L13 5l2.959-1.11q.04.3.041.61"/><path d="M11.5 9c.653 0 1.273-.139 1.833-.39L12 5.5L11 3l3.826-1.53A4.5 4.5 0 0 0 7.29 6.092l-6.116 5.096a2.583 2.583 0 1 0 3.638 3.638L9.908 8.71A4.5 4.5 0 0 0 11.5 9m-1.292-4.361l-.596.893l.809-.27a.25.25 0 0 1 .287.377l-.596.893l.809-.27l.158.475l-1.5.5a.25.25 0 0 1-.287-.376l.596-.893l-.809.27a.25.25 0 0 1-.287-.377l.596-.893l-.809.27l-.158-.475l1.5-.5a.25.25 0 0 1 .287.376M3 14a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></g></svg>

React

import type { SVGProps } from "react";

export function BiWrenchAdjustable(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M16 4.5a4.5 4.5 0 0 1-1.703 3.526L13 5l2.959-1.11q.04.3.041.61"/><path d="M11.5 9c.653 0 1.273-.139 1.833-.39L12 5.5L11 3l3.826-1.53A4.5 4.5 0 0 0 7.29 6.092l-6.116 5.096a2.583 2.583 0 1 0 3.638 3.638L9.908 8.71A4.5 4.5 0 0 0 11.5 9m-1.292-4.361l-.596.893l.809-.27a.25.25 0 0 1 .287.377l-.596.893l.809-.27l.158.475l-1.5.5a.25.25 0 0 1-.287-.376l.596-.893l-.809.27a.25.25 0 0 1-.287-.377l.596-.893l-.809.27l-.158-.475l1.5-.5a.25.25 0 0 1 .287.376M3 14a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M16 4.5a4.5 4.5 0 0 1-1.703 3.526L13 5l2.959-1.11q.04.3.041.61"/><path d="M11.5 9c.653 0 1.273-.139 1.833-.39L12 5.5L11 3l3.826-1.53A4.5 4.5 0 0 0 7.29 6.092l-6.116 5.096a2.583 2.583 0 1 0 3.638 3.638L9.908 8.71A4.5 4.5 0 0 0 11.5 9m-1.292-4.361l-.596.893l.809-.27a.25.25 0 0 1 .287.377l-.596.893l.809-.27l.158.475l-1.5.5a.25.25 0 0 1-.287-.376l.596-.893l-.809.27a.25.25 0 0 1-.287-.377l.596-.893l-.809.27l-.158-.475l1.5-.5a.25.25 0 0 1 .287.376M3 14a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></g></svg>
</template>

CSS

.icon-wrench-adjustable {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M16%204.5a4.5%204.5%200%200%201-1.703%203.526L13%205l2.959-1.11q.04.3.041.61%22%2F%3E%3Cpath%20d%3D%22M11.5%209c.653%200%201.273-.139%201.833-.39L12%205.5L11%203l3.826-1.53A4.5%204.5%200%200%200%207.29%206.092l-6.116%205.096a2.583%202.583%200%201%200%203.638%203.638L9.908%208.71A4.5%204.5%200%200%200%2011.5%209m-1.292-4.361l-.596.893l.809-.27a.25.25%200%200%201%20.287.377l-.596.893l.809-.27l.158.475l-1.5.5a.25.25%200%200%201-.287-.376l.596-.893l-.809.27a.25.25%200%200%201-.287-.377l.596-.893l-.809.27l-.158-.475l1.5-.5a.25.25%200%200%201%20.287.376M3%2014a1%201%200%201%201%200-2a1%201%200%200%201%200%202%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M16%204.5a4.5%204.5%200%200%201-1.703%203.526L13%205l2.959-1.11q.04.3.041.61%22%2F%3E%3Cpath%20d%3D%22M11.5%209c.653%200%201.273-.139%201.833-.39L12%205.5L11%203l3.826-1.53A4.5%204.5%200%200%200%207.29%206.092l-6.116%205.096a2.583%202.583%200%201%200%203.638%203.638L9.908%208.71A4.5%204.5%200%200%200%2011.5%209m-1.292-4.361l-.596.893l.809-.27a.25.25%200%200%201%20.287.377l-.596.893l.809-.27l.158.475l-1.5.5a.25.25%200%200%201-.287-.376l.596-.893l-.809.27a.25.25%200%200%201-.287-.377l.596-.893l-.809.27l-.158-.475l1.5-.5a.25.25%200%200%201%20.287.376M3%2014a1%201%200%201%201%200-2a1%201%200%200%201%200%202%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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