screenshot two icon
screenshot-two from IconPark by ByteDance · Color · Edit · Apache-2.0 Free for personal and commercial use.
- Name
- screenshot-two
- Set
- IconPark
- Style
- Color
- Category
- Edit
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More edit icons from IconPark
Use the screenshot two icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M4 24V4H44V24"/><path fill="#2F88FF" fill-rule="evenodd" d="M10 44C13.3137 44 16 41.3137 16 38C16 34.6863 13.3137 32 10 32C6.68629 32 4 34.6863 4 38C4 41.3137 6.68629 44 10 44Z" clip-rule="evenodd"/><path d="M36 12C20.3905 33.2663 15.8047 40.6805 14.2426 42.2426C11.8995 44.5858 8.10047 44.5858 5.75732 42.2426"/><path fill="#2F88FF" fill-rule="evenodd" d="M38 44C41.3137 44 44 41.3137 44 38C44 34.6863 41.3137 32 38 32C34.6863 32 32 34.6863 32 38C32 41.3137 34.6863 44 38 44Z" clip-rule="evenodd"/><path d="M42.2426 42.2426C39.8995 44.5858 36.1005 44.5858 33.7574 42.2426C32.1953 40.6805 27.6095 33.2663 12 12"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkScreenshotTwo(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path d="M4 24V4H44V24"/><path fill="#2F88FF" fillRule="evenodd" d="M10 44C13.3137 44 16 41.3137 16 38C16 34.6863 13.3137 32 10 32C6.68629 32 4 34.6863 4 38C4 41.3137 6.68629 44 10 44Z" clipRule="evenodd"/><path d="M36 12C20.3905 33.2663 15.8047 40.6805 14.2426 42.2426C11.8995 44.5858 8.10047 44.5858 5.75732 42.2426"/><path fill="#2F88FF" fillRule="evenodd" d="M38 44C41.3137 44 44 41.3137 44 38C44 34.6863 41.3137 32 38 32C34.6863 32 32 34.6863 32 38C32 41.3137 34.6863 44 38 44Z" clipRule="evenodd"/><path d="M42.2426 42.2426C39.8995 44.5858 36.1005 44.5858 33.7574 42.2426C32.1953 40.6805 27.6095 33.2663 12 12"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M4 24V4H44V24"/><path fill="#2F88FF" fill-rule="evenodd" d="M10 44C13.3137 44 16 41.3137 16 38C16 34.6863 13.3137 32 10 32C6.68629 32 4 34.6863 4 38C4 41.3137 6.68629 44 10 44Z" clip-rule="evenodd"/><path d="M36 12C20.3905 33.2663 15.8047 40.6805 14.2426 42.2426C11.8995 44.5858 8.10047 44.5858 5.75732 42.2426"/><path fill="#2F88FF" fill-rule="evenodd" d="M38 44C41.3137 44 44 41.3137 44 38C44 34.6863 41.3137 32 38 32C34.6863 32 32 34.6863 32 38C32 41.3137 34.6863 44 38 44Z" clip-rule="evenodd"/><path d="M42.2426 42.2426C39.8995 44.5858 36.1005 44.5858 33.7574 42.2426C32.1953 40.6805 27.6095 33.2663 12 12"/></g></svg> </template>
CSS
.icon-screenshot-two {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M4%2024V4H44V24%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10%2044C13.3137%2044%2016%2041.3137%2016%2038C16%2034.6863%2013.3137%2032%2010%2032C6.68629%2032%204%2034.6863%204%2038C4%2041.3137%206.68629%2044%2010%2044Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M36%2012C20.3905%2033.2663%2015.8047%2040.6805%2014.2426%2042.2426C11.8995%2044.5858%208.10047%2044.5858%205.75732%2042.2426%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M38%2044C41.3137%2044%2044%2041.3137%2044%2038C44%2034.6863%2041.3137%2032%2038%2032C34.6863%2032%2032%2034.6863%2032%2038C32%2041.3137%2034.6863%2044%2038%2044Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M42.2426%2042.2426C39.8995%2044.5858%2036.1005%2044.5858%2033.7574%2042.2426C32.1953%2040.6805%2027.6095%2033.2663%2012%2012%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M4%2024V4H44V24%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10%2044C13.3137%2044%2016%2041.3137%2016%2038C16%2034.6863%2013.3137%2032%2010%2032C6.68629%2032%204%2034.6863%204%2038C4%2041.3137%206.68629%2044%2010%2044Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M36%2012C20.3905%2033.2663%2015.8047%2040.6805%2014.2426%2042.2426C11.8995%2044.5858%208.10047%2044.5858%205.75732%2042.2426%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M38%2044C41.3137%2044%2044%2041.3137%2044%2038C44%2034.6863%2041.3137%2032%2038%2032C34.6863%2032%2032%2034.6863%2032%2038C32%2041.3137%2034.6863%2044%2038%2044Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M42.2426%2042.2426C39.8995%2044.5858%2036.1005%2044.5858%2033.7574%2042.2426C32.1953%2040.6805%2027.6095%2033.2663%2012%2012%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/screenshot-two.svg?color=%231a73e8&size=48