Person Play icon

Person Play is a Google Material Symbol from the Activities category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

person_play_outlined_fill0_wght400.svg

Person Play icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=person_play" />

<span class="material-symbols-outlined">person_play</span>

Person Play icon in React

// With the font from the HTML tab:
export function PersonPlayIcon() {
  return (
    <span className="material-symbols-outlined">
      person_play
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import PersonPlayIcon from "@material-symbols/svg-400/outlined/person_play.svg?react";

Person Play icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">person_play</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import PersonPlayIcon from "@material-symbols/svg-400/outlined/person_play.svg?component"; -->

Person Play icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">person_play</mat-icon>

Person Play icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.person_play, fill: 0, weight: 400)

Person Play icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/person_play.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M5.15 12.05 1.6 8.5l3.55-3.525 3.525 3.525-3.525 3.55ZM9.325 22v-5.317Q7.725 16.55 6.15 16.338T3 15.75l.375-1.5q2.132 .5 4.276 .713 2.144 .212 4.352 .212 2.208 0 4.353-.212Q18.5 14.75 20.625 14.25l.375 1.5q-1.575 .375-3.149 .593Q16.276 16.561 14.675 16.675v5.325H9.325ZM5.15 9.975l1.45-1.475-1.45-1.45-1.475 1.45 1.475 1.475Zm4.9-4.278q-.8-.803-.8-1.95T10.053 1.8q.803-.8 1.95-.8T13.95 1.803q.8 .803 .8 1.95T13.947 5.7q-.803 .8-1.95 .8T10.05 5.697Zm.663 7.418q-.538-.536-.538-1.288t.536-1.289q.535-.538 1.287-.538t1.29 .535q.537 .536 .537 1.288t-.535 1.29q-.536 .537-1.288 .537t-1.289-.535Zm2.175-8.473q.362-.358 .362-.887 0-.53-.358-.892-.358-.363-.887-.363-.53 0-.893 .358-.362 .358-.362 .888 0 .529 .358 .892 .358 .362 .888 .362 .529 0 .891-.358ZM17.45 11.75l-1.55-2.75 1.558-2.75H20.575l1.55 2.75-1.558 2.75H17.45Zm.867-1.5H19.7l.7-1.25-.692-1.25H18.325l-.7 1.25 .692 1.25ZM5.15 8.5Zm6.85-4.75Zm7.025 5.25Z" />
</vector>

Person Play icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/person_play.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/person_play.svg" width="24" height="24" alt="Person Play">

Person Play icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NamePerson Play
Ligatureperson_play
Code pointU+F7FD
CategoryActivities
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/person_play.svg, person_play-fill.svg
FlutterSymbols.person_play
LicenseApache License 2.0 (© Google LLC)

Keywords

activitiesmediahumanvideopeoplebodytriangleprofileuseraccountsilhouetteavatarhead

Related icons