wrench emoji
wrench from Fluent Emoji Flat by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.
- Name
- wrench
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- Objects
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
wrenchBootstrap IconswrenchBoxIcons v2wrenchBoxIcons v2 SolidwrenchEmoji One (Colored)wrenchFramework7 IconswrenchFont Awesome 6 SolidwrenchFont Awesome Solidwrench-16-filledFluent UI System Iconswrench-16Fluent UI System Color IconswrenchFluent EmojiwrenchFluent Emoji High ContrastwrenchFirefox OS EmojiwrenchHeroIconswrenchIconoirwrenchIonIconswrenchJam IconswrenchLine AwesomewrenchLucidewrenchMage IconswrenchMaterial Design IconswrenchMyna UI IconswrenchNoto EmojiwrenchOpenMojiwrenchPhosphor
More objects icons from Fluent Emoji Flat
Use the wrench emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#b4acbc" d="m3.236 5.897l2.772 2.77a.634.634 0 0 0 .908 0l1.753-1.752a.633.633 0 0 0 0-.906l-2.773-2.77a.644.644 0 0 1 .296-1.08a5.51 5.51 0 0 1 5.137 1.385a5.51 5.51 0 0 1 1.395 5.684l9.997 10.063a5.51 5.51 0 0 1 7.124 6.527a.646.646 0 0 1-1.08.285l-2.773-2.77a.634.634 0 0 0-.908 0l-1.753 1.752a.633.633 0 0 0 0 .906l2.773 2.77a.644.644 0 0 1-.296 1.08a5.51 5.51 0 0 1-5.137-1.385a5.51 5.51 0 0 1-1.416-5.62L9.21 12.732a5.51 5.51 0 0 1-7.054-6.55a.646.646 0 0 1 1.08-.285"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatWrench(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#b4acbc" d="m3.236 5.897l2.772 2.77a.634.634 0 0 0 .908 0l1.753-1.752a.633.633 0 0 0 0-.906l-2.773-2.77a.644.644 0 0 1 .296-1.08a5.51 5.51 0 0 1 5.137 1.385a5.51 5.51 0 0 1 1.395 5.684l9.997 10.063a5.51 5.51 0 0 1 7.124 6.527a.646.646 0 0 1-1.08.285l-2.773-2.77a.634.634 0 0 0-.908 0l-1.753 1.752a.633.633 0 0 0 0 .906l2.773 2.77a.644.644 0 0 1-.296 1.08a5.51 5.51 0 0 1-5.137-1.385a5.51 5.51 0 0 1-1.416-5.62L9.21 12.732a5.51 5.51 0 0 1-7.054-6.55a.646.646 0 0 1 1.08-.285"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#b4acbc" d="m3.236 5.897l2.772 2.77a.634.634 0 0 0 .908 0l1.753-1.752a.633.633 0 0 0 0-.906l-2.773-2.77a.644.644 0 0 1 .296-1.08a5.51 5.51 0 0 1 5.137 1.385a5.51 5.51 0 0 1 1.395 5.684l9.997 10.063a5.51 5.51 0 0 1 7.124 6.527a.646.646 0 0 1-1.08.285l-2.773-2.77a.634.634 0 0 0-.908 0l-1.753 1.752a.633.633 0 0 0 0 .906l2.773 2.77a.644.644 0 0 1-.296 1.08a5.51 5.51 0 0 1-5.137-1.385a5.51 5.51 0 0 1-1.416-5.62L9.21 12.732a5.51 5.51 0 0 1-7.054-6.55a.646.646 0 0 1 1.08-.285"/></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%22%23b4acbc%22%20d%3D%22m3.236%205.897l2.772%202.77a.634.634%200%200%200%20.908%200l1.753-1.752a.633.633%200%200%200%200-.906l-2.773-2.77a.644.644%200%200%201%20.296-1.08a5.51%205.51%200%200%201%205.137%201.385a5.51%205.51%200%200%201%201.395%205.684l9.997%2010.063a5.51%205.51%200%200%201%207.124%206.527a.646.646%200%200%201-1.08.285l-2.773-2.77a.634.634%200%200%200-.908%200l-1.753%201.752a.633.633%200%200%200%200%20.906l2.773%202.77a.644.644%200%200%201-.296%201.08a5.51%205.51%200%200%201-5.137-1.385a5.51%205.51%200%200%201-1.416-5.62L9.21%2012.732a5.51%205.51%200%200%201-7.054-6.55a.646.646%200%200%201%201.08-.285%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%22%23b4acbc%22%20d%3D%22m3.236%205.897l2.772%202.77a.634.634%200%200%200%20.908%200l1.753-1.752a.633.633%200%200%200%200-.906l-2.773-2.77a.644.644%200%200%201%20.296-1.08a5.51%205.51%200%200%201%205.137%201.385a5.51%205.51%200%200%201%201.395%205.684l9.997%2010.063a5.51%205.51%200%200%201%207.124%206.527a.646.646%200%200%201-1.08.285l-2.773-2.77a.634.634%200%200%200-.908%200l-1.753%201.752a.633.633%200%200%200%200%20.906l2.773%202.77a.644.644%200%200%201-.296%201.08a5.51%205.51%200%200%201-5.137-1.385a5.51%205.51%200%200%201-1.416-5.62L9.21%2012.732a5.51%205.51%200%200%201-7.054-6.55a.646.646%200%200%201%201.08-.285%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/wrench.svg?color=%231a73e8&size=48