hammer and wrench emoji
hammer-and-wrench from Fluent Emoji Flat by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.
- Name
- hammer-and-wrench
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- Objects
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More objects icons from Fluent Emoji Flat
Use the hammer and wrench emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#7d4533" d="m13.122 8.879l15 15a3 3 0 1 1-4.243 4.242l-15-15z"/><path fill="#b4acbc" d="M11.427 2.23L4.353 9.303a.5.5 0 0 0 0 .707L6 13l2.95 1.607a.5.5 0 0 0 .707 0l4.95-4.95a.5.5 0 0 0 0-.707L12.657 7c-.477-.48-.05-1-.05-1l2.724-2.724a.5.5 0 0 0-.301-.85l-3.196-.34a.5.5 0 0 0-.407.144M26.32 9.125l2.55-2.55c.32-.33.88-.17.99.28c.4 1.66-.04 3.48-1.34 4.78a5.06 5.06 0 0 1-5.115 1.244l-9.736 9.805a5.08 5.08 0 0 1-1.32 5.1a5.06 5.06 0 0 1-4.72 1.28a.592.592 0 0 1-.28-.99l2.55-2.55c.23-.23.23-.6 0-.83l-1.61-1.61a.585.585 0 0 0-.83 0l-2.55 2.55c-.32.33-.88.17-.99-.28c-.4-1.66.04-3.48 1.34-4.78a5.06 5.06 0 0 1 5.166-1.227l9.702-9.77a5.08 5.08 0 0 1 1.303-5.152a5.06 5.06 0 0 1 4.72-1.28c.45.11.6.67.28.99l-2.55 2.55c-.23.23-.23.6 0 .83l1.61 1.61c.23.23.6.23.83 0"/><path fill="#cdc4d6" d="M1.177 11.298a.25.25 0 0 1 0-.353l.643-.644a2 2 0 0 1 2.829 0l3.889 3.89a2 2 0 0 1 0 2.828l-.644.643a.25.25 0 0 1-.353 0z"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatHammerAndWrench(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#7d4533" d="m13.122 8.879l15 15a3 3 0 1 1-4.243 4.242l-15-15z"/><path fill="#b4acbc" d="M11.427 2.23L4.353 9.303a.5.5 0 0 0 0 .707L6 13l2.95 1.607a.5.5 0 0 0 .707 0l4.95-4.95a.5.5 0 0 0 0-.707L12.657 7c-.477-.48-.05-1-.05-1l2.724-2.724a.5.5 0 0 0-.301-.85l-3.196-.34a.5.5 0 0 0-.407.144M26.32 9.125l2.55-2.55c.32-.33.88-.17.99.28c.4 1.66-.04 3.48-1.34 4.78a5.06 5.06 0 0 1-5.115 1.244l-9.736 9.805a5.08 5.08 0 0 1-1.32 5.1a5.06 5.06 0 0 1-4.72 1.28a.592.592 0 0 1-.28-.99l2.55-2.55c.23-.23.23-.6 0-.83l-1.61-1.61a.585.585 0 0 0-.83 0l-2.55 2.55c-.32.33-.88.17-.99-.28c-.4-1.66.04-3.48 1.34-4.78a5.06 5.06 0 0 1 5.166-1.227l9.702-9.77a5.08 5.08 0 0 1 1.303-5.152a5.06 5.06 0 0 1 4.72-1.28c.45.11.6.67.28.99l-2.55 2.55c-.23.23-.23.6 0 .83l1.61 1.61c.23.23.6.23.83 0"/><path fill="#cdc4d6" d="M1.177 11.298a.25.25 0 0 1 0-.353l.643-.644a2 2 0 0 1 2.829 0l3.889 3.89a2 2 0 0 1 0 2.828l-.644.643a.25.25 0 0 1-.353 0z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#7d4533" d="m13.122 8.879l15 15a3 3 0 1 1-4.243 4.242l-15-15z"/><path fill="#b4acbc" d="M11.427 2.23L4.353 9.303a.5.5 0 0 0 0 .707L6 13l2.95 1.607a.5.5 0 0 0 .707 0l4.95-4.95a.5.5 0 0 0 0-.707L12.657 7c-.477-.48-.05-1-.05-1l2.724-2.724a.5.5 0 0 0-.301-.85l-3.196-.34a.5.5 0 0 0-.407.144M26.32 9.125l2.55-2.55c.32-.33.88-.17.99.28c.4 1.66-.04 3.48-1.34 4.78a5.06 5.06 0 0 1-5.115 1.244l-9.736 9.805a5.08 5.08 0 0 1-1.32 5.1a5.06 5.06 0 0 1-4.72 1.28a.592.592 0 0 1-.28-.99l2.55-2.55c.23-.23.23-.6 0-.83l-1.61-1.61a.585.585 0 0 0-.83 0l-2.55 2.55c-.32.33-.88.17-.99-.28c-.4-1.66.04-3.48 1.34-4.78a5.06 5.06 0 0 1 5.166-1.227l9.702-9.77a5.08 5.08 0 0 1 1.303-5.152a5.06 5.06 0 0 1 4.72-1.28c.45.11.6.67.28.99l-2.55 2.55c-.23.23-.23.6 0 .83l1.61 1.61c.23.23.6.23.83 0"/><path fill="#cdc4d6" d="M1.177 11.298a.25.25 0 0 1 0-.353l.643-.644a2 2 0 0 1 2.829 0l3.889 3.89a2 2 0 0 1 0 2.828l-.644.643a.25.25 0 0 1-.353 0z"/></g></svg> </template>
CSS
.icon-hammer-and-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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%237d4533%22%20d%3D%22m13.122%208.879l15%2015a3%203%200%201%201-4.243%204.242l-15-15z%22%2F%3E%3Cpath%20fill%3D%22%23b4acbc%22%20d%3D%22M11.427%202.23L4.353%209.303a.5.5%200%200%200%200%20.707L6%2013l2.95%201.607a.5.5%200%200%200%20.707%200l4.95-4.95a.5.5%200%200%200%200-.707L12.657%207c-.477-.48-.05-1-.05-1l2.724-2.724a.5.5%200%200%200-.301-.85l-3.196-.34a.5.5%200%200%200-.407.144M26.32%209.125l2.55-2.55c.32-.33.88-.17.99.28c.4%201.66-.04%203.48-1.34%204.78a5.06%205.06%200%200%201-5.115%201.244l-9.736%209.805a5.08%205.08%200%200%201-1.32%205.1a5.06%205.06%200%200%201-4.72%201.28a.592.592%200%200%201-.28-.99l2.55-2.55c.23-.23.23-.6%200-.83l-1.61-1.61a.585.585%200%200%200-.83%200l-2.55%202.55c-.32.33-.88.17-.99-.28c-.4-1.66.04-3.48%201.34-4.78a5.06%205.06%200%200%201%205.166-1.227l9.702-9.77a5.08%205.08%200%200%201%201.303-5.152a5.06%205.06%200%200%201%204.72-1.28c.45.11.6.67.28.99l-2.55%202.55c-.23.23-.23.6%200%20.83l1.61%201.61c.23.23.6.23.83%200%22%2F%3E%3Cpath%20fill%3D%22%23cdc4d6%22%20d%3D%22M1.177%2011.298a.25.25%200%200%201%200-.353l.643-.644a2%202%200%200%201%202.829%200l3.889%203.89a2%202%200%200%201%200%202.828l-.644.643a.25.25%200%200%201-.353%200z%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%237d4533%22%20d%3D%22m13.122%208.879l15%2015a3%203%200%201%201-4.243%204.242l-15-15z%22%2F%3E%3Cpath%20fill%3D%22%23b4acbc%22%20d%3D%22M11.427%202.23L4.353%209.303a.5.5%200%200%200%200%20.707L6%2013l2.95%201.607a.5.5%200%200%200%20.707%200l4.95-4.95a.5.5%200%200%200%200-.707L12.657%207c-.477-.48-.05-1-.05-1l2.724-2.724a.5.5%200%200%200-.301-.85l-3.196-.34a.5.5%200%200%200-.407.144M26.32%209.125l2.55-2.55c.32-.33.88-.17.99.28c.4%201.66-.04%203.48-1.34%204.78a5.06%205.06%200%200%201-5.115%201.244l-9.736%209.805a5.08%205.08%200%200%201-1.32%205.1a5.06%205.06%200%200%201-4.72%201.28a.592.592%200%200%201-.28-.99l2.55-2.55c.23-.23.23-.6%200-.83l-1.61-1.61a.585.585%200%200%200-.83%200l-2.55%202.55c-.32.33-.88.17-.99-.28c-.4-1.66.04-3.48%201.34-4.78a5.06%205.06%200%200%201%205.166-1.227l9.702-9.77a5.08%205.08%200%200%201%201.303-5.152a5.06%205.06%200%200%201%204.72-1.28c.45.11.6.67.28.99l-2.55%202.55c-.23.23-.23.6%200%20.83l1.61%201.61c.23.23.6.23.83%200%22%2F%3E%3Cpath%20fill%3D%22%23cdc4d6%22%20d%3D%22M1.177%2011.298a.25.25%200%200%201%200-.353l.643-.644a2%202%200%200%201%202.829%200l3.889%203.89a2%202%200%200%201%200%202.828l-.644.643a.25.25%200%200%201-.353%200z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/hammer-and-wrench.svg?color=%231a73e8&size=48