Playstationportable Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Playstationportable 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/315614.svg" alt="Playstationportable icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315614.svg" alt="Playstationportable icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315614.svg" alt="Playstationportable icon" :width="24" :height="24" />
CSS background
.icon-playstationportable {
background-image: url('https://proicons.com/icon/315614.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>PlayStation Portable</title><path d="M0 9.93v.296h7.182v1.626H.001v2.217h.295v-1.921h7.182V9.93zm11.29 0v3.844H7.478v.296h4.124v-3.844h3.813V9.93zm5.233 0v.296h7.182v1.626h-7.182v2.217h.296v-1.921H24V9.93z"/></svg>
Copied!