closed captioning slash icon

closed-captioning-slash from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.

Name
closed-captioning-slash
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome Solid

Use the closed captioning slash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M39 39.1c9.4-9.4 24.6-9.4 33.9 0l88.9 88.9H512c35.3 0 64 28.7 64 64v256c0 25.5-14.9 47.4-36.4 57.8l61.4 61.3c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L39 73.1c-9.3-9.4-9.3-24.6 0-34m345 311v-70.2c0-4.4 3.6-8 8-8h32c4.4 0 8 3.6 8 8c0 13.3 10.7 24 24 24s24-10.7 24-24c0-30.9-25.1-56-56-56h-32c-30.9 0-56 25.1-56 56v22.2zm61.5 61.5c20.2-8.4 34.5-28.4 34.5-51.7c0-13.3-10.7-24-24-24s-24 10.7-24 24c0 4.4-3.6 8-8 8h-22.2zM162.3 264.1c-1.5 5-2.3 10.4-2.3 15.9v80c0 30.9 25.1 56 56 56h32c18.1 0 34.1-8.5 44.4-21.8L410.2 512H128c-35.3 0-64-28.7-64-64V192c0-7.8 1.4-15.3 4-22.2zm93.8 93.8c-.1.7-.1 1.4-.1 2.1c0 4.4-3.6 8-8 8h-32c-4.4 0-8-3.6-8-8v-50.2z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidClosedCaptioningSlash(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M39 39.1c9.4-9.4 24.6-9.4 33.9 0l88.9 88.9H512c35.3 0 64 28.7 64 64v256c0 25.5-14.9 47.4-36.4 57.8l61.4 61.3c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L39 73.1c-9.3-9.4-9.3-24.6 0-34m345 311v-70.2c0-4.4 3.6-8 8-8h32c4.4 0 8 3.6 8 8c0 13.3 10.7 24 24 24s24-10.7 24-24c0-30.9-25.1-56-56-56h-32c-30.9 0-56 25.1-56 56v22.2zm61.5 61.5c20.2-8.4 34.5-28.4 34.5-51.7c0-13.3-10.7-24-24-24s-24 10.7-24 24c0 4.4-3.6 8-8 8h-22.2zM162.3 264.1c-1.5 5-2.3 10.4-2.3 15.9v80c0 30.9 25.1 56 56 56h32c18.1 0 34.1-8.5 44.4-21.8L410.2 512H128c-35.3 0-64-28.7-64-64V192c0-7.8 1.4-15.3 4-22.2zm93.8 93.8c-.1.7-.1 1.4-.1 2.1c0 4.4-3.6 8-8 8h-32c-4.4 0-8-3.6-8-8v-50.2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M39 39.1c9.4-9.4 24.6-9.4 33.9 0l88.9 88.9H512c35.3 0 64 28.7 64 64v256c0 25.5-14.9 47.4-36.4 57.8l61.4 61.3c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L39 73.1c-9.3-9.4-9.3-24.6 0-34m345 311v-70.2c0-4.4 3.6-8 8-8h32c4.4 0 8 3.6 8 8c0 13.3 10.7 24 24 24s24-10.7 24-24c0-30.9-25.1-56-56-56h-32c-30.9 0-56 25.1-56 56v22.2zm61.5 61.5c20.2-8.4 34.5-28.4 34.5-51.7c0-13.3-10.7-24-24-24s-24 10.7-24 24c0 4.4-3.6 8-8 8h-22.2zM162.3 264.1c-1.5 5-2.3 10.4-2.3 15.9v80c0 30.9 25.1 56 56 56h32c18.1 0 34.1-8.5 44.4-21.8L410.2 512H128c-35.3 0-64-28.7-64-64V192c0-7.8 1.4-15.3 4-22.2zm93.8 93.8c-.1.7-.1 1.4-.1 2.1c0 4.4-3.6 8-8 8h-32c-4.4 0-8-3.6-8-8v-50.2z"/></svg>
</template>

CSS

.icon-closed-captioning-slash {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M39%2039.1c9.4-9.4%2024.6-9.4%2033.9%200l88.9%2088.9H512c35.3%200%2064%2028.7%2064%2064v256c0%2025.5-14.9%2047.4-36.4%2057.8l61.4%2061.3c9.4%209.4%209.4%2024.6%200%2033.9s-24.6%209.4-33.9%200L39%2073.1c-9.3-9.4-9.3-24.6%200-34m345%20311v-70.2c0-4.4%203.6-8%208-8h32c4.4%200%208%203.6%208%208c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24c0-30.9-25.1-56-56-56h-32c-30.9%200-56%2025.1-56%2056v22.2zm61.5%2061.5c20.2-8.4%2034.5-28.4%2034.5-51.7c0-13.3-10.7-24-24-24s-24%2010.7-24%2024c0%204.4-3.6%208-8%208h-22.2zM162.3%20264.1c-1.5%205-2.3%2010.4-2.3%2015.9v80c0%2030.9%2025.1%2056%2056%2056h32c18.1%200%2034.1-8.5%2044.4-21.8L410.2%20512H128c-35.3%200-64-28.7-64-64V192c0-7.8%201.4-15.3%204-22.2zm93.8%2093.8c-.1.7-.1%201.4-.1%202.1c0%204.4-3.6%208-8%208h-32c-4.4%200-8-3.6-8-8v-50.2z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M39%2039.1c9.4-9.4%2024.6-9.4%2033.9%200l88.9%2088.9H512c35.3%200%2064%2028.7%2064%2064v256c0%2025.5-14.9%2047.4-36.4%2057.8l61.4%2061.3c9.4%209.4%209.4%2024.6%200%2033.9s-24.6%209.4-33.9%200L39%2073.1c-9.3-9.4-9.3-24.6%200-34m345%20311v-70.2c0-4.4%203.6-8%208-8h32c4.4%200%208%203.6%208%208c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24c0-30.9-25.1-56-56-56h-32c-30.9%200-56%2025.1-56%2056v22.2zm61.5%2061.5c20.2-8.4%2034.5-28.4%2034.5-51.7c0-13.3-10.7-24-24-24s-24%2010.7-24%2024c0%204.4-3.6%208-8%208h-22.2zM162.3%20264.1c-1.5%205-2.3%2010.4-2.3%2015.9v80c0%2030.9%2025.1%2056%2056%2056h32c18.1%200%2034.1-8.5%2044.4-21.8L410.2%20512H128c-35.3%200-64-28.7-64-64V192c0-7.8%201.4-15.3%204-22.2zm93.8%2093.8c-.1.7-.1%201.4-.1%202.1c0%204.4-3.6%208-8%208h-32c-4.4%200-8-3.6-8-8v-50.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/closed-captioning-slash.svg?color=%231a73e8&size=48

Closed Captioning Slash solid icon — Font Awesome Solid · IconsDB