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

Name
closed-caption-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
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 48 48"><path fill="currentColor" d="M14.024 16.983c2.308-1.65 6.09-1.36 7.786 1.354a1.25 1.25 0 0 1-2.12 1.326c-.804-1.287-2.871-1.605-4.214-.646c-.838.599-1.976 1.862-1.976 4.983c0 3.158 1.083 4.391 1.94 4.958c.632.418 1.522.62 2.388.529c.867-.092 1.542-.456 1.905-.963a1.25 1.25 0 0 1 2.034 1.453c-.887 1.242-2.308 1.851-3.676 1.996c-1.37.145-2.856-.153-4.03-.93C12.382 29.933 11 27.842 11 24c0-3.88 1.49-5.921 3.024-7.017m22.786 1.354c-1.696-2.713-5.478-3.003-7.787-1.354C27.49 18.079 26 20.12 26 24c0 3.842 1.383 5.933 3.06 7.043c1.175.777 2.66 1.075 4.03.93c1.369-.145 2.79-.754 3.677-1.996a1.25 1.25 0 0 0-2.034-1.454c-.363.508-1.038.872-1.905.964c-.866.091-1.756-.11-2.388-.53c-.857-.566-1.94-1.799-1.94-4.957c0-3.12 1.138-4.384 1.977-4.983c1.342-.959 3.409-.64 4.213.646a1.25 1.25 0 0 0 2.12-1.326M4 14.5A6.5 6.5 0 0 1 10.5 8h27a6.5 6.5 0 0 1 6.5 6.5v19a6.5 6.5 0 0 1-6.5 6.5h-27A6.5 6.5 0 0 1 4 33.5zm6.5-4a4 4 0 0 0-4 4v19a4 4 0 0 0 4 4h27a4 4 0 0 0 4-4v-19a4 4 0 0 0-4-4z"/></svg>

React

import type { SVGProps } from "react";

export function FluentClosedCaption48Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M14.024 16.983c2.308-1.65 6.09-1.36 7.786 1.354a1.25 1.25 0 0 1-2.12 1.326c-.804-1.287-2.871-1.605-4.214-.646c-.838.599-1.976 1.862-1.976 4.983c0 3.158 1.083 4.391 1.94 4.958c.632.418 1.522.62 2.388.529c.867-.092 1.542-.456 1.905-.963a1.25 1.25 0 0 1 2.034 1.453c-.887 1.242-2.308 1.851-3.676 1.996c-1.37.145-2.856-.153-4.03-.93C12.382 29.933 11 27.842 11 24c0-3.88 1.49-5.921 3.024-7.017m22.786 1.354c-1.696-2.713-5.478-3.003-7.787-1.354C27.49 18.079 26 20.12 26 24c0 3.842 1.383 5.933 3.06 7.043c1.175.777 2.66 1.075 4.03.93c1.369-.145 2.79-.754 3.677-1.996a1.25 1.25 0 0 0-2.034-1.454c-.363.508-1.038.872-1.905.964c-.866.091-1.756-.11-2.388-.53c-.857-.566-1.94-1.799-1.94-4.957c0-3.12 1.138-4.384 1.977-4.983c1.342-.959 3.409-.64 4.213.646a1.25 1.25 0 0 0 2.12-1.326M4 14.5A6.5 6.5 0 0 1 10.5 8h27a6.5 6.5 0 0 1 6.5 6.5v19a6.5 6.5 0 0 1-6.5 6.5h-27A6.5 6.5 0 0 1 4 33.5zm6.5-4a4 4 0 0 0-4 4v19a4 4 0 0 0 4 4h27a4 4 0 0 0 4-4v-19a4 4 0 0 0-4-4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M14.024 16.983c2.308-1.65 6.09-1.36 7.786 1.354a1.25 1.25 0 0 1-2.12 1.326c-.804-1.287-2.871-1.605-4.214-.646c-.838.599-1.976 1.862-1.976 4.983c0 3.158 1.083 4.391 1.94 4.958c.632.418 1.522.62 2.388.529c.867-.092 1.542-.456 1.905-.963a1.25 1.25 0 0 1 2.034 1.453c-.887 1.242-2.308 1.851-3.676 1.996c-1.37.145-2.856-.153-4.03-.93C12.382 29.933 11 27.842 11 24c0-3.88 1.49-5.921 3.024-7.017m22.786 1.354c-1.696-2.713-5.478-3.003-7.787-1.354C27.49 18.079 26 20.12 26 24c0 3.842 1.383 5.933 3.06 7.043c1.175.777 2.66 1.075 4.03.93c1.369-.145 2.79-.754 3.677-1.996a1.25 1.25 0 0 0-2.034-1.454c-.363.508-1.038.872-1.905.964c-.866.091-1.756-.11-2.388-.53c-.857-.566-1.94-1.799-1.94-4.957c0-3.12 1.138-4.384 1.977-4.983c1.342-.959 3.409-.64 4.213.646a1.25 1.25 0 0 0 2.12-1.326M4 14.5A6.5 6.5 0 0 1 10.5 8h27a6.5 6.5 0 0 1 6.5 6.5v19a6.5 6.5 0 0 1-6.5 6.5h-27A6.5 6.5 0 0 1 4 33.5zm6.5-4a4 4 0 0 0-4 4v19a4 4 0 0 0 4 4h27a4 4 0 0 0 4-4v-19a4 4 0 0 0-4-4z"/></svg>
</template>

CSS

.icon-closed-caption-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.024%2016.983c2.308-1.65%206.09-1.36%207.786%201.354a1.25%201.25%200%200%201-2.12%201.326c-.804-1.287-2.871-1.605-4.214-.646c-.838.599-1.976%201.862-1.976%204.983c0%203.158%201.083%204.391%201.94%204.958c.632.418%201.522.62%202.388.529c.867-.092%201.542-.456%201.905-.963a1.25%201.25%200%200%201%202.034%201.453c-.887%201.242-2.308%201.851-3.676%201.996c-1.37.145-2.856-.153-4.03-.93C12.382%2029.933%2011%2027.842%2011%2024c0-3.88%201.49-5.921%203.024-7.017m22.786%201.354c-1.696-2.713-5.478-3.003-7.787-1.354C27.49%2018.079%2026%2020.12%2026%2024c0%203.842%201.383%205.933%203.06%207.043c1.175.777%202.66%201.075%204.03.93c1.369-.145%202.79-.754%203.677-1.996a1.25%201.25%200%200%200-2.034-1.454c-.363.508-1.038.872-1.905.964c-.866.091-1.756-.11-2.388-.53c-.857-.566-1.94-1.799-1.94-4.957c0-3.12%201.138-4.384%201.977-4.983c1.342-.959%203.409-.64%204.213.646a1.25%201.25%200%200%200%202.12-1.326M4%2014.5A6.5%206.5%200%200%201%2010.5%208h27a6.5%206.5%200%200%201%206.5%206.5v19a6.5%206.5%200%200%201-6.5%206.5h-27A6.5%206.5%200%200%201%204%2033.5zm6.5-4a4%204%200%200%200-4%204v19a4%204%200%200%200%204%204h27a4%204%200%200%200%204-4v-19a4%204%200%200%200-4-4z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.024%2016.983c2.308-1.65%206.09-1.36%207.786%201.354a1.25%201.25%200%200%201-2.12%201.326c-.804-1.287-2.871-1.605-4.214-.646c-.838.599-1.976%201.862-1.976%204.983c0%203.158%201.083%204.391%201.94%204.958c.632.418%201.522.62%202.388.529c.867-.092%201.542-.456%201.905-.963a1.25%201.25%200%200%201%202.034%201.453c-.887%201.242-2.308%201.851-3.676%201.996c-1.37.145-2.856-.153-4.03-.93C12.382%2029.933%2011%2027.842%2011%2024c0-3.88%201.49-5.921%203.024-7.017m22.786%201.354c-1.696-2.713-5.478-3.003-7.787-1.354C27.49%2018.079%2026%2020.12%2026%2024c0%203.842%201.383%205.933%203.06%207.043c1.175.777%202.66%201.075%204.03.93c1.369-.145%202.79-.754%203.677-1.996a1.25%201.25%200%200%200-2.034-1.454c-.363.508-1.038.872-1.905.964c-.866.091-1.756-.11-2.388-.53c-.857-.566-1.94-1.799-1.94-4.957c0-3.12%201.138-4.384%201.977-4.983c1.342-.959%203.409-.64%204.213.646a1.25%201.25%200%200%200%202.12-1.326M4%2014.5A6.5%206.5%200%200%201%2010.5%208h27a6.5%206.5%200%200%201%206.5%206.5v19a6.5%206.5%200%200%201-6.5%206.5h-27A6.5%206.5%200%200%201%204%2033.5zm6.5-4a4%204%200%200%200-4%204v19a4%204%200%200%200%204%204h27a4%204%200%200%200%204-4v-19a4%204%200%200%200-4-4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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