presentation play icon

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

Name
presentation-play
Set
Unicons
Style
Line
Category
Education
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More education icons from Unicons

Use the presentation play icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 14h-1V4h1a1 1 0 0 0 0-2H3a1 1 0 0 0 0 2h1v10H3a1 1 0 0 0 0 2h8v1.15l-4.55 3A1 1 0 0 0 7 22a.94.94 0 0 0 .55-.17L11 19.55V21a1 1 0 0 0 2 0v-1.45l3.45 2.28A.94.94 0 0 0 17 22a1 1 0 0 0 .55-1.83l-4.55-3V16h8a1 1 0 0 0 0-2m-3 0H6V4h12Zm-8.39-1.74a1.73 1.73 0 0 0 1.76 0l3-1.74a1.76 1.76 0 0 0 0-3l-3-1.74a1.73 1.73 0 0 0-1.76 0a1.71 1.71 0 0 0-.87 1.52v3.48a1.71 1.71 0 0 0 .87 1.48m1.13-4.58L13 9l-2.28 1.32Z"/></svg>

React

import type { SVGProps } from "react";

export function UilPresentationPlay(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="M21 14h-1V4h1a1 1 0 0 0 0-2H3a1 1 0 0 0 0 2h1v10H3a1 1 0 0 0 0 2h8v1.15l-4.55 3A1 1 0 0 0 7 22a.94.94 0 0 0 .55-.17L11 19.55V21a1 1 0 0 0 2 0v-1.45l3.45 2.28A.94.94 0 0 0 17 22a1 1 0 0 0 .55-1.83l-4.55-3V16h8a1 1 0 0 0 0-2m-3 0H6V4h12Zm-8.39-1.74a1.73 1.73 0 0 0 1.76 0l3-1.74a1.76 1.76 0 0 0 0-3l-3-1.74a1.73 1.73 0 0 0-1.76 0a1.71 1.71 0 0 0-.87 1.52v3.48a1.71 1.71 0 0 0 .87 1.48m1.13-4.58L13 9l-2.28 1.32Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 14h-1V4h1a1 1 0 0 0 0-2H3a1 1 0 0 0 0 2h1v10H3a1 1 0 0 0 0 2h8v1.15l-4.55 3A1 1 0 0 0 7 22a.94.94 0 0 0 .55-.17L11 19.55V21a1 1 0 0 0 2 0v-1.45l3.45 2.28A.94.94 0 0 0 17 22a1 1 0 0 0 .55-1.83l-4.55-3V16h8a1 1 0 0 0 0-2m-3 0H6V4h12Zm-8.39-1.74a1.73 1.73 0 0 0 1.76 0l3-1.74a1.76 1.76 0 0 0 0-3l-3-1.74a1.73 1.73 0 0 0-1.76 0a1.71 1.71 0 0 0-.87 1.52v3.48a1.71 1.71 0 0 0 .87 1.48m1.13-4.58L13 9l-2.28 1.32Z"/></svg>
</template>

CSS

.icon-presentation-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%22M21%2014h-1V4h1a1%201%200%200%200%200-2H3a1%201%200%200%200%200%202h1v10H3a1%201%200%200%200%200%202h8v1.15l-4.55%203A1%201%200%200%200%207%2022a.94.94%200%200%200%20.55-.17L11%2019.55V21a1%201%200%200%200%202%200v-1.45l3.45%202.28A.94.94%200%200%200%2017%2022a1%201%200%200%200%20.55-1.83l-4.55-3V16h8a1%201%200%200%200%200-2m-3%200H6V4h12Zm-8.39-1.74a1.73%201.73%200%200%200%201.76%200l3-1.74a1.76%201.76%200%200%200%200-3l-3-1.74a1.73%201.73%200%200%200-1.76%200a1.71%201.71%200%200%200-.87%201.52v3.48a1.71%201.71%200%200%200%20.87%201.48m1.13-4.58L13%209l-2.28%201.32Z%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%22M21%2014h-1V4h1a1%201%200%200%200%200-2H3a1%201%200%200%200%200%202h1v10H3a1%201%200%200%200%200%202h8v1.15l-4.55%203A1%201%200%200%200%207%2022a.94.94%200%200%200%20.55-.17L11%2019.55V21a1%201%200%200%200%202%200v-1.45l3.45%202.28A.94.94%200%200%200%2017%2022a1%201%200%200%200%20.55-1.83l-4.55-3V16h8a1%201%200%200%200%200-2m-3%200H6V4h12Zm-8.39-1.74a1.73%201.73%200%200%200%201.76%200l3-1.74a1.76%201.76%200%200%200%200-3l-3-1.74a1.73%201.73%200%200%200-1.76%200a1.71%201.71%200%200%200-.87%201.52v3.48a1.71%201.71%200%200%200%20.87%201.48m1.13-4.58L13%209l-2.28%201.32Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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