tools wrench icon
tools-wrench-outline-sharp from Material Symbols by Google · Outline Sharp · Apache-2.0 Free for personal and commercial use.
- Name
- tools-wrench-outline-sharp
- Set
- Material Symbols
- Style
- Outline Sharp
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
Related icons in Material Symbols
Use the tools wrench icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.275 19.775l.7-.7l-7.95-7.975q.45-.575.713-1.288Q13 9.1 13 8.3q0-1.875-1.312-3.175q-1.313-1.3-3.188-1.3h-.25L11.325 6.9L9.2 9l-2.125 2.125L4 8.05v.275Q4 10.2 5.312 11.5q1.313 1.3 3.188 1.3q.8 0 1.525-.263q.725-.262 1.3-.737Zm.05 2.875l-8.35-8.325q-.575.225-1.187.35q-.613.125-1.263.125q-2.725 0-4.612-1.888Q2.025 11.025 2.025 8.3q0-1.05.313-2.025q.312-.975.912-1.8L7.075 8.3L8.5 6.9L4.675 3.05q.85-.625 1.825-.938q.975-.312 2-.312q2.725 0 4.613 1.887Q15 5.575 15 8.3q0 .65-.125 1.287q-.125.638-.375 1.213l8.35 8.325ZM9.2 9Z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsToolsWrenchOutlineSharp(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="m19.275 19.775l.7-.7l-7.95-7.975q.45-.575.713-1.288Q13 9.1 13 8.3q0-1.875-1.312-3.175q-1.313-1.3-3.188-1.3h-.25L11.325 6.9L9.2 9l-2.125 2.125L4 8.05v.275Q4 10.2 5.312 11.5q1.313 1.3 3.188 1.3q.8 0 1.525-.263q.725-.262 1.3-.737Zm.05 2.875l-8.35-8.325q-.575.225-1.187.35q-.613.125-1.263.125q-2.725 0-4.612-1.888Q2.025 11.025 2.025 8.3q0-1.05.313-2.025q.312-.975.912-1.8L7.075 8.3L8.5 6.9L4.675 3.05q.85-.625 1.825-.938q.975-.312 2-.312q2.725 0 4.613 1.887Q15 5.575 15 8.3q0 .65-.125 1.287q-.125.638-.375 1.213l8.35 8.325ZM9.2 9Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.275 19.775l.7-.7l-7.95-7.975q.45-.575.713-1.288Q13 9.1 13 8.3q0-1.875-1.312-3.175q-1.313-1.3-3.188-1.3h-.25L11.325 6.9L9.2 9l-2.125 2.125L4 8.05v.275Q4 10.2 5.312 11.5q1.313 1.3 3.188 1.3q.8 0 1.525-.263q.725-.262 1.3-.737Zm.05 2.875l-8.35-8.325q-.575.225-1.187.35q-.613.125-1.263.125q-2.725 0-4.612-1.888Q2.025 11.025 2.025 8.3q0-1.05.313-2.025q.312-.975.912-1.8L7.075 8.3L8.5 6.9L4.675 3.05q.85-.625 1.825-.938q.975-.312 2-.312q2.725 0 4.613 1.887Q15 5.575 15 8.3q0 .65-.125 1.287q-.125.638-.375 1.213l8.35 8.325ZM9.2 9Z"/></svg> </template>
CSS
.icon-tools-wrench-outline-sharp {
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%22m19.275%2019.775l.7-.7l-7.95-7.975q.45-.575.713-1.288Q13%209.1%2013%208.3q0-1.875-1.312-3.175q-1.313-1.3-3.188-1.3h-.25L11.325%206.9L9.2%209l-2.125%202.125L4%208.05v.275Q4%2010.2%205.312%2011.5q1.313%201.3%203.188%201.3q.8%200%201.525-.263q.725-.262%201.3-.737Zm.05%202.875l-8.35-8.325q-.575.225-1.187.35q-.613.125-1.263.125q-2.725%200-4.612-1.888Q2.025%2011.025%202.025%208.3q0-1.05.313-2.025q.312-.975.912-1.8L7.075%208.3L8.5%206.9L4.675%203.05q.85-.625%201.825-.938q.975-.312%202-.312q2.725%200%204.613%201.887Q15%205.575%2015%208.3q0%20.65-.125%201.287q-.125.638-.375%201.213l8.35%208.325ZM9.2%209Z%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%22m19.275%2019.775l.7-.7l-7.95-7.975q.45-.575.713-1.288Q13%209.1%2013%208.3q0-1.875-1.312-3.175q-1.313-1.3-3.188-1.3h-.25L11.325%206.9L9.2%209l-2.125%202.125L4%208.05v.275Q4%2010.2%205.312%2011.5q1.313%201.3%203.188%201.3q.8%200%201.525-.263q.725-.262%201.3-.737Zm.05%202.875l-8.35-8.325q-.575.225-1.187.35q-.613.125-1.263.125q-2.725%200-4.612-1.888Q2.025%2011.025%202.025%208.3q0-1.05.313-2.025q.312-.975.912-1.8L7.075%208.3L8.5%206.9L4.675%203.05q.85-.625%201.825-.938q.975-.312%202-.312q2.725%200%204.613%201.887Q15%205.575%2015%208.3q0%20.65-.125%201.287q-.125.638-.375%201.213l8.35%208.325ZM9.2%209Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/tools-wrench-outline-sharp.svg?color=%231a73e8&size=48