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

Name
person-available-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
License
MIT

6 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the person available icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4 4.5a2.5 2.5 0 1 1 4.889.74a5.5 5.5 0 0 0-2.623 1.75A2.5 2.5 0 0 1 4 4.5M6.5 3a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m4 12a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m2.354-6.354a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1-1a.5.5 0 0 1 .708-.708l.646.647l2.646-2.647a.5.5 0 0 1 .708 0M5.6 8H3.5C2.672 8 2 8.955 2 9.75V10c0 1.73 1.554 3.64 4.22 3.955a5.5 5.5 0 0 1-.72-1.162C3.815 12.29 3 10.978 3 10v-.25c0-.14.07-.361.22-.547c.15-.188.264-.203.28-.203h1.707q.149-.524.393-1"/></svg>

React

import type { SVGProps } from "react";

export function FluentPersonAvailable16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4 4.5a2.5 2.5 0 1 1 4.889.74a5.5 5.5 0 0 0-2.623 1.75A2.5 2.5 0 0 1 4 4.5M6.5 3a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m4 12a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m2.354-6.354a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1-1a.5.5 0 0 1 .708-.708l.646.647l2.646-2.647a.5.5 0 0 1 .708 0M5.6 8H3.5C2.672 8 2 8.955 2 9.75V10c0 1.73 1.554 3.64 4.22 3.955a5.5 5.5 0 0 1-.72-1.162C3.815 12.29 3 10.978 3 10v-.25c0-.14.07-.361.22-.547c.15-.188.264-.203.28-.203h1.707q.149-.524.393-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4 4.5a2.5 2.5 0 1 1 4.889.74a5.5 5.5 0 0 0-2.623 1.75A2.5 2.5 0 0 1 4 4.5M6.5 3a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m4 12a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m2.354-6.354a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1-1a.5.5 0 0 1 .708-.708l.646.647l2.646-2.647a.5.5 0 0 1 .708 0M5.6 8H3.5C2.672 8 2 8.955 2 9.75V10c0 1.73 1.554 3.64 4.22 3.955a5.5 5.5 0 0 1-.72-1.162C3.815 12.29 3 10.978 3 10v-.25c0-.14.07-.361.22-.547c.15-.188.264-.203.28-.203h1.707q.149-.524.393-1"/></svg>
</template>

CSS

.icon-person-available-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%204.5a2.5%202.5%200%201%201%204.889.74a5.5%205.5%200%200%200-2.623%201.75A2.5%202.5%200%200%201%204%204.5M6.5%203a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3m4%2012a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209m2.354-6.354a.5.5%200%200%201%200%20.708l-3%203a.5.5%200%200%201-.708%200l-1-1a.5.5%200%200%201%20.708-.708l.646.647l2.646-2.647a.5.5%200%200%201%20.708%200M5.6%208H3.5C2.672%208%202%208.955%202%209.75V10c0%201.73%201.554%203.64%204.22%203.955a5.5%205.5%200%200%201-.72-1.162C3.815%2012.29%203%2010.978%203%2010v-.25c0-.14.07-.361.22-.547c.15-.188.264-.203.28-.203h1.707q.149-.524.393-1%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%204.5a2.5%202.5%200%201%201%204.889.74a5.5%205.5%200%200%200-2.623%201.75A2.5%202.5%200%200%201%204%204.5M6.5%203a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3m4%2012a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209m2.354-6.354a.5.5%200%200%201%200%20.708l-3%203a.5.5%200%200%201-.708%200l-1-1a.5.5%200%200%201%20.708-.708l.646.647l2.646-2.647a.5.5%200%200%201%20.708%200M5.6%208H3.5C2.672%208%202%208.955%202%209.75V10c0%201.73%201.554%203.64%204.22%203.955a5.5%205.5%200%200%201-.72-1.162C3.815%2012.29%203%2010.978%203%2010v-.25c0-.14.07-.361.22-.547c.15-.188.264-.203.28-.203h1.707q.149-.524.393-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/person-available-16-regular.svg?color=%231a73e8&size=48