round play disabled icon
round-play-disabled from Google Material Icons by Material Design Authors · Baseline · AV · Apache-2.0 Free for personal and commercial use.
- Name
- round-play-disabled
- Set
- Google Material Icons
- Style
- Baseline
- Category
- AV
- Viewbox
- 24×24
- License
- Apache 2.0
More av icons from Google Material Icons
baseline-10kbaseline-1kbaseline-1k-plusbaseline-2kbaseline-2k-plusbaseline-3kbaseline-3k-plusbaseline-4kbaseline-4k-plusbaseline-5gbaseline-5kbaseline-5k-plusbaseline-6kbaseline-6k-plusbaseline-7kbaseline-7k-plusbaseline-8kbaseline-8k-plusbaseline-9kbaseline-9k-plusbaseline-add-to-queuebaseline-airplaybaseline-albumbaseline-art-track
Use the round 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="M2.1 3.51a.996.996 0 0 0 0 1.41l5.9 5.9v6.35c0 .79.87 1.27 1.54.84l3.45-2.2l6.08 6.08a.996.996 0 1 0 1.41-1.41L3.51 3.51a.996.996 0 0 0-1.41 0m15.58 9.33a1 1 0 0 0 0-1.69L9.54 5.98a1.01 1.01 0 0 0-.84-.11l7.75 7.75z"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundPlayDisabled(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="M2.1 3.51a.996.996 0 0 0 0 1.41l5.9 5.9v6.35c0 .79.87 1.27 1.54.84l3.45-2.2l6.08 6.08a.996.996 0 1 0 1.41-1.41L3.51 3.51a.996.996 0 0 0-1.41 0m15.58 9.33a1 1 0 0 0 0-1.69L9.54 5.98a1.01 1.01 0 0 0-.84-.11l7.75 7.75z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.1 3.51a.996.996 0 0 0 0 1.41l5.9 5.9v6.35c0 .79.87 1.27 1.54.84l3.45-2.2l6.08 6.08a.996.996 0 1 0 1.41-1.41L3.51 3.51a.996.996 0 0 0-1.41 0m15.58 9.33a1 1 0 0 0 0-1.69L9.54 5.98a1.01 1.01 0 0 0-.84-.11l7.75 7.75z"/></svg> </template>
CSS
.icon-round-play-disabled {
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%22M2.1%203.51a.996.996%200%200%200%200%201.41l5.9%205.9v6.35c0%20.79.87%201.27%201.54.84l3.45-2.2l6.08%206.08a.996.996%200%201%200%201.41-1.41L3.51%203.51a.996.996%200%200%200-1.41%200m15.58%209.33a1%201%200%200%200%200-1.69L9.54%205.98a1.01%201.01%200%200%200-.84-.11l7.75%207.75z%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%22M2.1%203.51a.996.996%200%200%200%200%201.41l5.9%205.9v6.35c0%20.79.87%201.27%201.54.84l3.45-2.2l6.08%206.08a.996.996%200%201%200%201.41-1.41L3.51%203.51a.996.996%200%200%200-1.41%200m15.58%209.33a1%201%200%200%200%200-1.69L9.54%205.98a1.01%201.01%200%200%200-.84-.11l7.75%207.75z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-play-disabled.svg?color=%231a73e8&size=48