airplay wave icon
airplay-wave-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.
- Name
- airplay-wave-filled
- Set
- TDesign Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
Use the airplay wave icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23 3H1l.001 17h6.964L12 15.964L16.036 20H23zm-6.05 8.383a7 7 0 0 0-9.899 0l-.707.707l-1.414-1.414l.707-.707a9 9 0 0 1 12.728 0l.707.707l-1.414 1.414zm-2.828 2.828a3 3 0 0 0-4.243 0l-.707.707l-1.414-1.414l.707-.707a5 5 0 0 1 7.071 0l.707.707l-1.414 1.414z"/><path fill="currentColor" d="M15.914 22L12 18.086L8.086 22z"/></svg>
React
import type { SVGProps } from "react";
export function TdesignAirplayWaveFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23 3H1l.001 17h6.964L12 15.964L16.036 20H23zm-6.05 8.383a7 7 0 0 0-9.899 0l-.707.707l-1.414-1.414l.707-.707a9 9 0 0 1 12.728 0l.707.707l-1.414 1.414zm-2.828 2.828a3 3 0 0 0-4.243 0l-.707.707l-1.414-1.414l.707-.707a5 5 0 0 1 7.071 0l.707.707l-1.414 1.414z"/><path fill="currentColor" d="M15.914 22L12 18.086L8.086 22z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23 3H1l.001 17h6.964L12 15.964L16.036 20H23zm-6.05 8.383a7 7 0 0 0-9.899 0l-.707.707l-1.414-1.414l.707-.707a9 9 0 0 1 12.728 0l.707.707l-1.414 1.414zm-2.828 2.828a3 3 0 0 0-4.243 0l-.707.707l-1.414-1.414l.707-.707a5 5 0 0 1 7.071 0l.707.707l-1.414 1.414z"/><path fill="currentColor" d="M15.914 22L12 18.086L8.086 22z"/></svg> </template>
CSS
.icon-airplay-wave-filled {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23%203H1l.001%2017h6.964L12%2015.964L16.036%2020H23zm-6.05%208.383a7%207%200%200%200-9.899%200l-.707.707l-1.414-1.414l.707-.707a9%209%200%200%201%2012.728%200l.707.707l-1.414%201.414zm-2.828%202.828a3%203%200%200%200-4.243%200l-.707.707l-1.414-1.414l.707-.707a5%205%200%200%201%207.071%200l.707.707l-1.414%201.414z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.914%2022L12%2018.086L8.086%2022z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23%203H1l.001%2017h6.964L12%2015.964L16.036%2020H23zm-6.05%208.383a7%207%200%200%200-9.899%200l-.707.707l-1.414-1.414l.707-.707a9%209%200%200%201%2012.728%200l.707.707l-1.414%201.414zm-2.828%202.828a3%203%200%200%200-4.243%200l-.707.707l-1.414-1.414l.707-.707a5%205%200%200%201%207.071%200l.707.707l-1.414%201.414z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.914%2022L12%2018.086L8.086%2022z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/airplay-wave-filled.svg?color=%231a73e8&size=48