Playerdotme Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Playerdotme 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/315607.svg" alt="Playerdotme icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315607.svg" alt="Playerdotme icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315607.svg" alt="Playerdotme icon" :width="24" :height="24" />
CSS background
.icon-playerdotme {
background-image: url('https://proicons.com/icon/315607.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Player.me</title><path d="M11.981 0a8.957 8.957 0 0 0-8.956 8.957v.363C3.283 15.828 10.082 24 10.082 24V13.205c-1.638-.747-2.756-2.369-2.756-4.253a4.66 4.66 0 1 1 6.152 4.416l-.033.01v4.427c4.296-.713 7.531-4.401 7.531-8.845A8.959 8.959 0 0 0 12.017.001h-.038.002z"/></svg>
Copied!