logo closed captioning icon
logo-closed-captioning from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- logo-closed-captioning
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
- Aliases
- logo-closed-captioning-outline
Related icons in IonIcons
Use the logo closed captioning icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M0 80v352h512V80Zm464 175.78c0 25.74-1.6 45.32-3.77 77.22s-19.2 54.34-59.09 57.86s-95.77 3.85-145.14 3.74c-49 .11-105.14-.11-145.14-3.74s-56.8-26-59.09-57.86S48 281.52 48 255.78s.11-42.46 3.77-77.22s23-54.12 59.09-57.64s98.28-3.52 145.14-3.52s109 0 145.14 3.52s55.43 23 59.09 57.64s3.77 51.59 3.77 77.22"/><path fill="currentColor" d="M367.57 282.84v.77c0 17.93-11.11 28.49-25.95 28.49s-24.84-11.88-26.27-28.49c0 0-1.31-8.69-1.31-26.29a230 230 0 0 1 1.53-28.6c2.64-18.7 11.77-28.49 26.6-28.49s26.49 12.76 26.49 32.12v.55h49.58c0-24.09-6.05-45.76-18.25-59.4S369.76 153 345.8 153a108 108 0 0 0-33 4.73a58.8 58.8 0 0 0-25.94 16.61c-7.23 7.96-12.86 18.52-16.86 31.83s-6 30-6 50.27c0 19.8 1.65 36.3 4.84 49.61s8 23.87 14.4 31.79a49.76 49.76 0 0 0 24 16.5q14.5 4.62 34 4.62c27.47 0 47.26-7 59.13-20.57S418 305.06 418 279.1h-50.65c.22 0 .22 2.75.22 3.74m-170.27 0v.77c0 17.93-11.1 28.49-25.94 28.49s-24.84-11.88-26.27-28.49c0 0-1.31-8.69-1.31-26.29a230 230 0 0 1 1.53-28.6c2.64-18.7 11.77-28.49 26.6-28.49S198.4 213 198.4 232.35v.55H248c0-24.09-6-45.76-18.25-59.4S199.5 153 175.54 153a108 108 0 0 0-33 4.73a58.8 58.8 0 0 0-25.94 16.61c-7.26 7.92-12.86 18.48-16.93 31.79s-6 30-6 50.27c0 19.8 1.65 36.3 4.84 49.61s8 23.87 14.4 31.79a49.76 49.76 0 0 0 24 16.5q14.51 4.62 34 4.62c27.48 0 47.27-7 59.14-20.57s17.81-33.33 17.81-59.29h-50.78c.22.04.22 2.79.22 3.78"/></svg>
React
import type { SVGProps } from "react";
export function IonLogoClosedCaptioning(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M0 80v352h512V80Zm464 175.78c0 25.74-1.6 45.32-3.77 77.22s-19.2 54.34-59.09 57.86s-95.77 3.85-145.14 3.74c-49 .11-105.14-.11-145.14-3.74s-56.8-26-59.09-57.86S48 281.52 48 255.78s.11-42.46 3.77-77.22s23-54.12 59.09-57.64s98.28-3.52 145.14-3.52s109 0 145.14 3.52s55.43 23 59.09 57.64s3.77 51.59 3.77 77.22"/><path fill="currentColor" d="M367.57 282.84v.77c0 17.93-11.11 28.49-25.95 28.49s-24.84-11.88-26.27-28.49c0 0-1.31-8.69-1.31-26.29a230 230 0 0 1 1.53-28.6c2.64-18.7 11.77-28.49 26.6-28.49s26.49 12.76 26.49 32.12v.55h49.58c0-24.09-6.05-45.76-18.25-59.4S369.76 153 345.8 153a108 108 0 0 0-33 4.73a58.8 58.8 0 0 0-25.94 16.61c-7.23 7.96-12.86 18.52-16.86 31.83s-6 30-6 50.27c0 19.8 1.65 36.3 4.84 49.61s8 23.87 14.4 31.79a49.76 49.76 0 0 0 24 16.5q14.5 4.62 34 4.62c27.47 0 47.26-7 59.13-20.57S418 305.06 418 279.1h-50.65c.22 0 .22 2.75.22 3.74m-170.27 0v.77c0 17.93-11.1 28.49-25.94 28.49s-24.84-11.88-26.27-28.49c0 0-1.31-8.69-1.31-26.29a230 230 0 0 1 1.53-28.6c2.64-18.7 11.77-28.49 26.6-28.49S198.4 213 198.4 232.35v.55H248c0-24.09-6-45.76-18.25-59.4S199.5 153 175.54 153a108 108 0 0 0-33 4.73a58.8 58.8 0 0 0-25.94 16.61c-7.26 7.92-12.86 18.48-16.93 31.79s-6 30-6 50.27c0 19.8 1.65 36.3 4.84 49.61s8 23.87 14.4 31.79a49.76 49.76 0 0 0 24 16.5q14.51 4.62 34 4.62c27.48 0 47.27-7 59.14-20.57s17.81-33.33 17.81-59.29h-50.78c.22.04.22 2.79.22 3.78"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M0 80v352h512V80Zm464 175.78c0 25.74-1.6 45.32-3.77 77.22s-19.2 54.34-59.09 57.86s-95.77 3.85-145.14 3.74c-49 .11-105.14-.11-145.14-3.74s-56.8-26-59.09-57.86S48 281.52 48 255.78s.11-42.46 3.77-77.22s23-54.12 59.09-57.64s98.28-3.52 145.14-3.52s109 0 145.14 3.52s55.43 23 59.09 57.64s3.77 51.59 3.77 77.22"/><path fill="currentColor" d="M367.57 282.84v.77c0 17.93-11.11 28.49-25.95 28.49s-24.84-11.88-26.27-28.49c0 0-1.31-8.69-1.31-26.29a230 230 0 0 1 1.53-28.6c2.64-18.7 11.77-28.49 26.6-28.49s26.49 12.76 26.49 32.12v.55h49.58c0-24.09-6.05-45.76-18.25-59.4S369.76 153 345.8 153a108 108 0 0 0-33 4.73a58.8 58.8 0 0 0-25.94 16.61c-7.23 7.96-12.86 18.52-16.86 31.83s-6 30-6 50.27c0 19.8 1.65 36.3 4.84 49.61s8 23.87 14.4 31.79a49.76 49.76 0 0 0 24 16.5q14.5 4.62 34 4.62c27.47 0 47.26-7 59.13-20.57S418 305.06 418 279.1h-50.65c.22 0 .22 2.75.22 3.74m-170.27 0v.77c0 17.93-11.1 28.49-25.94 28.49s-24.84-11.88-26.27-28.49c0 0-1.31-8.69-1.31-26.29a230 230 0 0 1 1.53-28.6c2.64-18.7 11.77-28.49 26.6-28.49S198.4 213 198.4 232.35v.55H248c0-24.09-6-45.76-18.25-59.4S199.5 153 175.54 153a108 108 0 0 0-33 4.73a58.8 58.8 0 0 0-25.94 16.61c-7.26 7.92-12.86 18.48-16.93 31.79s-6 30-6 50.27c0 19.8 1.65 36.3 4.84 49.61s8 23.87 14.4 31.79a49.76 49.76 0 0 0 24 16.5q14.51 4.62 34 4.62c27.48 0 47.27-7 59.14-20.57s17.81-33.33 17.81-59.29h-50.78c.22.04.22 2.79.22 3.78"/></svg> </template>
CSS
.icon-logo-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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%2080v352h512V80Zm464%20175.78c0%2025.74-1.6%2045.32-3.77%2077.22s-19.2%2054.34-59.09%2057.86s-95.77%203.85-145.14%203.74c-49%20.11-105.14-.11-145.14-3.74s-56.8-26-59.09-57.86S48%20281.52%2048%20255.78s.11-42.46%203.77-77.22s23-54.12%2059.09-57.64s98.28-3.52%20145.14-3.52s109%200%20145.14%203.52s55.43%2023%2059.09%2057.64s3.77%2051.59%203.77%2077.22%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M367.57%20282.84v.77c0%2017.93-11.11%2028.49-25.95%2028.49s-24.84-11.88-26.27-28.49c0%200-1.31-8.69-1.31-26.29a230%20230%200%200%201%201.53-28.6c2.64-18.7%2011.77-28.49%2026.6-28.49s26.49%2012.76%2026.49%2032.12v.55h49.58c0-24.09-6.05-45.76-18.25-59.4S369.76%20153%20345.8%20153a108%20108%200%200%200-33%204.73a58.8%2058.8%200%200%200-25.94%2016.61c-7.23%207.96-12.86%2018.52-16.86%2031.83s-6%2030-6%2050.27c0%2019.8%201.65%2036.3%204.84%2049.61s8%2023.87%2014.4%2031.79a49.76%2049.76%200%200%200%2024%2016.5q14.5%204.62%2034%204.62c27.47%200%2047.26-7%2059.13-20.57S418%20305.06%20418%20279.1h-50.65c.22%200%20.22%202.75.22%203.74m-170.27%200v.77c0%2017.93-11.1%2028.49-25.94%2028.49s-24.84-11.88-26.27-28.49c0%200-1.31-8.69-1.31-26.29a230%20230%200%200%201%201.53-28.6c2.64-18.7%2011.77-28.49%2026.6-28.49S198.4%20213%20198.4%20232.35v.55H248c0-24.09-6-45.76-18.25-59.4S199.5%20153%20175.54%20153a108%20108%200%200%200-33%204.73a58.8%2058.8%200%200%200-25.94%2016.61c-7.26%207.92-12.86%2018.48-16.93%2031.79s-6%2030-6%2050.27c0%2019.8%201.65%2036.3%204.84%2049.61s8%2023.87%2014.4%2031.79a49.76%2049.76%200%200%200%2024%2016.5q14.51%204.62%2034%204.62c27.48%200%2047.27-7%2059.14-20.57s17.81-33.33%2017.81-59.29h-50.78c.22.04.22%202.79.22%203.78%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%2080v352h512V80Zm464%20175.78c0%2025.74-1.6%2045.32-3.77%2077.22s-19.2%2054.34-59.09%2057.86s-95.77%203.85-145.14%203.74c-49%20.11-105.14-.11-145.14-3.74s-56.8-26-59.09-57.86S48%20281.52%2048%20255.78s.11-42.46%203.77-77.22s23-54.12%2059.09-57.64s98.28-3.52%20145.14-3.52s109%200%20145.14%203.52s55.43%2023%2059.09%2057.64s3.77%2051.59%203.77%2077.22%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M367.57%20282.84v.77c0%2017.93-11.11%2028.49-25.95%2028.49s-24.84-11.88-26.27-28.49c0%200-1.31-8.69-1.31-26.29a230%20230%200%200%201%201.53-28.6c2.64-18.7%2011.77-28.49%2026.6-28.49s26.49%2012.76%2026.49%2032.12v.55h49.58c0-24.09-6.05-45.76-18.25-59.4S369.76%20153%20345.8%20153a108%20108%200%200%200-33%204.73a58.8%2058.8%200%200%200-25.94%2016.61c-7.23%207.96-12.86%2018.52-16.86%2031.83s-6%2030-6%2050.27c0%2019.8%201.65%2036.3%204.84%2049.61s8%2023.87%2014.4%2031.79a49.76%2049.76%200%200%200%2024%2016.5q14.5%204.62%2034%204.62c27.47%200%2047.26-7%2059.13-20.57S418%20305.06%20418%20279.1h-50.65c.22%200%20.22%202.75.22%203.74m-170.27%200v.77c0%2017.93-11.1%2028.49-25.94%2028.49s-24.84-11.88-26.27-28.49c0%200-1.31-8.69-1.31-26.29a230%20230%200%200%201%201.53-28.6c2.64-18.7%2011.77-28.49%2026.6-28.49S198.4%20213%20198.4%20232.35v.55H248c0-24.09-6-45.76-18.25-59.4S199.5%20153%20175.54%20153a108%20108%200%200%200-33%204.73a58.8%2058.8%200%200%200-25.94%2016.61c-7.26%207.92-12.86%2018.48-16.93%2031.79s-6%2030-6%2050.27c0%2019.8%201.65%2036.3%204.84%2049.61s8%2023.87%2014.4%2031.79a49.76%2049.76%200%200%200%2024%2016.5q14.51%204.62%2034%204.62c27.48%200%2047.27-7%2059.14-20.57s17.81-33.33%2017.81-59.29h-50.78c.22.04.22%202.79.22%203.78%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/logo-closed-captioning.svg?color=%231a73e8&size=48