airplay icon
airplay-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.
- Name
- airplay-solid
- Set
- Myna UI Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI Icons
The same icon in other sets
airplayCarbonairplayFeather IconsairplayHuge IconsairplayIconParkairplayIconPark OutlineairplayIconPark SolidairplayIconPark TwoToneairplayIconoirairplayLucideairplayMaterial SymbolsairplayMaterial Symbols Lightairplay-fillMingCute IconairplayPhosphorairplayPixelarticonsairplay-fillRemix Iconairplay-outlineTeenyiconsairplayUniconsairplayUnicons MonochromeairplayUnicons Solid
Use the airplay icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.452 15.336a1.23 1.23 0 0 0-.904 0a1.3 1.3 0 0 0-.476.345c-.093.102-.191.232-.286.357L8.39 19.187c-.152.2-.296.39-.399.552c-.1.16-.24.413-.241.728c0 .376.162.742.458.991c.252.212.55.257.734.274c.189.018.422.018.665.018h4.787c.242 0 .475 0 .664-.018c.184-.017.482-.062.734-.274c.296-.248.458-.615.458-.991c0-.315-.141-.568-.241-.728c-.103-.163-.247-.351-.4-.552l-2.395-3.149c-.095-.125-.193-.255-.286-.357c-.1-.11-.253-.257-.476-.345"/><path d="M6 2.25A3.75 3.75 0 0 0 2.25 6v9A3.75 3.75 0 0 0 6 18.75h.6a.75.75 0 0 0 0-1.5H6A2.25 2.25 0 0 1 3.75 15V6A2.25 2.25 0 0 1 6 3.75h12A2.25 2.25 0 0 1 20.25 6v9A2.25 2.25 0 0 1 18 17.25h-.6a.75.75 0 0 0 0 1.5h.6A3.75 3.75 0 0 0 21.75 15V6A3.75 3.75 0 0 0 18 2.25z"/></g></svg>
React
import type { SVGProps } from "react";
export function MynauiAirplaySolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.452 15.336a1.23 1.23 0 0 0-.904 0a1.3 1.3 0 0 0-.476.345c-.093.102-.191.232-.286.357L8.39 19.187c-.152.2-.296.39-.399.552c-.1.16-.24.413-.241.728c0 .376.162.742.458.991c.252.212.55.257.734.274c.189.018.422.018.665.018h4.787c.242 0 .475 0 .664-.018c.184-.017.482-.062.734-.274c.296-.248.458-.615.458-.991c0-.315-.141-.568-.241-.728c-.103-.163-.247-.351-.4-.552l-2.395-3.149c-.095-.125-.193-.255-.286-.357c-.1-.11-.253-.257-.476-.345"/><path d="M6 2.25A3.75 3.75 0 0 0 2.25 6v9A3.75 3.75 0 0 0 6 18.75h.6a.75.75 0 0 0 0-1.5H6A2.25 2.25 0 0 1 3.75 15V6A2.25 2.25 0 0 1 6 3.75h12A2.25 2.25 0 0 1 20.25 6v9A2.25 2.25 0 0 1 18 17.25h-.6a.75.75 0 0 0 0 1.5h.6A3.75 3.75 0 0 0 21.75 15V6A3.75 3.75 0 0 0 18 2.25z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.452 15.336a1.23 1.23 0 0 0-.904 0a1.3 1.3 0 0 0-.476.345c-.093.102-.191.232-.286.357L8.39 19.187c-.152.2-.296.39-.399.552c-.1.16-.24.413-.241.728c0 .376.162.742.458.991c.252.212.55.257.734.274c.189.018.422.018.665.018h4.787c.242 0 .475 0 .664-.018c.184-.017.482-.062.734-.274c.296-.248.458-.615.458-.991c0-.315-.141-.568-.241-.728c-.103-.163-.247-.351-.4-.552l-2.395-3.149c-.095-.125-.193-.255-.286-.357c-.1-.11-.253-.257-.476-.345"/><path d="M6 2.25A3.75 3.75 0 0 0 2.25 6v9A3.75 3.75 0 0 0 6 18.75h.6a.75.75 0 0 0 0-1.5H6A2.25 2.25 0 0 1 3.75 15V6A2.25 2.25 0 0 1 6 3.75h12A2.25 2.25 0 0 1 20.25 6v9A2.25 2.25 0 0 1 18 17.25h-.6a.75.75 0 0 0 0 1.5h.6A3.75 3.75 0 0 0 21.75 15V6A3.75 3.75 0 0 0 18 2.25z"/></g></svg> </template>
CSS
.icon-airplay-solid {
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%22currentColor%22%3E%3Cpath%20d%3D%22M12.452%2015.336a1.23%201.23%200%200%200-.904%200a1.3%201.3%200%200%200-.476.345c-.093.102-.191.232-.286.357L8.39%2019.187c-.152.2-.296.39-.399.552c-.1.16-.24.413-.241.728c0%20.376.162.742.458.991c.252.212.55.257.734.274c.189.018.422.018.665.018h4.787c.242%200%20.475%200%20.664-.018c.184-.017.482-.062.734-.274c.296-.248.458-.615.458-.991c0-.315-.141-.568-.241-.728c-.103-.163-.247-.351-.4-.552l-2.395-3.149c-.095-.125-.193-.255-.286-.357c-.1-.11-.253-.257-.476-.345%22%2F%3E%3Cpath%20d%3D%22M6%202.25A3.75%203.75%200%200%200%202.25%206v9A3.75%203.75%200%200%200%206%2018.75h.6a.75.75%200%200%200%200-1.5H6A2.25%202.25%200%200%201%203.75%2015V6A2.25%202.25%200%200%201%206%203.75h12A2.25%202.25%200%200%201%2020.25%206v9A2.25%202.25%200%200%201%2018%2017.25h-.6a.75.75%200%200%200%200%201.5h.6A3.75%203.75%200%200%200%2021.75%2015V6A3.75%203.75%200%200%200%2018%202.25z%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%22currentColor%22%3E%3Cpath%20d%3D%22M12.452%2015.336a1.23%201.23%200%200%200-.904%200a1.3%201.3%200%200%200-.476.345c-.093.102-.191.232-.286.357L8.39%2019.187c-.152.2-.296.39-.399.552c-.1.16-.24.413-.241.728c0%20.376.162.742.458.991c.252.212.55.257.734.274c.189.018.422.018.665.018h4.787c.242%200%20.475%200%20.664-.018c.184-.017.482-.062.734-.274c.296-.248.458-.615.458-.991c0-.315-.141-.568-.241-.728c-.103-.163-.247-.351-.4-.552l-2.395-3.149c-.095-.125-.193-.255-.286-.357c-.1-.11-.253-.257-.476-.345%22%2F%3E%3Cpath%20d%3D%22M6%202.25A3.75%203.75%200%200%200%202.25%206v9A3.75%203.75%200%200%200%206%2018.75h.6a.75.75%200%200%200%200-1.5H6A2.25%202.25%200%200%201%203.75%2015V6A2.25%202.25%200%200%201%206%203.75h12A2.25%202.25%200%200%201%2020.25%206v9A2.25%202.25%200%200%201%2018%2017.25h-.6a.75.75%200%200%200%200%201.5h.6A3.75%203.75%200%200%200%2021.75%2015V6A3.75%203.75%200%200%200%2018%202.25z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/airplay-solid.svg?color=%231a73e8&size=48