reset wrench icon
reset-wrench from Material Symbols Light by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- reset-wrench
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- reset-wrench-outline, reset-wrench-outline-sharp, reset-wrench-sharp
1 other variant in Material Symbols Light
The same icon in other sets
More hardware icons from Material Symbols Light
add-diamondadf-scanneraod-tabletaod-watcharrows-left-right-circlearrows-up-down-circleassistant-deviceaudio-video-receiverb-circlebalancebrowser-updatedcamera-videocastcast-connectedcast-for-educationcast-pausecast-warningchromecast-devicecircle-circlecomputercomputer-arrow-upcomputer-cancelcomputer-soundconnected-tv
Use the reset wrench icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.21 17.916L14.125 20l-1.413-1.413l2.084-2.104q-.138-.295-.217-.614t-.079-.657q0-1.258.871-2.13q.871-.87 2.129-.87q.354 0 .683.074q.328.074.626.216l-2.009 2.01l1.4 1.4l2.01-1.985q.142.298.216.614q.074.317.074.67q0 1.258-.871 2.13q-.871.87-2.129.87q-.344 0-.67-.078q-.326-.08-.62-.217m3.411-8.3h-1.036q-.727-2.027-2.504-3.322T12 5Q9.075 5 7.038 7.038T5 12q0 2.108 1.11 3.79Q7.222 17.474 9 18.309V15h1v5H5v-1h3.312q-1.916-1-3.114-2.851T4 12q0-1.664.626-3.118T6.34 6.34t2.542-1.714T12 4q2.706 0 4.778 1.584q2.072 1.583 2.843 4.032"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightResetWrench(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="M16.21 17.916L14.125 20l-1.413-1.413l2.084-2.104q-.138-.295-.217-.614t-.079-.657q0-1.258.871-2.13q.871-.87 2.129-.87q.354 0 .683.074q.328.074.626.216l-2.009 2.01l1.4 1.4l2.01-1.985q.142.298.216.614q.074.317.074.67q0 1.258-.871 2.13q-.871.87-2.129.87q-.344 0-.67-.078q-.326-.08-.62-.217m3.411-8.3h-1.036q-.727-2.027-2.504-3.322T12 5Q9.075 5 7.038 7.038T5 12q0 2.108 1.11 3.79Q7.222 17.474 9 18.309V15h1v5H5v-1h3.312q-1.916-1-3.114-2.851T4 12q0-1.664.626-3.118T6.34 6.34t2.542-1.714T12 4q2.706 0 4.778 1.584q2.072 1.583 2.843 4.032"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.21 17.916L14.125 20l-1.413-1.413l2.084-2.104q-.138-.295-.217-.614t-.079-.657q0-1.258.871-2.13q.871-.87 2.129-.87q.354 0 .683.074q.328.074.626.216l-2.009 2.01l1.4 1.4l2.01-1.985q.142.298.216.614q.074.317.074.67q0 1.258-.871 2.13q-.871.87-2.129.87q-.344 0-.67-.078q-.326-.08-.62-.217m3.411-8.3h-1.036q-.727-2.027-2.504-3.322T12 5Q9.075 5 7.038 7.038T5 12q0 2.108 1.11 3.79Q7.222 17.474 9 18.309V15h1v5H5v-1h3.312q-1.916-1-3.114-2.851T4 12q0-1.664.626-3.118T6.34 6.34t2.542-1.714T12 4q2.706 0 4.778 1.584q2.072 1.583 2.843 4.032"/></svg> </template>
CSS
.icon-reset-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.21%2017.916L14.125%2020l-1.413-1.413l2.084-2.104q-.138-.295-.217-.614t-.079-.657q0-1.258.871-2.13q.871-.87%202.129-.87q.354%200%20.683.074q.328.074.626.216l-2.009%202.01l1.4%201.4l2.01-1.985q.142.298.216.614q.074.317.074.67q0%201.258-.871%202.13q-.871.87-2.129.87q-.344%200-.67-.078q-.326-.08-.62-.217m3.411-8.3h-1.036q-.727-2.027-2.504-3.322T12%205Q9.075%205%207.038%207.038T5%2012q0%202.108%201.11%203.79Q7.222%2017.474%209%2018.309V15h1v5H5v-1h3.312q-1.916-1-3.114-2.851T4%2012q0-1.664.626-3.118T6.34%206.34t2.542-1.714T12%204q2.706%200%204.778%201.584q2.072%201.583%202.843%204.032%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%22M16.21%2017.916L14.125%2020l-1.413-1.413l2.084-2.104q-.138-.295-.217-.614t-.079-.657q0-1.258.871-2.13q.871-.87%202.129-.87q.354%200%20.683.074q.328.074.626.216l-2.009%202.01l1.4%201.4l2.01-1.985q.142.298.216.614q.074.317.074.67q0%201.258-.871%202.13q-.871.87-2.129.87q-.344%200-.67-.078q-.326-.08-.62-.217m3.411-8.3h-1.036q-.727-2.027-2.504-3.322T12%205Q9.075%205%207.038%207.038T5%2012q0%202.108%201.11%203.79Q7.222%2017.474%209%2018.309V15h1v5H5v-1h3.312q-1.916-1-3.114-2.851T4%2012q0-1.664.626-3.118T6.34%206.34t2.542-1.714T12%204q2.706%200%204.778%201.584q2.072%201.583%202.843%204.032%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/reset-wrench.svg?color=%231a73e8&size=48