share screen person overlay icon
share-screen-person-overlay-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- share-screen-person-overlay-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 overlay icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M2 7.75A3.75 3.75 0 0 1 5.75 4h16.5A3.75 3.75 0 0 1 26 7.75v9a.25.25 0 0 1-.25.25a.263.263 0 0 1-.258-.25a4 4 0 0 0-.992-2.396V7.75a2.25 2.25 0 0 0-2.25-2.25H5.75A2.25 2.25 0 0 0 3.5 7.75v12.5a2.25 2.25 0 0 0 2.25 2.25h9.299a3 3 0 0 0-.049.545v.205q0 .377.066.75H5.75A3.75 3.75 0 0 1 2 20.25zM21.5 20a3 3 0 1 0 0-6a3 3 0 0 0 0 6m0 7c3.929 0 5.5-1.882 5.5-3.75v-.205c0-1.13-.916-2.045-2.046-2.045h-6.908c-1.13 0-2.046.915-2.046 2.045v.205c0 1.875 1.571 3.75 5.5 3.75M7.25 8C6.56 8 6 8.56 6 9.25v4.5c0 .69.56 1.25 1.25 1.25h5.5c.69 0 1.25-.56 1.25-1.25v-4.5C14 8.56 13.44 8 12.75 8z"/></svg>
React
import type { SVGProps } from "react";
export function FluentShareScreenPersonOverlay28Regular(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="M2 7.75A3.75 3.75 0 0 1 5.75 4h16.5A3.75 3.75 0 0 1 26 7.75v9a.25.25 0 0 1-.25.25a.263.263 0 0 1-.258-.25a4 4 0 0 0-.992-2.396V7.75a2.25 2.25 0 0 0-2.25-2.25H5.75A2.25 2.25 0 0 0 3.5 7.75v12.5a2.25 2.25 0 0 0 2.25 2.25h9.299a3 3 0 0 0-.049.545v.205q0 .377.066.75H5.75A3.75 3.75 0 0 1 2 20.25zM21.5 20a3 3 0 1 0 0-6a3 3 0 0 0 0 6m0 7c3.929 0 5.5-1.882 5.5-3.75v-.205c0-1.13-.916-2.045-2.046-2.045h-6.908c-1.13 0-2.046.915-2.046 2.045v.205c0 1.875 1.571 3.75 5.5 3.75M7.25 8C6.56 8 6 8.56 6 9.25v4.5c0 .69.56 1.25 1.25 1.25h5.5c.69 0 1.25-.56 1.25-1.25v-4.5C14 8.56 13.44 8 12.75 8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M2 7.75A3.75 3.75 0 0 1 5.75 4h16.5A3.75 3.75 0 0 1 26 7.75v9a.25.25 0 0 1-.25.25a.263.263 0 0 1-.258-.25a4 4 0 0 0-.992-2.396V7.75a2.25 2.25 0 0 0-2.25-2.25H5.75A2.25 2.25 0 0 0 3.5 7.75v12.5a2.25 2.25 0 0 0 2.25 2.25h9.299a3 3 0 0 0-.049.545v.205q0 .377.066.75H5.75A3.75 3.75 0 0 1 2 20.25zM21.5 20a3 3 0 1 0 0-6a3 3 0 0 0 0 6m0 7c3.929 0 5.5-1.882 5.5-3.75v-.205c0-1.13-.916-2.045-2.046-2.045h-6.908c-1.13 0-2.046.915-2.046 2.045v.205c0 1.875 1.571 3.75 5.5 3.75M7.25 8C6.56 8 6 8.56 6 9.25v4.5c0 .69.56 1.25 1.25 1.25h5.5c.69 0 1.25-.56 1.25-1.25v-4.5C14 8.56 13.44 8 12.75 8z"/></svg> </template>
CSS
.icon-share-screen-person-overlay-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%22M2%207.75A3.75%203.75%200%200%201%205.75%204h16.5A3.75%203.75%200%200%201%2026%207.75v9a.25.25%200%200%201-.25.25a.263.263%200%200%201-.258-.25a4%204%200%200%200-.992-2.396V7.75a2.25%202.25%200%200%200-2.25-2.25H5.75A2.25%202.25%200%200%200%203.5%207.75v12.5a2.25%202.25%200%200%200%202.25%202.25h9.299a3%203%200%200%200-.049.545v.205q0%20.377.066.75H5.75A3.75%203.75%200%200%201%202%2020.25zM21.5%2020a3%203%200%201%200%200-6a3%203%200%200%200%200%206m0%207c3.929%200%205.5-1.882%205.5-3.75v-.205c0-1.13-.916-2.045-2.046-2.045h-6.908c-1.13%200-2.046.915-2.046%202.045v.205c0%201.875%201.571%203.75%205.5%203.75M7.25%208C6.56%208%206%208.56%206%209.25v4.5c0%20.69.56%201.25%201.25%201.25h5.5c.69%200%201.25-.56%201.25-1.25v-4.5C14%208.56%2013.44%208%2012.75%208z%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%22M2%207.75A3.75%203.75%200%200%201%205.75%204h16.5A3.75%203.75%200%200%201%2026%207.75v9a.25.25%200%200%201-.25.25a.263.263%200%200%201-.258-.25a4%204%200%200%200-.992-2.396V7.75a2.25%202.25%200%200%200-2.25-2.25H5.75A2.25%202.25%200%200%200%203.5%207.75v12.5a2.25%202.25%200%200%200%202.25%202.25h9.299a3%203%200%200%200-.049.545v.205q0%20.377.066.75H5.75A3.75%203.75%200%200%201%202%2020.25zM21.5%2020a3%203%200%201%200%200-6a3%203%200%200%200%200%206m0%207c3.929%200%205.5-1.882%205.5-3.75v-.205c0-1.13-.916-2.045-2.046-2.045h-6.908c-1.13%200-2.046.915-2.046%202.045v.205c0%201.875%201.571%203.75%205.5%203.75M7.25%208C6.56%208%206%208.56%206%209.25v4.5c0%20.69.56%201.25%201.25%201.25h5.5c.69%200%201.25-.56%201.25-1.25v-4.5C14%208.56%2013.44%208%2012.75%208z%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-overlay-28-regular.svg?color=%231a73e8&size=48