closed caption off icon

closed-caption-off-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
closed-caption-off-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

9 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the closed caption off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.28 2.22a.75.75 0 0 0-1.06 1.06l1.25 1.25A3.25 3.25 0 0 0 2 7.25v9.505a3.25 3.25 0 0 0 3.25 3.25h13.5q.095 0 .188-.006l1.781 1.781a.75.75 0 0 0 1.061-1.06zm14.164 16.284H5.25a1.75 1.75 0 0 1-1.75-1.75V7.25c0-.727.443-1.35 1.074-1.615l2.828 2.828C6.292 9.043 5.5 10.3 5.5 12c0 3.143 2.715 4.775 5.12 3.406a.75.75 0 0 0-.74-1.303C8.483 14.896 7 14.005 7 12c0-1.37.69-2.22 1.573-2.366zm2.986-1.256q.069-.236.07-.494V7.25a1.75 1.75 0 0 0-1.75-1.75H8.682L7.182 4H18.75A3.25 3.25 0 0 1 22 7.25v9.505c0 .593-.159 1.148-.436 1.627zm-5.877-5.877l-1.197-1.197c.813-1.888 2.882-2.65 4.766-1.575a.75.75 0 0 1-.744 1.302c-1.241-.708-2.549-.085-2.825 1.47"/></svg>

React

import type { SVGProps } from "react";

export function FluentClosedCaptionOff24Regular(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="M3.28 2.22a.75.75 0 0 0-1.06 1.06l1.25 1.25A3.25 3.25 0 0 0 2 7.25v9.505a3.25 3.25 0 0 0 3.25 3.25h13.5q.095 0 .188-.006l1.781 1.781a.75.75 0 0 0 1.061-1.06zm14.164 16.284H5.25a1.75 1.75 0 0 1-1.75-1.75V7.25c0-.727.443-1.35 1.074-1.615l2.828 2.828C6.292 9.043 5.5 10.3 5.5 12c0 3.143 2.715 4.775 5.12 3.406a.75.75 0 0 0-.74-1.303C8.483 14.896 7 14.005 7 12c0-1.37.69-2.22 1.573-2.366zm2.986-1.256q.069-.236.07-.494V7.25a1.75 1.75 0 0 0-1.75-1.75H8.682L7.182 4H18.75A3.25 3.25 0 0 1 22 7.25v9.505c0 .593-.159 1.148-.436 1.627zm-5.877-5.877l-1.197-1.197c.813-1.888 2.882-2.65 4.766-1.575a.75.75 0 0 1-.744 1.302c-1.241-.708-2.549-.085-2.825 1.47"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.28 2.22a.75.75 0 0 0-1.06 1.06l1.25 1.25A3.25 3.25 0 0 0 2 7.25v9.505a3.25 3.25 0 0 0 3.25 3.25h13.5q.095 0 .188-.006l1.781 1.781a.75.75 0 0 0 1.061-1.06zm14.164 16.284H5.25a1.75 1.75 0 0 1-1.75-1.75V7.25c0-.727.443-1.35 1.074-1.615l2.828 2.828C6.292 9.043 5.5 10.3 5.5 12c0 3.143 2.715 4.775 5.12 3.406a.75.75 0 0 0-.74-1.303C8.483 14.896 7 14.005 7 12c0-1.37.69-2.22 1.573-2.366zm2.986-1.256q.069-.236.07-.494V7.25a1.75 1.75 0 0 0-1.75-1.75H8.682L7.182 4H18.75A3.25 3.25 0 0 1 22 7.25v9.505c0 .593-.159 1.148-.436 1.627zm-5.877-5.877l-1.197-1.197c.813-1.888 2.882-2.65 4.766-1.575a.75.75 0 0 1-.744 1.302c-1.241-.708-2.549-.085-2.825 1.47"/></svg>
</template>

CSS

.icon-closed-caption-off-24-regular {
  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%22M3.28%202.22a.75.75%200%200%200-1.06%201.06l1.25%201.25A3.25%203.25%200%200%200%202%207.25v9.505a3.25%203.25%200%200%200%203.25%203.25h13.5q.095%200%20.188-.006l1.781%201.781a.75.75%200%200%200%201.061-1.06zm14.164%2016.284H5.25a1.75%201.75%200%200%201-1.75-1.75V7.25c0-.727.443-1.35%201.074-1.615l2.828%202.828C6.292%209.043%205.5%2010.3%205.5%2012c0%203.143%202.715%204.775%205.12%203.406a.75.75%200%200%200-.74-1.303C8.483%2014.896%207%2014.005%207%2012c0-1.37.69-2.22%201.573-2.366zm2.986-1.256q.069-.236.07-.494V7.25a1.75%201.75%200%200%200-1.75-1.75H8.682L7.182%204H18.75A3.25%203.25%200%200%201%2022%207.25v9.505c0%20.593-.159%201.148-.436%201.627zm-5.877-5.877l-1.197-1.197c.813-1.888%202.882-2.65%204.766-1.575a.75.75%200%200%201-.744%201.302c-1.241-.708-2.549-.085-2.825%201.47%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%22M3.28%202.22a.75.75%200%200%200-1.06%201.06l1.25%201.25A3.25%203.25%200%200%200%202%207.25v9.505a3.25%203.25%200%200%200%203.25%203.25h13.5q.095%200%20.188-.006l1.781%201.781a.75.75%200%200%200%201.061-1.06zm14.164%2016.284H5.25a1.75%201.75%200%200%201-1.75-1.75V7.25c0-.727.443-1.35%201.074-1.615l2.828%202.828C6.292%209.043%205.5%2010.3%205.5%2012c0%203.143%202.715%204.775%205.12%203.406a.75.75%200%200%200-.74-1.303C8.483%2014.896%207%2014.005%207%2012c0-1.37.69-2.22%201.573-2.366zm2.986-1.256q.069-.236.07-.494V7.25a1.75%201.75%200%200%200-1.75-1.75H8.682L7.182%204H18.75A3.25%203.25%200%200%201%2022%207.25v9.505c0%20.593-.159%201.148-.436%201.627zm-5.877-5.877l-1.197-1.197c.813-1.888%202.882-2.65%204.766-1.575a.75.75%200%200%201-.744%201.302c-1.241-.708-2.549-.085-2.825%201.47%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/closed-caption-off-24-regular.svg?color=%231a73e8&size=48