play from Unicons by Iconscout · Line · Multimedia · Apache-2.0 Free for personal and commercial use.

Name
play
Set
Unicons
Style
Line
Category
Multimedia
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More multimedia icons from Unicons

Use the play icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.54 9L8.88 3.46a3.42 3.42 0 0 0-5.13 3v11.12A3.42 3.42 0 0 0 7.17 21a3.43 3.43 0 0 0 1.71-.46L18.54 15a3.42 3.42 0 0 0 0-5.92Zm-1 4.19l-9.66 5.62a1.44 1.44 0 0 1-1.42 0a1.42 1.42 0 0 1-.71-1.23V6.42a1.42 1.42 0 0 1 .71-1.23A1.5 1.5 0 0 1 7.17 5a1.54 1.54 0 0 1 .71.19l9.66 5.58a1.42 1.42 0 0 1 0 2.46Z"/></svg>

React

import type { SVGProps } from "react";

export function UilPlay(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="M18.54 9L8.88 3.46a3.42 3.42 0 0 0-5.13 3v11.12A3.42 3.42 0 0 0 7.17 21a3.43 3.43 0 0 0 1.71-.46L18.54 15a3.42 3.42 0 0 0 0-5.92Zm-1 4.19l-9.66 5.62a1.44 1.44 0 0 1-1.42 0a1.42 1.42 0 0 1-.71-1.23V6.42a1.42 1.42 0 0 1 .71-1.23A1.5 1.5 0 0 1 7.17 5a1.54 1.54 0 0 1 .71.19l9.66 5.58a1.42 1.42 0 0 1 0 2.46Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.54 9L8.88 3.46a3.42 3.42 0 0 0-5.13 3v11.12A3.42 3.42 0 0 0 7.17 21a3.43 3.43 0 0 0 1.71-.46L18.54 15a3.42 3.42 0 0 0 0-5.92Zm-1 4.19l-9.66 5.62a1.44 1.44 0 0 1-1.42 0a1.42 1.42 0 0 1-.71-1.23V6.42a1.42 1.42 0 0 1 .71-1.23A1.5 1.5 0 0 1 7.17 5a1.54 1.54 0 0 1 .71.19l9.66 5.58a1.42 1.42 0 0 1 0 2.46Z"/></svg>
</template>

CSS

.icon-play {
  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%22M18.54%209L8.88%203.46a3.42%203.42%200%200%200-5.13%203v11.12A3.42%203.42%200%200%200%207.17%2021a3.43%203.43%200%200%200%201.71-.46L18.54%2015a3.42%203.42%200%200%200%200-5.92Zm-1%204.19l-9.66%205.62a1.44%201.44%200%200%201-1.42%200a1.42%201.42%200%200%201-.71-1.23V6.42a1.42%201.42%200%200%201%20.71-1.23A1.5%201.5%200%200%201%207.17%205a1.54%201.54%200%200%201%20.71.19l9.66%205.58a1.42%201.42%200%200%201%200%202.46Z%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%22M18.54%209L8.88%203.46a3.42%203.42%200%200%200-5.13%203v11.12A3.42%203.42%200%200%200%207.17%2021a3.43%203.43%200%200%200%201.71-.46L18.54%2015a3.42%203.42%200%200%200%200-5.92Zm-1%204.19l-9.66%205.62a1.44%201.44%200%200%201-1.42%200a1.42%201.42%200%200%201-.71-1.23V6.42a1.42%201.42%200%200%201%20.71-1.23A1.5%201.5%200%200%201%207.17%205a1.54%201.54%200%200%201%20.71.19l9.66%205.58a1.42%201.42%200%200%201%200%202.46Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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