airplay icon
airplay from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- airplay
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
airplayCarbonairplayFeather IconsairplayIconParkairplayIconPark OutlineairplayIconPark SolidairplayIconPark TwoToneairplayIconoirairplayLucideairplayMaterial SymbolsairplayMaterial Symbols Lightairplay-fillMingCute IconairplayMyna UI IconsairplayPhosphorairplayPixelarticonsairplay-fillRemix Iconairplay-outlineTeenyiconsairplayUniconsairplayUnicons MonochromeairplayUnicons Solid
Related icons in Huge Icons
Use the airplay icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M5.5 17A4.006 4.006 0 0 1 2 13.022v-3.007c0-2.815 0-4.222.674-5.233a4 4 0 0 1 1.104-1.106C4.787 3 6.19 3 9 3h6c2.809 0 4.213 0 5.222.676c.437.292.812.668 1.104 1.106C22 5.792 22 7.2 22 10.015v3.007A4.006 4.006 0 0 1 18.5 17"/><path d="m14.9 17.644l-1.431-1.552c-.688-.745-1.032-1.117-1.47-1.117s-.782.372-1.47 1.117l-1.432 1.552c-1.328 1.439-1.992 2.158-1.73 2.757s1.241.6 3.2.6h2.864c1.959 0 2.938 0 3.2-.6c.262-.599-.402-1.318-1.73-2.757"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsAirplay(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M5.5 17A4.006 4.006 0 0 1 2 13.022v-3.007c0-2.815 0-4.222.674-5.233a4 4 0 0 1 1.104-1.106C4.787 3 6.19 3 9 3h6c2.809 0 4.213 0 5.222.676c.437.292.812.668 1.104 1.106C22 5.792 22 7.2 22 10.015v3.007A4.006 4.006 0 0 1 18.5 17"/><path d="m14.9 17.644l-1.431-1.552c-.688-.745-1.032-1.117-1.47-1.117s-.782.372-1.47 1.117l-1.432 1.552c-1.328 1.439-1.992 2.158-1.73 2.757s1.241.6 3.2.6h2.864c1.959 0 2.938 0 3.2-.6c.262-.599-.402-1.318-1.73-2.757"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M5.5 17A4.006 4.006 0 0 1 2 13.022v-3.007c0-2.815 0-4.222.674-5.233a4 4 0 0 1 1.104-1.106C4.787 3 6.19 3 9 3h6c2.809 0 4.213 0 5.222.676c.437.292.812.668 1.104 1.106C22 5.792 22 7.2 22 10.015v3.007A4.006 4.006 0 0 1 18.5 17"/><path d="m14.9 17.644l-1.431-1.552c-.688-.745-1.032-1.117-1.47-1.117s-.782.372-1.47 1.117l-1.432 1.552c-1.328 1.439-1.992 2.158-1.73 2.757s1.241.6 3.2.6h2.864c1.959 0 2.938 0 3.2-.6c.262-.599-.402-1.318-1.73-2.757"/></g></svg> </template>
CSS
.icon-airplay {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M5.5%2017A4.006%204.006%200%200%201%202%2013.022v-3.007c0-2.815%200-4.222.674-5.233a4%204%200%200%201%201.104-1.106C4.787%203%206.19%203%209%203h6c2.809%200%204.213%200%205.222.676c.437.292.812.668%201.104%201.106C22%205.792%2022%207.2%2022%2010.015v3.007A4.006%204.006%200%200%201%2018.5%2017%22%2F%3E%3Cpath%20d%3D%22m14.9%2017.644l-1.431-1.552c-.688-.745-1.032-1.117-1.47-1.117s-.782.372-1.47%201.117l-1.432%201.552c-1.328%201.439-1.992%202.158-1.73%202.757s1.241.6%203.2.6h2.864c1.959%200%202.938%200%203.2-.6c.262-.599-.402-1.318-1.73-2.757%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M5.5%2017A4.006%204.006%200%200%201%202%2013.022v-3.007c0-2.815%200-4.222.674-5.233a4%204%200%200%201%201.104-1.106C4.787%203%206.19%203%209%203h6c2.809%200%204.213%200%205.222.676c.437.292.812.668%201.104%201.106C22%205.792%2022%207.2%2022%2010.015v3.007A4.006%204.006%200%200%201%2018.5%2017%22%2F%3E%3Cpath%20d%3D%22m14.9%2017.644l-1.431-1.552c-.688-.745-1.032-1.117-1.47-1.117s-.782.372-1.47%201.117l-1.432%201.552c-1.328%201.439-1.992%202.158-1.73%202.757s1.241.6%203.2.6h2.864c1.959%200%202.938%200%203.2-.6c.262-.599-.402-1.318-1.73-2.757%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/airplay.svg?color=%231a73e8&size=48