share screen person icon

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

Name
share-screen-person-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
License
MIT

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the share screen person icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M5.75 4A3.75 3.75 0 0 0 2 7.75v12.5A3.75 3.75 0 0 0 5.75 24h9.316a4.3 4.3 0 0 1-.066-.75v-.205q0-.28.049-.545H5.75a2.25 2.25 0 0 1-2.25-2.25V7.75A2.25 2.25 0 0 1 5.75 5.5h16.5a2.25 2.25 0 0 1 2.25 2.25v6.604c.57.647.936 1.48.992 2.396c.009.138.12.25.258.25a.25.25 0 0 0 .25-.25v-9A3.75 3.75 0 0 0 22.25 4zM24.5 17a3 3 0 1 1-6 0a3 3 0 0 1 6 0m2.5 6.25c0 1.868-1.571 3.75-5.5 3.75S16 25.125 16 23.25v-.205c0-1.13.916-2.045 2.046-2.045h6.909c1.13 0 2.045.915 2.045 2.045z"/></svg>

React

import type { SVGProps } from "react";

export function FluentShareScreenPerson28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M5.75 4A3.75 3.75 0 0 0 2 7.75v12.5A3.75 3.75 0 0 0 5.75 24h9.316a4.3 4.3 0 0 1-.066-.75v-.205q0-.28.049-.545H5.75a2.25 2.25 0 0 1-2.25-2.25V7.75A2.25 2.25 0 0 1 5.75 5.5h16.5a2.25 2.25 0 0 1 2.25 2.25v6.604c.57.647.936 1.48.992 2.396c.009.138.12.25.258.25a.25.25 0 0 0 .25-.25v-9A3.75 3.75 0 0 0 22.25 4zM24.5 17a3 3 0 1 1-6 0a3 3 0 0 1 6 0m2.5 6.25c0 1.868-1.571 3.75-5.5 3.75S16 25.125 16 23.25v-.205c0-1.13.916-2.045 2.046-2.045h6.909c1.13 0 2.045.915 2.045 2.045z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M5.75 4A3.75 3.75 0 0 0 2 7.75v12.5A3.75 3.75 0 0 0 5.75 24h9.316a4.3 4.3 0 0 1-.066-.75v-.205q0-.28.049-.545H5.75a2.25 2.25 0 0 1-2.25-2.25V7.75A2.25 2.25 0 0 1 5.75 5.5h16.5a2.25 2.25 0 0 1 2.25 2.25v6.604c.57.647.936 1.48.992 2.396c.009.138.12.25.258.25a.25.25 0 0 0 .25-.25v-9A3.75 3.75 0 0 0 22.25 4zM24.5 17a3 3 0 1 1-6 0a3 3 0 0 1 6 0m2.5 6.25c0 1.868-1.571 3.75-5.5 3.75S16 25.125 16 23.25v-.205c0-1.13.916-2.045 2.046-2.045h6.909c1.13 0 2.045.915 2.045 2.045z"/></svg>
</template>

CSS

.icon-share-screen-person-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.75%204A3.75%203.75%200%200%200%202%207.75v12.5A3.75%203.75%200%200%200%205.75%2024h9.316a4.3%204.3%200%200%201-.066-.75v-.205q0-.28.049-.545H5.75a2.25%202.25%200%200%201-2.25-2.25V7.75A2.25%202.25%200%200%201%205.75%205.5h16.5a2.25%202.25%200%200%201%202.25%202.25v6.604c.57.647.936%201.48.992%202.396c.009.138.12.25.258.25a.25.25%200%200%200%20.25-.25v-9A3.75%203.75%200%200%200%2022.25%204zM24.5%2017a3%203%200%201%201-6%200a3%203%200%200%201%206%200m2.5%206.25c0%201.868-1.571%203.75-5.5%203.75S16%2025.125%2016%2023.25v-.205c0-1.13.916-2.045%202.046-2.045h6.909c1.13%200%202.045.915%202.045%202.045z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.75%204A3.75%203.75%200%200%200%202%207.75v12.5A3.75%203.75%200%200%200%205.75%2024h9.316a4.3%204.3%200%200%201-.066-.75v-.205q0-.28.049-.545H5.75a2.25%202.25%200%200%201-2.25-2.25V7.75A2.25%202.25%200%200%201%205.75%205.5h16.5a2.25%202.25%200%200%201%202.25%202.25v6.604c.57.647.936%201.48.992%202.396c.009.138.12.25.258.25a.25.25%200%200%200%20.25-.25v-9A3.75%203.75%200%200%200%2022.25%204zM24.5%2017a3%203%200%201%201-6%200a3%203%200%200%201%206%200m2.5%206.25c0%201.868-1.571%203.75-5.5%203.75S16%2025.125%2016%2023.25v-.205c0-1.13.916-2.045%202.046-2.045h6.909c1.13%200%202.045.915%202.045%202.045z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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