Screen Normal Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Screen Normal 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/308936.svg" alt="Screen Normal Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308936.svg" alt="Screen Normal Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308936.svg" alt="Screen Normal Svg icon" :width="24" :height="24" />
CSS background
.icon-screen-normal---svg {
background-image: url('https://proicons.com/icon/308936.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"> <g clip-path="url(#clip0)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 4.5C9.5 3.94772 9.05229 3.5 8.5 3.5C7.94772 3.5 7.5 3.94772 7.5 4.5V6.5C7.5 7.05228 7.05229 7.5 6.5 7.5H4.5C3.94772 7.5 3.5 7.94772 3.5 8.5C3.5 9.05228 3.94772 9.5 4.5 9.5H6.5C8.15685 9.5 9.5 8.15685 9.5 6.5V4.5ZM14.5 19.5C14.5 20.0523 14.9477 20.5 15.5 20.5C16.0523 20.5 16.5 20.0523 16.5 19.5V17.5C16.5 16.9477 16.9477 16.5 17.5 16.5H19.5C20.0523 16.5 20.5 16.0523 20.5 15.5C20.5 14.9477 20.0523 14.5 19.5 14.5H17.5C15.8431 14.5 14.5 15.8431 14.5 17.5V19.5ZM20.5 8.5C20.5 9.05229 20.0523 9.5 19.5 9.5L17.5 9.5C15.8431 9.5 14.5 8.15686 14.5 6.5V4.5C14.5 3.94772 14.9477 3.5 15.5 3.5C16.0523 3.5 16.5 3.94772 16.5 4.5V6.5C16.5 7.05229 16.9477 7.5 17.5 7.5L19.5 7.5C20.0523 7.5 20.5 7.94772 20.5 8.5ZM4.5 14.5C3.94771 14.5 3.5 14.9477 3.5 15.5C3.5 16.0523 3.94771 16.5 4.5 16.5H6.5C7.05228 16.5 7.5 16.9477 7.5 17.5L7.5 19.5C7.5 20.0523 7.94771 20.5 8.5 20.5C9.05228 20.5 9.5 20.0523 9.5 19.5L9.5 17.5C9.5 15.8431 8.15685 14.5 6.5 14.5H4.5Z" fill="#292929"/> </g> <defs> <clipPath id="clip0"> <rect width="24" height="24" fill="white" transform="translate(0 0.000244141)"/> </clipPath> </defs> </svg>
Copied!