Psvita Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Psvita 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/306291.svg" alt="Psvita icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306291.svg" alt="Psvita icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306291.svg" alt="Psvita icon" :width="24" :height="24" />
CSS background
.icon-psvita {
background-image: url('https://proicons.com/icon/306291.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="M823 274H177C79 274 0 354 0 451v98c0 98 79 177 177 177h646c98 0 177-79 177-177v-98c0-97-79-177-177-177zm43 117c12 0 21 9 21 21s-9 21-21 21c-11 0-21-9-21-21s10-21 21-21zm17 123c22 0 39 18 39 39 0 22-17 40-39 40s-39-18-39-40c0-21 17-39 39-39zM45 431v-37h37v-41h37v41h38v37h-38v37H82v-37H45zm113 122c0 22-18 40-39 40-22 0-40-18-40-40 0-21 18-39 40-39 21 0 39 18 39 39zm25 154c-22 0-43-3-63-11-19-8-35-20-50-34 5-1 11-3 16-3h27c31 0 59 22 70 48zm627-56H190V304h620v347zm71 45c-20 8-41 11-63 11 11-26 39-48 70-48h27c5 0 11 2 16 3-15 14-31 26-50 34zm30-221c-11 0-21-9-21-21 0-11 10-21 21-21 12 0 21 10 21 21 0 12-9 21-21 21zm0-82c-11 0-21-10-21-21 0-12 10-21 21-21 12 0 21 9 21 21 0 11-9 21-21 21zm44 40c-11 0-21-9-21-21s10-21 21-21c12 0 22 9 22 21s-10 21-22 21z"/></svg>
Copied!