playstation logo
playstation from Font Awesome 6 Brands by Dave Gandy · Regular · Games · CC-BY-4.0 Attribution required.
- Name
- playstation
- Set
- Font Awesome 6 Brands
- Style
- Regular
- Category
- Games
- Viewbox
- 576×512
- License
- CC BY 4.0
The same logo in other sets
More games icons from Font Awesome 6 Brands
Use the playstation logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M570.9 372.3c-11.3 14.2-38.8 24.3-38.8 24.3L327 470.2v-54.3l150.9-53.8c17.1-6.1 19.8-14.8 5.8-19.4c-13.9-4.6-39.1-3.3-56.2 2.9L327 381.1v-56.4c23.2-7.8 47.1-13.6 75.7-16.8c40.9-4.5 90.9.6 130.2 15.5c44.2 14 49.2 34.7 38 48.9m-224.4-92.5v-139c0-16.3-3-31.3-18.3-35.6c-11.7-3.8-19 7.1-19 23.4v347.9l-93.8-29.8V32c39.9 7.4 98 24.9 129.2 35.4C424.1 94.7 451 128.7 451 205.2c0 74.5-46 102.8-104.5 74.6M43.2 410.2c-45.4-12.8-53-39.5-32.3-54.8c19.1-14.2 51.7-24.9 51.7-24.9l134.5-47.8v54.5l-96.8 34.6c-17.1 6.1-19.7 14.8-5.8 19.4s39.1 3.3 56.2-2.9l46.4-16.9v48.8c-51.6 9.3-101.4 7.3-153.9-10"/></svg>
React
import type { SVGProps } from "react";
export function Fa6BrandsPlaystation(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M570.9 372.3c-11.3 14.2-38.8 24.3-38.8 24.3L327 470.2v-54.3l150.9-53.8c17.1-6.1 19.8-14.8 5.8-19.4c-13.9-4.6-39.1-3.3-56.2 2.9L327 381.1v-56.4c23.2-7.8 47.1-13.6 75.7-16.8c40.9-4.5 90.9.6 130.2 15.5c44.2 14 49.2 34.7 38 48.9m-224.4-92.5v-139c0-16.3-3-31.3-18.3-35.6c-11.7-3.8-19 7.1-19 23.4v347.9l-93.8-29.8V32c39.9 7.4 98 24.9 129.2 35.4C424.1 94.7 451 128.7 451 205.2c0 74.5-46 102.8-104.5 74.6M43.2 410.2c-45.4-12.8-53-39.5-32.3-54.8c19.1-14.2 51.7-24.9 51.7-24.9l134.5-47.8v54.5l-96.8 34.6c-17.1 6.1-19.7 14.8-5.8 19.4s39.1 3.3 56.2-2.9l46.4-16.9v48.8c-51.6 9.3-101.4 7.3-153.9-10"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M570.9 372.3c-11.3 14.2-38.8 24.3-38.8 24.3L327 470.2v-54.3l150.9-53.8c17.1-6.1 19.8-14.8 5.8-19.4c-13.9-4.6-39.1-3.3-56.2 2.9L327 381.1v-56.4c23.2-7.8 47.1-13.6 75.7-16.8c40.9-4.5 90.9.6 130.2 15.5c44.2 14 49.2 34.7 38 48.9m-224.4-92.5v-139c0-16.3-3-31.3-18.3-35.6c-11.7-3.8-19 7.1-19 23.4v347.9l-93.8-29.8V32c39.9 7.4 98 24.9 129.2 35.4C424.1 94.7 451 128.7 451 205.2c0 74.5-46 102.8-104.5 74.6M43.2 410.2c-45.4-12.8-53-39.5-32.3-54.8c19.1-14.2 51.7-24.9 51.7-24.9l134.5-47.8v54.5l-96.8 34.6c-17.1 6.1-19.7 14.8-5.8 19.4s39.1 3.3 56.2-2.9l46.4-16.9v48.8c-51.6 9.3-101.4 7.3-153.9-10"/></svg> </template>
CSS
.icon-playstation {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M570.9%20372.3c-11.3%2014.2-38.8%2024.3-38.8%2024.3L327%20470.2v-54.3l150.9-53.8c17.1-6.1%2019.8-14.8%205.8-19.4c-13.9-4.6-39.1-3.3-56.2%202.9L327%20381.1v-56.4c23.2-7.8%2047.1-13.6%2075.7-16.8c40.9-4.5%2090.9.6%20130.2%2015.5c44.2%2014%2049.2%2034.7%2038%2048.9m-224.4-92.5v-139c0-16.3-3-31.3-18.3-35.6c-11.7-3.8-19%207.1-19%2023.4v347.9l-93.8-29.8V32c39.9%207.4%2098%2024.9%20129.2%2035.4C424.1%2094.7%20451%20128.7%20451%20205.2c0%2074.5-46%20102.8-104.5%2074.6M43.2%20410.2c-45.4-12.8-53-39.5-32.3-54.8c19.1-14.2%2051.7-24.9%2051.7-24.9l134.5-47.8v54.5l-96.8%2034.6c-17.1%206.1-19.7%2014.8-5.8%2019.4s39.1%203.3%2056.2-2.9l46.4-16.9v48.8c-51.6%209.3-101.4%207.3-153.9-10%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M570.9%20372.3c-11.3%2014.2-38.8%2024.3-38.8%2024.3L327%20470.2v-54.3l150.9-53.8c17.1-6.1%2019.8-14.8%205.8-19.4c-13.9-4.6-39.1-3.3-56.2%202.9L327%20381.1v-56.4c23.2-7.8%2047.1-13.6%2075.7-16.8c40.9-4.5%2090.9.6%20130.2%2015.5c44.2%2014%2049.2%2034.7%2038%2048.9m-224.4-92.5v-139c0-16.3-3-31.3-18.3-35.6c-11.7-3.8-19%207.1-19%2023.4v347.9l-93.8-29.8V32c39.9%207.4%2098%2024.9%20129.2%2035.4C424.1%2094.7%20451%20128.7%20451%20205.2c0%2074.5-46%20102.8-104.5%2074.6M43.2%20410.2c-45.4-12.8-53-39.5-32.3-54.8c19.1-14.2%2051.7-24.9%2051.7-24.9l134.5-47.8v54.5l-96.8%2034.6c-17.1%206.1-19.7%2014.8-5.8%2019.4s39.1%203.3%2056.2-2.9l46.4-16.9v48.8c-51.6%209.3-101.4%207.3-153.9-10%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-brands/playstation.svg?color=%231a73e8&size=48