play disabled icon
play-disabled-outline-rounded from Material Symbols by Google · Outline Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- play-disabled-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More audio & video icons from Material Symbols
Use the play disabled icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.45 13.6l-1.4-1.45l-.95-.9L8.35 5.5q.25-.2.575-.237t.625.162l8.125 5.725q.475.3.462.85t-.487.85zm2.6 8.3L13 15.8l-3.45 2.225q-.5.325-1.025.038T8 17.175V10.8L2.1 4.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l16.975 16.975q.3.3.3.713t-.3.712q-.3.275-.712.288t-.713-.288M10 15.35l1.55-1L10 12.8zm5.05-3.2"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsPlayDisabledOutlineRounded(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="m16.45 13.6l-1.4-1.45l-.95-.9L8.35 5.5q.25-.2.575-.237t.625.162l8.125 5.725q.475.3.462.85t-.487.85zm2.6 8.3L13 15.8l-3.45 2.225q-.5.325-1.025.038T8 17.175V10.8L2.1 4.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l16.975 16.975q.3.3.3.713t-.3.712q-.3.275-.712.288t-.713-.288M10 15.35l1.55-1L10 12.8zm5.05-3.2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.45 13.6l-1.4-1.45l-.95-.9L8.35 5.5q.25-.2.575-.237t.625.162l8.125 5.725q.475.3.462.85t-.487.85zm2.6 8.3L13 15.8l-3.45 2.225q-.5.325-1.025.038T8 17.175V10.8L2.1 4.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l16.975 16.975q.3.3.3.713t-.3.712q-.3.275-.712.288t-.713-.288M10 15.35l1.55-1L10 12.8zm5.05-3.2"/></svg> </template>
CSS
.icon-play-disabled-outline-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%22m16.45%2013.6l-1.4-1.45l-.95-.9L8.35%205.5q.25-.2.575-.237t.625.162l8.125%205.725q.475.3.462.85t-.487.85zm2.6%208.3L13%2015.8l-3.45%202.225q-.5.325-1.025.038T8%2017.175V10.8L2.1%204.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l16.975%2016.975q.3.3.3.713t-.3.712q-.3.275-.712.288t-.713-.288M10%2015.35l1.55-1L10%2012.8zm5.05-3.2%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%22m16.45%2013.6l-1.4-1.45l-.95-.9L8.35%205.5q.25-.2.575-.237t.625.162l8.125%205.725q.475.3.462.85t-.487.85zm2.6%208.3L13%2015.8l-3.45%202.225q-.5.325-1.025.038T8%2017.175V10.8L2.1%204.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l16.975%2016.975q.3.3.3.713t-.3.712q-.3.275-.712.288t-.713-.288M10%2015.35l1.55-1L10%2012.8zm5.05-3.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/play-disabled-outline-rounded.svg?color=%231a73e8&size=48