Window Auto Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Window Auto 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/319387.svg" alt="Window Auto icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319387.svg" alt="Window Auto icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319387.svg" alt="Window Auto icon" :width="24" :height="24" />
CSS background
.icon-window-auto {
background-image: url('https://proicons.com/icon/319387.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><style>.cls-1{fill:none;}</style></defs><title>watson-health--auto-window-level</title><rect x="15" y="4" width="2" height="3"/><rect x="25" y="15" width="3" height="2"/><rect x="15" y="25" width="2" height="3"/><rect x="4" y="15" width="3" height="2"/><rect x="7.55" y="7.04" width="2" height="3" transform="translate(-3.54 8.55) rotate(-45)"/><rect x="21.96" y="7.55" width="3" height="2" transform="translate(0.82 19.09) rotate(-45)"/><rect x="22.45" y="21.95" width="2" height="3" transform="translate(-9.71 23.45) rotate(-45)"/><rect x="7.05" y="22.45" width="3" height="2" transform="translate(-14.08 12.91) rotate(-45)"/><rect x="4" y="30" width="24" height="2"/><rect x="4" width="24" height="2"/><path d="M16,10a6,6,0,1,0,6,6A6,6,0,0,0,16,10Zm-4,6a4,4,0,0,1,4-4v8A4,4,0,0,1,12,16Z"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/></svg>
Copied!