wrench from Fluent Emoji High Contrast by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.

Name
wrench
Set
Fluent Emoji High Contrast
Style
Default
Category
Objects
Viewbox
32×32
License
MIT

The same emoji in other sets

More objects icons from Fluent Emoji High Contrast

Use the wrench emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5.952 1.188a6.51 6.51 0 0 1 6.07 1.636l.002.001a6.51 6.51 0 0 1 1.817 6.109l9.175 9.235a6.51 6.51 0 0 1 6.078 1.737a6.52 6.52 0 0 1 1.723 6.147l-.005.017c-.317 1.214-1.85 1.645-2.755.74l-2.519-2.517l-1.245 1.245l2.518 2.516c.913.913.463 2.445-.756 2.756l-.007.002a6.51 6.51 0 0 1-6.07-1.636l-.002-.001a6.5 6.5 0 0 1-1.832-6.04l-9.235-9.287a6.5 6.5 0 0 1-6.003-1.754a6.52 6.52 0 0 1-1.723-6.147l.005-.017c.317-1.214 1.85-1.645 2.755-.74l2.519 2.517l1.246-1.245l-2.519-2.516c-.913-.913-.463-2.445.756-2.756zm1.139 1.83l2.285 2.284a1.633 1.633 0 0 1 0 2.32L7.622 9.376a1.634 1.634 0 0 1-2.32 0L3.016 7.092A4.51 4.51 0 0 0 8.9 11.781a1 1 0 0 1 1.017.246l10.046 10.104a1 1 0 0 1 .245 1.005a4.51 4.51 0 0 0 1.156 4.6a4.51 4.51 0 0 0 3.544 1.245l-2.284-2.283a1.633 1.633 0 0 1 0-2.32l1.753-1.753a1.634 1.634 0 0 1 2.32 0l2.285 2.283a4.51 4.51 0 0 0-5.94-4.67a1 1 0 0 1-1.031-.242L12.015 9.933a1 1 0 0 1-.24-1.016a4.51 4.51 0 0 0-1.14-4.653A4.51 4.51 0 0 0 7.09 3.019"/></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastWrench(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5.952 1.188a6.51 6.51 0 0 1 6.07 1.636l.002.001a6.51 6.51 0 0 1 1.817 6.109l9.175 9.235a6.51 6.51 0 0 1 6.078 1.737a6.52 6.52 0 0 1 1.723 6.147l-.005.017c-.317 1.214-1.85 1.645-2.755.74l-2.519-2.517l-1.245 1.245l2.518 2.516c.913.913.463 2.445-.756 2.756l-.007.002a6.51 6.51 0 0 1-6.07-1.636l-.002-.001a6.5 6.5 0 0 1-1.832-6.04l-9.235-9.287a6.5 6.5 0 0 1-6.003-1.754a6.52 6.52 0 0 1-1.723-6.147l.005-.017c.317-1.214 1.85-1.645 2.755-.74l2.519 2.517l1.246-1.245l-2.519-2.516c-.913-.913-.463-2.445.756-2.756zm1.139 1.83l2.285 2.284a1.633 1.633 0 0 1 0 2.32L7.622 9.376a1.634 1.634 0 0 1-2.32 0L3.016 7.092A4.51 4.51 0 0 0 8.9 11.781a1 1 0 0 1 1.017.246l10.046 10.104a1 1 0 0 1 .245 1.005a4.51 4.51 0 0 0 1.156 4.6a4.51 4.51 0 0 0 3.544 1.245l-2.284-2.283a1.633 1.633 0 0 1 0-2.32l1.753-1.753a1.634 1.634 0 0 1 2.32 0l2.285 2.283a4.51 4.51 0 0 0-5.94-4.67a1 1 0 0 1-1.031-.242L12.015 9.933a1 1 0 0 1-.24-1.016a4.51 4.51 0 0 0-1.14-4.653A4.51 4.51 0 0 0 7.09 3.019"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5.952 1.188a6.51 6.51 0 0 1 6.07 1.636l.002.001a6.51 6.51 0 0 1 1.817 6.109l9.175 9.235a6.51 6.51 0 0 1 6.078 1.737a6.52 6.52 0 0 1 1.723 6.147l-.005.017c-.317 1.214-1.85 1.645-2.755.74l-2.519-2.517l-1.245 1.245l2.518 2.516c.913.913.463 2.445-.756 2.756l-.007.002a6.51 6.51 0 0 1-6.07-1.636l-.002-.001a6.5 6.5 0 0 1-1.832-6.04l-9.235-9.287a6.5 6.5 0 0 1-6.003-1.754a6.52 6.52 0 0 1-1.723-6.147l.005-.017c.317-1.214 1.85-1.645 2.755-.74l2.519 2.517l1.246-1.245l-2.519-2.516c-.913-.913-.463-2.445.756-2.756zm1.139 1.83l2.285 2.284a1.633 1.633 0 0 1 0 2.32L7.622 9.376a1.634 1.634 0 0 1-2.32 0L3.016 7.092A4.51 4.51 0 0 0 8.9 11.781a1 1 0 0 1 1.017.246l10.046 10.104a1 1 0 0 1 .245 1.005a4.51 4.51 0 0 0 1.156 4.6a4.51 4.51 0 0 0 3.544 1.245l-2.284-2.283a1.633 1.633 0 0 1 0-2.32l1.753-1.753a1.634 1.634 0 0 1 2.32 0l2.285 2.283a4.51 4.51 0 0 0-5.94-4.67a1 1 0 0 1-1.031-.242L12.015 9.933a1 1 0 0 1-.24-1.016a4.51 4.51 0 0 0-1.14-4.653A4.51 4.51 0 0 0 7.09 3.019"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.952%201.188a6.51%206.51%200%200%201%206.07%201.636l.002.001a6.51%206.51%200%200%201%201.817%206.109l9.175%209.235a6.51%206.51%200%200%201%206.078%201.737a6.52%206.52%200%200%201%201.723%206.147l-.005.017c-.317%201.214-1.85%201.645-2.755.74l-2.519-2.517l-1.245%201.245l2.518%202.516c.913.913.463%202.445-.756%202.756l-.007.002a6.51%206.51%200%200%201-6.07-1.636l-.002-.001a6.5%206.5%200%200%201-1.832-6.04l-9.235-9.287a6.5%206.5%200%200%201-6.003-1.754a6.52%206.52%200%200%201-1.723-6.147l.005-.017c.317-1.214%201.85-1.645%202.755-.74l2.519%202.517l1.246-1.245l-2.519-2.516c-.913-.913-.463-2.445.756-2.756zm1.139%201.83l2.285%202.284a1.633%201.633%200%200%201%200%202.32L7.622%209.376a1.634%201.634%200%200%201-2.32%200L3.016%207.092A4.51%204.51%200%200%200%208.9%2011.781a1%201%200%200%201%201.017.246l10.046%2010.104a1%201%200%200%201%20.245%201.005a4.51%204.51%200%200%200%201.156%204.6a4.51%204.51%200%200%200%203.544%201.245l-2.284-2.283a1.633%201.633%200%200%201%200-2.32l1.753-1.753a1.634%201.634%200%200%201%202.32%200l2.285%202.283a4.51%204.51%200%200%200-5.94-4.67a1%201%200%200%201-1.031-.242L12.015%209.933a1%201%200%200%201-.24-1.016a4.51%204.51%200%200%200-1.14-4.653A4.51%204.51%200%200%200%207.09%203.019%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.952%201.188a6.51%206.51%200%200%201%206.07%201.636l.002.001a6.51%206.51%200%200%201%201.817%206.109l9.175%209.235a6.51%206.51%200%200%201%206.078%201.737a6.52%206.52%200%200%201%201.723%206.147l-.005.017c-.317%201.214-1.85%201.645-2.755.74l-2.519-2.517l-1.245%201.245l2.518%202.516c.913.913.463%202.445-.756%202.756l-.007.002a6.51%206.51%200%200%201-6.07-1.636l-.002-.001a6.5%206.5%200%200%201-1.832-6.04l-9.235-9.287a6.5%206.5%200%200%201-6.003-1.754a6.52%206.52%200%200%201-1.723-6.147l.005-.017c.317-1.214%201.85-1.645%202.755-.74l2.519%202.517l1.246-1.245l-2.519-2.516c-.913-.913-.463-2.445.756-2.756zm1.139%201.83l2.285%202.284a1.633%201.633%200%200%201%200%202.32L7.622%209.376a1.634%201.634%200%200%201-2.32%200L3.016%207.092A4.51%204.51%200%200%200%208.9%2011.781a1%201%200%200%201%201.017.246l10.046%2010.104a1%201%200%200%201%20.245%201.005a4.51%204.51%200%200%200%201.156%204.6a4.51%204.51%200%200%200%203.544%201.245l-2.284-2.283a1.633%201.633%200%200%201%200-2.32l1.753-1.753a1.634%201.634%200%200%201%202.32%200l2.285%202.283a4.51%204.51%200%200%200-5.94-4.67a1%201%200%200%201-1.031-.242L12.015%209.933a1%201%200%200%201-.24-1.016a4.51%204.51%200%200%200-1.14-4.653A4.51%204.51%200%200%200%207.09%203.019%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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