play pause icon

play-pause-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
play-pause-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the play pause icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M182 64v128a6 6 0 0 1-12 0V64a6 6 0 0 1 12 0m42-6a6 6 0 0 0-6 6v128a6 6 0 0 0 12 0V64a6 6 0 0 0-6-6m-82 70a13.77 13.77 0 0 1-6.41 11.65L47.41 195.8A13.91 13.91 0 0 1 26 184.15V71.85A13.91 13.91 0 0 1 47.41 60.2l88.18 56.15A13.77 13.77 0 0 1 142 128m-12 0a1.77 1.77 0 0 0-.85-1.53L41 70.32a1.87 1.87 0 0 0-1-.32a2.1 2.1 0 0 0-1 .25a1.76 1.76 0 0 0-1 1.6v112.3a1.76 1.76 0 0 0 1 1.6a1.9 1.9 0 0 0 2-.07l88.19-56.15A1.77 1.77 0 0 0 130 128"/></svg>

React

import type { SVGProps } from "react";

export function PhPlayPauseLight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M182 64v128a6 6 0 0 1-12 0V64a6 6 0 0 1 12 0m42-6a6 6 0 0 0-6 6v128a6 6 0 0 0 12 0V64a6 6 0 0 0-6-6m-82 70a13.77 13.77 0 0 1-6.41 11.65L47.41 195.8A13.91 13.91 0 0 1 26 184.15V71.85A13.91 13.91 0 0 1 47.41 60.2l88.18 56.15A13.77 13.77 0 0 1 142 128m-12 0a1.77 1.77 0 0 0-.85-1.53L41 70.32a1.87 1.87 0 0 0-1-.32a2.1 2.1 0 0 0-1 .25a1.76 1.76 0 0 0-1 1.6v112.3a1.76 1.76 0 0 0 1 1.6a1.9 1.9 0 0 0 2-.07l88.19-56.15A1.77 1.77 0 0 0 130 128"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M182 64v128a6 6 0 0 1-12 0V64a6 6 0 0 1 12 0m42-6a6 6 0 0 0-6 6v128a6 6 0 0 0 12 0V64a6 6 0 0 0-6-6m-82 70a13.77 13.77 0 0 1-6.41 11.65L47.41 195.8A13.91 13.91 0 0 1 26 184.15V71.85A13.91 13.91 0 0 1 47.41 60.2l88.18 56.15A13.77 13.77 0 0 1 142 128m-12 0a1.77 1.77 0 0 0-.85-1.53L41 70.32a1.87 1.87 0 0 0-1-.32a2.1 2.1 0 0 0-1 .25a1.76 1.76 0 0 0-1 1.6v112.3a1.76 1.76 0 0 0 1 1.6a1.9 1.9 0 0 0 2-.07l88.19-56.15A1.77 1.77 0 0 0 130 128"/></svg>
</template>

CSS

.icon-play-pause-light {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M182%2064v128a6%206%200%200%201-12%200V64a6%206%200%200%201%2012%200m42-6a6%206%200%200%200-6%206v128a6%206%200%200%200%2012%200V64a6%206%200%200%200-6-6m-82%2070a13.77%2013.77%200%200%201-6.41%2011.65L47.41%20195.8A13.91%2013.91%200%200%201%2026%20184.15V71.85A13.91%2013.91%200%200%201%2047.41%2060.2l88.18%2056.15A13.77%2013.77%200%200%201%20142%20128m-12%200a1.77%201.77%200%200%200-.85-1.53L41%2070.32a1.87%201.87%200%200%200-1-.32a2.1%202.1%200%200%200-1%20.25a1.76%201.76%200%200%200-1%201.6v112.3a1.76%201.76%200%200%200%201%201.6a1.9%201.9%200%200%200%202-.07l88.19-56.15A1.77%201.77%200%200%200%20130%20128%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M182%2064v128a6%206%200%200%201-12%200V64a6%206%200%200%201%2012%200m42-6a6%206%200%200%200-6%206v128a6%206%200%200%200%2012%200V64a6%206%200%200%200-6-6m-82%2070a13.77%2013.77%200%200%201-6.41%2011.65L47.41%20195.8A13.91%2013.91%200%200%201%2026%20184.15V71.85A13.91%2013.91%200%200%201%2047.41%2060.2l88.18%2056.15A13.77%2013.77%200%200%201%20142%20128m-12%200a1.77%201.77%200%200%200-.85-1.53L41%2070.32a1.87%201.87%200%200%200-1-.32a2.1%202.1%200%200%200-1%20.25a1.76%201.76%200%200%200-1%201.6v112.3a1.76%201.76%200%200%200%201%201.6a1.9%201.9%200%200%200%202-.07l88.19-56.15A1.77%201.77%200%200%200%20130%20128%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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