Brand Playstation Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand Playstation 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/305204.svg" alt="Brand Playstation icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305204.svg" alt="Brand Playstation icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305204.svg" alt="Brand Playstation icon" :width="24" :height="24" />
CSS background
.icon-brand-playstation {
background-image: url('https://proicons.com/icon/305204.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M538 889l-152-66V111s332 56 377 194c46 138-25 227-50 230-70 7-96-36-96-36V276l-76-32-3 645zm40-98v83s360-116 412-161c53-45-123-156-218-134 0 0-101 5-193 44-1 1 0 76 0 76l232-55 82 36-315 111zm-231-6s-47 24-151 23S-1 777 0 714s173-132 346-161v89l-184 48s-31 40 11 41c96 3 175-23 175-23l-1 77z"/></svg>
Copied!