play for work icon

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

Name
play-for-work-rounded
Set
Material Symbols
Style
Rounded
Category
Communicate
Viewbox
24×24
License
Apache 2.0
Aliases
play-for-work-outline-rounded

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="M8.075 18.588Q6.4 17.175 6.075 15q-.05-.4.225-.7T7 14t.713.213t.362.562Q8.35 16.2 9.463 17.1T12 18t2.538-.9t1.387-2.325q.075-.35.363-.562T17 14t.7.3t.225.7q-.325 2.175-2 3.588T12 20t-3.925-1.412M11 11.15V6q0-.425.288-.712T12 5t.713.288T13 6v5.15l.9-.9q.3-.3.7-.288t.7.313q.275.3.287.7t-.287.7l-2.6 2.6q-.15.15-.325.213T12 14.55t-.375-.062t-.325-.213l-2.6-2.6q-.275-.275-.275-.687t.275-.713q.3-.3.713-.3t.712.3z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPlayForWorkRounded(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="M8.075 18.588Q6.4 17.175 6.075 15q-.05-.4.225-.7T7 14t.713.213t.362.562Q8.35 16.2 9.463 17.1T12 18t2.538-.9t1.387-2.325q.075-.35.363-.562T17 14t.7.3t.225.7q-.325 2.175-2 3.588T12 20t-3.925-1.412M11 11.15V6q0-.425.288-.712T12 5t.713.288T13 6v5.15l.9-.9q.3-.3.7-.288t.7.313q.275.3.287.7t-.287.7l-2.6 2.6q-.15.15-.325.213T12 14.55t-.375-.062t-.325-.213l-2.6-2.6q-.275-.275-.275-.687t.275-.713q.3-.3.713-.3t.712.3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.075 18.588Q6.4 17.175 6.075 15q-.05-.4.225-.7T7 14t.713.213t.362.562Q8.35 16.2 9.463 17.1T12 18t2.538-.9t1.387-2.325q.075-.35.363-.562T17 14t.7.3t.225.7q-.325 2.175-2 3.588T12 20t-3.925-1.412M11 11.15V6q0-.425.288-.712T12 5t.713.288T13 6v5.15l.9-.9q.3-.3.7-.288t.7.313q.275.3.287.7t-.287.7l-2.6 2.6q-.15.15-.325.213T12 14.55t-.375-.062t-.325-.213l-2.6-2.6q-.275-.275-.275-.687t.275-.713q.3-.3.713-.3t.712.3z"/></svg>
</template>

CSS

.icon-play-for-work-rounded {
  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%22M8.075%2018.588Q6.4%2017.175%206.075%2015q-.05-.4.225-.7T7%2014t.713.213t.362.562Q8.35%2016.2%209.463%2017.1T12%2018t2.538-.9t1.387-2.325q.075-.35.363-.562T17%2014t.7.3t.225.7q-.325%202.175-2%203.588T12%2020t-3.925-1.412M11%2011.15V6q0-.425.288-.712T12%205t.713.288T13%206v5.15l.9-.9q.3-.3.7-.288t.7.313q.275.3.287.7t-.287.7l-2.6%202.6q-.15.15-.325.213T12%2014.55t-.375-.062t-.325-.213l-2.6-2.6q-.275-.275-.275-.687t.275-.713q.3-.3.713-.3t.712.3z%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%22M8.075%2018.588Q6.4%2017.175%206.075%2015q-.05-.4.225-.7T7%2014t.713.213t.362.562Q8.35%2016.2%209.463%2017.1T12%2018t2.538-.9t1.387-2.325q.075-.35.363-.562T17%2014t.7.3t.225.7q-.325%202.175-2%203.588T12%2020t-3.925-1.412M11%2011.15V6q0-.425.288-.712T12%205t.713.288T13%206v5.15l.9-.9q.3-.3.7-.288t.7.313q.275.3.287.7t-.287.7l-2.6%202.6q-.15.15-.325.213T12%2014.55t-.375-.062t-.325-.213l-2.6-2.6q-.275-.275-.275-.687t.275-.713q.3-.3.713-.3t.712.3z%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-rounded.svg?color=%231a73e8&size=48