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

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

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="M5.5 12.4L1.6 8.5l3.9-3.9l3.9 3.9zM9 22v-5q-1.525-.125-3.025-.363T3 16l.5-2q2.1.575 4.213.788T12 15t4.288-.213T20.5 14l.5 2q-1.475.4-2.975.638T15 17v5zM5.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-.288M17.05 12l-1.7-3l1.7-3h3.4l1.7 3l-1.7 3zm1.15-2h1.1l.55-1l-.55-1h-1.1l-.55 1zm.55-1"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPersonPlayOutline(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="M5.5 12.4L1.6 8.5l3.9-3.9l3.9 3.9zM9 22v-5q-1.525-.125-3.025-.363T3 16l.5-2q2.1.575 4.213.788T12 15t4.288-.213T20.5 14l.5 2q-1.475.4-2.975.638T15 17v5zM5.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-.288M17.05 12l-1.7-3l1.7-3h3.4l1.7 3l-1.7 3zm1.15-2h1.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="M5.5 12.4L1.6 8.5l3.9-3.9l3.9 3.9zM9 22v-5q-1.525-.125-3.025-.363T3 16l.5-2q2.1.575 4.213.788T12 15t4.288-.213T20.5 14l.5 2q-1.475.4-2.975.638T15 17v5zM5.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-.288M17.05 12l-1.7-3l1.7-3h3.4l1.7 3l-1.7 3zm1.15-2h1.1l.55-1l-.55-1h-1.1l-.55 1zm.55-1"/></svg>
</template>

CSS

.icon-person-play-outline {
  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%22M5.5%2012.4L1.6%208.5l3.9-3.9l3.9%203.9zM9%2022v-5q-1.525-.125-3.025-.363T3%2016l.5-2q2.1.575%204.213.788T12%2015t4.288-.213T20.5%2014l.5%202q-1.475.4-2.975.638T15%2017v5zM5.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-.288M17.05%2012l-1.7-3l1.7-3h3.4l1.7%203l-1.7%203zm1.15-2h1.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%22M5.5%2012.4L1.6%208.5l3.9-3.9l3.9%203.9zM9%2022v-5q-1.525-.125-3.025-.363T3%2016l.5-2q2.1.575%204.213.788T12%2015t4.288-.213T20.5%2014l.5%202q-1.475.4-2.975.638T15%2017v5zM5.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-.288M17.05%2012l-1.7-3l1.7-3h3.4l1.7%203l-1.7%203zm1.15-2h1.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.svg?color=%231a73e8&size=48