Screen Dimmer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Screen Dimmer 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/347050.svg" alt="Screen Dimmer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347050.svg" alt="Screen Dimmer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347050.svg" alt="Screen Dimmer icon" :width="24" :height="24" />
CSS background
.icon-screen-dimmer {
background-image: url('https://proicons.com/icon/347050.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="b" points="38.4957 30.0043 44.5 24 38.4957 17.9957 38.4957 9.5043 30.0043 9.5043 24 3.5 17.9957 9.5043 9.5043 9.5043 9.5043 17.9957 3.5 24 9.5043 30.0043 9.5043 38.4957 17.9957 38.4957 24 44.5 30.0043 38.4957 38.4957 38.4957 38.4957 30.0043"/><path class="b" d="m34.8126,24c0,5.9689-4.8438,10.8126-10.8126,10.8126-1.5923,0-3.1084-.3433-4.4719-.9726,3.7377-1.6972,6.3407-5.4635,6.3407-9.84s-2.6031-8.1428-6.3407-9.84c1.3635-.6293,2.8796-.9726,4.4719-.9726,5.9689,0,10.8126,4.8438,10.8126,10.8126Z"/></svg>
Copied!