person-play-outline-rounded from Material Symbols by Google · Outline Rounded · Activities · Apache-2.0 Free for personal and commercial use.

Name
person-play-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Activities
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More activities icons from Material Symbols

Use the person play icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.8 11.7L2.3 9.2Q2 8.9 2 8.5t.3-.7l2.5-2.5q.3-.3.7-.3t.7.3l2.5 2.5q.3.3.3.7t-.3.7l-2.5 2.5q-.3.3-.7.3t-.7-.3M10 22q-.425 0-.712-.288T9 21v-4q-1.25-.1-2.475-.275t-2.45-.45q-.425-.1-.687-.475T3.25 15t.513-.625t.812-.1q1.825.425 3.688.575T12 15t3.738-.15t3.687-.575q.425-.1.813.1t.512.625t-.137.8t-.688.475q-1.225.275-2.45.45T15 17v4q0 .425-.287.713T14 22zM5.5 9.6l1.1-1.1l-1.1-1.1l-1.1 1.1zm4.375-3.475Q9 5.25 9 4t.875-2.125T12 1t2.125.875T15 4t-.875 2.125T12 7t-2.125-.875m.713 7.288Q10 12.825 10 12t.588-1.412T12 10t1.413.588T14 12t-.587 1.413T12 14t-1.412-.587m2.125-8.7Q13 4.424 13 4t-.288-.712T12 3t-.712.288T11 4t.288.713T12 5t.713-.288m4.062 6.788l-1.15-2Q15.5 9.275 15.5 9t.125-.5l1.15-2q.125-.25.35-.375t.5-.125h2.25q.275 0 .5.125t.35.375l1.15 2Q22 8.725 22 9t-.125.5l-1.15 2q-.125.25-.35.375t-.5.125h-2.25q-.275 0-.5-.125t-.35-.375M18.2 10h1.1l.55-1l-.55-1h-1.1l-.55 1zm.55-1"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPersonPlayOutlineRounded(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="M4.8 11.7L2.3 9.2Q2 8.9 2 8.5t.3-.7l2.5-2.5q.3-.3.7-.3t.7.3l2.5 2.5q.3.3.3.7t-.3.7l-2.5 2.5q-.3.3-.7.3t-.7-.3M10 22q-.425 0-.712-.288T9 21v-4q-1.25-.1-2.475-.275t-2.45-.45q-.425-.1-.687-.475T3.25 15t.513-.625t.812-.1q1.825.425 3.688.575T12 15t3.738-.15t3.687-.575q.425-.1.813.1t.512.625t-.137.8t-.688.475q-1.225.275-2.45.45T15 17v4q0 .425-.287.713T14 22zM5.5 9.6l1.1-1.1l-1.1-1.1l-1.1 1.1zm4.375-3.475Q9 5.25 9 4t.875-2.125T12 1t2.125.875T15 4t-.875 2.125T12 7t-2.125-.875m.713 7.288Q10 12.825 10 12t.588-1.412T12 10t1.413.588T14 12t-.587 1.413T12 14t-1.412-.587m2.125-8.7Q13 4.424 13 4t-.288-.712T12 3t-.712.288T11 4t.288.713T12 5t.713-.288m4.062 6.788l-1.15-2Q15.5 9.275 15.5 9t.125-.5l1.15-2q.125-.25.35-.375t.5-.125h2.25q.275 0 .5.125t.35.375l1.15 2Q22 8.725 22 9t-.125.5l-1.15 2q-.125.25-.35.375t-.5.125h-2.25q-.275 0-.5-.125t-.35-.375M18.2 10h1.1l.55-1l-.55-1h-1.1l-.55 1zm.55-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.8 11.7L2.3 9.2Q2 8.9 2 8.5t.3-.7l2.5-2.5q.3-.3.7-.3t.7.3l2.5 2.5q.3.3.3.7t-.3.7l-2.5 2.5q-.3.3-.7.3t-.7-.3M10 22q-.425 0-.712-.288T9 21v-4q-1.25-.1-2.475-.275t-2.45-.45q-.425-.1-.687-.475T3.25 15t.513-.625t.812-.1q1.825.425 3.688.575T12 15t3.738-.15t3.687-.575q.425-.1.813.1t.512.625t-.137.8t-.688.475q-1.225.275-2.45.45T15 17v4q0 .425-.287.713T14 22zM5.5 9.6l1.1-1.1l-1.1-1.1l-1.1 1.1zm4.375-3.475Q9 5.25 9 4t.875-2.125T12 1t2.125.875T15 4t-.875 2.125T12 7t-2.125-.875m.713 7.288Q10 12.825 10 12t.588-1.412T12 10t1.413.588T14 12t-.587 1.413T12 14t-1.412-.587m2.125-8.7Q13 4.424 13 4t-.288-.712T12 3t-.712.288T11 4t.288.713T12 5t.713-.288m4.062 6.788l-1.15-2Q15.5 9.275 15.5 9t.125-.5l1.15-2q.125-.25.35-.375t.5-.125h2.25q.275 0 .5.125t.35.375l1.15 2Q22 8.725 22 9t-.125.5l-1.15 2q-.125.25-.35.375t-.5.125h-2.25q-.275 0-.5-.125t-.35-.375M18.2 10h1.1l.55-1l-.55-1h-1.1l-.55 1zm.55-1"/></svg>
</template>

CSS

.icon-person-play-outline-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%22M4.8%2011.7L2.3%209.2Q2%208.9%202%208.5t.3-.7l2.5-2.5q.3-.3.7-.3t.7.3l2.5%202.5q.3.3.3.7t-.3.7l-2.5%202.5q-.3.3-.7.3t-.7-.3M10%2022q-.425%200-.712-.288T9%2021v-4q-1.25-.1-2.475-.275t-2.45-.45q-.425-.1-.687-.475T3.25%2015t.513-.625t.812-.1q1.825.425%203.688.575T12%2015t3.738-.15t3.687-.575q.425-.1.813.1t.512.625t-.137.8t-.688.475q-1.225.275-2.45.45T15%2017v4q0%20.425-.287.713T14%2022zM5.5%209.6l1.1-1.1l-1.1-1.1l-1.1%201.1zm4.375-3.475Q9%205.25%209%204t.875-2.125T12%201t2.125.875T15%204t-.875%202.125T12%207t-2.125-.875m.713%207.288Q10%2012.825%2010%2012t.588-1.412T12%2010t1.413.588T14%2012t-.587%201.413T12%2014t-1.412-.587m2.125-8.7Q13%204.424%2013%204t-.288-.712T12%203t-.712.288T11%204t.288.713T12%205t.713-.288m4.062%206.788l-1.15-2Q15.5%209.275%2015.5%209t.125-.5l1.15-2q.125-.25.35-.375t.5-.125h2.25q.275%200%20.5.125t.35.375l1.15%202Q22%208.725%2022%209t-.125.5l-1.15%202q-.125.25-.35.375t-.5.125h-2.25q-.275%200-.5-.125t-.35-.375M18.2%2010h1.1l.55-1l-.55-1h-1.1l-.55%201zm.55-1%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%22M4.8%2011.7L2.3%209.2Q2%208.9%202%208.5t.3-.7l2.5-2.5q.3-.3.7-.3t.7.3l2.5%202.5q.3.3.3.7t-.3.7l-2.5%202.5q-.3.3-.7.3t-.7-.3M10%2022q-.425%200-.712-.288T9%2021v-4q-1.25-.1-2.475-.275t-2.45-.45q-.425-.1-.687-.475T3.25%2015t.513-.625t.812-.1q1.825.425%203.688.575T12%2015t3.738-.15t3.687-.575q.425-.1.813.1t.512.625t-.137.8t-.688.475q-1.225.275-2.45.45T15%2017v4q0%20.425-.287.713T14%2022zM5.5%209.6l1.1-1.1l-1.1-1.1l-1.1%201.1zm4.375-3.475Q9%205.25%209%204t.875-2.125T12%201t2.125.875T15%204t-.875%202.125T12%207t-2.125-.875m.713%207.288Q10%2012.825%2010%2012t.588-1.412T12%2010t1.413.588T14%2012t-.587%201.413T12%2014t-1.412-.587m2.125-8.7Q13%204.424%2013%204t-.288-.712T12%203t-.712.288T11%204t.288.713T12%205t.713-.288m4.062%206.788l-1.15-2Q15.5%209.275%2015.5%209t.125-.5l1.15-2q.125-.25.35-.375t.5-.125h2.25q.275%200%20.5.125t.35.375l1.15%202Q22%208.725%2022%209t-.125.5l-1.15%202q-.125.25-.35.375t-.5.125h-2.25q-.275%200-.5-.125t-.35-.375M18.2%2010h1.1l.55-1l-.55-1h-1.1l-.55%201zm.55-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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