Dimmer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 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/339105.svg" alt="Dimmer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339105.svg" alt="Dimmer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339105.svg" alt="Dimmer icon" :width="24" :height="24" />
CSS background
.icon-dimmer {
background-image: url('https://proicons.com/icon/339105.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linejoin:round;}</style></defs><path class="a" d="M24,4.5A13.51,13.51,0,0,0,10.59,17.91c0,8,7.32,11.07,7.32,15.24v1.21H30.09V33.15c0-4.15,7.32-7.2,7.32-15.24A13.51,13.51,0,0,0,24,4.5ZM17.91,34.36v4.57H30.09V34.36Zm0,4.57V43.5H30.09V38.93Z"/></svg>
Copied!