screenshot icon
screenshot from IconPark by ByteDance · Color · Edit · Apache-2.0 Free for personal and commercial use.
- Name
- screenshot
- Set
- IconPark
- Style
- Color
- Category
- Edit
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
screenshotBoxIcons v2screenshot-16-filledFluent UI System IconsscreenshotIconPark OutlinescreenshotIconPark SolidscreenshotIconPark TwoTonescreenshotIconoirscreenshotMaterial SymbolsscreenshotMaterial Symbols Lightscreenshot-fillMingCute Iconscreenshot-fillRemix IconscreenshotTabler IconsscreenshotTDesign Icons
More edit icons from IconPark
Use the screenshot 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-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M10 42C13.3137 42 16 39.3137 16 36C16 32.6863 13.3137 30 10 30C6.68629 30 4 32.6863 4 36C4 39.3137 6.68629 42 10 42Z"/><path stroke-linecap="round" d="M40.0615 8C24 28.4331 15.8047 38.6805 14.2426 40.2426C11.8995 42.5858 8.10047 42.5858 5.75732 40.2426"/><path fill="#2F88FF" d="M38 42C41.3137 42 44 39.3137 44 36C44 32.6863 41.3137 30 38 30C34.6863 30 32 32.6863 32 36C32 39.3137 34.6863 42 38 42Z"/><path stroke-linecap="round" d="M42.2424 40.2426C39.8993 42.5858 36.1003 42.5858 33.7571 40.2426C32.195 38.6805 23.9998 28.446 8.00049 8"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkScreenshot(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" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" d="M10 42C13.3137 42 16 39.3137 16 36C16 32.6863 13.3137 30 10 30C6.68629 30 4 32.6863 4 36C4 39.3137 6.68629 42 10 42Z"/><path strokeLinecap="round" d="M40.0615 8C24 28.4331 15.8047 38.6805 14.2426 40.2426C11.8995 42.5858 8.10047 42.5858 5.75732 40.2426"/><path fill="#2F88FF" d="M38 42C41.3137 42 44 39.3137 44 36C44 32.6863 41.3137 30 38 30C34.6863 30 32 32.6863 32 36C32 39.3137 34.6863 42 38 42Z"/><path strokeLinecap="round" d="M42.2424 40.2426C39.8993 42.5858 36.1003 42.5858 33.7571 40.2426C32.195 38.6805 23.9998 28.446 8.00049 8"/></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-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M10 42C13.3137 42 16 39.3137 16 36C16 32.6863 13.3137 30 10 30C6.68629 30 4 32.6863 4 36C4 39.3137 6.68629 42 10 42Z"/><path stroke-linecap="round" d="M40.0615 8C24 28.4331 15.8047 38.6805 14.2426 40.2426C11.8995 42.5858 8.10047 42.5858 5.75732 40.2426"/><path fill="#2F88FF" d="M38 42C41.3137 42 44 39.3137 44 36C44 32.6863 41.3137 30 38 30C34.6863 30 32 32.6863 32 36C32 39.3137 34.6863 42 38 42Z"/><path stroke-linecap="round" d="M42.2424 40.2426C39.8993 42.5858 36.1003 42.5858 33.7571 40.2426C32.195 38.6805 23.9998 28.446 8.00049 8"/></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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M10%2042C13.3137%2042%2016%2039.3137%2016%2036C16%2032.6863%2013.3137%2030%2010%2030C6.68629%2030%204%2032.6863%204%2036C4%2039.3137%206.68629%2042%2010%2042Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M40.0615%208C24%2028.4331%2015.8047%2038.6805%2014.2426%2040.2426C11.8995%2042.5858%208.10047%2042.5858%205.75732%2040.2426%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M38%2042C41.3137%2042%2044%2039.3137%2044%2036C44%2032.6863%2041.3137%2030%2038%2030C34.6863%2030%2032%2032.6863%2032%2036C32%2039.3137%2034.6863%2042%2038%2042Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M42.2424%2040.2426C39.8993%2042.5858%2036.1003%2042.5858%2033.7571%2040.2426C32.195%2038.6805%2023.9998%2028.446%208.00049%208%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-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M10%2042C13.3137%2042%2016%2039.3137%2016%2036C16%2032.6863%2013.3137%2030%2010%2030C6.68629%2030%204%2032.6863%204%2036C4%2039.3137%206.68629%2042%2010%2042Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M40.0615%208C24%2028.4331%2015.8047%2038.6805%2014.2426%2040.2426C11.8995%2042.5858%208.10047%2042.5858%205.75732%2040.2426%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M38%2042C41.3137%2042%2044%2039.3137%2044%2036C44%2032.6863%2041.3137%2030%2038%2030C34.6863%2030%2032%2032.6863%2032%2036C32%2039.3137%2034.6863%2042%2038%2042Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M42.2424%2040.2426C39.8993%2042.5858%2036.1003%2042.5858%2033.7571%2040.2426C32.195%2038.6805%2023.9998%2028.446%208.00049%208%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.svg?color=%231a73e8&size=48