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/308328.svg" alt="Screen Normal Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308328.svg" alt="Screen Normal Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308328.svg" alt="Screen Normal Svg icon" :width="24" :height="24" />
CSS background
.icon-screen-normal---svg {
background-image: url('https://proicons.com/icon/308328.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 d="M9 4.00012V7.00012C9 8.10469 8.10457 9.00012 7 9.00012H4" stroke="#2B70C9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M15 20.0001L15 17.0001C15 15.8956 15.8954 15.0001 17 15.0001L20 15.0001" stroke="#1CB0F6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M20 9.00012L17 9.00012C15.8954 9.00012 15 8.10469 15 7.00012L15 4.00012" stroke="#1CB0F6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M4 15.0001L7 15.0001C8.10457 15.0001 9 15.8956 9 17.0001L9 20.0001" stroke="#1CB0F6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </g> <defs> <clipPath id="clip0"> <rect width="24" height="24" fill="white" transform="translate(0 0.00012207)"/> </clipPath> </defs> </svg>
Copied!