person wrench icon
person-wrench-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- person-wrench-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- License
- MIT
1 other variant in Fluent UI System Icons
Related icons in Fluent UI System Icons
person-5-20-filledperson-6-20-filledperson-account-16-filledperson-accounts-20-filledperson-add-16-filledperson-alert-16-filledperson-alert-off-16-filledperson-arrow-back-16-filledperson-arrow-left-16-filledperson-arrow-right-16-filledperson-available-16-filledperson-board-12-filledperson-board-add-16-filledperson-briefcase-16-filledperson-call-16-filledperson-chat-16-filledperson-circle-12-filledperson-circle-off-12-filledperson-clock-16-filledperson-delete-16-filledperson-desktop-20-filledperson-edit-16-filledperson-error-16-filledperson-feedback-16-filled
Use the person wrench icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6 6a4 4 0 1 1 8 0a4 4 0 0 1-8 0m5.226 5H5.01A2 2 0 0 0 3 13c0 1.691.833 2.966 2.135 3.797c.811.517 1.801.861 2.89 1.045a2.5 2.5 0 0 1 .71-2.123l2.317-2.317A4.54 4.54 0 0 1 11.226 11m4.666-1.976c.366.042.471.48.21.742l-.975.975a1.507 1.507 0 1 0 2.132 2.132l.975-.975c.261-.261.7-.156.742.21a3.518 3.518 0 0 1-4.676 3.723l-2.726 2.727a1.507 1.507 0 1 1-2.132-2.132l2.726-2.726a3.518 3.518 0 0 1 3.724-4.676"/></svg>
React
import type { SVGProps } from "react";
export function FluentPersonWrench20Filled(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="M6 6a4 4 0 1 1 8 0a4 4 0 0 1-8 0m5.226 5H5.01A2 2 0 0 0 3 13c0 1.691.833 2.966 2.135 3.797c.811.517 1.801.861 2.89 1.045a2.5 2.5 0 0 1 .71-2.123l2.317-2.317A4.54 4.54 0 0 1 11.226 11m4.666-1.976c.366.042.471.48.21.742l-.975.975a1.507 1.507 0 1 0 2.132 2.132l.975-.975c.261-.261.7-.156.742.21a3.518 3.518 0 0 1-4.676 3.723l-2.726 2.727a1.507 1.507 0 1 1-2.132-2.132l2.726-2.726a3.518 3.518 0 0 1 3.724-4.676"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6 6a4 4 0 1 1 8 0a4 4 0 0 1-8 0m5.226 5H5.01A2 2 0 0 0 3 13c0 1.691.833 2.966 2.135 3.797c.811.517 1.801.861 2.89 1.045a2.5 2.5 0 0 1 .71-2.123l2.317-2.317A4.54 4.54 0 0 1 11.226 11m4.666-1.976c.366.042.471.48.21.742l-.975.975a1.507 1.507 0 1 0 2.132 2.132l.975-.975c.261-.261.7-.156.742.21a3.518 3.518 0 0 1-4.676 3.723l-2.726 2.727a1.507 1.507 0 1 1-2.132-2.132l2.726-2.726a3.518 3.518 0 0 1 3.724-4.676"/></svg> </template>
CSS
.icon-person-wrench-20-filled {
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%22M6%206a4%204%200%201%201%208%200a4%204%200%200%201-8%200m5.226%205H5.01A2%202%200%200%200%203%2013c0%201.691.833%202.966%202.135%203.797c.811.517%201.801.861%202.89%201.045a2.5%202.5%200%200%201%20.71-2.123l2.317-2.317A4.54%204.54%200%200%201%2011.226%2011m4.666-1.976c.366.042.471.48.21.742l-.975.975a1.507%201.507%200%201%200%202.132%202.132l.975-.975c.261-.261.7-.156.742.21a3.518%203.518%200%200%201-4.676%203.723l-2.726%202.727a1.507%201.507%200%201%201-2.132-2.132l2.726-2.726a3.518%203.518%200%200%201%203.724-4.676%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%22M6%206a4%204%200%201%201%208%200a4%204%200%200%201-8%200m5.226%205H5.01A2%202%200%200%200%203%2013c0%201.691.833%202.966%202.135%203.797c.811.517%201.801.861%202.89%201.045a2.5%202.5%200%200%201%20.71-2.123l2.317-2.317A4.54%204.54%200%200%201%2011.226%2011m4.666-1.976c.366.042.471.48.21.742l-.975.975a1.507%201.507%200%201%200%202.132%202.132l.975-.975c.261-.261.7-.156.742.21a3.518%203.518%200%200%201-4.676%203.723l-2.726%202.727a1.507%201.507%200%201%201-2.132-2.132l2.726-2.726a3.518%203.518%200%200%201%203.724-4.676%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/person-wrench-20-filled.svg?color=%231a73e8&size=48