play for work icon

play-for-work from Material Symbols by Google · Regular · Communicate · Apache-2.0 Free for personal and commercial use.

Name
play-for-work
Set
Material Symbols
Style
Regular
Category
Communicate
Viewbox
24×24
License
Apache 2.0
Aliases
play-for-work-outline, play-for-work-outline-sharp, play-for-work-sharp

1 other variant in Material Symbols

The same icon in other sets

More communicate icons from Material Symbols

Use the play for work icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.75 18.25Q6 16.5 6 14h2q0 1.65 1.175 2.825T12 18t2.825-1.175T16 14h2q0 2.5-1.75 4.25T12 20t-4.25-1.75M12 14.975l-4-4L9.4 9.55l1.6 1.6V5h2v6.15l1.6-1.6l1.4 1.425z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPlayForWork(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.75 18.25Q6 16.5 6 14h2q0 1.65 1.175 2.825T12 18t2.825-1.175T16 14h2q0 2.5-1.75 4.25T12 20t-4.25-1.75M12 14.975l-4-4L9.4 9.55l1.6 1.6V5h2v6.15l1.6-1.6l1.4 1.425z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.75 18.25Q6 16.5 6 14h2q0 1.65 1.175 2.825T12 18t2.825-1.175T16 14h2q0 2.5-1.75 4.25T12 20t-4.25-1.75M12 14.975l-4-4L9.4 9.55l1.6 1.6V5h2v6.15l1.6-1.6l1.4 1.425z"/></svg>
</template>

CSS

.icon-play-for-work {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.75%2018.25Q6%2016.5%206%2014h2q0%201.65%201.175%202.825T12%2018t2.825-1.175T16%2014h2q0%202.5-1.75%204.25T12%2020t-4.25-1.75M12%2014.975l-4-4L9.4%209.55l1.6%201.6V5h2v6.15l1.6-1.6l1.4%201.425z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.75%2018.25Q6%2016.5%206%2014h2q0%201.65%201.175%202.825T12%2018t2.825-1.175T16%2014h2q0%202.5-1.75%204.25T12%2020t-4.25-1.75M12%2014.975l-4-4L9.4%209.55l1.6%201.6V5h2v6.15l1.6-1.6l1.4%201.425z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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