closed caption icon
closed-caption from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- closed-caption
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the closed caption icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M2 12c0-3.98 0-5.97 1.053-7.298q.253-.319.554-.587C4.862 3 6.741 3 10.5 3h3c3.759 0 5.638 0 6.892 1.115q.302.268.555.587C22 6.03 22 8.02 22 12s0 5.97-1.053 7.298a4.6 4.6 0 0 1-.555.587C19.138 21 17.26 21 13.5 21h-3c-3.759 0-5.638 0-6.893-1.115a4.6 4.6 0 0 1-.554-.587C2 17.97 2 15.98 2 12Z"/><path d="M10.5 9H10c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C7 10.602 7 11.068 7 12s0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C8.602 15 9.068 15 10 15h.5M17 9h-.5c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083c-.152.367-.152.833-.152 1.765s0 1.398.152 1.765a2 2 0 0 0 1.083 1.083c.367.152.833.152 1.765.152h.5"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsClosedCaption(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M2 12c0-3.98 0-5.97 1.053-7.298q.253-.319.554-.587C4.862 3 6.741 3 10.5 3h3c3.759 0 5.638 0 6.892 1.115q.302.268.555.587C22 6.03 22 8.02 22 12s0 5.97-1.053 7.298a4.6 4.6 0 0 1-.555.587C19.138 21 17.26 21 13.5 21h-3c-3.759 0-5.638 0-6.893-1.115a4.6 4.6 0 0 1-.554-.587C2 17.97 2 15.98 2 12Z"/><path d="M10.5 9H10c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C7 10.602 7 11.068 7 12s0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C8.602 15 9.068 15 10 15h.5M17 9h-.5c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083c-.152.367-.152.833-.152 1.765s0 1.398.152 1.765a2 2 0 0 0 1.083 1.083c.367.152.833.152 1.765.152h.5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M2 12c0-3.98 0-5.97 1.053-7.298q.253-.319.554-.587C4.862 3 6.741 3 10.5 3h3c3.759 0 5.638 0 6.892 1.115q.302.268.555.587C22 6.03 22 8.02 22 12s0 5.97-1.053 7.298a4.6 4.6 0 0 1-.555.587C19.138 21 17.26 21 13.5 21h-3c-3.759 0-5.638 0-6.893-1.115a4.6 4.6 0 0 1-.554-.587C2 17.97 2 15.98 2 12Z"/><path d="M10.5 9H10c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C7 10.602 7 11.068 7 12s0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C8.602 15 9.068 15 10 15h.5M17 9h-.5c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083c-.152.367-.152.833-.152 1.765s0 1.398.152 1.765a2 2 0 0 0 1.083 1.083c.367.152.833.152 1.765.152h.5"/></g></svg> </template>
CSS
.icon-closed-caption {
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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2%2012c0-3.98%200-5.97%201.053-7.298q.253-.319.554-.587C4.862%203%206.741%203%2010.5%203h3c3.759%200%205.638%200%206.892%201.115q.302.268.555.587C22%206.03%2022%208.02%2022%2012s0%205.97-1.053%207.298a4.6%204.6%200%200%201-.555.587C19.138%2021%2017.26%2021%2013.5%2021h-3c-3.759%200-5.638%200-6.893-1.115a4.6%204.6%200%200%201-.554-.587C2%2017.97%202%2015.98%202%2012Z%22%2F%3E%3Cpath%20d%3D%22M10.5%209H10c-.932%200-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083C7%2010.602%207%2011.068%207%2012s0%201.398.152%201.765a2%202%200%200%200%201.083%201.083C8.602%2015%209.068%2015%2010%2015h.5M17%209h-.5c-.932%200-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083c-.152.367-.152.833-.152%201.765s0%201.398.152%201.765a2%202%200%200%200%201.083%201.083c.367.152.833.152%201.765.152h.5%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2%2012c0-3.98%200-5.97%201.053-7.298q.253-.319.554-.587C4.862%203%206.741%203%2010.5%203h3c3.759%200%205.638%200%206.892%201.115q.302.268.555.587C22%206.03%2022%208.02%2022%2012s0%205.97-1.053%207.298a4.6%204.6%200%200%201-.555.587C19.138%2021%2017.26%2021%2013.5%2021h-3c-3.759%200-5.638%200-6.893-1.115a4.6%204.6%200%200%201-.554-.587C2%2017.97%202%2015.98%202%2012Z%22%2F%3E%3Cpath%20d%3D%22M10.5%209H10c-.932%200-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083C7%2010.602%207%2011.068%207%2012s0%201.398.152%201.765a2%202%200%200%200%201.083%201.083C8.602%2015%209.068%2015%2010%2015h.5M17%209h-.5c-.932%200-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083c-.152.367-.152.833-.152%201.765s0%201.398.152%201.765a2%202%200%200%200%201.083%201.083c.367.152.833.152%201.765.152h.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/closed-caption.svg?color=%231a73e8&size=48