wrench emoji
wrench from Streamline Emojis by Streamline · Default · Objects · CC-BY-4.0 Attribution required.
- Name
- wrench
- Set
- Streamline Emojis
- Style
- Default
- Category
- Objects
- Viewbox
- 48×48
- License
- CC BY 4.0
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 FlatwrenchFluent Emoji High ContrastwrenchFirefox OS EmojiwrenchHeroIconswrenchIconoirwrenchIonIconswrenchJam IconswrenchLine AwesomewrenchLucidewrenchMage IconswrenchMaterial Design IconswrenchMyna UI IconswrenchNoto EmojiwrenchOpenMoji
More objects icons from Streamline Emojis
Use the wrench emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M12.62 44.17a12.42 1.62 0 1 0 24.84 0a12.42 1.62 0 1 0-24.84 0" opacity=".15"/><path fill="#c0dceb" d="M44.12 9a.82.82 0 0 0-1.38-.42L39.4 12a1.64 1.64 0 0 1-1.38.47l-2.2-.31a1.63 1.63 0 0 1-1.4-1.4l-.31-2.2a1.64 1.64 0 0 1 .47-1.38l3.33-3.38a.81.81 0 0 0-.41-1.38a8.76 8.76 0 0 0-10 12L15.85 26.06a8.76 8.76 0 0 0-12 10a.82.82 0 0 0 1.38.42l3.37-3.36a1.64 1.64 0 0 1 1.4-.47l2.2.31a1.63 1.63 0 0 1 1.4 1.4l.31 2.2a1.64 1.64 0 0 1-.47 1.38l-3.33 3.34a.81.81 0 0 0 .41 1.38a8.76 8.76 0 0 0 10-12L32.15 19a8.76 8.76 0 0 0 12-10Z"/><path fill="#daedf7" d="M29.8 7.77a8.76 8.76 0 0 1 6.7-2.55l1.41-1.42a.81.81 0 0 0-.41-1.38a8.76 8.76 0 0 0-10.26 11.21a8.7 8.7 0 0 1 2.56-5.86m8.2 4.66l-2.2-.31a1.63 1.63 0 0 1-1.3-1a1.4 1.4 0 0 0 0 .41l.31 2.21a1.63 1.63 0 0 0 1.4 1.39l2.2.31a1.61 1.61 0 0 0 1.4-.44l3.34-3.33a.81.81 0 0 1 1.16 0A9 9 0 0 0 44.12 9a.82.82 0 0 0-1.38-.42L39.4 12a1.64 1.64 0 0 1-1.4.43M21.17 34.45v-1l-.26.26c.09.23.18.49.26.74m-9.26 8.41l1.92-1.92a1.63 1.63 0 0 0 .46-1.38l-.3-2.2a1.7 1.7 0 0 0-.1-.39a1.62 1.62 0 0 1-.47 1l-3.33 3.34a.81.81 0 0 0 .41 1.38a8.6 8.6 0 0 0 1.41.17M4.1 36.45a8.75 8.75 0 0 1 12.16-7.38l11.67-11.68a9 9 0 0 1-.67-2.74L15.85 26.06a8.76 8.76 0 0 0-12 10a.86.86 0 0 0 .25.39"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M44.12 9a.82.82 0 0 0-1.38-.42L39.4 12a1.64 1.64 0 0 1-1.38.47l-2.2-.31a1.63 1.63 0 0 1-1.4-1.4l-.31-2.2a1.64 1.64 0 0 1 .47-1.38l3.33-3.38a.81.81 0 0 0-.41-1.38a8.76 8.76 0 0 0-10 12L15.85 26.06a8.76 8.76 0 0 0-12 10a.82.82 0 0 0 1.38.42l3.37-3.36a1.64 1.64 0 0 1 1.4-.47l2.2.31a1.63 1.63 0 0 1 1.4 1.4l.31 2.2a1.64 1.64 0 0 1-.47 1.38l-3.33 3.34a.81.81 0 0 0 .41 1.38a8.76 8.76 0 0 0 10-12L32.15 19a8.76 8.76 0 0 0 12-10Z"/></svg>
React
import type { SVGProps } from "react";
export function StreamlineEmojisWrench(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M12.62 44.17a12.42 1.62 0 1 0 24.84 0a12.42 1.62 0 1 0-24.84 0" opacity=".15"/><path fill="#c0dceb" d="M44.12 9a.82.82 0 0 0-1.38-.42L39.4 12a1.64 1.64 0 0 1-1.38.47l-2.2-.31a1.63 1.63 0 0 1-1.4-1.4l-.31-2.2a1.64 1.64 0 0 1 .47-1.38l3.33-3.38a.81.81 0 0 0-.41-1.38a8.76 8.76 0 0 0-10 12L15.85 26.06a8.76 8.76 0 0 0-12 10a.82.82 0 0 0 1.38.42l3.37-3.36a1.64 1.64 0 0 1 1.4-.47l2.2.31a1.63 1.63 0 0 1 1.4 1.4l.31 2.2a1.64 1.64 0 0 1-.47 1.38l-3.33 3.34a.81.81 0 0 0 .41 1.38a8.76 8.76 0 0 0 10-12L32.15 19a8.76 8.76 0 0 0 12-10Z"/><path fill="#daedf7" d="M29.8 7.77a8.76 8.76 0 0 1 6.7-2.55l1.41-1.42a.81.81 0 0 0-.41-1.38a8.76 8.76 0 0 0-10.26 11.21a8.7 8.7 0 0 1 2.56-5.86m8.2 4.66l-2.2-.31a1.63 1.63 0 0 1-1.3-1a1.4 1.4 0 0 0 0 .41l.31 2.21a1.63 1.63 0 0 0 1.4 1.39l2.2.31a1.61 1.61 0 0 0 1.4-.44l3.34-3.33a.81.81 0 0 1 1.16 0A9 9 0 0 0 44.12 9a.82.82 0 0 0-1.38-.42L39.4 12a1.64 1.64 0 0 1-1.4.43M21.17 34.45v-1l-.26.26c.09.23.18.49.26.74m-9.26 8.41l1.92-1.92a1.63 1.63 0 0 0 .46-1.38l-.3-2.2a1.7 1.7 0 0 0-.1-.39a1.62 1.62 0 0 1-.47 1l-3.33 3.34a.81.81 0 0 0 .41 1.38a8.6 8.6 0 0 0 1.41.17M4.1 36.45a8.75 8.75 0 0 1 12.16-7.38l11.67-11.68a9 9 0 0 1-.67-2.74L15.85 26.06a8.76 8.76 0 0 0-12 10a.86.86 0 0 0 .25.39"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M44.12 9a.82.82 0 0 0-1.38-.42L39.4 12a1.64 1.64 0 0 1-1.38.47l-2.2-.31a1.63 1.63 0 0 1-1.4-1.4l-.31-2.2a1.64 1.64 0 0 1 .47-1.38l3.33-3.38a.81.81 0 0 0-.41-1.38a8.76 8.76 0 0 0-10 12L15.85 26.06a8.76 8.76 0 0 0-12 10a.82.82 0 0 0 1.38.42l3.37-3.36a1.64 1.64 0 0 1 1.4-.47l2.2.31a1.63 1.63 0 0 1 1.4 1.4l.31 2.2a1.64 1.64 0 0 1-.47 1.38l-3.33 3.34a.81.81 0 0 0 .41 1.38a8.76 8.76 0 0 0 10-12L32.15 19a8.76 8.76 0 0 0 12-10Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M12.62 44.17a12.42 1.62 0 1 0 24.84 0a12.42 1.62 0 1 0-24.84 0" opacity=".15"/><path fill="#c0dceb" d="M44.12 9a.82.82 0 0 0-1.38-.42L39.4 12a1.64 1.64 0 0 1-1.38.47l-2.2-.31a1.63 1.63 0 0 1-1.4-1.4l-.31-2.2a1.64 1.64 0 0 1 .47-1.38l3.33-3.38a.81.81 0 0 0-.41-1.38a8.76 8.76 0 0 0-10 12L15.85 26.06a8.76 8.76 0 0 0-12 10a.82.82 0 0 0 1.38.42l3.37-3.36a1.64 1.64 0 0 1 1.4-.47l2.2.31a1.63 1.63 0 0 1 1.4 1.4l.31 2.2a1.64 1.64 0 0 1-.47 1.38l-3.33 3.34a.81.81 0 0 0 .41 1.38a8.76 8.76 0 0 0 10-12L32.15 19a8.76 8.76 0 0 0 12-10Z"/><path fill="#daedf7" d="M29.8 7.77a8.76 8.76 0 0 1 6.7-2.55l1.41-1.42a.81.81 0 0 0-.41-1.38a8.76 8.76 0 0 0-10.26 11.21a8.7 8.7 0 0 1 2.56-5.86m8.2 4.66l-2.2-.31a1.63 1.63 0 0 1-1.3-1a1.4 1.4 0 0 0 0 .41l.31 2.21a1.63 1.63 0 0 0 1.4 1.39l2.2.31a1.61 1.61 0 0 0 1.4-.44l3.34-3.33a.81.81 0 0 1 1.16 0A9 9 0 0 0 44.12 9a.82.82 0 0 0-1.38-.42L39.4 12a1.64 1.64 0 0 1-1.4.43M21.17 34.45v-1l-.26.26c.09.23.18.49.26.74m-9.26 8.41l1.92-1.92a1.63 1.63 0 0 0 .46-1.38l-.3-2.2a1.7 1.7 0 0 0-.1-.39a1.62 1.62 0 0 1-.47 1l-3.33 3.34a.81.81 0 0 0 .41 1.38a8.6 8.6 0 0 0 1.41.17M4.1 36.45a8.75 8.75 0 0 1 12.16-7.38l11.67-11.68a9 9 0 0 1-.67-2.74L15.85 26.06a8.76 8.76 0 0 0-12 10a.86.86 0 0 0 .25.39"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M44.12 9a.82.82 0 0 0-1.38-.42L39.4 12a1.64 1.64 0 0 1-1.38.47l-2.2-.31a1.63 1.63 0 0 1-1.4-1.4l-.31-2.2a1.64 1.64 0 0 1 .47-1.38l3.33-3.38a.81.81 0 0 0-.41-1.38a8.76 8.76 0 0 0-10 12L15.85 26.06a8.76 8.76 0 0 0-12 10a.82.82 0 0 0 1.38.42l3.37-3.36a1.64 1.64 0 0 1 1.4-.47l2.2.31a1.63 1.63 0 0 1 1.4 1.4l.31 2.2a1.64 1.64 0 0 1-.47 1.38l-3.33 3.34a.81.81 0 0 0 .41 1.38a8.76 8.76 0 0 0 10-12L32.15 19a8.76 8.76 0 0 0 12-10Z"/></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%2048%2048%22%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M12.62%2044.17a12.42%201.62%200%201%200%2024.84%200a12.42%201.62%200%201%200-24.84%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23c0dceb%22%20d%3D%22M44.12%209a.82.82%200%200%200-1.38-.42L39.4%2012a1.64%201.64%200%200%201-1.38.47l-2.2-.31a1.63%201.63%200%200%201-1.4-1.4l-.31-2.2a1.64%201.64%200%200%201%20.47-1.38l3.33-3.38a.81.81%200%200%200-.41-1.38a8.76%208.76%200%200%200-10%2012L15.85%2026.06a8.76%208.76%200%200%200-12%2010a.82.82%200%200%200%201.38.42l3.37-3.36a1.64%201.64%200%200%201%201.4-.47l2.2.31a1.63%201.63%200%200%201%201.4%201.4l.31%202.2a1.64%201.64%200%200%201-.47%201.38l-3.33%203.34a.81.81%200%200%200%20.41%201.38a8.76%208.76%200%200%200%2010-12L32.15%2019a8.76%208.76%200%200%200%2012-10Z%22%2F%3E%3Cpath%20fill%3D%22%23daedf7%22%20d%3D%22M29.8%207.77a8.76%208.76%200%200%201%206.7-2.55l1.41-1.42a.81.81%200%200%200-.41-1.38a8.76%208.76%200%200%200-10.26%2011.21a8.7%208.7%200%200%201%202.56-5.86m8.2%204.66l-2.2-.31a1.63%201.63%200%200%201-1.3-1a1.4%201.4%200%200%200%200%20.41l.31%202.21a1.63%201.63%200%200%200%201.4%201.39l2.2.31a1.61%201.61%200%200%200%201.4-.44l3.34-3.33a.81.81%200%200%201%201.16%200A9%209%200%200%200%2044.12%209a.82.82%200%200%200-1.38-.42L39.4%2012a1.64%201.64%200%200%201-1.4.43M21.17%2034.45v-1l-.26.26c.09.23.18.49.26.74m-9.26%208.41l1.92-1.92a1.63%201.63%200%200%200%20.46-1.38l-.3-2.2a1.7%201.7%200%200%200-.1-.39a1.62%201.62%200%200%201-.47%201l-3.33%203.34a.81.81%200%200%200%20.41%201.38a8.6%208.6%200%200%200%201.41.17M4.1%2036.45a8.75%208.75%200%200%201%2012.16-7.38l11.67-11.68a9%209%200%200%201-.67-2.74L15.85%2026.06a8.76%208.76%200%200%200-12%2010a.86.86%200%200%200%20.25.39%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M44.12%209a.82.82%200%200%200-1.38-.42L39.4%2012a1.64%201.64%200%200%201-1.38.47l-2.2-.31a1.63%201.63%200%200%201-1.4-1.4l-.31-2.2a1.64%201.64%200%200%201%20.47-1.38l3.33-3.38a.81.81%200%200%200-.41-1.38a8.76%208.76%200%200%200-10%2012L15.85%2026.06a8.76%208.76%200%200%200-12%2010a.82.82%200%200%200%201.38.42l3.37-3.36a1.64%201.64%200%200%201%201.4-.47l2.2.31a1.63%201.63%200%200%201%201.4%201.4l.31%202.2a1.64%201.64%200%200%201-.47%201.38l-3.33%203.34a.81.81%200%200%200%20.41%201.38a8.76%208.76%200%200%200%2010-12L32.15%2019a8.76%208.76%200%200%200%2012-10Z%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%2048%2048%22%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M12.62%2044.17a12.42%201.62%200%201%200%2024.84%200a12.42%201.62%200%201%200-24.84%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23c0dceb%22%20d%3D%22M44.12%209a.82.82%200%200%200-1.38-.42L39.4%2012a1.64%201.64%200%200%201-1.38.47l-2.2-.31a1.63%201.63%200%200%201-1.4-1.4l-.31-2.2a1.64%201.64%200%200%201%20.47-1.38l3.33-3.38a.81.81%200%200%200-.41-1.38a8.76%208.76%200%200%200-10%2012L15.85%2026.06a8.76%208.76%200%200%200-12%2010a.82.82%200%200%200%201.38.42l3.37-3.36a1.64%201.64%200%200%201%201.4-.47l2.2.31a1.63%201.63%200%200%201%201.4%201.4l.31%202.2a1.64%201.64%200%200%201-.47%201.38l-3.33%203.34a.81.81%200%200%200%20.41%201.38a8.76%208.76%200%200%200%2010-12L32.15%2019a8.76%208.76%200%200%200%2012-10Z%22%2F%3E%3Cpath%20fill%3D%22%23daedf7%22%20d%3D%22M29.8%207.77a8.76%208.76%200%200%201%206.7-2.55l1.41-1.42a.81.81%200%200%200-.41-1.38a8.76%208.76%200%200%200-10.26%2011.21a8.7%208.7%200%200%201%202.56-5.86m8.2%204.66l-2.2-.31a1.63%201.63%200%200%201-1.3-1a1.4%201.4%200%200%200%200%20.41l.31%202.21a1.63%201.63%200%200%200%201.4%201.39l2.2.31a1.61%201.61%200%200%200%201.4-.44l3.34-3.33a.81.81%200%200%201%201.16%200A9%209%200%200%200%2044.12%209a.82.82%200%200%200-1.38-.42L39.4%2012a1.64%201.64%200%200%201-1.4.43M21.17%2034.45v-1l-.26.26c.09.23.18.49.26.74m-9.26%208.41l1.92-1.92a1.63%201.63%200%200%200%20.46-1.38l-.3-2.2a1.7%201.7%200%200%200-.1-.39a1.62%201.62%200%200%201-.47%201l-3.33%203.34a.81.81%200%200%200%20.41%201.38a8.6%208.6%200%200%200%201.41.17M4.1%2036.45a8.75%208.75%200%200%201%2012.16-7.38l11.67-11.68a9%209%200%200%201-.67-2.74L15.85%2026.06a8.76%208.76%200%200%200-12%2010a.86.86%200%200%200%20.25.39%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M44.12%209a.82.82%200%200%200-1.38-.42L39.4%2012a1.64%201.64%200%200%201-1.38.47l-2.2-.31a1.63%201.63%200%200%201-1.4-1.4l-.31-2.2a1.64%201.64%200%200%201%20.47-1.38l3.33-3.38a.81.81%200%200%200-.41-1.38a8.76%208.76%200%200%200-10%2012L15.85%2026.06a8.76%208.76%200%200%200-12%2010a.82.82%200%200%200%201.38.42l3.37-3.36a1.64%201.64%200%200%201%201.4-.47l2.2.31a1.63%201.63%200%200%201%201.4%201.4l.31%202.2a1.64%201.64%200%200%201-.47%201.38l-3.33%203.34a.81.81%200%200%200%20.41%201.38a8.76%208.76%200%200%200%2010-12L32.15%2019a8.76%208.76%200%200%200%2012-10Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/streamline-emojis/wrench.svg?color=%231a73e8&size=48