playstation icon

playstation from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
playstation
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

The same icon in other sets

Use the playstation icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M399.8 203c-.8-17.1-3.3-34.5-10.8-50.1-4.1-8.6-9.7-16.5-16.5-23.2-6.3-6.4-13.6-11.7-21.3-16.3-17.1-10.2-37.5-17-84.4-31S192 64 192 64v358.3l79.9 25.7s.1-198.8.1-299.5v-3.8c0-9.3 7.5-16.8 16.1-16.8h.5c8.5 0 15.5 7.5 15.5 16.8V278c11 5.3 29.2 9.3 41.8 9.1 8.3.2 16.7-1.7 24-5.7 7.6-4.1 13.9-10.4 18.4-17.8 5.1-8.3 8.2-17.8 9.9-27.3 1.9-10.8 2-22.1 1.6-33.3z" fill="currentColor"/><path d="M86.7 357.8c27.4-9.8 89.3-29.5 89.3-29.5v-47.2s-76.5 24.8-111.3 37.1c-8.6 3.1-17.3 5.9-25.7 9.5-9.8 4.1-19.4 8.7-28.1 14.8-3.8 2.6-7.2 5.9-9.2 10.1-2 4.2-2.2 9.2-.5 13.6 2 5.1 5.8 9.3 10.1 12.6 7.8 5.9 17.1 9.5 26.4 12.2 28.4 9.4 58.4 14 88.4 13.3 14.5-.2 36-1.9 50-4.4v-42s-11 2.5-41.3 12.5c-4.6 1.5-9.2 3.3-14 4.3-7.1 1.6-14.4 2.1-21.6 2.2-6.5-.3-13.2-.7-19.3-3.1-2.2-1-4.6-2.2-5.5-4.6-.8-2 .3-4 1.7-5.4 2.8-2.9 6.8-4.5 10.6-6z" fill="currentColor"/><path d="M512 345.9c-.1-6-3.7-11.2-7.9-15-7.1-6.3-15.9-10.3-24.7-13.5-5.5-1.9-9.3-3.3-14.7-5-25.2-8.2-51.9-11.2-78.3-11.3-8 .3-23.1.5-31 1.4-21.9 2.5-67.3 15.4-67.3 15.4v48.8s67.5-21.6 96.5-31.8c9.7-3.3 20.1-4.6 30.3-4.6 6.5.2 13.2.7 19.4 3.1 2.2.9 4.5 2.2 5.5 4.5.9 2.6-.9 5-2.9 6.5-4.7 3.8-10.7 5.3-16.2 7.4-41 14.5-132.7 44.7-132.7 44.7v47s117.2-39.6 170.8-58.8c8.9-3.3 17.9-6.1 26.4-10.4 7.9-4 15.8-8.6 21.8-15.3 3.1-3.6 5-8 5-13.1z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonPlaystation(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M399.8 203c-.8-17.1-3.3-34.5-10.8-50.1-4.1-8.6-9.7-16.5-16.5-23.2-6.3-6.4-13.6-11.7-21.3-16.3-17.1-10.2-37.5-17-84.4-31S192 64 192 64v358.3l79.9 25.7s.1-198.8.1-299.5v-3.8c0-9.3 7.5-16.8 16.1-16.8h.5c8.5 0 15.5 7.5 15.5 16.8V278c11 5.3 29.2 9.3 41.8 9.1 8.3.2 16.7-1.7 24-5.7 7.6-4.1 13.9-10.4 18.4-17.8 5.1-8.3 8.2-17.8 9.9-27.3 1.9-10.8 2-22.1 1.6-33.3z" fill="currentColor"/><path d="M86.7 357.8c27.4-9.8 89.3-29.5 89.3-29.5v-47.2s-76.5 24.8-111.3 37.1c-8.6 3.1-17.3 5.9-25.7 9.5-9.8 4.1-19.4 8.7-28.1 14.8-3.8 2.6-7.2 5.9-9.2 10.1-2 4.2-2.2 9.2-.5 13.6 2 5.1 5.8 9.3 10.1 12.6 7.8 5.9 17.1 9.5 26.4 12.2 28.4 9.4 58.4 14 88.4 13.3 14.5-.2 36-1.9 50-4.4v-42s-11 2.5-41.3 12.5c-4.6 1.5-9.2 3.3-14 4.3-7.1 1.6-14.4 2.1-21.6 2.2-6.5-.3-13.2-.7-19.3-3.1-2.2-1-4.6-2.2-5.5-4.6-.8-2 .3-4 1.7-5.4 2.8-2.9 6.8-4.5 10.6-6z" fill="currentColor"/><path d="M512 345.9c-.1-6-3.7-11.2-7.9-15-7.1-6.3-15.9-10.3-24.7-13.5-5.5-1.9-9.3-3.3-14.7-5-25.2-8.2-51.9-11.2-78.3-11.3-8 .3-23.1.5-31 1.4-21.9 2.5-67.3 15.4-67.3 15.4v48.8s67.5-21.6 96.5-31.8c9.7-3.3 20.1-4.6 30.3-4.6 6.5.2 13.2.7 19.4 3.1 2.2.9 4.5 2.2 5.5 4.5.9 2.6-.9 5-2.9 6.5-4.7 3.8-10.7 5.3-16.2 7.4-41 14.5-132.7 44.7-132.7 44.7v47s117.2-39.6 170.8-58.8c8.9-3.3 17.9-6.1 26.4-10.4 7.9-4 15.8-8.6 21.8-15.3 3.1-3.6 5-8 5-13.1z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M399.8 203c-.8-17.1-3.3-34.5-10.8-50.1-4.1-8.6-9.7-16.5-16.5-23.2-6.3-6.4-13.6-11.7-21.3-16.3-17.1-10.2-37.5-17-84.4-31S192 64 192 64v358.3l79.9 25.7s.1-198.8.1-299.5v-3.8c0-9.3 7.5-16.8 16.1-16.8h.5c8.5 0 15.5 7.5 15.5 16.8V278c11 5.3 29.2 9.3 41.8 9.1 8.3.2 16.7-1.7 24-5.7 7.6-4.1 13.9-10.4 18.4-17.8 5.1-8.3 8.2-17.8 9.9-27.3 1.9-10.8 2-22.1 1.6-33.3z" fill="currentColor"/><path d="M86.7 357.8c27.4-9.8 89.3-29.5 89.3-29.5v-47.2s-76.5 24.8-111.3 37.1c-8.6 3.1-17.3 5.9-25.7 9.5-9.8 4.1-19.4 8.7-28.1 14.8-3.8 2.6-7.2 5.9-9.2 10.1-2 4.2-2.2 9.2-.5 13.6 2 5.1 5.8 9.3 10.1 12.6 7.8 5.9 17.1 9.5 26.4 12.2 28.4 9.4 58.4 14 88.4 13.3 14.5-.2 36-1.9 50-4.4v-42s-11 2.5-41.3 12.5c-4.6 1.5-9.2 3.3-14 4.3-7.1 1.6-14.4 2.1-21.6 2.2-6.5-.3-13.2-.7-19.3-3.1-2.2-1-4.6-2.2-5.5-4.6-.8-2 .3-4 1.7-5.4 2.8-2.9 6.8-4.5 10.6-6z" fill="currentColor"/><path d="M512 345.9c-.1-6-3.7-11.2-7.9-15-7.1-6.3-15.9-10.3-24.7-13.5-5.5-1.9-9.3-3.3-14.7-5-25.2-8.2-51.9-11.2-78.3-11.3-8 .3-23.1.5-31 1.4-21.9 2.5-67.3 15.4-67.3 15.4v48.8s67.5-21.6 96.5-31.8c9.7-3.3 20.1-4.6 30.3-4.6 6.5.2 13.2.7 19.4 3.1 2.2.9 4.5 2.2 5.5 4.5.9 2.6-.9 5-2.9 6.5-4.7 3.8-10.7 5.3-16.2 7.4-41 14.5-132.7 44.7-132.7 44.7v47s117.2-39.6 170.8-58.8c8.9-3.3 17.9-6.1 26.4-10.4 7.9-4 15.8-8.6 21.8-15.3 3.1-3.6 5-8 5-13.1z" fill="currentColor"/></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%20512%20512%22%3E%3Cpath%20d%3D%22M399.8%20203c-.8-17.1-3.3-34.5-10.8-50.1-4.1-8.6-9.7-16.5-16.5-23.2-6.3-6.4-13.6-11.7-21.3-16.3-17.1-10.2-37.5-17-84.4-31S192%2064%20192%2064v358.3l79.9%2025.7s.1-198.8.1-299.5v-3.8c0-9.3%207.5-16.8%2016.1-16.8h.5c8.5%200%2015.5%207.5%2015.5%2016.8V278c11%205.3%2029.2%209.3%2041.8%209.1%208.3.2%2016.7-1.7%2024-5.7%207.6-4.1%2013.9-10.4%2018.4-17.8%205.1-8.3%208.2-17.8%209.9-27.3%201.9-10.8%202-22.1%201.6-33.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M86.7%20357.8c27.4-9.8%2089.3-29.5%2089.3-29.5v-47.2s-76.5%2024.8-111.3%2037.1c-8.6%203.1-17.3%205.9-25.7%209.5-9.8%204.1-19.4%208.7-28.1%2014.8-3.8%202.6-7.2%205.9-9.2%2010.1-2%204.2-2.2%209.2-.5%2013.6%202%205.1%205.8%209.3%2010.1%2012.6%207.8%205.9%2017.1%209.5%2026.4%2012.2%2028.4%209.4%2058.4%2014%2088.4%2013.3%2014.5-.2%2036-1.9%2050-4.4v-42s-11%202.5-41.3%2012.5c-4.6%201.5-9.2%203.3-14%204.3-7.1%201.6-14.4%202.1-21.6%202.2-6.5-.3-13.2-.7-19.3-3.1-2.2-1-4.6-2.2-5.5-4.6-.8-2%20.3-4%201.7-5.4%202.8-2.9%206.8-4.5%2010.6-6z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M512%20345.9c-.1-6-3.7-11.2-7.9-15-7.1-6.3-15.9-10.3-24.7-13.5-5.5-1.9-9.3-3.3-14.7-5-25.2-8.2-51.9-11.2-78.3-11.3-8%20.3-23.1.5-31%201.4-21.9%202.5-67.3%2015.4-67.3%2015.4v48.8s67.5-21.6%2096.5-31.8c9.7-3.3%2020.1-4.6%2030.3-4.6%206.5.2%2013.2.7%2019.4%203.1%202.2.9%204.5%202.2%205.5%204.5.9%202.6-.9%205-2.9%206.5-4.7%203.8-10.7%205.3-16.2%207.4-41%2014.5-132.7%2044.7-132.7%2044.7v47s117.2-39.6%20170.8-58.8c8.9-3.3%2017.9-6.1%2026.4-10.4%207.9-4%2015.8-8.6%2021.8-15.3%203.1-3.6%205-8%205-13.1z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M399.8%20203c-.8-17.1-3.3-34.5-10.8-50.1-4.1-8.6-9.7-16.5-16.5-23.2-6.3-6.4-13.6-11.7-21.3-16.3-17.1-10.2-37.5-17-84.4-31S192%2064%20192%2064v358.3l79.9%2025.7s.1-198.8.1-299.5v-3.8c0-9.3%207.5-16.8%2016.1-16.8h.5c8.5%200%2015.5%207.5%2015.5%2016.8V278c11%205.3%2029.2%209.3%2041.8%209.1%208.3.2%2016.7-1.7%2024-5.7%207.6-4.1%2013.9-10.4%2018.4-17.8%205.1-8.3%208.2-17.8%209.9-27.3%201.9-10.8%202-22.1%201.6-33.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M86.7%20357.8c27.4-9.8%2089.3-29.5%2089.3-29.5v-47.2s-76.5%2024.8-111.3%2037.1c-8.6%203.1-17.3%205.9-25.7%209.5-9.8%204.1-19.4%208.7-28.1%2014.8-3.8%202.6-7.2%205.9-9.2%2010.1-2%204.2-2.2%209.2-.5%2013.6%202%205.1%205.8%209.3%2010.1%2012.6%207.8%205.9%2017.1%209.5%2026.4%2012.2%2028.4%209.4%2058.4%2014%2088.4%2013.3%2014.5-.2%2036-1.9%2050-4.4v-42s-11%202.5-41.3%2012.5c-4.6%201.5-9.2%203.3-14%204.3-7.1%201.6-14.4%202.1-21.6%202.2-6.5-.3-13.2-.7-19.3-3.1-2.2-1-4.6-2.2-5.5-4.6-.8-2%20.3-4%201.7-5.4%202.8-2.9%206.8-4.5%2010.6-6z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M512%20345.9c-.1-6-3.7-11.2-7.9-15-7.1-6.3-15.9-10.3-24.7-13.5-5.5-1.9-9.3-3.3-14.7-5-25.2-8.2-51.9-11.2-78.3-11.3-8%20.3-23.1.5-31%201.4-21.9%202.5-67.3%2015.4-67.3%2015.4v48.8s67.5-21.6%2096.5-31.8c9.7-3.3%2020.1-4.6%2030.3-4.6%206.5.2%2013.2.7%2019.4%203.1%202.2.9%204.5%202.2%205.5%204.5.9%202.6-.9%205-2.9%206.5-4.7%203.8-10.7%205.3-16.2%207.4-41%2014.5-132.7%2044.7-132.7%2044.7v47s117.2-39.6%20170.8-58.8c8.9-3.3%2017.9-6.1%2026.4-10.4%207.9-4%2015.8-8.6%2021.8-15.3%203.1-3.6%205-8%205-13.1z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/playstation.svg?color=%231a73e8&size=48