Playstation2 Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Playstation2 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/315610.svg" alt="Playstation2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315610.svg" alt="Playstation2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315610.svg" alt="Playstation2 icon" :width="24" :height="24" />
CSS background
.icon-playstation2 {
background-image: url('https://proicons.com/icon/315610.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 2</title><path d="M7.46 13.779v.292h4.142v-3.85h3.796V9.93h-4.115v3.85zm16.248-3.558v1.62h-7.195v2.23H24v-.292h-7.168v-1.646H24V9.929h-7.487v.292zm-16.513 0v1.62H0v2.23h.292v-1.938H7.46V9.929H0v.292Z"/></svg>
Copied!