account hard hat icon

account-hard-hat-outline from Material Design Icons by Pictogrammers · Outline · Account / User · Apache-2.0 Free for personal and commercial use.

Name
account-hard-hat-outline
Set
Material Design Icons
Style
Outline
Category
Account / User
Viewbox
24×24
License
Apache 2.0
Aliases
construction-outline, worker-outline

1 other variant in Material Design Icons

More account / user icons from Material Design Icons

Use the account hard hat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 9c0 5.33-8 5.33-8 0h2c0 2.67 4 2.67 4 0m6 9v3H4v-3c0-2.67 5.33-4 8-4s8 1.33 8 4m-1.9 0c0-.64-3.13-2.1-6.1-2.1S5.9 17.36 5.9 18v1.1h12.2M12.5 2c.28 0 .5.22.5.5v3h1V3a3.89 3.89 0 0 1 2.25 3.75s.7.14.75 1.25H7c0-1.11.75-1.25.75-1.25A3.89 3.89 0 0 1 10 3v2.5h1v-3c0-.28.22-.5.5-.5"/></svg>

React

import type { SVGProps } from "react";

export function MdiAccountHardHatOutline(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 9c0 5.33-8 5.33-8 0h2c0 2.67 4 2.67 4 0m6 9v3H4v-3c0-2.67 5.33-4 8-4s8 1.33 8 4m-1.9 0c0-.64-3.13-2.1-6.1-2.1S5.9 17.36 5.9 18v1.1h12.2M12.5 2c.28 0 .5.22.5.5v3h1V3a3.89 3.89 0 0 1 2.25 3.75s.7.14.75 1.25H7c0-1.11.75-1.25.75-1.25A3.89 3.89 0 0 1 10 3v2.5h1v-3c0-.28.22-.5.5-.5"/></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 9c0 5.33-8 5.33-8 0h2c0 2.67 4 2.67 4 0m6 9v3H4v-3c0-2.67 5.33-4 8-4s8 1.33 8 4m-1.9 0c0-.64-3.13-2.1-6.1-2.1S5.9 17.36 5.9 18v1.1h12.2M12.5 2c.28 0 .5.22.5.5v3h1V3a3.89 3.89 0 0 1 2.25 3.75s.7.14.75 1.25H7c0-1.11.75-1.25.75-1.25A3.89 3.89 0 0 1 10 3v2.5h1v-3c0-.28.22-.5.5-.5"/></svg>
</template>

CSS

.icon-account-hard-hat-outline {
  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%209c0%205.33-8%205.33-8%200h2c0%202.67%204%202.67%204%200m6%209v3H4v-3c0-2.67%205.33-4%208-4s8%201.33%208%204m-1.9%200c0-.64-3.13-2.1-6.1-2.1S5.9%2017.36%205.9%2018v1.1h12.2M12.5%202c.28%200%20.5.22.5.5v3h1V3a3.89%203.89%200%200%201%202.25%203.75s.7.14.75%201.25H7c0-1.11.75-1.25.75-1.25A3.89%203.89%200%200%201%2010%203v2.5h1v-3c0-.28.22-.5.5-.5%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%209c0%205.33-8%205.33-8%200h2c0%202.67%204%202.67%204%200m6%209v3H4v-3c0-2.67%205.33-4%208-4s8%201.33%208%204m-1.9%200c0-.64-3.13-2.1-6.1-2.1S5.9%2017.36%205.9%2018v1.1h12.2M12.5%202c.28%200%20.5.22.5.5v3h1V3a3.89%203.89%200%200%201%202.25%203.75s.7.14.75%201.25H7c0-1.11.75-1.25.75-1.25A3.89%203.89%200%200%201%2010%203v2.5h1v-3c0-.28.22-.5.5-.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/account-hard-hat-outline.svg?color=%231a73e8&size=48