Pokerstars Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pokerstars 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/331465.svg" alt="Pokerstars icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331465.svg" alt="Pokerstars icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331465.svg" alt="Pokerstars icon" :width="24" :height="24" />
CSS background
.icon-pokerstars {
background-image: url('https://proicons.com/icon/331465.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M24,4.5A143.8671,143.8671,0,0,0,13.5653,14.8185c-3.9968,4.5869-6.52,8.76-6.8046,13.6135a7.767,7.767,0,0,0,6.49,8.2407c3.0014.3326,6.2482-.6721,7.454-2.4748s2.4237-1.9273,2.2045.1073S21.1724,41.5928,16.3764,43.5H24"/><path class="a" d="M24,13.8618l1.9715,6.1143,6.423-.014L27.19,23.7269l1.9982,6.1057L24,26.045l-5.1881,3.7876L20.81,23.7269l-5.2046-3.7648,6.423.014Z"/><path class="a" d="M24,4.5A143.8671,143.8671,0,0,1,34.4347,14.8185c3.9968,4.5869,6.52,8.76,6.8046,13.6135A7.767,7.767,0,0,1,34.75,36.6727c-3.0014.3326-6.2482-.6721-7.454-2.4748s-2.4237-1.9273-2.2045.1073,1.7363,7.2876,6.5323,9.1948H24"/></svg>
Copied!