motion-play-outline from Material Design Icons by Pictogrammers · Outline · Video / Movie · Apache-2.0 Free for personal and commercial use.

Name
motion-play-outline
Set
Material Design Icons
Style
Outline
Category
Video / Movie
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

The same icon in other sets

More video / movie icons from Material Design Icons

Use the motion play icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m10 16.5l6-4.5l-6-4.5M22 12c0-5.54-4.46-10-10-10c-1.17 0-2.3.19-3.38.56l.7 1.94c.85-.34 1.74-.53 2.68-.53c4.41 0 8.03 3.62 8.03 8.03s-3.62 8.03-8.03 8.03S3.97 16.41 3.97 12c0-.94.19-1.88.53-2.72l-1.94-.66C2.19 9.7 2 10.83 2 12c0 5.54 4.46 10 10 10s10-4.46 10-10M5.47 3.97c.85 0 1.53.71 1.53 1.5C7 6.32 6.32 7 5.47 7c-.79 0-1.5-.68-1.5-1.53c0-.79.71-1.5 1.5-1.5"/></svg>

React

import type { SVGProps } from "react";

export function MdiMotionPlayOutline(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="m10 16.5l6-4.5l-6-4.5M22 12c0-5.54-4.46-10-10-10c-1.17 0-2.3.19-3.38.56l.7 1.94c.85-.34 1.74-.53 2.68-.53c4.41 0 8.03 3.62 8.03 8.03s-3.62 8.03-8.03 8.03S3.97 16.41 3.97 12c0-.94.19-1.88.53-2.72l-1.94-.66C2.19 9.7 2 10.83 2 12c0 5.54 4.46 10 10 10s10-4.46 10-10M5.47 3.97c.85 0 1.53.71 1.53 1.5C7 6.32 6.32 7 5.47 7c-.79 0-1.5-.68-1.5-1.53c0-.79.71-1.5 1.5-1.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m10 16.5l6-4.5l-6-4.5M22 12c0-5.54-4.46-10-10-10c-1.17 0-2.3.19-3.38.56l.7 1.94c.85-.34 1.74-.53 2.68-.53c4.41 0 8.03 3.62 8.03 8.03s-3.62 8.03-8.03 8.03S3.97 16.41 3.97 12c0-.94.19-1.88.53-2.72l-1.94-.66C2.19 9.7 2 10.83 2 12c0 5.54 4.46 10 10 10s10-4.46 10-10M5.47 3.97c.85 0 1.53.71 1.53 1.5C7 6.32 6.32 7 5.47 7c-.79 0-1.5-.68-1.5-1.53c0-.79.71-1.5 1.5-1.5"/></svg>
</template>

CSS

.icon-motion-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%22m10%2016.5l6-4.5l-6-4.5M22%2012c0-5.54-4.46-10-10-10c-1.17%200-2.3.19-3.38.56l.7%201.94c.85-.34%201.74-.53%202.68-.53c4.41%200%208.03%203.62%208.03%208.03s-3.62%208.03-8.03%208.03S3.97%2016.41%203.97%2012c0-.94.19-1.88.53-2.72l-1.94-.66C2.19%209.7%202%2010.83%202%2012c0%205.54%204.46%2010%2010%2010s10-4.46%2010-10M5.47%203.97c.85%200%201.53.71%201.53%201.5C7%206.32%206.32%207%205.47%207c-.79%200-1.5-.68-1.5-1.53c0-.79.71-1.5%201.5-1.5%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%22m10%2016.5l6-4.5l-6-4.5M22%2012c0-5.54-4.46-10-10-10c-1.17%200-2.3.19-3.38.56l.7%201.94c.85-.34%201.74-.53%202.68-.53c4.41%200%208.03%203.62%208.03%208.03s-3.62%208.03-8.03%208.03S3.97%2016.41%203.97%2012c0-.94.19-1.88.53-2.72l-1.94-.66C2.19%209.7%202%2010.83%202%2012c0%205.54%204.46%2010%2010%2010s10-4.46%2010-10M5.47%203.97c.85%200%201.53.71%201.53%201.5C7%206.32%206.32%207%205.47%207c-.79%200-1.5-.68-1.5-1.53c0-.79.71-1.5%201.5-1.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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