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

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

5 other variants in Material Symbols Light

The same icon in other sets

More audio & video icons from Material Symbols Light

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="M3 21v-5h1v4h4v1zM3 8V3h5v1H4v4zm13 13v-1h4v-4h1v5zm4-13V4h-4V3h5v5zm-8.002 3.885q-1.042 0-1.77-.728T9.5 9.387q0-1.022.728-1.762t1.77-.74q1.021 0 1.762.74q.74.74.74 1.762q0 1.042-.74 1.77t-1.762.728M6.5 17.115v-1.4q0-.402.206-.756t.557-.565q1.074-.636 2.278-.958q1.205-.32 2.459-.32t2.459.32t2.278.958q.352.21.558.565t.205.757v1.4z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFramePersonSharp(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="M3 21v-5h1v4h4v1zM3 8V3h5v1H4v4zm13 13v-1h4v-4h1v5zm4-13V4h-4V3h5v5zm-8.002 3.885q-1.042 0-1.77-.728T9.5 9.387q0-1.022.728-1.762t1.77-.74q1.021 0 1.762.74q.74.74.74 1.762q0 1.042-.74 1.77t-1.762.728M6.5 17.115v-1.4q0-.402.206-.756t.557-.565q1.074-.636 2.278-.958q1.205-.32 2.459-.32t2.459.32t2.278.958q.352.21.558.565t.205.757v1.4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 21v-5h1v4h4v1zM3 8V3h5v1H4v4zm13 13v-1h4v-4h1v5zm4-13V4h-4V3h5v5zm-8.002 3.885q-1.042 0-1.77-.728T9.5 9.387q0-1.022.728-1.762t1.77-.74q1.021 0 1.762.74q.74.74.74 1.762q0 1.042-.74 1.77t-1.762.728M6.5 17.115v-1.4q0-.402.206-.756t.557-.565q1.074-.636 2.278-.958q1.205-.32 2.459-.32t2.459.32t2.278.958q.352.21.558.565t.205.757v1.4z"/></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%22M3%2021v-5h1v4h4v1zM3%208V3h5v1H4v4zm13%2013v-1h4v-4h1v5zm4-13V4h-4V3h5v5zm-8.002%203.885q-1.042%200-1.77-.728T9.5%209.387q0-1.022.728-1.762t1.77-.74q1.021%200%201.762.74q.74.74.74%201.762q0%201.042-.74%201.77t-1.762.728M6.5%2017.115v-1.4q0-.402.206-.756t.557-.565q1.074-.636%202.278-.958q1.205-.32%202.459-.32t2.459.32t2.278.958q.352.21.558.565t.205.757v1.4z%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%22M3%2021v-5h1v4h4v1zM3%208V3h5v1H4v4zm13%2013v-1h4v-4h1v5zm4-13V4h-4V3h5v5zm-8.002%203.885q-1.042%200-1.77-.728T9.5%209.387q0-1.022.728-1.762t1.77-.74q1.021%200%201.762.74q.74.74.74%201.762q0%201.042-.74%201.77t-1.762.728M6.5%2017.115v-1.4q0-.402.206-.756t.557-.565q1.074-.636%202.278-.958q1.205-.32%202.459-.32t2.459.32t2.278.958q.352.21.558.565t.205.757v1.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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