play lesson icon
play-lesson-rounded from Material Symbols Light by Google · Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- play-lesson-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- 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="m9.5 9l1.385.839q.211.13.413.012t.202-.36V4.807q0-.348-.23-.578T10.692 4H8.308q-.348 0-.578.23t-.23.578V9.49q0 .242.202.36t.414-.012zm5.165 11.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.164m2.61-1.407l1.627-1.138q.173-.131.173-.33q0-.197-.173-.328l-1.627-1.138q-.211-.131-.426-.022q-.214.108-.214.35v2.277q0 .243.214.351t.426-.022M5.615 21q-.67 0-1.143-.472Q4 20.056 4 19.385V4.615q0-.67.472-1.143Q4.944 3 5.616 3h10.769q.67 0 1.143.472q.472.472.472 1.144v6.537q0 .241-.164.403q-.165.162-.407.182q-1.192.051-2.223.445t-1.906 1.27q-.835.817-1.317 1.898q-.483 1.08-.483 2.339q0 .61.115 1.198q.114.588.35 1.143q.143.348-.034.659q-.177.31-.531.31z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPlayLessonRounded(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="m9.5 9l1.385.839q.211.13.413.012t.202-.36V4.807q0-.348-.23-.578T10.692 4H8.308q-.348 0-.578.23t-.23.578V9.49q0 .242.202.36t.414-.012zm5.165 11.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.164m2.61-1.407l1.627-1.138q.173-.131.173-.33q0-.197-.173-.328l-1.627-1.138q-.211-.131-.426-.022q-.214.108-.214.35v2.277q0 .243.214.351t.426-.022M5.615 21q-.67 0-1.143-.472Q4 20.056 4 19.385V4.615q0-.67.472-1.143Q4.944 3 5.616 3h10.769q.67 0 1.143.472q.472.472.472 1.144v6.537q0 .241-.164.403q-.165.162-.407.182q-1.192.051-2.223.445t-1.906 1.27q-.835.817-1.317 1.898q-.483 1.08-.483 2.339q0 .61.115 1.198q.114.588.35 1.143q.143.348-.034.659q-.177.31-.531.31z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9.5 9l1.385.839q.211.13.413.012t.202-.36V4.807q0-.348-.23-.578T10.692 4H8.308q-.348 0-.578.23t-.23.578V9.49q0 .242.202.36t.414-.012zm5.165 11.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.164m2.61-1.407l1.627-1.138q.173-.131.173-.33q0-.197-.173-.328l-1.627-1.138q-.211-.131-.426-.022q-.214.108-.214.35v2.277q0 .243.214.351t.426-.022M5.615 21q-.67 0-1.143-.472Q4 20.056 4 19.385V4.615q0-.67.472-1.143Q4.944 3 5.616 3h10.769q.67 0 1.143.472q.472.472.472 1.144v6.537q0 .241-.164.403q-.165.162-.407.182q-1.192.051-2.223.445t-1.906 1.27q-.835.817-1.317 1.898q-.483 1.08-.483 2.339q0 .61.115 1.198q.114.588.35 1.143q.143.348-.034.659q-.177.31-.531.31z"/></svg> </template>
CSS
.icon-play-lesson-rounded {
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%22m9.5%209l1.385.839q.211.13.413.012t.202-.36V4.807q0-.348-.23-.578T10.692%204H8.308q-.348%200-.578.23t-.23.578V9.49q0%20.242.202.36t.414-.012zm5.165%2011.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.164m2.61-1.407l1.627-1.138q.173-.131.173-.33q0-.197-.173-.328l-1.627-1.138q-.211-.131-.426-.022q-.214.108-.214.35v2.277q0%20.243.214.351t.426-.022M5.615%2021q-.67%200-1.143-.472Q4%2020.056%204%2019.385V4.615q0-.67.472-1.143Q4.944%203%205.616%203h10.769q.67%200%201.143.472q.472.472.472%201.144v6.537q0%20.241-.164.403q-.165.162-.407.182q-1.192.051-2.223.445t-1.906%201.27q-.835.817-1.317%201.898q-.483%201.08-.483%202.339q0%20.61.115%201.198q.114.588.35%201.143q.143.348-.034.659q-.177.31-.531.31z%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%22m9.5%209l1.385.839q.211.13.413.012t.202-.36V4.807q0-.348-.23-.578T10.692%204H8.308q-.348%200-.578.23t-.23.578V9.49q0%20.242.202.36t.414-.012zm5.165%2011.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.164m2.61-1.407l1.627-1.138q.173-.131.173-.33q0-.197-.173-.328l-1.627-1.138q-.211-.131-.426-.022q-.214.108-.214.35v2.277q0%20.243.214.351t.426-.022M5.615%2021q-.67%200-1.143-.472Q4%2020.056%204%2019.385V4.615q0-.67.472-1.143Q4.944%203%205.616%203h10.769q.67%200%201.143.472q.472.472.472%201.144v6.537q0%20.241-.164.403q-.165.162-.407.182q-1.192.051-2.223.445t-1.906%201.27q-.835.817-1.317%201.898q-.483%201.08-.483%202.339q0%20.61.115%201.198q.114.588.35%201.143q.143.348-.034.659q-.177.31-.531.31z%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-rounded.svg?color=%231a73e8&size=48