wrench settings icon
wrench-settings-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- wrench-settings-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the wrench settings icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9 6.5a4.5 4.5 0 0 1 6.353-4.102a.5.5 0 0 1 .148.809L13.208 5.5L14.5 6.793L16.793 4.5a.5.5 0 0 1 .81.147c.255.566.397 1.194.397 1.853c0 1.162-.44 2.221-1.163 3.02a5.5 5.5 0 0 0-1.051-.369a3.49 3.49 0 0 0 1.14-3.37l-2.072 2.073a.5.5 0 0 1-.707 0l-2-2a.5.5 0 0 1 0-.708l2.073-2.072a3.5 3.5 0 0 0-4.106 4.312a.5.5 0 0 1-.125.473l-6.612 6.854a1.357 1.357 0 0 0 1.942 1.896l4.057-4.11a5.5 5.5 0 0 0-.372 1.8l-2.973 3.012a2.357 2.357 0 0 1-3.374-3.293L9.083 7.36A4.5 4.5 0 0 1 9 6.5m1.635 7.42a2 2 0 0 0 1.43-2.478l-.155-.557q.382-.293.821-.497l.338.358a2 2 0 0 0 2.91.001l.324-.344q.448.212.835.519l-.126.422a2 2 0 0 0 1.456 2.519l.349.082a4.7 4.7 0 0 1 .01 1.017l-.46.118a2 2 0 0 0-1.431 2.478l.156.556q-.383.295-.822.498l-.338-.358a2 2 0 0 0-2.909-.002l-.325.345a4.3 4.3 0 0 1-.835-.518l.127-.423a2 2 0 0 0-1.456-2.52l-.35-.082a4.7 4.7 0 0 1-.01-1.016zm2.865.58a1 1 0 1 0 2 0a1 1 0 0 0-2 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentWrenchSettings20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9 6.5a4.5 4.5 0 0 1 6.353-4.102a.5.5 0 0 1 .148.809L13.208 5.5L14.5 6.793L16.793 4.5a.5.5 0 0 1 .81.147c.255.566.397 1.194.397 1.853c0 1.162-.44 2.221-1.163 3.02a5.5 5.5 0 0 0-1.051-.369a3.49 3.49 0 0 0 1.14-3.37l-2.072 2.073a.5.5 0 0 1-.707 0l-2-2a.5.5 0 0 1 0-.708l2.073-2.072a3.5 3.5 0 0 0-4.106 4.312a.5.5 0 0 1-.125.473l-6.612 6.854a1.357 1.357 0 0 0 1.942 1.896l4.057-4.11a5.5 5.5 0 0 0-.372 1.8l-2.973 3.012a2.357 2.357 0 0 1-3.374-3.293L9.083 7.36A4.5 4.5 0 0 1 9 6.5m1.635 7.42a2 2 0 0 0 1.43-2.478l-.155-.557q.382-.293.821-.497l.338.358a2 2 0 0 0 2.91.001l.324-.344q.448.212.835.519l-.126.422a2 2 0 0 0 1.456 2.519l.349.082a4.7 4.7 0 0 1 .01 1.017l-.46.118a2 2 0 0 0-1.431 2.478l.156.556q-.383.295-.822.498l-.338-.358a2 2 0 0 0-2.909-.002l-.325.345a4.3 4.3 0 0 1-.835-.518l.127-.423a2 2 0 0 0-1.456-2.52l-.35-.082a4.7 4.7 0 0 1-.01-1.016zm2.865.58a1 1 0 1 0 2 0a1 1 0 0 0-2 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9 6.5a4.5 4.5 0 0 1 6.353-4.102a.5.5 0 0 1 .148.809L13.208 5.5L14.5 6.793L16.793 4.5a.5.5 0 0 1 .81.147c.255.566.397 1.194.397 1.853c0 1.162-.44 2.221-1.163 3.02a5.5 5.5 0 0 0-1.051-.369a3.49 3.49 0 0 0 1.14-3.37l-2.072 2.073a.5.5 0 0 1-.707 0l-2-2a.5.5 0 0 1 0-.708l2.073-2.072a3.5 3.5 0 0 0-4.106 4.312a.5.5 0 0 1-.125.473l-6.612 6.854a1.357 1.357 0 0 0 1.942 1.896l4.057-4.11a5.5 5.5 0 0 0-.372 1.8l-2.973 3.012a2.357 2.357 0 0 1-3.374-3.293L9.083 7.36A4.5 4.5 0 0 1 9 6.5m1.635 7.42a2 2 0 0 0 1.43-2.478l-.155-.557q.382-.293.821-.497l.338.358a2 2 0 0 0 2.91.001l.324-.344q.448.212.835.519l-.126.422a2 2 0 0 0 1.456 2.519l.349.082a4.7 4.7 0 0 1 .01 1.017l-.46.118a2 2 0 0 0-1.431 2.478l.156.556q-.383.295-.822.498l-.338-.358a2 2 0 0 0-2.909-.002l-.325.345a4.3 4.3 0 0 1-.835-.518l.127-.423a2 2 0 0 0-1.456-2.52l-.35-.082a4.7 4.7 0 0 1-.01-1.016zm2.865.58a1 1 0 1 0 2 0a1 1 0 0 0-2 0"/></svg> </template>
CSS
.icon-wrench-settings-20-regular {
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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%206.5a4.5%204.5%200%200%201%206.353-4.102a.5.5%200%200%201%20.148.809L13.208%205.5L14.5%206.793L16.793%204.5a.5.5%200%200%201%20.81.147c.255.566.397%201.194.397%201.853c0%201.162-.44%202.221-1.163%203.02a5.5%205.5%200%200%200-1.051-.369a3.49%203.49%200%200%200%201.14-3.37l-2.072%202.073a.5.5%200%200%201-.707%200l-2-2a.5.5%200%200%201%200-.708l2.073-2.072a3.5%203.5%200%200%200-4.106%204.312a.5.5%200%200%201-.125.473l-6.612%206.854a1.357%201.357%200%200%200%201.942%201.896l4.057-4.11a5.5%205.5%200%200%200-.372%201.8l-2.973%203.012a2.357%202.357%200%200%201-3.374-3.293L9.083%207.36A4.5%204.5%200%200%201%209%206.5m1.635%207.42a2%202%200%200%200%201.43-2.478l-.155-.557q.382-.293.821-.497l.338.358a2%202%200%200%200%202.91.001l.324-.344q.448.212.835.519l-.126.422a2%202%200%200%200%201.456%202.519l.349.082a4.7%204.7%200%200%201%20.01%201.017l-.46.118a2%202%200%200%200-1.431%202.478l.156.556q-.383.295-.822.498l-.338-.358a2%202%200%200%200-2.909-.002l-.325.345a4.3%204.3%200%200%201-.835-.518l.127-.423a2%202%200%200%200-1.456-2.52l-.35-.082a4.7%204.7%200%200%201-.01-1.016zm2.865.58a1%201%200%201%200%202%200a1%201%200%200%200-2%200%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%206.5a4.5%204.5%200%200%201%206.353-4.102a.5.5%200%200%201%20.148.809L13.208%205.5L14.5%206.793L16.793%204.5a.5.5%200%200%201%20.81.147c.255.566.397%201.194.397%201.853c0%201.162-.44%202.221-1.163%203.02a5.5%205.5%200%200%200-1.051-.369a3.49%203.49%200%200%200%201.14-3.37l-2.072%202.073a.5.5%200%200%201-.707%200l-2-2a.5.5%200%200%201%200-.708l2.073-2.072a3.5%203.5%200%200%200-4.106%204.312a.5.5%200%200%201-.125.473l-6.612%206.854a1.357%201.357%200%200%200%201.942%201.896l4.057-4.11a5.5%205.5%200%200%200-.372%201.8l-2.973%203.012a2.357%202.357%200%200%201-3.374-3.293L9.083%207.36A4.5%204.5%200%200%201%209%206.5m1.635%207.42a2%202%200%200%200%201.43-2.478l-.155-.557q.382-.293.821-.497l.338.358a2%202%200%200%200%202.91.001l.324-.344q.448.212.835.519l-.126.422a2%202%200%200%200%201.456%202.519l.349.082a4.7%204.7%200%200%201%20.01%201.017l-.46.118a2%202%200%200%200-1.431%202.478l.156.556q-.383.295-.822.498l-.338-.358a2%202%200%200%200-2.909-.002l-.325.345a4.3%204.3%200%200%201-.835-.518l.127-.423a2%202%200%200%200-1.456-2.52l-.35-.082a4.7%204.7%200%200%201-.01-1.016zm2.865.58a1%201%200%201%200%202%200a1%201%200%200%200-2%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/wrench-settings-20-regular.svg?color=%231a73e8&size=48