Ppsspp Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ppsspp 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/331554.svg" alt="Ppsspp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331554.svg" alt="Ppsspp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331554.svg" alt="Ppsspp icon" :width="24" :height="24" />
CSS background
.icon-ppsspp {
background-image: url('https://proicons.com/icon/331554.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M13.94,8.47a.6.6,0,0,0-.43.74h0l2.13,8a.59.59,0,0,0,.28.36l7,4.11a.6.6,0,0,0,.82-.21h0l4-7.06a.61.61,0,0,0,.06-.46L25.69,6A.61.61,0,0,0,25,5.52h0L19.44,7Z"/><path class="cls-1" d="M39.53,13.94a.6.6,0,0,0-.74-.43h0l-7.95,2.13a.59.59,0,0,0-.36.28l-4.11,7a.6.6,0,0,0,.21.82h0l7.06,4a.61.61,0,0,0,.46.06l7.94-2.13a.61.61,0,0,0,.43-.74h0L41,19.44Z"/><path class="cls-1" d="M34.06,39.53a.6.6,0,0,0,.43-.74h0l-2.13-7.95a.59.59,0,0,0-.28-.36l-7-4.11a.6.6,0,0,0-.82.21h0l-4,7.06a.61.61,0,0,0-.06.46l2.13,7.94a.61.61,0,0,0,.74.43h0L28.56,41Z"/><path class="cls-1" d="M8.47,34.06a.6.6,0,0,0,.74.43h0l8-2.13a.59.59,0,0,0,.36-.28l4.11-7a.6.6,0,0,0-.21-.82h0l-7.06-4a.61.61,0,0,0-.46-.06L6,22.31a.61.61,0,0,0-.43.74h0L7,28.56Z"/></svg>
Copied!