airplay icon
airplay-rounded from Material Symbols Light by Google · Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- airplay-rounded
- Set
- Material Symbols Light
- Style
- 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="M8.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.199zM4.615 4h14.77q.666 0 1.14.475T21 5.615v10.77q0 .666-.475 1.14t-1.14.475h-.714q-.331 0-.632-.13t-.518-.349l-3.8-3.8q-.344-.35-.789-.535T12.001 13t-.931.186t-.791.535l-3.8 3.8q-.217.217-.518.348T5.329 18h-.713q-.667 0-1.141-.475T3 16.386V5.615q0-.666.475-1.14T4.615 4"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightAirplayRounded(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="M8.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.199zM4.615 4h14.77q.666 0 1.14.475T21 5.615v10.77q0 .666-.475 1.14t-1.14.475h-.714q-.331 0-.632-.13t-.518-.349l-3.8-3.8q-.344-.35-.789-.535T12.001 13t-.931.186t-.791.535l-3.8 3.8q-.217.217-.518.348T5.329 18h-.713q-.667 0-1.141-.475T3 16.386V5.615q0-.666.475-1.14T4.615 4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.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.199zM4.615 4h14.77q.666 0 1.14.475T21 5.615v10.77q0 .666-.475 1.14t-1.14.475h-.714q-.331 0-.632-.13t-.518-.349l-3.8-3.8q-.344-.35-.789-.535T12.001 13t-.931.186t-.791.535l-3.8 3.8q-.217.217-.518.348T5.329 18h-.713q-.667 0-1.141-.475T3 16.386V5.615q0-.666.475-1.14T4.615 4"/></svg> </template>
CSS
.icon-airplay-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%22M8.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.199zM4.615%204h14.77q.666%200%201.14.475T21%205.615v10.77q0%20.666-.475%201.14t-1.14.475h-.714q-.331%200-.632-.13t-.518-.349l-3.8-3.8q-.344-.35-.789-.535T12.001%2013t-.931.186t-.791.535l-3.8%203.8q-.217.217-.518.348T5.329%2018h-.713q-.667%200-1.141-.475T3%2016.386V5.615q0-.666.475-1.14T4.615%204%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%22M8.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.199zM4.615%204h14.77q.666%200%201.14.475T21%205.615v10.77q0%20.666-.475%201.14t-1.14.475h-.714q-.331%200-.632-.13t-.518-.349l-3.8-3.8q-.344-.35-.789-.535T12.001%2013t-.931.186t-.791.535l-3.8%203.8q-.217.217-.518.348T5.329%2018h-.713q-.667%200-1.141-.475T3%2016.386V5.615q0-.666.475-1.14T4.615%204%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-rounded.svg?color=%231a73e8&size=48