play-lesson from Material Symbols Light by Google · Regular · Audio & Video · Apache-2.0 Free for personal and commercial use.

Name
play-lesson
Set
Material Symbols Light
Style
Regular
Category
Audio & Video
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More audio & video icons from Material Symbols Light

Use the play lesson icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.5 4v6.192L9.5 9l2 1.192V4zm7.165 16.528Q13.5 19.364 13.5 17.692q0-1.67 1.174-2.835t2.922-1.165q1.594 0 2.75 1.165t1.154 2.835q0 1.672-1.164 2.836q-1.165 1.164-2.836 1.164t-2.835-1.164m1.97-.951l2.73-1.923l-2.73-1.923zM11.5 17.691q0 .884.251 1.724q.251.839.73 1.585H5.616q-.672 0-1.144-.472T4 19.385V4.615q0-.67.472-1.143Q4.944 3 5.616 3h10.769q.67 0 1.143.472q.472.472.472 1.144v7.107q-.096-.006-.203-.008q-.106-.003-.202-.003q-2.54 0-4.317 1.739t-1.778 4.24"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightPlayLesson(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="M7.5 4v6.192L9.5 9l2 1.192V4zm7.165 16.528Q13.5 19.364 13.5 17.692q0-1.67 1.174-2.835t2.922-1.165q1.594 0 2.75 1.165t1.154 2.835q0 1.672-1.164 2.836q-1.165 1.164-2.836 1.164t-2.835-1.164m1.97-.951l2.73-1.923l-2.73-1.923zM11.5 17.691q0 .884.251 1.724q.251.839.73 1.585H5.616q-.672 0-1.144-.472T4 19.385V4.615q0-.67.472-1.143Q4.944 3 5.616 3h10.769q.67 0 1.143.472q.472.472.472 1.144v7.107q-.096-.006-.203-.008q-.106-.003-.202-.003q-2.54 0-4.317 1.739t-1.778 4.24"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.5 4v6.192L9.5 9l2 1.192V4zm7.165 16.528Q13.5 19.364 13.5 17.692q0-1.67 1.174-2.835t2.922-1.165q1.594 0 2.75 1.165t1.154 2.835q0 1.672-1.164 2.836q-1.165 1.164-2.836 1.164t-2.835-1.164m1.97-.951l2.73-1.923l-2.73-1.923zM11.5 17.691q0 .884.251 1.724q.251.839.73 1.585H5.616q-.672 0-1.144-.472T4 19.385V4.615q0-.67.472-1.143Q4.944 3 5.616 3h10.769q.67 0 1.143.472q.472.472.472 1.144v7.107q-.096-.006-.203-.008q-.106-.003-.202-.003q-2.54 0-4.317 1.739t-1.778 4.24"/></svg>
</template>

CSS

.icon-play-lesson {
  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%22M7.5%204v6.192L9.5%209l2%201.192V4zm7.165%2016.528Q13.5%2019.364%2013.5%2017.692q0-1.67%201.174-2.835t2.922-1.165q1.594%200%202.75%201.165t1.154%202.835q0%201.672-1.164%202.836q-1.165%201.164-2.836%201.164t-2.835-1.164m1.97-.951l2.73-1.923l-2.73-1.923zM11.5%2017.691q0%20.884.251%201.724q.251.839.73%201.585H5.616q-.672%200-1.144-.472T4%2019.385V4.615q0-.67.472-1.143Q4.944%203%205.616%203h10.769q.67%200%201.143.472q.472.472.472%201.144v7.107q-.096-.006-.203-.008q-.106-.003-.202-.003q-2.54%200-4.317%201.739t-1.778%204.24%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%22M7.5%204v6.192L9.5%209l2%201.192V4zm7.165%2016.528Q13.5%2019.364%2013.5%2017.692q0-1.67%201.174-2.835t2.922-1.165q1.594%200%202.75%201.165t1.154%202.835q0%201.672-1.164%202.836q-1.165%201.164-2.836%201.164t-2.835-1.164m1.97-.951l2.73-1.923l-2.73-1.923zM11.5%2017.691q0%20.884.251%201.724q.251.839.73%201.585H5.616q-.672%200-1.144-.472T4%2019.385V4.615q0-.67.472-1.143Q4.944%203%205.616%203h10.769q.67%200%201.143.472q.472.472.472%201.144v7.107q-.096-.006-.203-.008q-.106-.003-.202-.003q-2.54%200-4.317%201.739t-1.778%204.24%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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