closed captioning icon
closed-captioning from Line Awesome by Icons8 · Line · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- closed-captioning
- Set
- Line Awesome
- Style
- Line
- Category
- Audio & Video
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More audio & video icons from Line Awesome
Use the closed captioning icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2 6v17.906h28V6zm2 2h24v13.906H4zm8 2c-2.75 0-5 2.25-5 5s2.25 5 5 5a4.97 4.97 0 0 0 3.125-1.125l-1.25-1.563c-.527.426-1.168.688-1.875.688c-1.668 0-3-1.332-3-3s1.332-3 3-3c.707 0 1.348.262 1.875.688l1.25-1.563A4.97 4.97 0 0 0 12 10m10 0c-2.75 0-5 2.25-5 5s2.25 5 5 5a4.97 4.97 0 0 0 3.125-1.125l-1.25-1.563c-.527.426-1.168.688-1.875.688c-1.668 0-3-1.332-3-3s1.332-3 3-3c.707 0 1.348.262 1.875.688l1.25-1.563A4.97 4.97 0 0 0 22 10"/></svg>
React
import type { SVGProps } from "react";
export function LaClosedCaptioning(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2 6v17.906h28V6zm2 2h24v13.906H4zm8 2c-2.75 0-5 2.25-5 5s2.25 5 5 5a4.97 4.97 0 0 0 3.125-1.125l-1.25-1.563c-.527.426-1.168.688-1.875.688c-1.668 0-3-1.332-3-3s1.332-3 3-3c.707 0 1.348.262 1.875.688l1.25-1.563A4.97 4.97 0 0 0 12 10m10 0c-2.75 0-5 2.25-5 5s2.25 5 5 5a4.97 4.97 0 0 0 3.125-1.125l-1.25-1.563c-.527.426-1.168.688-1.875.688c-1.668 0-3-1.332-3-3s1.332-3 3-3c.707 0 1.348.262 1.875.688l1.25-1.563A4.97 4.97 0 0 0 22 10"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2 6v17.906h28V6zm2 2h24v13.906H4zm8 2c-2.75 0-5 2.25-5 5s2.25 5 5 5a4.97 4.97 0 0 0 3.125-1.125l-1.25-1.563c-.527.426-1.168.688-1.875.688c-1.668 0-3-1.332-3-3s1.332-3 3-3c.707 0 1.348.262 1.875.688l1.25-1.563A4.97 4.97 0 0 0 12 10m10 0c-2.75 0-5 2.25-5 5s2.25 5 5 5a4.97 4.97 0 0 0 3.125-1.125l-1.25-1.563c-.527.426-1.168.688-1.875.688c-1.668 0-3-1.332-3-3s1.332-3 3-3c.707 0 1.348.262 1.875.688l1.25-1.563A4.97 4.97 0 0 0 22 10"/></svg> </template>
CSS
.icon-closed-captioning {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%206v17.906h28V6zm2%202h24v13.906H4zm8%202c-2.75%200-5%202.25-5%205s2.25%205%205%205a4.97%204.97%200%200%200%203.125-1.125l-1.25-1.563c-.527.426-1.168.688-1.875.688c-1.668%200-3-1.332-3-3s1.332-3%203-3c.707%200%201.348.262%201.875.688l1.25-1.563A4.97%204.97%200%200%200%2012%2010m10%200c-2.75%200-5%202.25-5%205s2.25%205%205%205a4.97%204.97%200%200%200%203.125-1.125l-1.25-1.563c-.527.426-1.168.688-1.875.688c-1.668%200-3-1.332-3-3s1.332-3%203-3c.707%200%201.348.262%201.875.688l1.25-1.563A4.97%204.97%200%200%200%2022%2010%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%206v17.906h28V6zm2%202h24v13.906H4zm8%202c-2.75%200-5%202.25-5%205s2.25%205%205%205a4.97%204.97%200%200%200%203.125-1.125l-1.25-1.563c-.527.426-1.168.688-1.875.688c-1.668%200-3-1.332-3-3s1.332-3%203-3c.707%200%201.348.262%201.875.688l1.25-1.563A4.97%204.97%200%200%200%2012%2010m10%200c-2.75%200-5%202.25-5%205s2.25%205%205%205a4.97%204.97%200%200%200%203.125-1.125l-1.25-1.563c-.527.426-1.168.688-1.875.688c-1.668%200-3-1.332-3-3s1.332-3%203-3c.707%200%201.348.262%201.875.688l1.25-1.563A4.97%204.97%200%200%200%2022%2010%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/closed-captioning.svg?color=%231a73e8&size=48