Screenmaster Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Screenmaster 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/347057.svg" alt="Screenmaster icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347057.svg" alt="Screenmaster icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347057.svg" alt="Screenmaster icon" :width="24" :height="24" />
CSS background
.icon-screenmaster {
background-image: url('https://proicons.com/icon/347057.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-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M5.5,9.2H9.2v0H35.1a3.9828,3.9828,0,0,1,3.7,3.7l.1123,20.7359"/><path class="a" d="M9.281,13.7433,9.2,35.1a3.9807,3.9807,0,0,0,3.7,3.7H38.8v0h3.7"/><path class="a" d="M16.6,31.4V27.7L27.7,16.6l3.7,3.7L20.3,31.4Z"/></svg>
Copied!