screenshot record icon

screenshot-record-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
screenshot-record-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

7 other variants in Fluent UI System Icons

Use the screenshot record icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3 5.75A2.75 2.75 0 0 1 5.75 3h8.5A2.75 2.75 0 0 1 17 5.75V9.6a5.5 5.5 0 0 0-1-.393V5.75A1.75 1.75 0 0 0 14.25 4h-8.5A1.75 1.75 0 0 0 4 5.75v8.5c0 .966.784 1.75 1.75 1.75h3.457q.149.524.393 1H5.75A2.75 2.75 0 0 1 3 14.25zM15 8.5a.5.5 0 0 1-1 0v-2a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 1 0-1h2A1.5 1.5 0 0 1 15 6.5zM8.5 14a.5.5 0 0 1 0 1h-2A1.5 1.5 0 0 1 5 13.5v-2a.5.5 0 0 1 1 0v2a.5.5 0 0 0 .5.5zm-2-8a.5.5 0 0 0-.5.5v2a.5.5 0 0 1-1 0v-2A1.5 1.5 0 0 1 6.5 5h2a.5.5 0 0 1 0 1zm8 5a3.5 3.5 0 1 1 0 7a3.5 3.5 0 0 1 0-7m0 8a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m2.5-4.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentScreenshotRecord20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3 5.75A2.75 2.75 0 0 1 5.75 3h8.5A2.75 2.75 0 0 1 17 5.75V9.6a5.5 5.5 0 0 0-1-.393V5.75A1.75 1.75 0 0 0 14.25 4h-8.5A1.75 1.75 0 0 0 4 5.75v8.5c0 .966.784 1.75 1.75 1.75h3.457q.149.524.393 1H5.75A2.75 2.75 0 0 1 3 14.25zM15 8.5a.5.5 0 0 1-1 0v-2a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 1 0-1h2A1.5 1.5 0 0 1 15 6.5zM8.5 14a.5.5 0 0 1 0 1h-2A1.5 1.5 0 0 1 5 13.5v-2a.5.5 0 0 1 1 0v2a.5.5 0 0 0 .5.5zm-2-8a.5.5 0 0 0-.5.5v2a.5.5 0 0 1-1 0v-2A1.5 1.5 0 0 1 6.5 5h2a.5.5 0 0 1 0 1zm8 5a3.5 3.5 0 1 1 0 7a3.5 3.5 0 0 1 0-7m0 8a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m2.5-4.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3 5.75A2.75 2.75 0 0 1 5.75 3h8.5A2.75 2.75 0 0 1 17 5.75V9.6a5.5 5.5 0 0 0-1-.393V5.75A1.75 1.75 0 0 0 14.25 4h-8.5A1.75 1.75 0 0 0 4 5.75v8.5c0 .966.784 1.75 1.75 1.75h3.457q.149.524.393 1H5.75A2.75 2.75 0 0 1 3 14.25zM15 8.5a.5.5 0 0 1-1 0v-2a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 1 0-1h2A1.5 1.5 0 0 1 15 6.5zM8.5 14a.5.5 0 0 1 0 1h-2A1.5 1.5 0 0 1 5 13.5v-2a.5.5 0 0 1 1 0v2a.5.5 0 0 0 .5.5zm-2-8a.5.5 0 0 0-.5.5v2a.5.5 0 0 1-1 0v-2A1.5 1.5 0 0 1 6.5 5h2a.5.5 0 0 1 0 1zm8 5a3.5 3.5 0 1 1 0 7a3.5 3.5 0 0 1 0-7m0 8a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m2.5-4.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0"/></svg>
</template>

CSS

.icon-screenshot-record-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%205.75A2.75%202.75%200%200%201%205.75%203h8.5A2.75%202.75%200%200%201%2017%205.75V9.6a5.5%205.5%200%200%200-1-.393V5.75A1.75%201.75%200%200%200%2014.25%204h-8.5A1.75%201.75%200%200%200%204%205.75v8.5c0%20.966.784%201.75%201.75%201.75h3.457q.149.524.393%201H5.75A2.75%202.75%200%200%201%203%2014.25zM15%208.5a.5.5%200%200%201-1%200v-2a.5.5%200%200%200-.5-.5h-2a.5.5%200%200%201%200-1h2A1.5%201.5%200%200%201%2015%206.5zM8.5%2014a.5.5%200%200%201%200%201h-2A1.5%201.5%200%200%201%205%2013.5v-2a.5.5%200%200%201%201%200v2a.5.5%200%200%200%20.5.5zm-2-8a.5.5%200%200%200-.5.5v2a.5.5%200%200%201-1%200v-2A1.5%201.5%200%200%201%206.5%205h2a.5.5%200%200%201%200%201zm8%205a3.5%203.5%200%201%201%200%207a3.5%203.5%200%200%201%200-7m0%208a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209m2.5-4.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%205.75A2.75%202.75%200%200%201%205.75%203h8.5A2.75%202.75%200%200%201%2017%205.75V9.6a5.5%205.5%200%200%200-1-.393V5.75A1.75%201.75%200%200%200%2014.25%204h-8.5A1.75%201.75%200%200%200%204%205.75v8.5c0%20.966.784%201.75%201.75%201.75h3.457q.149.524.393%201H5.75A2.75%202.75%200%200%201%203%2014.25zM15%208.5a.5.5%200%200%201-1%200v-2a.5.5%200%200%200-.5-.5h-2a.5.5%200%200%201%200-1h2A1.5%201.5%200%200%201%2015%206.5zM8.5%2014a.5.5%200%200%201%200%201h-2A1.5%201.5%200%200%201%205%2013.5v-2a.5.5%200%200%201%201%200v2a.5.5%200%200%200%20.5.5zm-2-8a.5.5%200%200%200-.5.5v2a.5.5%200%200%201-1%200v-2A1.5%201.5%200%200%201%206.5%205h2a.5.5%200%200%201%200%201zm8%205a3.5%203.5%200%201%201%200%207a3.5%203.5%200%200%201%200-7m0%208a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209m2.5-4.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/screenshot-record-20-regular.svg?color=%231a73e8&size=48