Ps4 Second Screen Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ps4 Second 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/331679.svg" alt="Ps4 Second Screen icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331679.svg" alt="Ps4 Second Screen icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331679.svg" alt="Ps4 Second Screen icon" :width="24" :height="24" />
CSS background
.icon-ps4-second-screen {
background-image: url('https://proicons.com/icon/331679.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="a" 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><g id="b"><path class="c" d="M21.1657,42.5005c.5593.7281,1.2606.9993,2.2363.9993h1.3503c1.2566,0,2.2753-1.0187,2.2753-2.2753v-.0098c0-1.2566-1.0187-2.2753-2.2753-2.2753h-1.4895c-1.258,0-2.2777-1.0198-2.2777-2.2777h0c0-1.2607,1.022-2.2827,2.2827-2.2827h1.3429c.9757,0,1.677.2712,2.2363.9993"/><polyline class="c" points="34.3543 43.4989 34.3543 34.3781 29.4587 40.505 35.5012 40.505"/><path class="c" d="M12.5095,43.5v-9.1208h2.9859c1.688,0,3.0566,1.3714,3.0566,3.0631s-1.3685,3.0631-3.0566,3.0631h-2.9859"/><path class="c" d="M20.9787,21.4688c0-1.8646,1.6892-3.3348,3.6208-2.9636,1.267.2435,2.2788,1.3393,2.4049,2.6234.0938.9551-.2084,1.8976-.8682,2.4765-1.2222,1.0726-5.1576,3.9632-5.1576,3.9632h6.0425"/></g><path class="c" d="M12.3781,14.2131h23.2439c1.6564,0,2.9993,1.0161,2.9993,2.2696v13.0502c0,1.2535-1.3428,2.2696-2.9993,2.2696H12.3781c-1.6564,0-2.9993-1.0161-2.9993-2.2696v-13.0502c0-1.2535,1.3428-2.2696,2.9993-2.2696Z"/><circle class="c" cx="23.9999" cy="10.4965" r="1.1401"/><circle class="c" cx="23.9999" cy="5.6401" r="1.1401"/></svg>
Copied!