person-wrench-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
person-wrench-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

1 other variant in Fluent UI System Icons

Related icons in Fluent UI System Icons

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 0c0 2.198-1.816 4-4 4a4 4 0 0 1-4-4m5.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 .062-1.005c-.937-.168-1.76-.466-2.414-.884C4.623 15.283 4 14.31 4 13c0-.553.448-1 1.009-1h5.985q.06-.511.232-1M10 3a3 3 0 1 0 0 6a3 3 0 0 0 0-6m5.892 6.024c.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 FluentPersonWrench20Regular(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 0c0 2.198-1.816 4-4 4a4 4 0 0 1-4-4m5.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 .062-1.005c-.937-.168-1.76-.466-2.414-.884C4.623 15.283 4 14.31 4 13c0-.553.448-1 1.009-1h5.985q.06-.511.232-1M10 3a3 3 0 1 0 0 6a3 3 0 0 0 0-6m5.892 6.024c.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 0c0 2.198-1.816 4-4 4a4 4 0 0 1-4-4m5.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 .062-1.005c-.937-.168-1.76-.466-2.414-.884C4.623 15.283 4 14.31 4 13c0-.553.448-1 1.009-1h5.985q.06-.511.232-1M10 3a3 3 0 1 0 0 6a3 3 0 0 0 0-6m5.892 6.024c.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-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%22M6%206a4%204%200%201%201%208%200c0%202.198-1.816%204-4%204a4%204%200%200%201-4-4m5.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.062-1.005c-.937-.168-1.76-.466-2.414-.884C4.623%2015.283%204%2014.31%204%2013c0-.553.448-1%201.009-1h5.985q.06-.511.232-1M10%203a3%203%200%201%200%200%206a3%203%200%200%200%200-6m5.892%206.024c.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%200c0%202.198-1.816%204-4%204a4%204%200%200%201-4-4m5.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.062-1.005c-.937-.168-1.76-.466-2.414-.884C4.623%2015.283%204%2014.31%204%2013c0-.553.448-1%201.009-1h5.985q.06-.511.232-1M10%203a3%203%200%201%200%200%206a3%203%200%200%200%200-6m5.892%206.024c.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-regular.svg?color=%231a73e8&size=48