subtitles slash icon
subtitles-slash-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- subtitles-slash-thin
- Set
- Phosphor
- Style
- Thin
- 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="M52 136a4 4 0 0 1 4-4h16a4 4 0 0 1 0 8H56a4 4 0 0 1-4-4m159 77.31a4 4 0 1 1-5.92 5.38L191.69 204H32a12 12 0 0 1-12-12V64a12 12 0 0 1 12-12h21.5L45 42.69a4 4 0 0 1 6-5.38ZM184.41 196l-21.82-24H56a4 4 0 0 1 0-8h99.32l-21.82-24H104a4 4 0 0 1 0-8h22.23L60.78 60H32a4 4 0 0 0-4 4v128a4 4 0 0 0 4 4ZM200 140a4 4 0 0 0 0-8h-21.48a4 4 0 1 0 0 8Zm24-88H105.79a4 4 0 0 0 0 8H224a4 4 0 0 1 4 4v130.83a4 4 0 1 0 8 0V64a12 12 0 0 0-12-12"/></svg>
React
import type { SVGProps } from "react";
export function PhSubtitlesSlashThin(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="M52 136a4 4 0 0 1 4-4h16a4 4 0 0 1 0 8H56a4 4 0 0 1-4-4m159 77.31a4 4 0 1 1-5.92 5.38L191.69 204H32a12 12 0 0 1-12-12V64a12 12 0 0 1 12-12h21.5L45 42.69a4 4 0 0 1 6-5.38ZM184.41 196l-21.82-24H56a4 4 0 0 1 0-8h99.32l-21.82-24H104a4 4 0 0 1 0-8h22.23L60.78 60H32a4 4 0 0 0-4 4v128a4 4 0 0 0 4 4ZM200 140a4 4 0 0 0 0-8h-21.48a4 4 0 1 0 0 8Zm24-88H105.79a4 4 0 0 0 0 8H224a4 4 0 0 1 4 4v130.83a4 4 0 1 0 8 0V64a12 12 0 0 0-12-12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M52 136a4 4 0 0 1 4-4h16a4 4 0 0 1 0 8H56a4 4 0 0 1-4-4m159 77.31a4 4 0 1 1-5.92 5.38L191.69 204H32a12 12 0 0 1-12-12V64a12 12 0 0 1 12-12h21.5L45 42.69a4 4 0 0 1 6-5.38ZM184.41 196l-21.82-24H56a4 4 0 0 1 0-8h99.32l-21.82-24H104a4 4 0 0 1 0-8h22.23L60.78 60H32a4 4 0 0 0-4 4v128a4 4 0 0 0 4 4ZM200 140a4 4 0 0 0 0-8h-21.48a4 4 0 1 0 0 8Zm24-88H105.79a4 4 0 0 0 0 8H224a4 4 0 0 1 4 4v130.83a4 4 0 1 0 8 0V64a12 12 0 0 0-12-12"/></svg> </template>
CSS
.icon-subtitles-slash-thin {
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%22M52%20136a4%204%200%200%201%204-4h16a4%204%200%200%201%200%208H56a4%204%200%200%201-4-4m159%2077.31a4%204%200%201%201-5.92%205.38L191.69%20204H32a12%2012%200%200%201-12-12V64a12%2012%200%200%201%2012-12h21.5L45%2042.69a4%204%200%200%201%206-5.38ZM184.41%20196l-21.82-24H56a4%204%200%200%201%200-8h99.32l-21.82-24H104a4%204%200%200%201%200-8h22.23L60.78%2060H32a4%204%200%200%200-4%204v128a4%204%200%200%200%204%204ZM200%20140a4%204%200%200%200%200-8h-21.48a4%204%200%201%200%200%208Zm24-88H105.79a4%204%200%200%200%200%208H224a4%204%200%200%201%204%204v130.83a4%204%200%201%200%208%200V64a12%2012%200%200%200-12-12%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%22M52%20136a4%204%200%200%201%204-4h16a4%204%200%200%201%200%208H56a4%204%200%200%201-4-4m159%2077.31a4%204%200%201%201-5.92%205.38L191.69%20204H32a12%2012%200%200%201-12-12V64a12%2012%200%200%201%2012-12h21.5L45%2042.69a4%204%200%200%201%206-5.38ZM184.41%20196l-21.82-24H56a4%204%200%200%201%200-8h99.32l-21.82-24H104a4%204%200%200%201%200-8h22.23L60.78%2060H32a4%204%200%200%200-4%204v128a4%204%200%200%200%204%204ZM200%20140a4%204%200%200%200%200-8h-21.48a4%204%200%201%200%200%208Zm24-88H105.79a4%204%200%200%200%200%208H224a4%204%200%200%201%204%204v130.83a4%204%200%201%200%208%200V64a12%2012%200%200%200-12-12%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/subtitles-slash-thin.svg?color=%231a73e8&size=48