airplay icon
airplay-outline-rounded from Material Symbols Light by Google · Outline Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- airplay-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
airplayCarbonairplayFeather IconsairplayHuge IconsairplayIconParkairplayIconPark OutlineairplayIconPark SolidairplayIconPark TwoToneairplayIconoirairplayLucideairplayMaterial Symbolsairplay-fillMingCute IconairplayMyna UI IconsairplayPhosphorairplayPixelarticonsairplay-fillRemix Iconairplay-outlineTeenyiconsairplayUniconsairplayUnicons MonochromeairplayUnicons Solid
More audio & video icons from Material Symbols Light
Use the airplay icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 16.385V5.615q0-.69.463-1.152T4.615 4h14.77q.69 0 1.152.463T21 5.616v10.769q0 .666-.475 1.14t-1.14.475H17.5q-.213 0-.356-.144T17 17.499t.144-.356T17.5 17h1.885q.23 0 .423-.192t.192-.424V5.616q0-.231-.192-.424T19.385 5H4.615q-.23 0-.423.192T4 5.616v10.769q0 .23.192.423t.423.192H6.5q.213 0 .356.144t.144.357t-.144.356T6.5 18H4.616q-.667 0-1.141-.475T3 16.386M8.877 20q-.287 0-.451-.195t-.164-.42q0-.098.041-.205t.145-.205l2.987-2.986q.13-.131.276-.187t.298-.056t.289.056t.267.187l2.987 2.986q.104.098.145.206t.042.205q0 .216-.165.415q-.164.199-.451.199zM12 11.5"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightAirplayOutlineRounded(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="M3 16.385V5.615q0-.69.463-1.152T4.615 4h14.77q.69 0 1.152.463T21 5.616v10.769q0 .666-.475 1.14t-1.14.475H17.5q-.213 0-.356-.144T17 17.499t.144-.356T17.5 17h1.885q.23 0 .423-.192t.192-.424V5.616q0-.231-.192-.424T19.385 5H4.615q-.23 0-.423.192T4 5.616v10.769q0 .23.192.423t.423.192H6.5q.213 0 .356.144t.144.357t-.144.356T6.5 18H4.616q-.667 0-1.141-.475T3 16.386M8.877 20q-.287 0-.451-.195t-.164-.42q0-.098.041-.205t.145-.205l2.987-2.986q.13-.131.276-.187t.298-.056t.289.056t.267.187l2.987 2.986q.104.098.145.206t.042.205q0 .216-.165.415q-.164.199-.451.199zM12 11.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 16.385V5.615q0-.69.463-1.152T4.615 4h14.77q.69 0 1.152.463T21 5.616v10.769q0 .666-.475 1.14t-1.14.475H17.5q-.213 0-.356-.144T17 17.499t.144-.356T17.5 17h1.885q.23 0 .423-.192t.192-.424V5.616q0-.231-.192-.424T19.385 5H4.615q-.23 0-.423.192T4 5.616v10.769q0 .23.192.423t.423.192H6.5q.213 0 .356.144t.144.357t-.144.356T6.5 18H4.616q-.667 0-1.141-.475T3 16.386M8.877 20q-.287 0-.451-.195t-.164-.42q0-.098.041-.205t.145-.205l2.987-2.986q.13-.131.276-.187t.298-.056t.289.056t.267.187l2.987 2.986q.104.098.145.206t.042.205q0 .216-.165.415q-.164.199-.451.199zM12 11.5"/></svg> </template>
CSS
.icon-airplay-outline-rounded {
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%22M3%2016.385V5.615q0-.69.463-1.152T4.615%204h14.77q.69%200%201.152.463T21%205.616v10.769q0%20.666-.475%201.14t-1.14.475H17.5q-.213%200-.356-.144T17%2017.499t.144-.356T17.5%2017h1.885q.23%200%20.423-.192t.192-.424V5.616q0-.231-.192-.424T19.385%205H4.615q-.23%200-.423.192T4%205.616v10.769q0%20.23.192.423t.423.192H6.5q.213%200%20.356.144t.144.357t-.144.356T6.5%2018H4.616q-.667%200-1.141-.475T3%2016.386M8.877%2020q-.287%200-.451-.195t-.164-.42q0-.098.041-.205t.145-.205l2.987-2.986q.13-.131.276-.187t.298-.056t.289.056t.267.187l2.987%202.986q.104.098.145.206t.042.205q0%20.216-.165.415q-.164.199-.451.199zM12%2011.5%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%22M3%2016.385V5.615q0-.69.463-1.152T4.615%204h14.77q.69%200%201.152.463T21%205.616v10.769q0%20.666-.475%201.14t-1.14.475H17.5q-.213%200-.356-.144T17%2017.499t.144-.356T17.5%2017h1.885q.23%200%20.423-.192t.192-.424V5.616q0-.231-.192-.424T19.385%205H4.615q-.23%200-.423.192T4%205.616v10.769q0%20.23.192.423t.423.192H6.5q.213%200%20.356.144t.144.357t-.144.356T6.5%2018H4.616q-.667%200-1.141-.475T3%2016.386M8.877%2020q-.287%200-.451-.195t-.164-.42q0-.098.041-.205t.145-.205l2.987-2.986q.13-.131.276-.187t.298-.056t.289.056t.267.187l2.987%202.986q.104.098.145.206t.042.205q0%20.216-.165.415q-.164.199-.451.199zM12%2011.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/airplay-outline-rounded.svg?color=%231a73e8&size=48