folder user icon

folder-user-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.

Name
folder-user-duotone
Set
Phosphor
Style
Duotone
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the folder user icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M216 176a24 24 0 1 1-24-24a24 24 0 0 1 24 24" opacity=".2"/><path d="M214.61 198.62a32 32 0 1 0-45.23 0a40 40 0 0 0-17.11 23.32a8 8 0 0 0 5.67 9.79a8.2 8.2 0 0 0 2.06.27a8 8 0 0 0 7.73-5.95C170.56 215.42 180.54 208 192 208s21.44 7.42 24.27 18.05a8 8 0 1 0 15.46-4.11a40 40 0 0 0-17.12-23.32M192 160a16 16 0 1 1-16 16a16 16 0 0 1 16-16m24-88h-84.69L104 44.69A15.86 15.86 0 0 0 92.69 40H40a16 16 0 0 0-16 16v144.61A15.4 15.4 0 0 0 39.38 216h81.18a8 8 0 0 0 0-16H40V88h176v32a8 8 0 0 0 16 0V88a16 16 0 0 0-16-16M92.69 56l16 16H40V56Z"/></g></svg>

React

import type { SVGProps } from "react";

export function PhFolderUserDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M216 176a24 24 0 1 1-24-24a24 24 0 0 1 24 24" opacity=".2"/><path d="M214.61 198.62a32 32 0 1 0-45.23 0a40 40 0 0 0-17.11 23.32a8 8 0 0 0 5.67 9.79a8.2 8.2 0 0 0 2.06.27a8 8 0 0 0 7.73-5.95C170.56 215.42 180.54 208 192 208s21.44 7.42 24.27 18.05a8 8 0 1 0 15.46-4.11a40 40 0 0 0-17.12-23.32M192 160a16 16 0 1 1-16 16a16 16 0 0 1 16-16m24-88h-84.69L104 44.69A15.86 15.86 0 0 0 92.69 40H40a16 16 0 0 0-16 16v144.61A15.4 15.4 0 0 0 39.38 216h81.18a8 8 0 0 0 0-16H40V88h176v32a8 8 0 0 0 16 0V88a16 16 0 0 0-16-16M92.69 56l16 16H40V56Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M216 176a24 24 0 1 1-24-24a24 24 0 0 1 24 24" opacity=".2"/><path d="M214.61 198.62a32 32 0 1 0-45.23 0a40 40 0 0 0-17.11 23.32a8 8 0 0 0 5.67 9.79a8.2 8.2 0 0 0 2.06.27a8 8 0 0 0 7.73-5.95C170.56 215.42 180.54 208 192 208s21.44 7.42 24.27 18.05a8 8 0 1 0 15.46-4.11a40 40 0 0 0-17.12-23.32M192 160a16 16 0 1 1-16 16a16 16 0 0 1 16-16m24-88h-84.69L104 44.69A15.86 15.86 0 0 0 92.69 40H40a16 16 0 0 0-16 16v144.61A15.4 15.4 0 0 0 39.38 216h81.18a8 8 0 0 0 0-16H40V88h176v32a8 8 0 0 0 16 0V88a16 16 0 0 0-16-16M92.69 56l16 16H40V56Z"/></g></svg>
</template>

CSS

.icon-folder-user-duotone {
  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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M216%20176a24%2024%200%201%201-24-24a24%2024%200%200%201%2024%2024%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M214.61%20198.62a32%2032%200%201%200-45.23%200a40%2040%200%200%200-17.11%2023.32a8%208%200%200%200%205.67%209.79a8.2%208.2%200%200%200%202.06.27a8%208%200%200%200%207.73-5.95C170.56%20215.42%20180.54%20208%20192%20208s21.44%207.42%2024.27%2018.05a8%208%200%201%200%2015.46-4.11a40%2040%200%200%200-17.12-23.32M192%20160a16%2016%200%201%201-16%2016a16%2016%200%200%201%2016-16m24-88h-84.69L104%2044.69A15.86%2015.86%200%200%200%2092.69%2040H40a16%2016%200%200%200-16%2016v144.61A15.4%2015.4%200%200%200%2039.38%20216h81.18a8%208%200%200%200%200-16H40V88h176v32a8%208%200%200%200%2016%200V88a16%2016%200%200%200-16-16M92.69%2056l16%2016H40V56Z%22%2F%3E%3C%2Fg%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M216%20176a24%2024%200%201%201-24-24a24%2024%200%200%201%2024%2024%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M214.61%20198.62a32%2032%200%201%200-45.23%200a40%2040%200%200%200-17.11%2023.32a8%208%200%200%200%205.67%209.79a8.2%208.2%200%200%200%202.06.27a8%208%200%200%200%207.73-5.95C170.56%20215.42%20180.54%20208%20192%20208s21.44%207.42%2024.27%2018.05a8%208%200%201%200%2015.46-4.11a40%2040%200%200%200-17.12-23.32M192%20160a16%2016%200%201%201-16%2016a16%2016%200%200%201%2016-16m24-88h-84.69L104%2044.69A15.86%2015.86%200%200%200%2092.69%2040H40a16%2016%200%200%200-16%2016v144.61A15.4%2015.4%200%200%200%2039.38%20216h81.18a8%208%200%200%200%200-16H40V88h176v32a8%208%200%200%200%2016%200V88a16%2016%200%200%200-16-16M92.69%2056l16%2016H40V56Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/folder-user-duotone.svg?color=%231a73e8&size=48