closed caption off icon

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

Name
closed-caption-off-24-filled
Set
Fluent UI System Icons
Style
24 Filled
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.06zm5.293 7.414C7.69 9.78 7 10.63 7 12c0 2.005 1.484 2.896 2.88 2.103a.75.75 0 0 1 .74 1.303C8.216 16.776 5.5 15.144 5.5 12c0-1.7.793-2.958 1.902-3.537zm8.805.267c-1.241-.708-2.549-.085-2.825 1.47l7.01 7.011A3.24 3.24 0 0 0 22 16.754V7.25A3.25 3.25 0 0 0 18.75 4H7.182l6.174 6.174c.813-1.888 2.882-2.65 4.766-1.575a.75.75 0 0 1-.744 1.302"/></svg>

React

import type { SVGProps } from "react";

export function FluentClosedCaptionOff24Filled(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.06zm5.293 7.414C7.69 9.78 7 10.63 7 12c0 2.005 1.484 2.896 2.88 2.103a.75.75 0 0 1 .74 1.303C8.216 16.776 5.5 15.144 5.5 12c0-1.7.793-2.958 1.902-3.537zm8.805.267c-1.241-.708-2.549-.085-2.825 1.47l7.01 7.011A3.24 3.24 0 0 0 22 16.754V7.25A3.25 3.25 0 0 0 18.75 4H7.182l6.174 6.174c.813-1.888 2.882-2.65 4.766-1.575a.75.75 0 0 1-.744 1.302"/></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.06zm5.293 7.414C7.69 9.78 7 10.63 7 12c0 2.005 1.484 2.896 2.88 2.103a.75.75 0 0 1 .74 1.303C8.216 16.776 5.5 15.144 5.5 12c0-1.7.793-2.958 1.902-3.537zm8.805.267c-1.241-.708-2.549-.085-2.825 1.47l7.01 7.011A3.24 3.24 0 0 0 22 16.754V7.25A3.25 3.25 0 0 0 18.75 4H7.182l6.174 6.174c.813-1.888 2.882-2.65 4.766-1.575a.75.75 0 0 1-.744 1.302"/></svg>
</template>

CSS

.icon-closed-caption-off-24-filled {
  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.06zm5.293%207.414C7.69%209.78%207%2010.63%207%2012c0%202.005%201.484%202.896%202.88%202.103a.75.75%200%200%201%20.74%201.303C8.216%2016.776%205.5%2015.144%205.5%2012c0-1.7.793-2.958%201.902-3.537zm8.805.267c-1.241-.708-2.549-.085-2.825%201.47l7.01%207.011A3.24%203.24%200%200%200%2022%2016.754V7.25A3.25%203.25%200%200%200%2018.75%204H7.182l6.174%206.174c.813-1.888%202.882-2.65%204.766-1.575a.75.75%200%200%201-.744%201.302%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.06zm5.293%207.414C7.69%209.78%207%2010.63%207%2012c0%202.005%201.484%202.896%202.88%202.103a.75.75%200%200%201%20.74%201.303C8.216%2016.776%205.5%2015.144%205.5%2012c0-1.7.793-2.958%201.902-3.537zm8.805.267c-1.241-.708-2.549-.085-2.825%201.47l7.01%207.011A3.24%203.24%200%200%200%2022%2016.754V7.25A3.25%203.25%200%200%200%2018.75%204H7.182l6.174%206.174c.813-1.888%202.882-2.65%204.766-1.575a.75.75%200%200%201-.744%201.302%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-filled.svg?color=%231a73e8&size=48