Keep Screen On Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Keep Screen On 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/327867.svg" alt="Keep Screen On icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327867.svg" alt="Keep Screen On icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327867.svg" alt="Keep Screen On icon" :width="24" :height="24" />
CSS background
.icon-keep-screen-on {
background-image: url('https://proicons.com/icon/327867.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m28.8704,40.9579h-15.4279c-1.9184,0-3.4578-1.5508-3.4578-3.4578v-16.9902c0-1.9069,1.5393-3.4578,3.4578-3.4578h20.448c1.9184,0,3.4578,1.5508,3.4578,3.4578v5.8128"/><path class="c" d="m16.8199,17.0521v-3.3544c0-3.7794,3.0672-6.8466,6.8466-6.8466,1.884,0,3.6071.7697,4.8363,2.0103,1.2407,1.2407,2.0103,2.9408,2.0103,4.8363v3.3544"/><circle class="c" cx="33.9802" cy="34.1463" r="8.5184"/><line class="c" x1="33.9802" y1="29.7227" x2="33.9802" y2="34.1463"/><line class="c" x1="36.4809" y1="36.7105" x2="33.9802" y2="34.1463"/></svg>
Copied!