Screen Full Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Screen Full Svg 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/308935.svg" alt="Screen Full Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308935.svg" alt="Screen Full Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308935.svg" alt="Screen Full Svg icon" :width="24" :height="24" />
CSS background
.icon-screen-full---svg {
background-image: url('https://proicons.com/icon/308935.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M14.5 4.5C14.5 3.94772 14.9477 3.5 15.5 3.5H17.5C19.1569 3.5 20.5 4.84315 20.5 6.5V8.5C20.5 9.05228 20.0523 9.5 19.5 9.5C18.9477 9.5 18.5 9.05228 18.5 8.5L18.5 6.5C18.5 5.94772 18.0523 5.5 17.5 5.5H15.5C14.9477 5.5 14.5 5.05228 14.5 4.5ZM3.5 8.5C3.5 9.05229 3.94772 9.5 4.5 9.5C5.05228 9.5 5.5 9.05229 5.5 8.5V6.5C5.5 5.94772 5.94772 5.5 6.5 5.5L8.5 5.5C9.05228 5.5 9.5 5.05228 9.5 4.5C9.5 3.94772 9.05228 3.5 8.5 3.5L6.5 3.5C4.84315 3.5 3.5 4.84315 3.5 6.5L3.5 8.5ZM20.5 15.5C20.5 14.9477 20.0523 14.5 19.5 14.5C18.9477 14.5 18.5 14.9477 18.5 15.5V17.5C18.5 18.0523 18.0523 18.5 17.5 18.5H15.5C14.9477 18.5 14.5 18.9477 14.5 19.5C14.5 20.0523 14.9477 20.5 15.5 20.5H17.5C19.1569 20.5 20.5 19.1569 20.5 17.5V15.5ZM8.5 20.5C9.05229 20.5 9.5 20.0523 9.5 19.5C9.5 18.9477 9.05229 18.5 8.5 18.5L6.5 18.5C5.94772 18.5 5.5 18.0523 5.5 17.5L5.5 15.5C5.5 14.9477 5.05229 14.5 4.5 14.5C3.94772 14.5 3.5 14.9477 3.5 15.5L3.5 17.5C3.5 19.1569 4.84315 20.5 6.5 20.5L8.5 20.5Z" fill="#292929"/> </svg>
Copied!