Turn Off Screen Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Turn Off Screen 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/348930.svg" alt="Turn Off Screen icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348930.svg" alt="Turn Off Screen icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348930.svg" alt="Turn Off Screen icon" :width="24" :height="24" />
CSS background
.icon-turn-off-screen {
background-image: url('https://proicons.com/icon/348930.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>.h{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="f" class="h" d="M41.61125232,11.74369246c6.25669429,8.93589516,4.83014927,21.14133224-3.31856024,28.39340044-8.1487095,7.25206598-20.43667495,7.25206598-28.58538445,0C1.55859868,32.8850247.13205338,20.67958762,6.38874739,11.74369246"/><path id="g" class="h" d="M23.99999986,5.08320427v22.39392603"/></svg>
Copied!