Playstation Family Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Playstation Family 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/331377.svg" alt="Playstation Family icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331377.svg" alt="Playstation Family icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331377.svg" alt="Playstation Family icon" :width="24" :height="24" />
CSS background
.icon-playstation-family {
background-image: url('https://proicons.com/icon/331377.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="d" x="5.5" y="5.5" width="15.5" height="15.5" rx="2" ry="2"/><path class="d" d="m32.451 6.4651-6.5317 11.742c-.69679 1.2525.20885 2.7926 1.6421 2.7925h13.065c1.4325-.0013 2.3367-1.5407 1.6403-2.7925l-6.5317-11.742c-.33169-.59584-.96016-.9652-1.642-.9652s-1.3103.36936-1.642.9652z"/><circle class="d" cx="34.093" cy="34.093" r="8.4068"/><path class="d" d="m6.2324 30.613 3.4824 3.4824-3.4824 3.4824c-.97609.97627-.97609 2.5589 0 3.5352.97627.97609 2.5589.97609 3.5352 0l3.4824-3.4824 3.4824 3.4824c.97627.97609 2.5589.97609 3.5352 0 .97609-.97627.97609-2.5589 0-3.5352l-3.4824-3.4824 3.4824-3.4824c.97609-.97627.97609-2.5589 0-3.5352-.97627-.97609-2.5589-.97609-3.5352 0l-3.4824 3.4824-3.4824-3.4824c-.97627-.97609-2.5589-.97609-3.5352 0-.97609.97627-.97609 2.5589 0 3.5352z"/></svg>
Copied!