play pause icon
play-pause-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- play-pause-duotone
- Set
- Phosphor
- Style
- Duotone
- 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"><g fill="currentColor"><path d="m132.37 134.59l-88.19 56.15A7.91 7.91 0 0 1 32 184.15V71.85a7.91 7.91 0 0 1 12.18-6.59l88.19 56.15a7.8 7.8 0 0 1 0 13.18" opacity=".2"/><path d="M184 64v128a8 8 0 0 1-16 0V64a8 8 0 0 1 16 0m40-8a8 8 0 0 0-8 8v128a8 8 0 0 0 16 0V64a8 8 0 0 0-8-8m-80 72a15.76 15.76 0 0 1-7.33 13.34l-88.19 56.15A15.91 15.91 0 0 1 24 184.15V71.85a15.91 15.91 0 0 1 24.48-13.34l88.19 56.15A15.76 15.76 0 0 1 144 128m-16.18 0L40 72.08v111.85Z"/></g></svg>
React
import type { SVGProps } from "react";
export function PhPlayPauseDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m132.37 134.59l-88.19 56.15A7.91 7.91 0 0 1 32 184.15V71.85a7.91 7.91 0 0 1 12.18-6.59l88.19 56.15a7.8 7.8 0 0 1 0 13.18" opacity=".2"/><path d="M184 64v128a8 8 0 0 1-16 0V64a8 8 0 0 1 16 0m40-8a8 8 0 0 0-8 8v128a8 8 0 0 0 16 0V64a8 8 0 0 0-8-8m-80 72a15.76 15.76 0 0 1-7.33 13.34l-88.19 56.15A15.91 15.91 0 0 1 24 184.15V71.85a15.91 15.91 0 0 1 24.48-13.34l88.19 56.15A15.76 15.76 0 0 1 144 128m-16.18 0L40 72.08v111.85Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m132.37 134.59l-88.19 56.15A7.91 7.91 0 0 1 32 184.15V71.85a7.91 7.91 0 0 1 12.18-6.59l88.19 56.15a7.8 7.8 0 0 1 0 13.18" opacity=".2"/><path d="M184 64v128a8 8 0 0 1-16 0V64a8 8 0 0 1 16 0m40-8a8 8 0 0 0-8 8v128a8 8 0 0 0 16 0V64a8 8 0 0 0-8-8m-80 72a15.76 15.76 0 0 1-7.33 13.34l-88.19 56.15A15.91 15.91 0 0 1 24 184.15V71.85a15.91 15.91 0 0 1 24.48-13.34l88.19 56.15A15.76 15.76 0 0 1 144 128m-16.18 0L40 72.08v111.85Z"/></g></svg> </template>
CSS
.icon-play-pause-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m132.37%20134.59l-88.19%2056.15A7.91%207.91%200%200%201%2032%20184.15V71.85a7.91%207.91%200%200%201%2012.18-6.59l88.19%2056.15a7.8%207.8%200%200%201%200%2013.18%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M184%2064v128a8%208%200%200%201-16%200V64a8%208%200%200%201%2016%200m40-8a8%208%200%200%200-8%208v128a8%208%200%200%200%2016%200V64a8%208%200%200%200-8-8m-80%2072a15.76%2015.76%200%200%201-7.33%2013.34l-88.19%2056.15A15.91%2015.91%200%200%201%2024%20184.15V71.85a15.91%2015.91%200%200%201%2024.48-13.34l88.19%2056.15A15.76%2015.76%200%200%201%20144%20128m-16.18%200L40%2072.08v111.85Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m132.37%20134.59l-88.19%2056.15A7.91%207.91%200%200%201%2032%20184.15V71.85a7.91%207.91%200%200%201%2012.18-6.59l88.19%2056.15a7.8%207.8%200%200%201%200%2013.18%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M184%2064v128a8%208%200%200%201-16%200V64a8%208%200%200%201%2016%200m40-8a8%208%200%200%200-8%208v128a8%208%200%200%200%2016%200V64a8%208%200%200%200-8-8m-80%2072a15.76%2015.76%200%200%201-7.33%2013.34l-88.19%2056.15A15.91%2015.91%200%200%201%2024%20184.15V71.85a15.91%2015.91%200%200%201%2024.48-13.34l88.19%2056.15A15.76%2015.76%200%200%201%20144%20128m-16.18%200L40%2072.08v111.85Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/play-pause-duotone.svg?color=%231a73e8&size=48