Psremoteplay Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Psremoteplay 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/346245.svg" alt="Psremoteplay icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346245.svg" alt="Psremoteplay icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346245.svg" alt="Psremoteplay icon" :width="24" :height="24" />
CSS background
.icon-psremoteplay {
background-image: url('https://proicons.com/icon/346245.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;}.b{fill:#fff;}</style></defs><path class="a" d="M41.5607,21.9929h0a7.274,7.274,0,0,0-12.23-4.3364H18.6593a7.2839,7.2839,0,0,0-4.9959-1.9984h0a7.2941,7.2941,0,0,0-7.2441,6.3348h0L4.5108,37.2206c-.32,3.8868,6.5247,3.9967,7.8037,1.3189l3.0875-4.896a4.3165,4.3165,0,0,1,3.5871-2.2982h9.9918a4.2365,4.2365,0,0,1,3.6171,2.2982l3.0875,4.896c1.279,2.6578,8.1234,2.5679,7.8037-1.3189Z"/><circle class="b" cx="23.985" cy="12.8534" r="0.75"/><circle class="b" cx="23.985" cy="8.3789" r="0.75"/></svg>
Copied!