Player Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Player 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/331371.svg" alt="Player icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331371.svg" alt="Player icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331371.svg" alt="Player icon" :width="24" :height="24" />
CSS background
.icon-player {
background-image: url('https://proicons.com/icon/331371.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M28.3021,24.6484v2.6935c0,1.1019-.8933,1.9952-1.9952,1.9952h0c-.5509,0-1.0497-.2233-1.4108-.5844"/><path class="b" d="M28.3021,21.3563v3.2921c0,1.1019-.8933,1.9952-1.9952,1.9952h0c-1.1019,0-1.9952-.8933-1.9952-1.9952v-3.2921"/><path class="b" d="M36.5048,23.3516c0-1.1019.8933-1.9952,1.9952-1.9952h0"/><line class="b" x1="36.5048" y1="21.3563" x2="36.5048" y2="26.6437"/><path class="b" d="M15.524,18.6628v6.9832c0,.551.4466.9976.9976.9976h.2993"/><path class="b" d="M22.1999,24.6484c0,1.1019-.8933,1.9952-1.9952,1.9952h0c-1.1019,0-1.9952-.8933-1.9952-1.9952v-1.2969c0-1.1019.8933-1.9952,1.9952-1.9952h0c1.1019,0,1.9952.8933,1.9952,1.9952"/><line class="b" x1="22.1999" y1="26.6437" x2="22.1999" y2="21.3563"/><path class="b" d="M34.1529,25.6368c-.3436.6015-.9913,1.0069-1.7336,1.0069h0c-1.1019,0-1.9952-.8933-1.9952-1.9952v-1.2969c0-1.1019.8933-1.9952,1.9952-1.9952h0c1.1019,0,1.9952.8933,1.9952,1.9952v.6484s-3.9904,0-3.9904,0"/><path class="b" d="M9.5,24.6484c0,1.1019.8933,1.9952,1.9952,1.9952h0c1.1019,0,1.9952-.8933,1.9952-1.9952v-1.2969c0-1.1019-.8933-1.9952-1.9952-1.9952h0c-1.1019,0-1.9952.8933-1.9952,1.9952"/><line class="b" x1="9.5" y1="21.3563" x2="9.5" y2="29.3372"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!