twotone subtitles off icon

twotone-subtitles-off from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.

Name
twotone-subtitles-off
Set
Google Material Icons
Style
Baseline
Category
Action
Viewbox
24×24
License
Apache 2.0

More action icons from Google Material Icons

Use the twotone subtitles off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m8.83 6l4 4H18v2h-3.17L20 17.17V6zm6.34 12l-2-2H6v-2h5.17L8 10.83V12H6v-2h1.17L4 6.83V18z" opacity=".3"/><path fill="currentColor" d="M18 10h-5.17l2 2H18z"/><path fill="currentColor" d="M20 4H6.83l2 2H20v11.17l1.76 1.76c.15-.28.24-.59.24-.93V6c0-1.1-.9-2-2-2M1.04 3.87l1.2 1.2C2.09 5.35 2 5.66 2 6v12c0 1.1.9 2 2 2h13.17l2.96 2.96l1.41-1.41L2.45 2.45zM4 6.83L7.17 10H6v2h2v-1.17L11.17 14H6v2h7.17l2 2H4z"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneSubtitlesOff(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="m8.83 6l4 4H18v2h-3.17L20 17.17V6zm6.34 12l-2-2H6v-2h5.17L8 10.83V12H6v-2h1.17L4 6.83V18z" opacity=".3"/><path fill="currentColor" d="M18 10h-5.17l2 2H18z"/><path fill="currentColor" d="M20 4H6.83l2 2H20v11.17l1.76 1.76c.15-.28.24-.59.24-.93V6c0-1.1-.9-2-2-2M1.04 3.87l1.2 1.2C2.09 5.35 2 5.66 2 6v12c0 1.1.9 2 2 2h13.17l2.96 2.96l1.41-1.41L2.45 2.45zM4 6.83L7.17 10H6v2h2v-1.17L11.17 14H6v2h7.17l2 2H4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m8.83 6l4 4H18v2h-3.17L20 17.17V6zm6.34 12l-2-2H6v-2h5.17L8 10.83V12H6v-2h1.17L4 6.83V18z" opacity=".3"/><path fill="currentColor" d="M18 10h-5.17l2 2H18z"/><path fill="currentColor" d="M20 4H6.83l2 2H20v11.17l1.76 1.76c.15-.28.24-.59.24-.93V6c0-1.1-.9-2-2-2M1.04 3.87l1.2 1.2C2.09 5.35 2 5.66 2 6v12c0 1.1.9 2 2 2h13.17l2.96 2.96l1.41-1.41L2.45 2.45zM4 6.83L7.17 10H6v2h2v-1.17L11.17 14H6v2h7.17l2 2H4z"/></svg>
</template>

CSS

.icon-twotone-subtitles-off {
  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%22m8.83%206l4%204H18v2h-3.17L20%2017.17V6zm6.34%2012l-2-2H6v-2h5.17L8%2010.83V12H6v-2h1.17L4%206.83V18z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%2010h-5.17l2%202H18z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%204H6.83l2%202H20v11.17l1.76%201.76c.15-.28.24-.59.24-.93V6c0-1.1-.9-2-2-2M1.04%203.87l1.2%201.2C2.09%205.35%202%205.66%202%206v12c0%201.1.9%202%202%202h13.17l2.96%202.96l1.41-1.41L2.45%202.45zM4%206.83L7.17%2010H6v2h2v-1.17L11.17%2014H6v2h7.17l2%202H4z%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%22m8.83%206l4%204H18v2h-3.17L20%2017.17V6zm6.34%2012l-2-2H6v-2h5.17L8%2010.83V12H6v-2h1.17L4%206.83V18z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%2010h-5.17l2%202H18z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%204H6.83l2%202H20v11.17l1.76%201.76c.15-.28.24-.59.24-.93V6c0-1.1-.9-2-2-2M1.04%203.87l1.2%201.2C2.09%205.35%202%205.66%202%206v12c0%201.1.9%202%202%202h13.17l2.96%202.96l1.41-1.41L2.45%202.45zM4%206.83L7.17%2010H6v2h2v-1.17L11.17%2014H6v2h7.17l2%202H4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/twotone-subtitles-off.svg?color=%231a73e8&size=48