play button emoji

play-button from OpenMoji by OpenMoji · Default · Symbols · CC-BY-SA-4.0 Attribution required.

Name
play-button
Set
OpenMoji
Style
Default
Category
Symbols
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More symbols icons from OpenMoji

Use the play button emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M20.084 54.88c.467.172.992.286 1.517.286c.817 0 1.635-.285 2.335-.743l28.89-15.388l.291-.286c.759-.744 1.167-1.659 1.167-2.689s-.408-2.002-1.167-2.688l-.292-.286l-28.89-15.502c-1.05-.801-2.567-.973-3.851-.458c-1.46.572-2.393 2.002-2.393 3.547v30.66c0 1.545.934 2.976 2.393 3.548"/><path fill="none" stroke="#000" stroke-linejoin="round" stroke-width="2" d="M19.582 55.606c.484.178 1.03.297 1.575.297c.849 0 1.697-.297 2.425-.772l30-15.98l.303-.296c.788-.772 1.212-1.723 1.212-2.792s-.425-2.08-1.212-2.792l-.303-.297l-30-16.098c-1.091-.832-2.667-1.01-4-.475c-1.516.594-2.485 2.079-2.485 3.683v31.84c0 1.603.97 3.088 2.485 3.682Z"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiPlayButton(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M20.084 54.88c.467.172.992.286 1.517.286c.817 0 1.635-.285 2.335-.743l28.89-15.388l.291-.286c.759-.744 1.167-1.659 1.167-2.689s-.408-2.002-1.167-2.688l-.292-.286l-28.89-15.502c-1.05-.801-2.567-.973-3.851-.458c-1.46.572-2.393 2.002-2.393 3.547v30.66c0 1.545.934 2.976 2.393 3.548"/><path fill="none" stroke="#000" strokeLinejoin="round" strokeWidth="2" d="M19.582 55.606c.484.178 1.03.297 1.575.297c.849 0 1.697-.297 2.425-.772l30-15.98l.303-.296c.788-.772 1.212-1.723 1.212-2.792s-.425-2.08-1.212-2.792l-.303-.297l-30-16.098c-1.091-.832-2.667-1.01-4-.475c-1.516.594-2.485 2.079-2.485 3.683v31.84c0 1.603.97 3.088 2.485 3.682Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M20.084 54.88c.467.172.992.286 1.517.286c.817 0 1.635-.285 2.335-.743l28.89-15.388l.291-.286c.759-.744 1.167-1.659 1.167-2.689s-.408-2.002-1.167-2.688l-.292-.286l-28.89-15.502c-1.05-.801-2.567-.973-3.851-.458c-1.46.572-2.393 2.002-2.393 3.547v30.66c0 1.545.934 2.976 2.393 3.548"/><path fill="none" stroke="#000" stroke-linejoin="round" stroke-width="2" d="M19.582 55.606c.484.178 1.03.297 1.575.297c.849 0 1.697-.297 2.425-.772l30-15.98l.303-.296c.788-.772 1.212-1.723 1.212-2.792s-.425-2.08-1.212-2.792l-.303-.297l-30-16.098c-1.091-.832-2.667-1.01-4-.475c-1.516.594-2.485 2.079-2.485 3.683v31.84c0 1.603.97 3.088 2.485 3.682Z"/></svg>
</template>

CSS

.icon-play-button {
  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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20.084%2054.88c.467.172.992.286%201.517.286c.817%200%201.635-.285%202.335-.743l28.89-15.388l.291-.286c.759-.744%201.167-1.659%201.167-2.689s-.408-2.002-1.167-2.688l-.292-.286l-28.89-15.502c-1.05-.801-2.567-.973-3.851-.458c-1.46.572-2.393%202.002-2.393%203.547v30.66c0%201.545.934%202.976%202.393%203.548%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M19.582%2055.606c.484.178%201.03.297%201.575.297c.849%200%201.697-.297%202.425-.772l30-15.98l.303-.296c.788-.772%201.212-1.723%201.212-2.792s-.425-2.08-1.212-2.792l-.303-.297l-30-16.098c-1.091-.832-2.667-1.01-4-.475c-1.516.594-2.485%202.079-2.485%203.683v31.84c0%201.603.97%203.088%202.485%203.682Z%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20.084%2054.88c.467.172.992.286%201.517.286c.817%200%201.635-.285%202.335-.743l28.89-15.388l.291-.286c.759-.744%201.167-1.659%201.167-2.689s-.408-2.002-1.167-2.688l-.292-.286l-28.89-15.502c-1.05-.801-2.567-.973-3.851-.458c-1.46.572-2.393%202.002-2.393%203.547v30.66c0%201.545.934%202.976%202.393%203.548%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M19.582%2055.606c.484.178%201.03.297%201.575.297c.849%200%201.697-.297%202.425-.772l30-15.98l.303-.296c.788-.772%201.212-1.723%201.212-2.792s-.425-2.08-1.212-2.792l-.303-.297l-30-16.098c-1.091-.832-2.667-1.01-4-.475c-1.516.594-2.485%202.079-2.485%203.683v31.84c0%201.603.97%203.088%202.485%203.682Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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