frame-person-sharp from Material Symbols by Google · Sharp · Audio & Video · Apache-2.0 Free for personal and commercial use.

Name
frame-person-sharp
Set
Material Symbols
Style
Sharp
Category
Audio & Video
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More audio & video icons from Material Symbols

Use the frame person icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 22v-6h2v4h4v2zM2 8V2h6v2H4v4zm14 14v-2h4v-4h2v6zm4-14V4h-4V2h6v6zm-8 4q-1.275 0-2.137-.862T9 9q0-1.25.863-2.125T12 6q1.25 0 2.125.875T15 9q0 1.275-.875 2.138T12 12m-6 6v-1.9q0-.525.263-.987t.712-.738q1.15-.675 2.413-1.025T12 13t2.613.35t2.412 1.025q.45.275.713.738T18 16.1V18z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsFramePersonSharp(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="M2 22v-6h2v4h4v2zM2 8V2h6v2H4v4zm14 14v-2h4v-4h2v6zm4-14V4h-4V2h6v6zm-8 4q-1.275 0-2.137-.862T9 9q0-1.25.863-2.125T12 6q1.25 0 2.125.875T15 9q0 1.275-.875 2.138T12 12m-6 6v-1.9q0-.525.263-.987t.712-.738q1.15-.675 2.413-1.025T12 13t2.613.35t2.412 1.025q.45.275.713.738T18 16.1V18z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 22v-6h2v4h4v2zM2 8V2h6v2H4v4zm14 14v-2h4v-4h2v6zm4-14V4h-4V2h6v6zm-8 4q-1.275 0-2.137-.862T9 9q0-1.25.863-2.125T12 6q1.25 0 2.125.875T15 9q0 1.275-.875 2.138T12 12m-6 6v-1.9q0-.525.263-.987t.712-.738q1.15-.675 2.413-1.025T12 13t2.613.35t2.412 1.025q.45.275.713.738T18 16.1V18z"/></svg>
</template>

CSS

.icon-frame-person-sharp {
  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%22M2%2022v-6h2v4h4v2zM2%208V2h6v2H4v4zm14%2014v-2h4v-4h2v6zm4-14V4h-4V2h6v6zm-8%204q-1.275%200-2.137-.862T9%209q0-1.25.863-2.125T12%206q1.25%200%202.125.875T15%209q0%201.275-.875%202.138T12%2012m-6%206v-1.9q0-.525.263-.987t.712-.738q1.15-.675%202.413-1.025T12%2013t2.613.35t2.412%201.025q.45.275.713.738T18%2016.1V18z%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%22M2%2022v-6h2v4h4v2zM2%208V2h6v2H4v4zm14%2014v-2h4v-4h2v6zm4-14V4h-4V2h6v6zm-8%204q-1.275%200-2.137-.862T9%209q0-1.25.863-2.125T12%206q1.25%200%202.125.875T15%209q0%201.275-.875%202.138T12%2012m-6%206v-1.9q0-.525.263-.987t.712-.738q1.15-.675%202.413-1.025T12%2013t2.613.35t2.412%201.025q.45.275.713.738T18%2016.1V18z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/frame-person-sharp.svg?color=%231a73e8&size=48