screenshot frame icon

screenshot-frame-rounded from Material Symbols by Google · Rounded · Android · Apache-2.0 Free for personal and commercial use.

Name
screenshot-frame-rounded
Set
Material Symbols
Style
Rounded
Category
Android
Viewbox
24×24
License
Apache 2.0
Aliases
screenshot-frame-outline-rounded

2 other variants in Material Symbols

The same icon in other sets

More android icons from Material Symbols

Use the screenshot frame icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.288 6.713Q5 6.425 5 6V4q0-.825.588-1.412T7 2h2q.425 0 .713.288T10 3t-.288.713T9 4H7v2q0 .425-.288.713T6 7t-.712-.288M7 22q-.825 0-1.412-.587T5 20v-2q0-.425.288-.712T6 17t.713.288T7 18v2h2q.425 0 .713.288T10 21t-.288.713T9 22zM17.288 6.712Q17 6.425 17 6V4h-2q-.425 0-.712-.288T14 3t.288-.712T15 2h2q.825 0 1.413.588T19 4v2q0 .425-.288.713T18 7t-.712-.288M15 22q-.425 0-.712-.288T14 21t.288-.712T15 20h2v-2q0-.425.288-.712T18 17t.713.288T19 18v2q0 .825-.587 1.413T17 22z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsScreenshotFrameRounded(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="M5.288 6.713Q5 6.425 5 6V4q0-.825.588-1.412T7 2h2q.425 0 .713.288T10 3t-.288.713T9 4H7v2q0 .425-.288.713T6 7t-.712-.288M7 22q-.825 0-1.412-.587T5 20v-2q0-.425.288-.712T6 17t.713.288T7 18v2h2q.425 0 .713.288T10 21t-.288.713T9 22zM17.288 6.712Q17 6.425 17 6V4h-2q-.425 0-.712-.288T14 3t.288-.712T15 2h2q.825 0 1.413.588T19 4v2q0 .425-.288.713T18 7t-.712-.288M15 22q-.425 0-.712-.288T14 21t.288-.712T15 20h2v-2q0-.425.288-.712T18 17t.713.288T19 18v2q0 .825-.587 1.413T17 22z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.288 6.713Q5 6.425 5 6V4q0-.825.588-1.412T7 2h2q.425 0 .713.288T10 3t-.288.713T9 4H7v2q0 .425-.288.713T6 7t-.712-.288M7 22q-.825 0-1.412-.587T5 20v-2q0-.425.288-.712T6 17t.713.288T7 18v2h2q.425 0 .713.288T10 21t-.288.713T9 22zM17.288 6.712Q17 6.425 17 6V4h-2q-.425 0-.712-.288T14 3t.288-.712T15 2h2q.825 0 1.413.588T19 4v2q0 .425-.288.713T18 7t-.712-.288M15 22q-.425 0-.712-.288T14 21t.288-.712T15 20h2v-2q0-.425.288-.712T18 17t.713.288T19 18v2q0 .825-.587 1.413T17 22z"/></svg>
</template>

CSS

.icon-screenshot-frame-rounded {
  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%22M5.288%206.713Q5%206.425%205%206V4q0-.825.588-1.412T7%202h2q.425%200%20.713.288T10%203t-.288.713T9%204H7v2q0%20.425-.288.713T6%207t-.712-.288M7%2022q-.825%200-1.412-.587T5%2020v-2q0-.425.288-.712T6%2017t.713.288T7%2018v2h2q.425%200%20.713.288T10%2021t-.288.713T9%2022zM17.288%206.712Q17%206.425%2017%206V4h-2q-.425%200-.712-.288T14%203t.288-.712T15%202h2q.825%200%201.413.588T19%204v2q0%20.425-.288.713T18%207t-.712-.288M15%2022q-.425%200-.712-.288T14%2021t.288-.712T15%2020h2v-2q0-.425.288-.712T18%2017t.713.288T19%2018v2q0%20.825-.587%201.413T17%2022z%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%22M5.288%206.713Q5%206.425%205%206V4q0-.825.588-1.412T7%202h2q.425%200%20.713.288T10%203t-.288.713T9%204H7v2q0%20.425-.288.713T6%207t-.712-.288M7%2022q-.825%200-1.412-.587T5%2020v-2q0-.425.288-.712T6%2017t.713.288T7%2018v2h2q.425%200%20.713.288T10%2021t-.288.713T9%2022zM17.288%206.712Q17%206.425%2017%206V4h-2q-.425%200-.712-.288T14%203t.288-.712T15%202h2q.825%200%201.413.588T19%204v2q0%20.425-.288.713T18%207t-.712-.288M15%2022q-.425%200-.712-.288T14%2021t.288-.712T15%2020h2v-2q0-.425.288-.712T18%2017t.713.288T19%2018v2q0%20.825-.587%201.413T17%2022z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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