subtitles slash icon

subtitles-slash-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
subtitles-slash-fill
Set
Phosphor
Style
Fill
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Use the subtitles slash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M53.92 34.62a8 8 0 0 0-11.48-.37a8.23 8.23 0 0 0-.14 11.38L44.46 48H32a16 16 0 0 0-16 16v128a16 16 0 0 0 16 16h157.92l12.16 13.38a8 8 0 0 0 11.33.51a8.31 8.31 0 0 0 .3-11.51ZM104 128h13.19l14.54 16h-27.46a8.18 8.18 0 0 1-8.27-7.47a8 8 0 0 1 8-8.53m-48 0h16a8 8 0 0 1 8 8.53a8.18 8.18 0 0 1-8.27 7.47H56.27a8.18 8.18 0 0 1-8.27-7.47a8 8 0 0 1 8-8.53m96 48H56.27a8.18 8.18 0 0 1-8.27-7.47a8 8 0 0 1 8-8.53h90.28l11.9 13.09A8 8 0 0 1 152 176m88-112v128a16 16 0 0 1-5.19 11.78a4 4 0 0 1-5.7-.24L175 144h25a8 8 0 0 0 8-8.53a8.17 8.17 0 0 0-8.25-7.47h-39.3L93.79 54.69a4 4 0 0 1 3-6.69H224a16 16 0 0 1 16 16"/></svg>

React

import type { SVGProps } from "react";

export function PhSubtitlesSlashFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M53.92 34.62a8 8 0 0 0-11.48-.37a8.23 8.23 0 0 0-.14 11.38L44.46 48H32a16 16 0 0 0-16 16v128a16 16 0 0 0 16 16h157.92l12.16 13.38a8 8 0 0 0 11.33.51a8.31 8.31 0 0 0 .3-11.51ZM104 128h13.19l14.54 16h-27.46a8.18 8.18 0 0 1-8.27-7.47a8 8 0 0 1 8-8.53m-48 0h16a8 8 0 0 1 8 8.53a8.18 8.18 0 0 1-8.27 7.47H56.27a8.18 8.18 0 0 1-8.27-7.47a8 8 0 0 1 8-8.53m96 48H56.27a8.18 8.18 0 0 1-8.27-7.47a8 8 0 0 1 8-8.53h90.28l11.9 13.09A8 8 0 0 1 152 176m88-112v128a16 16 0 0 1-5.19 11.78a4 4 0 0 1-5.7-.24L175 144h25a8 8 0 0 0 8-8.53a8.17 8.17 0 0 0-8.25-7.47h-39.3L93.79 54.69a4 4 0 0 1 3-6.69H224a16 16 0 0 1 16 16"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M53.92 34.62a8 8 0 0 0-11.48-.37a8.23 8.23 0 0 0-.14 11.38L44.46 48H32a16 16 0 0 0-16 16v128a16 16 0 0 0 16 16h157.92l12.16 13.38a8 8 0 0 0 11.33.51a8.31 8.31 0 0 0 .3-11.51ZM104 128h13.19l14.54 16h-27.46a8.18 8.18 0 0 1-8.27-7.47a8 8 0 0 1 8-8.53m-48 0h16a8 8 0 0 1 8 8.53a8.18 8.18 0 0 1-8.27 7.47H56.27a8.18 8.18 0 0 1-8.27-7.47a8 8 0 0 1 8-8.53m96 48H56.27a8.18 8.18 0 0 1-8.27-7.47a8 8 0 0 1 8-8.53h90.28l11.9 13.09A8 8 0 0 1 152 176m88-112v128a16 16 0 0 1-5.19 11.78a4 4 0 0 1-5.7-.24L175 144h25a8 8 0 0 0 8-8.53a8.17 8.17 0 0 0-8.25-7.47h-39.3L93.79 54.69a4 4 0 0 1 3-6.69H224a16 16 0 0 1 16 16"/></svg>
</template>

CSS

.icon-subtitles-slash-fill {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M53.92%2034.62a8%208%200%200%200-11.48-.37a8.23%208.23%200%200%200-.14%2011.38L44.46%2048H32a16%2016%200%200%200-16%2016v128a16%2016%200%200%200%2016%2016h157.92l12.16%2013.38a8%208%200%200%200%2011.33.51a8.31%208.31%200%200%200%20.3-11.51ZM104%20128h13.19l14.54%2016h-27.46a8.18%208.18%200%200%201-8.27-7.47a8%208%200%200%201%208-8.53m-48%200h16a8%208%200%200%201%208%208.53a8.18%208.18%200%200%201-8.27%207.47H56.27a8.18%208.18%200%200%201-8.27-7.47a8%208%200%200%201%208-8.53m96%2048H56.27a8.18%208.18%200%200%201-8.27-7.47a8%208%200%200%201%208-8.53h90.28l11.9%2013.09A8%208%200%200%201%20152%20176m88-112v128a16%2016%200%200%201-5.19%2011.78a4%204%200%200%201-5.7-.24L175%20144h25a8%208%200%200%200%208-8.53a8.17%208.17%200%200%200-8.25-7.47h-39.3L93.79%2054.69a4%204%200%200%201%203-6.69H224a16%2016%200%200%201%2016%2016%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M53.92%2034.62a8%208%200%200%200-11.48-.37a8.23%208.23%200%200%200-.14%2011.38L44.46%2048H32a16%2016%200%200%200-16%2016v128a16%2016%200%200%200%2016%2016h157.92l12.16%2013.38a8%208%200%200%200%2011.33.51a8.31%208.31%200%200%200%20.3-11.51ZM104%20128h13.19l14.54%2016h-27.46a8.18%208.18%200%200%201-8.27-7.47a8%208%200%200%201%208-8.53m-48%200h16a8%208%200%200%201%208%208.53a8.18%208.18%200%200%201-8.27%207.47H56.27a8.18%208.18%200%200%201-8.27-7.47a8%208%200%200%201%208-8.53m96%2048H56.27a8.18%208.18%200%200%201-8.27-7.47a8%208%200%200%201%208-8.53h90.28l11.9%2013.09A8%208%200%200%201%20152%20176m88-112v128a16%2016%200%200%201-5.19%2011.78a4%204%200%200%201-5.7-.24L175%20144h25a8%208%200%200%200%208-8.53a8.17%208.17%200%200%200-8.25-7.47h-39.3L93.79%2054.69a4%204%200%200%201%203-6.69H224a16%2016%200%200%201%2016%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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