player-me from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.

Name
player-me
Set
CoreUI Brands
Style
Brand
Viewbox
32×32
License
CC0 1.0

Use the player me logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15.974 0C9.38 0 4.031 5.349 4.031 11.943v.484C4.375 21.104 13.442 32 13.442 32V17.604c-2.182-.995-3.677-3.156-3.677-5.667c.005-5.063 5.729-8 9.839-5.047c4.109 2.948 3.161 9.313-1.635 10.932l-.042.016v5.901c5.729-.948 10.042-5.87 10.042-11.792c0-6.599-5.349-11.948-11.948-11.948z"/></svg>

React

import type { SVGProps } from "react";

export function CibPlayerMe(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15.974 0C9.38 0 4.031 5.349 4.031 11.943v.484C4.375 21.104 13.442 32 13.442 32V17.604c-2.182-.995-3.677-3.156-3.677-5.667c.005-5.063 5.729-8 9.839-5.047c4.109 2.948 3.161 9.313-1.635 10.932l-.042.016v5.901c5.729-.948 10.042-5.87 10.042-11.792c0-6.599-5.349-11.948-11.948-11.948z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15.974 0C9.38 0 4.031 5.349 4.031 11.943v.484C4.375 21.104 13.442 32 13.442 32V17.604c-2.182-.995-3.677-3.156-3.677-5.667c.005-5.063 5.729-8 9.839-5.047c4.109 2.948 3.161 9.313-1.635 10.932l-.042.016v5.901c5.729-.948 10.042-5.87 10.042-11.792c0-6.599-5.349-11.948-11.948-11.948z"/></svg>
</template>

CSS

.icon-player-me {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.974%200C9.38%200%204.031%205.349%204.031%2011.943v.484C4.375%2021.104%2013.442%2032%2013.442%2032V17.604c-2.182-.995-3.677-3.156-3.677-5.667c.005-5.063%205.729-8%209.839-5.047c4.109%202.948%203.161%209.313-1.635%2010.932l-.042.016v5.901c5.729-.948%2010.042-5.87%2010.042-11.792c0-6.599-5.349-11.948-11.948-11.948z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.974%200C9.38%200%204.031%205.349%204.031%2011.943v.484C4.375%2021.104%2013.442%2032%2013.442%2032V17.604c-2.182-.995-3.677-3.156-3.677-5.667c.005-5.063%205.729-8%209.839-5.047c4.109%202.948%203.161%209.313-1.635%2010.932l-.042.016v5.901c5.729-.948%2010.042-5.87%2010.042-11.792c0-6.599-5.349-11.948-11.948-11.948z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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