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

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

11 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the closed caption icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M11.051 9.742c.622.093 1.226.319 1.668.672a.75.75 0 1 1-.937 1.172c-.184-.147-.517-.296-.95-.36a2.8 2.8 0 0 0-1.308.108a2.04 2.04 0 0 0-1.048.79C8.206 12.523 8 13.118 8 14s.206 1.477.476 1.876c.27.397.636.648 1.048.79c.42.143.883.17 1.308.108c.433-.065.766-.213.95-.36a.75.75 0 0 1 .937 1.172c-.442.353-1.046.58-1.668.672a4.3 4.3 0 0 1-2.013-.174a3.53 3.53 0 0 1-1.803-1.366c-.472-.695-.735-1.6-.735-2.718s.263-2.023.735-2.718a3.53 3.53 0 0 1 1.803-1.366a4.3 4.3 0 0 1 2.013-.174m10.167.672c-.442-.353-1.045-.58-1.667-.672a4.3 4.3 0 0 0-2.013.174c-.682.233-1.33.67-1.803 1.366c-.472.695-.735 1.6-.735 2.718s.263 2.023.735 2.718a3.53 3.53 0 0 0 1.803 1.366a4.3 4.3 0 0 0 2.013.174c.622-.092 1.226-.319 1.668-.672a.75.75 0 1 0-.937-1.172c-.183.147-.517.295-.95.36a2.8 2.8 0 0 1-1.308-.108a2.03 2.03 0 0 1-1.048-.79c-.27-.399-.476-.994-.476-1.876s.206-1.477.476-1.876c.27-.397.637-.648 1.049-.79c.419-.143.882-.17 1.306-.108c.434.064.768.213.95.36a.75.75 0 0 0 .938-1.172M2 8.25A4.25 4.25 0 0 1 6.25 4h15.5A4.25 4.25 0 0 1 26 8.25v11.5A4.25 4.25 0 0 1 21.75 24H6.25A4.25 4.25 0 0 1 2 19.75zM6.25 5.5A2.75 2.75 0 0 0 3.5 8.25v11.5a2.75 2.75 0 0 0 2.75 2.75h15.5a2.75 2.75 0 0 0 2.75-2.75V8.25a2.75 2.75 0 0 0-2.75-2.75z"/></svg>

React

import type { SVGProps } from "react";

export function FluentClosedCaption28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M11.051 9.742c.622.093 1.226.319 1.668.672a.75.75 0 1 1-.937 1.172c-.184-.147-.517-.296-.95-.36a2.8 2.8 0 0 0-1.308.108a2.04 2.04 0 0 0-1.048.79C8.206 12.523 8 13.118 8 14s.206 1.477.476 1.876c.27.397.636.648 1.048.79c.42.143.883.17 1.308.108c.433-.065.766-.213.95-.36a.75.75 0 0 1 .937 1.172c-.442.353-1.046.58-1.668.672a4.3 4.3 0 0 1-2.013-.174a3.53 3.53 0 0 1-1.803-1.366c-.472-.695-.735-1.6-.735-2.718s.263-2.023.735-2.718a3.53 3.53 0 0 1 1.803-1.366a4.3 4.3 0 0 1 2.013-.174m10.167.672c-.442-.353-1.045-.58-1.667-.672a4.3 4.3 0 0 0-2.013.174c-.682.233-1.33.67-1.803 1.366c-.472.695-.735 1.6-.735 2.718s.263 2.023.735 2.718a3.53 3.53 0 0 0 1.803 1.366a4.3 4.3 0 0 0 2.013.174c.622-.092 1.226-.319 1.668-.672a.75.75 0 1 0-.937-1.172c-.183.147-.517.295-.95.36a2.8 2.8 0 0 1-1.308-.108a2.03 2.03 0 0 1-1.048-.79c-.27-.399-.476-.994-.476-1.876s.206-1.477.476-1.876c.27-.397.637-.648 1.049-.79c.419-.143.882-.17 1.306-.108c.434.064.768.213.95.36a.75.75 0 0 0 .938-1.172M2 8.25A4.25 4.25 0 0 1 6.25 4h15.5A4.25 4.25 0 0 1 26 8.25v11.5A4.25 4.25 0 0 1 21.75 24H6.25A4.25 4.25 0 0 1 2 19.75zM6.25 5.5A2.75 2.75 0 0 0 3.5 8.25v11.5a2.75 2.75 0 0 0 2.75 2.75h15.5a2.75 2.75 0 0 0 2.75-2.75V8.25a2.75 2.75 0 0 0-2.75-2.75z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M11.051 9.742c.622.093 1.226.319 1.668.672a.75.75 0 1 1-.937 1.172c-.184-.147-.517-.296-.95-.36a2.8 2.8 0 0 0-1.308.108a2.04 2.04 0 0 0-1.048.79C8.206 12.523 8 13.118 8 14s.206 1.477.476 1.876c.27.397.636.648 1.048.79c.42.143.883.17 1.308.108c.433-.065.766-.213.95-.36a.75.75 0 0 1 .937 1.172c-.442.353-1.046.58-1.668.672a4.3 4.3 0 0 1-2.013-.174a3.53 3.53 0 0 1-1.803-1.366c-.472-.695-.735-1.6-.735-2.718s.263-2.023.735-2.718a3.53 3.53 0 0 1 1.803-1.366a4.3 4.3 0 0 1 2.013-.174m10.167.672c-.442-.353-1.045-.58-1.667-.672a4.3 4.3 0 0 0-2.013.174c-.682.233-1.33.67-1.803 1.366c-.472.695-.735 1.6-.735 2.718s.263 2.023.735 2.718a3.53 3.53 0 0 0 1.803 1.366a4.3 4.3 0 0 0 2.013.174c.622-.092 1.226-.319 1.668-.672a.75.75 0 1 0-.937-1.172c-.183.147-.517.295-.95.36a2.8 2.8 0 0 1-1.308-.108a2.03 2.03 0 0 1-1.048-.79c-.27-.399-.476-.994-.476-1.876s.206-1.477.476-1.876c.27-.397.637-.648 1.049-.79c.419-.143.882-.17 1.306-.108c.434.064.768.213.95.36a.75.75 0 0 0 .938-1.172M2 8.25A4.25 4.25 0 0 1 6.25 4h15.5A4.25 4.25 0 0 1 26 8.25v11.5A4.25 4.25 0 0 1 21.75 24H6.25A4.25 4.25 0 0 1 2 19.75zM6.25 5.5A2.75 2.75 0 0 0 3.5 8.25v11.5a2.75 2.75 0 0 0 2.75 2.75h15.5a2.75 2.75 0 0 0 2.75-2.75V8.25a2.75 2.75 0 0 0-2.75-2.75z"/></svg>
</template>

CSS

.icon-closed-caption-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.051%209.742c.622.093%201.226.319%201.668.672a.75.75%200%201%201-.937%201.172c-.184-.147-.517-.296-.95-.36a2.8%202.8%200%200%200-1.308.108a2.04%202.04%200%200%200-1.048.79C8.206%2012.523%208%2013.118%208%2014s.206%201.477.476%201.876c.27.397.636.648%201.048.79c.42.143.883.17%201.308.108c.433-.065.766-.213.95-.36a.75.75%200%200%201%20.937%201.172c-.442.353-1.046.58-1.668.672a4.3%204.3%200%200%201-2.013-.174a3.53%203.53%200%200%201-1.803-1.366c-.472-.695-.735-1.6-.735-2.718s.263-2.023.735-2.718a3.53%203.53%200%200%201%201.803-1.366a4.3%204.3%200%200%201%202.013-.174m10.167.672c-.442-.353-1.045-.58-1.667-.672a4.3%204.3%200%200%200-2.013.174c-.682.233-1.33.67-1.803%201.366c-.472.695-.735%201.6-.735%202.718s.263%202.023.735%202.718a3.53%203.53%200%200%200%201.803%201.366a4.3%204.3%200%200%200%202.013.174c.622-.092%201.226-.319%201.668-.672a.75.75%200%201%200-.937-1.172c-.183.147-.517.295-.95.36a2.8%202.8%200%200%201-1.308-.108a2.03%202.03%200%200%201-1.048-.79c-.27-.399-.476-.994-.476-1.876s.206-1.477.476-1.876c.27-.397.637-.648%201.049-.79c.419-.143.882-.17%201.306-.108c.434.064.768.213.95.36a.75.75%200%200%200%20.938-1.172M2%208.25A4.25%204.25%200%200%201%206.25%204h15.5A4.25%204.25%200%200%201%2026%208.25v11.5A4.25%204.25%200%200%201%2021.75%2024H6.25A4.25%204.25%200%200%201%202%2019.75zM6.25%205.5A2.75%202.75%200%200%200%203.5%208.25v11.5a2.75%202.75%200%200%200%202.75%202.75h15.5a2.75%202.75%200%200%200%202.75-2.75V8.25a2.75%202.75%200%200%200-2.75-2.75z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.051%209.742c.622.093%201.226.319%201.668.672a.75.75%200%201%201-.937%201.172c-.184-.147-.517-.296-.95-.36a2.8%202.8%200%200%200-1.308.108a2.04%202.04%200%200%200-1.048.79C8.206%2012.523%208%2013.118%208%2014s.206%201.477.476%201.876c.27.397.636.648%201.048.79c.42.143.883.17%201.308.108c.433-.065.766-.213.95-.36a.75.75%200%200%201%20.937%201.172c-.442.353-1.046.58-1.668.672a4.3%204.3%200%200%201-2.013-.174a3.53%203.53%200%200%201-1.803-1.366c-.472-.695-.735-1.6-.735-2.718s.263-2.023.735-2.718a3.53%203.53%200%200%201%201.803-1.366a4.3%204.3%200%200%201%202.013-.174m10.167.672c-.442-.353-1.045-.58-1.667-.672a4.3%204.3%200%200%200-2.013.174c-.682.233-1.33.67-1.803%201.366c-.472.695-.735%201.6-.735%202.718s.263%202.023.735%202.718a3.53%203.53%200%200%200%201.803%201.366a4.3%204.3%200%200%200%202.013.174c.622-.092%201.226-.319%201.668-.672a.75.75%200%201%200-.937-1.172c-.183.147-.517.295-.95.36a2.8%202.8%200%200%201-1.308-.108a2.03%202.03%200%200%201-1.048-.79c-.27-.399-.476-.994-.476-1.876s.206-1.477.476-1.876c.27-.397.637-.648%201.049-.79c.419-.143.882-.17%201.306-.108c.434.064.768.213.95.36a.75.75%200%200%200%20.938-1.172M2%208.25A4.25%204.25%200%200%201%206.25%204h15.5A4.25%204.25%200%200%201%2026%208.25v11.5A4.25%204.25%200%200%201%2021.75%2024H6.25A4.25%204.25%200%200%201%202%2019.75zM6.25%205.5A2.75%202.75%200%200%200%203.5%208.25v11.5a2.75%202.75%200%200%200%202.75%202.75h15.5a2.75%202.75%200%200%200%202.75-2.75V8.25a2.75%202.75%200%200%200-2.75-2.75z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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