wrench-check-outline from Material Design Icons by Pictogrammers · Outline · Hardware / Tools · Apache-2.0 Free for personal and commercial use.

Name
wrench-check-outline
Set
Material Design Icons
Style
Outline
Category
Hardware / Tools
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

More hardware / tools icons from Material Design Icons

Use the wrench check icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 1.09V6H7V1.09C4.16 1.57 2 4.03 2 7c0 2.22 1.21 4.15 3 5.19V21c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-8.81c1.79-1.04 3-2.97 3-5.19c0-2.97-2.16-5.43-5-5.91m1 9.37l-1 .58V20H7v-8.96l-1-.58C4.77 9.74 4 8.42 4 7c0-1 .37-1.94 1-2.65V8h6V4.35c.63.71 1 1.65 1 2.65c0 1.42-.77 2.74-2 3.46M21.6 13l1.4 1.41L16.47 21L13 17.5l1.4-1.41l2.07 2.08z"/></svg>

React

import type { SVGProps } from "react";

export function MdiWrenchCheckOutline(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="M9 1.09V6H7V1.09C4.16 1.57 2 4.03 2 7c0 2.22 1.21 4.15 3 5.19V21c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-8.81c1.79-1.04 3-2.97 3-5.19c0-2.97-2.16-5.43-5-5.91m1 9.37l-1 .58V20H7v-8.96l-1-.58C4.77 9.74 4 8.42 4 7c0-1 .37-1.94 1-2.65V8h6V4.35c.63.71 1 1.65 1 2.65c0 1.42-.77 2.74-2 3.46M21.6 13l1.4 1.41L16.47 21L13 17.5l1.4-1.41l2.07 2.08z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 1.09V6H7V1.09C4.16 1.57 2 4.03 2 7c0 2.22 1.21 4.15 3 5.19V21c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-8.81c1.79-1.04 3-2.97 3-5.19c0-2.97-2.16-5.43-5-5.91m1 9.37l-1 .58V20H7v-8.96l-1-.58C4.77 9.74 4 8.42 4 7c0-1 .37-1.94 1-2.65V8h6V4.35c.63.71 1 1.65 1 2.65c0 1.42-.77 2.74-2 3.46M21.6 13l1.4 1.41L16.47 21L13 17.5l1.4-1.41l2.07 2.08z"/></svg>
</template>

CSS

.icon-wrench-check-outline {
  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%22M9%201.09V6H7V1.09C4.16%201.57%202%204.03%202%207c0%202.22%201.21%204.15%203%205.19V21c0%20.55.45%201%201%201h4c.55%200%201-.45%201-1v-8.81c1.79-1.04%203-2.97%203-5.19c0-2.97-2.16-5.43-5-5.91m1%209.37l-1%20.58V20H7v-8.96l-1-.58C4.77%209.74%204%208.42%204%207c0-1%20.37-1.94%201-2.65V8h6V4.35c.63.71%201%201.65%201%202.65c0%201.42-.77%202.74-2%203.46M21.6%2013l1.4%201.41L16.47%2021L13%2017.5l1.4-1.41l2.07%202.08z%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%22M9%201.09V6H7V1.09C4.16%201.57%202%204.03%202%207c0%202.22%201.21%204.15%203%205.19V21c0%20.55.45%201%201%201h4c.55%200%201-.45%201-1v-8.81c1.79-1.04%203-2.97%203-5.19c0-2.97-2.16-5.43-5-5.91m1%209.37l-1%20.58V20H7v-8.96l-1-.58C4.77%209.74%204%208.42%204%207c0-1%20.37-1.94%201-2.65V8h6V4.35c.63.71%201%201.65%201%202.65c0%201.42-.77%202.74-2%203.46M21.6%2013l1.4%201.41L16.47%2021L13%2017.5l1.4-1.41l2.07%202.08z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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