autoplay icon
autoplay from Material Symbols by Google · Regular · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- autoplay
- Set
- Material Symbols
- Style
- Regular
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- autoplay-outline, autoplay-outline-sharp, autoplay-sharp
1 other variant in Material Symbols
The same icon in other sets
More audio & video icons from Material Symbols
Use the autoplay 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 16.5v-9l7 4.5zM12 23q-2.7 0-5.062-1.237T3 18.3V21H1v-6h6v2H4.55q1.275 1.875 3.238 2.938T12 21q2.875 0 5.213-1.65t3.287-4.375l1.95.45q-1.125 3.4-4 5.488T12 23M1.05 11q.175-1.675.8-3.213T3.575 4.95L5 6.375Q4.2 7.4 3.7 8.563T3.075 11zM6.4 4.975L4.975 3.55q1.325-1.1 2.85-1.737T11 1.05v2q-1.275.125-2.425.625T6.4 4.975m11.225 0q-1.025-.8-2.187-1.3T13 3.05v-2q1.675.15 3.213.775T19.05 3.55zM20.95 11q-.125-1.275-.625-2.437t-1.3-2.188L20.45 4.95q1.1 1.3 1.725 2.838T22.95 11z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsAutoplay(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 16.5v-9l7 4.5zM12 23q-2.7 0-5.062-1.237T3 18.3V21H1v-6h6v2H4.55q1.275 1.875 3.238 2.938T12 21q2.875 0 5.213-1.65t3.287-4.375l1.95.45q-1.125 3.4-4 5.488T12 23M1.05 11q.175-1.675.8-3.213T3.575 4.95L5 6.375Q4.2 7.4 3.7 8.563T3.075 11zM6.4 4.975L4.975 3.55q1.325-1.1 2.85-1.737T11 1.05v2q-1.275.125-2.425.625T6.4 4.975m11.225 0q-1.025-.8-2.187-1.3T13 3.05v-2q1.675.15 3.213.775T19.05 3.55zM20.95 11q-.125-1.275-.625-2.437t-1.3-2.188L20.45 4.95q1.1 1.3 1.725 2.838T22.95 11z"/></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 16.5v-9l7 4.5zM12 23q-2.7 0-5.062-1.237T3 18.3V21H1v-6h6v2H4.55q1.275 1.875 3.238 2.938T12 21q2.875 0 5.213-1.65t3.287-4.375l1.95.45q-1.125 3.4-4 5.488T12 23M1.05 11q.175-1.675.8-3.213T3.575 4.95L5 6.375Q4.2 7.4 3.7 8.563T3.075 11zM6.4 4.975L4.975 3.55q1.325-1.1 2.85-1.737T11 1.05v2q-1.275.125-2.425.625T6.4 4.975m11.225 0q-1.025-.8-2.187-1.3T13 3.05v-2q1.675.15 3.213.775T19.05 3.55zM20.95 11q-.125-1.275-.625-2.437t-1.3-2.188L20.45 4.95q1.1 1.3 1.725 2.838T22.95 11z"/></svg> </template>
CSS
.icon-autoplay {
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%2016.5v-9l7%204.5zM12%2023q-2.7%200-5.062-1.237T3%2018.3V21H1v-6h6v2H4.55q1.275%201.875%203.238%202.938T12%2021q2.875%200%205.213-1.65t3.287-4.375l1.95.45q-1.125%203.4-4%205.488T12%2023M1.05%2011q.175-1.675.8-3.213T3.575%204.95L5%206.375Q4.2%207.4%203.7%208.563T3.075%2011zM6.4%204.975L4.975%203.55q1.325-1.1%202.85-1.737T11%201.05v2q-1.275.125-2.425.625T6.4%204.975m11.225%200q-1.025-.8-2.187-1.3T13%203.05v-2q1.675.15%203.213.775T19.05%203.55zM20.95%2011q-.125-1.275-.625-2.437t-1.3-2.188L20.45%204.95q1.1%201.3%201.725%202.838T22.95%2011z%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%2016.5v-9l7%204.5zM12%2023q-2.7%200-5.062-1.237T3%2018.3V21H1v-6h6v2H4.55q1.275%201.875%203.238%202.938T12%2021q2.875%200%205.213-1.65t3.287-4.375l1.95.45q-1.125%203.4-4%205.488T12%2023M1.05%2011q.175-1.675.8-3.213T3.575%204.95L5%206.375Q4.2%207.4%203.7%208.563T3.075%2011zM6.4%204.975L4.975%203.55q1.325-1.1%202.85-1.737T11%201.05v2q-1.275.125-2.425.625T6.4%204.975m11.225%200q-1.025-.8-2.187-1.3T13%203.05v-2q1.675.15%203.213.775T19.05%203.55zM20.95%2011q-.125-1.275-.625-2.437t-1.3-2.188L20.45%204.95q1.1%201.3%201.725%202.838T22.95%2011z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/autoplay.svg?color=%231a73e8&size=48