screenshot from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.

Name
screenshot
Set
TDesign Icons
Style
Outline
Viewbox
24×24
License
MIT

The same icon in other sets

Use the screenshot icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="2"><path d="M7.807 10h.002l8.202 8.25z"/><path d="M17.714 17.5c1.263 0 2.286 1.007 2.286 2.25S18.977 22 17.714 22c-1.262 0-2.285-1.007-2.285-2.25s1.023-2.25 2.285-2.25ZM16.193 10h-.002L7.99 18.25z"/><path d="M6.286 17.5C5.023 17.5 4 18.507 4 19.75S5.023 22 6.286 22c1.262 0 2.285-1.007 2.285-2.25S7.548 17.5 6.286 17.5Z"/><path stroke-linecap="square" d="M21 15V3H3v12"/></g></svg>

React

import type { SVGProps } from "react";

export function TdesignScreenshot(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="2"><path d="M7.807 10h.002l8.202 8.25z"/><path d="M17.714 17.5c1.263 0 2.286 1.007 2.286 2.25S18.977 22 17.714 22c-1.262 0-2.285-1.007-2.285-2.25s1.023-2.25 2.285-2.25ZM16.193 10h-.002L7.99 18.25z"/><path d="M6.286 17.5C5.023 17.5 4 18.507 4 19.75S5.023 22 6.286 22c1.262 0 2.285-1.007 2.285-2.25S7.548 17.5 6.286 17.5Z"/><path strokeLinecap="square" d="M21 15V3H3v12"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="2"><path d="M7.807 10h.002l8.202 8.25z"/><path d="M17.714 17.5c1.263 0 2.286 1.007 2.286 2.25S18.977 22 17.714 22c-1.262 0-2.285-1.007-2.285-2.25s1.023-2.25 2.285-2.25ZM16.193 10h-.002L7.99 18.25z"/><path d="M6.286 17.5C5.023 17.5 4 18.507 4 19.75S5.023 22 6.286 22c1.262 0 2.285-1.007 2.285-2.25S7.548 17.5 6.286 17.5Z"/><path stroke-linecap="square" d="M21 15V3H3v12"/></g></svg>
</template>

CSS

.icon-screenshot {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M7.807%2010h.002l8.202%208.25z%22%2F%3E%3Cpath%20d%3D%22M17.714%2017.5c1.263%200%202.286%201.007%202.286%202.25S18.977%2022%2017.714%2022c-1.262%200-2.285-1.007-2.285-2.25s1.023-2.25%202.285-2.25ZM16.193%2010h-.002L7.99%2018.25z%22%2F%3E%3Cpath%20d%3D%22M6.286%2017.5C5.023%2017.5%204%2018.507%204%2019.75S5.023%2022%206.286%2022c1.262%200%202.285-1.007%202.285-2.25S7.548%2017.5%206.286%2017.5Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M21%2015V3H3v12%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M7.807%2010h.002l8.202%208.25z%22%2F%3E%3Cpath%20d%3D%22M17.714%2017.5c1.263%200%202.286%201.007%202.286%202.25S18.977%2022%2017.714%2022c-1.262%200-2.285-1.007-2.285-2.25s1.023-2.25%202.285-2.25ZM16.193%2010h-.002L7.99%2018.25z%22%2F%3E%3Cpath%20d%3D%22M6.286%2017.5C5.023%2017.5%204%2018.507%204%2019.75S5.023%2022%206.286%2022c1.262%200%202.285-1.007%202.285-2.25S7.548%2017.5%206.286%2017.5Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M21%2015V3H3v12%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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