Fast Brightness Control Widget Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fast Brightness Control Widget 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/325721.svg" alt="Fast Brightness Control Widget icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325721.svg" alt="Fast Brightness Control Widget icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325721.svg" alt="Fast Brightness Control Widget icon" :width="24" :height="24" />
CSS background
.icon-fast-brightness-control-widget {
background-image: url('https://proicons.com/icon/325721.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="24.0075" cy="23.971" r="11.5158"/><path class="a" d="M36.0816,36.0952l.0862,6.1358-5.6342-2.4333L28.2632,45.5,23.99,41.0957l-4.2784,4.3987-2.2641-5.7039L11.812,42.2174l.0916-6.1359-6.1357.0862,2.4332-5.6342L2.5,28.2645,6.9031,23.99,2.5057,19.7119,8.21,17.449,5.7828,11.8119l6.1369.093-.0862-6.1357,5.6329,2.4331L19.7368,2.5,24.01,6.903l4.2784-4.3987,2.2641,5.704L36.188,5.7826l-.0914,6.1346,6.1355-.0849-2.4332,5.6342L45.5,19.7355,41.0969,24.01l4.3986,4.2784-5.7037,2.2629,2.4269,5.6358Z"/><path class="a" d="M6.9032,23.9906l34.1925.0184"/></svg>
Copied!