Screen Cut Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Screen Cut icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/307390.svg" alt="Screen Cut icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307390.svg" alt="Screen Cut icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307390.svg" alt="Screen Cut icon" :width="24" :height="24" />
CSS background
.icon-screen-cut {
background-image: url('https://proicons.com/icon/307390.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.2002 5.10059C5.4302 4.93059 5.74039 4.9802 5.90039 5.2002L10.2568 11.1436C10.4868 11.0516 10.738 11 11 11C12.1029 11 12.9999 11.8981 13 13.001C13 14.104 12.103 15.001 11 15.001C9.897 15.001 9 14.104 9 13.001C9.00004 12.523 9.16921 12.0832 9.45117 11.7383L8 9.75098L6.54883 11.7383C6.83079 12.0822 6.99996 12.522 7 13.001C7 14.104 6.103 15.001 5 15.001C3.897 15.001 3 14.104 3 13.001C3.00009 11.8981 3.89706 11.001 5 11.001C5.263 11.001 5.51316 11.0525 5.74316 11.1445L7.37988 8.91016L5.09961 5.7998C4.92999 5.56987 4.98039 5.26051 5.2002 5.10059ZM5 12C4.44905 12 4.00008 12.4491 4 13C4 13.551 4.449 14 5 14C5.551 14 6 13.551 6 13C5.99992 12.4491 5.55095 12 5 12ZM11 12C10.449 12 10.0001 12.4491 10 13C10 13.551 10.449 14 11 14C11.551 14 12 13.551 12 13C11.9999 12.4491 11.551 12 11 12Z"/><path d="M0.5 9C0.776 9 1 9.224 1 9.5V10C1 10.426 1.27087 10.8063 1.67285 10.9463C1.93381 11.0363 2.07237 11.3211 1.98145 11.582C1.91045 11.789 1.71579 11.918 1.50879 11.918C1.45485 11.9179 1.39866 11.9086 1.34473 11.8896C0.540921 11.6105 0 10.8519 0 10V9.5C0 9.224 0.224 9 0.5 9Z"/><path d="M15.5 8.99902C15.776 8.99903 16 9.22303 16 9.49902V9.99902C16 10.844 15.4649 11.6017 14.668 11.8848C14.613 11.9048 14.557 11.9141 14.501 11.9141C14.296 11.9141 14.1033 11.786 14.0303 11.5811C13.9383 11.3211 14.0741 11.0354 14.334 10.9434C14.732 10.8024 15 10.423 15 10V9.5C15 9.22401 15.224 8.99902 15.5 8.99902Z"/><path d="M10.0996 5.2002C10.2596 4.9802 10.5698 4.93059 10.7998 5.10059C11.0196 5.26051 11.07 5.56988 10.9004 5.7998L9.24023 8.06055L8.62012 7.21973L10.0996 5.2002Z"/><path d="M0.5 6C0.776 6 1 6.224 1 6.5V7.5C1 7.776 0.776 8 0.5 8C0.224 8 0 7.776 0 7.5V6.5C0 6.224 0.224 6 0.5 6Z"/><path d="M15.5 6C15.776 6 16 6.224 16 6.5V7.5C16 7.776 15.776 8 15.5 8C15.224 8 15 7.776 15 7.5V6.5C15 6.224 15.224 6 15.5 6Z"/><path d="M2.5 2C2.776 2 3 2.224 3 2.5C3 2.776 2.776 3 2.5 3H2C1.449 3 1 3.449 1 4V4.5C1 4.776 0.776 5 0.5 5C0.224 5 0 4.776 0 4.5V4C0 2.897 0.897 2 2 2H2.5Z"/><path d="M14 2C15.103 2 16 2.897 16 4V4.5C16 4.776 15.776 5 15.5 5C15.224 5 15 4.776 15 4.5V4C15 3.449 14.551 3 14 3H13.5C13.224 3 13 2.776 13 2.5C13 2.224 13.224 2 13.5 2H14Z"/><path d="M7 2C7.276 2 7.5 2.224 7.5 2.5C7.5 2.776 7.276 3 7 3H4.5C4.224 3 4 2.776 4 2.5C4 2.224 4.224 2 4.5 2H7Z"/><path d="M11.5 2C11.776 2 12 2.224 12 2.5C12 2.776 11.776 3 11.5 3H9C8.724 3 8.5 2.776 8.5 2.5C8.5 2.224 8.724 2 9 2H11.5Z"/></svg>
Copied!