closed caption disabled icon

closed-caption-disabled-rounded from Material Symbols Light by Google · Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.

Name
closed-caption-disabled-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 closed caption disabled icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.756 22.171L17.579 19H5.616q-.691 0-1.153-.462T4 17.384V6.616q0-.262.087-.482q.086-.22.24-.386L2.241 3.662q-.147-.146-.157-.347q-.009-.201.156-.367q.166-.165.357-.165q.192 0 .357.165l18.515 18.516q.146.146.156.344t-.156.363t-.357.165t-.356-.165M7.769 14.692H10q.444 0 .76-.316q.317-.316.317-.76v-.241q0-.142-.102-.263t-.283-.122h-.115q-.18 0-.283.121q-.102.122-.102.264v.125q0 .116-.096.212t-.211.096h-2q-.116 0-.212-.096t-.096-.212v-3.04q0-.135.087-.222t.22-.086h.847l-.798-.798l-.308.006q-.386.029-.66.325q-.273.296-.273.7v3.23q0 .445.317.761q.316.316.76.316M20 6.616v8.623q0 .54-.497.745t-.876-.174l-1.554-1.554q.098-.125.167-.26q.068-.136.068-.284v-.327q0-.143-.112-.254t-.273-.112h-.115q-.143 0-.264.102t-.121.245v.211h-.029l-2.586-2.586V10.5q0-.115.096-.212t.211-.096h2q.116 0 .212.096t.096.212v.125q0 .142.102.254t.283.112h.115q.18 0 .283-.112t.102-.254v-.24q0-.445-.317-.761q-.316-.316-.76-.316H14q-.367 0-.655.23t-.384.577v.03l-3.77-3.772q-.38-.379-.175-.876T9.761 5h8.624q.69 0 1.153.463T20 6.616"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightClosedCaptionDisabledRounded(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="M20.756 22.171L17.579 19H5.616q-.691 0-1.153-.462T4 17.384V6.616q0-.262.087-.482q.086-.22.24-.386L2.241 3.662q-.147-.146-.157-.347q-.009-.201.156-.367q.166-.165.357-.165q.192 0 .357.165l18.515 18.516q.146.146.156.344t-.156.363t-.357.165t-.356-.165M7.769 14.692H10q.444 0 .76-.316q.317-.316.317-.76v-.241q0-.142-.102-.263t-.283-.122h-.115q-.18 0-.283.121q-.102.122-.102.264v.125q0 .116-.096.212t-.211.096h-2q-.116 0-.212-.096t-.096-.212v-3.04q0-.135.087-.222t.22-.086h.847l-.798-.798l-.308.006q-.386.029-.66.325q-.273.296-.273.7v3.23q0 .445.317.761q.316.316.76.316M20 6.616v8.623q0 .54-.497.745t-.876-.174l-1.554-1.554q.098-.125.167-.26q.068-.136.068-.284v-.327q0-.143-.112-.254t-.273-.112h-.115q-.143 0-.264.102t-.121.245v.211h-.029l-2.586-2.586V10.5q0-.115.096-.212t.211-.096h2q.116 0 .212.096t.096.212v.125q0 .142.102.254t.283.112h.115q.18 0 .283-.112t.102-.254v-.24q0-.445-.317-.761q-.316-.316-.76-.316H14q-.367 0-.655.23t-.384.577v.03l-3.77-3.772q-.38-.379-.175-.876T9.761 5h8.624q.69 0 1.153.463T20 6.616"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.756 22.171L17.579 19H5.616q-.691 0-1.153-.462T4 17.384V6.616q0-.262.087-.482q.086-.22.24-.386L2.241 3.662q-.147-.146-.157-.347q-.009-.201.156-.367q.166-.165.357-.165q.192 0 .357.165l18.515 18.516q.146.146.156.344t-.156.363t-.357.165t-.356-.165M7.769 14.692H10q.444 0 .76-.316q.317-.316.317-.76v-.241q0-.142-.102-.263t-.283-.122h-.115q-.18 0-.283.121q-.102.122-.102.264v.125q0 .116-.096.212t-.211.096h-2q-.116 0-.212-.096t-.096-.212v-3.04q0-.135.087-.222t.22-.086h.847l-.798-.798l-.308.006q-.386.029-.66.325q-.273.296-.273.7v3.23q0 .445.317.761q.316.316.76.316M20 6.616v8.623q0 .54-.497.745t-.876-.174l-1.554-1.554q.098-.125.167-.26q.068-.136.068-.284v-.327q0-.143-.112-.254t-.273-.112h-.115q-.143 0-.264.102t-.121.245v.211h-.029l-2.586-2.586V10.5q0-.115.096-.212t.211-.096h2q.116 0 .212.096t.096.212v.125q0 .142.102.254t.283.112h.115q.18 0 .283-.112t.102-.254v-.24q0-.445-.317-.761q-.316-.316-.76-.316H14q-.367 0-.655.23t-.384.577v.03l-3.77-3.772q-.38-.379-.175-.876T9.761 5h8.624q.69 0 1.153.463T20 6.616"/></svg>
</template>

CSS

.icon-closed-caption-disabled-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%22M20.756%2022.171L17.579%2019H5.616q-.691%200-1.153-.462T4%2017.384V6.616q0-.262.087-.482q.086-.22.24-.386L2.241%203.662q-.147-.146-.157-.347q-.009-.201.156-.367q.166-.165.357-.165q.192%200%20.357.165l18.515%2018.516q.146.146.156.344t-.156.363t-.357.165t-.356-.165M7.769%2014.692H10q.444%200%20.76-.316q.317-.316.317-.76v-.241q0-.142-.102-.263t-.283-.122h-.115q-.18%200-.283.121q-.102.122-.102.264v.125q0%20.116-.096.212t-.211.096h-2q-.116%200-.212-.096t-.096-.212v-3.04q0-.135.087-.222t.22-.086h.847l-.798-.798l-.308.006q-.386.029-.66.325q-.273.296-.273.7v3.23q0%20.445.317.761q.316.316.76.316M20%206.616v8.623q0%20.54-.497.745t-.876-.174l-1.554-1.554q.098-.125.167-.26q.068-.136.068-.284v-.327q0-.143-.112-.254t-.273-.112h-.115q-.143%200-.264.102t-.121.245v.211h-.029l-2.586-2.586V10.5q0-.115.096-.212t.211-.096h2q.116%200%20.212.096t.096.212v.125q0%20.142.102.254t.283.112h.115q.18%200%20.283-.112t.102-.254v-.24q0-.445-.317-.761q-.316-.316-.76-.316H14q-.367%200-.655.23t-.384.577v.03l-3.77-3.772q-.38-.379-.175-.876T9.761%205h8.624q.69%200%201.153.463T20%206.616%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%22M20.756%2022.171L17.579%2019H5.616q-.691%200-1.153-.462T4%2017.384V6.616q0-.262.087-.482q.086-.22.24-.386L2.241%203.662q-.147-.146-.157-.347q-.009-.201.156-.367q.166-.165.357-.165q.192%200%20.357.165l18.515%2018.516q.146.146.156.344t-.156.363t-.357.165t-.356-.165M7.769%2014.692H10q.444%200%20.76-.316q.317-.316.317-.76v-.241q0-.142-.102-.263t-.283-.122h-.115q-.18%200-.283.121q-.102.122-.102.264v.125q0%20.116-.096.212t-.211.096h-2q-.116%200-.212-.096t-.096-.212v-3.04q0-.135.087-.222t.22-.086h.847l-.798-.798l-.308.006q-.386.029-.66.325q-.273.296-.273.7v3.23q0%20.445.317.761q.316.316.76.316M20%206.616v8.623q0%20.54-.497.745t-.876-.174l-1.554-1.554q.098-.125.167-.26q.068-.136.068-.284v-.327q0-.143-.112-.254t-.273-.112h-.115q-.143%200-.264.102t-.121.245v.211h-.029l-2.586-2.586V10.5q0-.115.096-.212t.211-.096h2q.116%200%20.212.096t.096.212v.125q0%20.142.102.254t.283.112h.115q.18%200%20.283-.112t.102-.254v-.24q0-.445-.317-.761q-.316-.316-.76-.316H14q-.367%200-.655.23t-.384.577v.03l-3.77-3.772q-.38-.379-.175-.876T9.761%205h8.624q.69%200%201.153.463T20%206.616%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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