frame person off icon
frame-person-off-sharp from Material Symbols by Google · Sharp · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- frame-person-off-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 off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.45 23.3l-1.3-1.3H16v-2h1.15l-2-2H6v-1.9q0-.525.263-.987t.712-.738q.775-.45 1.613-.763t1.712-.462L4 6.85V8H2V4.85L.65 3.5l1.425-1.425l19.8 19.8zM15 9q0 .65-.262 1.213t-.688.987L9.8 6.95q.425-.425.988-.687T12 6q1.25 0 2.125.875T15 9m7 7v3.15l-2-2V16zM2 22v-6h2v4h4v2zM20 8V4h-4V2h6v6zM8 2v2H6.85l-2-2z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFramePersonOffSharp(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="m20.45 23.3l-1.3-1.3H16v-2h1.15l-2-2H6v-1.9q0-.525.263-.987t.712-.738q.775-.45 1.613-.763t1.712-.462L4 6.85V8H2V4.85L.65 3.5l1.425-1.425l19.8 19.8zM15 9q0 .65-.262 1.213t-.688.987L9.8 6.95q.425-.425.988-.687T12 6q1.25 0 2.125.875T15 9m7 7v3.15l-2-2V16zM2 22v-6h2v4h4v2zM20 8V4h-4V2h6v6zM8 2v2H6.85l-2-2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.45 23.3l-1.3-1.3H16v-2h1.15l-2-2H6v-1.9q0-.525.263-.987t.712-.738q.775-.45 1.613-.763t1.712-.462L4 6.85V8H2V4.85L.65 3.5l1.425-1.425l19.8 19.8zM15 9q0 .65-.262 1.213t-.688.987L9.8 6.95q.425-.425.988-.687T12 6q1.25 0 2.125.875T15 9m7 7v3.15l-2-2V16zM2 22v-6h2v4h4v2zM20 8V4h-4V2h6v6zM8 2v2H6.85l-2-2z"/></svg> </template>
CSS
.icon-frame-person-off-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%22m20.45%2023.3l-1.3-1.3H16v-2h1.15l-2-2H6v-1.9q0-.525.263-.987t.712-.738q.775-.45%201.613-.763t1.712-.462L4%206.85V8H2V4.85L.65%203.5l1.425-1.425l19.8%2019.8zM15%209q0%20.65-.262%201.213t-.688.987L9.8%206.95q.425-.425.988-.687T12%206q1.25%200%202.125.875T15%209m7%207v3.15l-2-2V16zM2%2022v-6h2v4h4v2zM20%208V4h-4V2h6v6zM8%202v2H6.85l-2-2z%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%22m20.45%2023.3l-1.3-1.3H16v-2h1.15l-2-2H6v-1.9q0-.525.263-.987t.712-.738q.775-.45%201.613-.763t1.712-.462L4%206.85V8H2V4.85L.65%203.5l1.425-1.425l19.8%2019.8zM15%209q0%20.65-.262%201.213t-.688.987L9.8%206.95q.425-.425.988-.687T12%206q1.25%200%202.125.875T15%209m7%207v3.15l-2-2V16zM2%2022v-6h2v4h4v2zM20%208V4h-4V2h6v6zM8%202v2H6.85l-2-2z%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-off-sharp.svg?color=%231a73e8&size=48