airplayaudio logo

airplayaudio from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
airplayaudio
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the airplayaudio logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.908.183a12 12 0 0 0-8.044 3.172c-4.882 4.475-5.166 12.08-.692 16.962c.204.244.448.447.692.692a.315.315 0 0 0 .408-.04l.53-.61a.32.32 0 0 0 0-.448C.53 15.965.243 9.253 4.23 4.982S14.889.427 19.16 4.414s4.555 10.655.568 14.927c-.203.203-.365.407-.568.57a.32.32 0 0 0 0 .447l.53.611a.37.37 0 0 0 .446.04c4.882-4.516 5.166-12.081.692-16.962a11.98 11.98 0 0 0-8.92-3.864m.387 3.518A8.6 8.6 0 0 0 6.143 6c-3.458 3.213-3.66 8.623-.447 12.08c.122.123.243.285.406.407a.32.32 0 0 0 .447 0l.53-.61a.32.32 0 0 0 0-.446A7.26 7.26 0 0 1 4.8 12.183c0-3.946 3.212-7.16 7.158-7.16s7.16 3.253 7.16 7.199a7.2 7.2 0 0 1-2.238 5.209a.32.32 0 0 0 0 .447l.529.61c.122.121.325.162.447.04a8.6 8.6 0 0 0 .408-12.122a8.5 8.5 0 0 0-5.97-2.705zm-.266 3.316A5.2 5.2 0 0 0 8.34 8.48c-2.075 1.993-2.115 5.247-.122 7.322l.121.123a.32.32 0 0 0 .447 0l.53-.611a.32.32 0 0 0 0-.448a3.8 3.8 0 0 1-1.098-2.683a3.73 3.73 0 0 1 3.742-3.742a3.73 3.73 0 0 1 3.742 3.742c0 1.017-.406 1.951-1.139 2.683a.32.32 0 0 0 0 .448l.53.61a.32.32 0 0 0 .447 0a5.19 5.19 0 0 0 .123-7.321a5.13 5.13 0 0 0-3.633-1.586zm.006 7.744a.6.6 0 0 0-.402.146l-.04.041l-7.159 8.055a.506.506 0 0 0 .041.69a.44.44 0 0 0 .283.124h14.36a.495.495 0 0 0 .489-.488a.46.46 0 0 0-.121-.326l-7.08-8.055a.5.5 0 0 0-.37-.187z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsAirplayaudio(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="M11.908.183a12 12 0 0 0-8.044 3.172c-4.882 4.475-5.166 12.08-.692 16.962c.204.244.448.447.692.692a.315.315 0 0 0 .408-.04l.53-.61a.32.32 0 0 0 0-.448C.53 15.965.243 9.253 4.23 4.982S14.889.427 19.16 4.414s4.555 10.655.568 14.927c-.203.203-.365.407-.568.57a.32.32 0 0 0 0 .447l.53.611a.37.37 0 0 0 .446.04c4.882-4.516 5.166-12.081.692-16.962a11.98 11.98 0 0 0-8.92-3.864m.387 3.518A8.6 8.6 0 0 0 6.143 6c-3.458 3.213-3.66 8.623-.447 12.08c.122.123.243.285.406.407a.32.32 0 0 0 .447 0l.53-.61a.32.32 0 0 0 0-.446A7.26 7.26 0 0 1 4.8 12.183c0-3.946 3.212-7.16 7.158-7.16s7.16 3.253 7.16 7.199a7.2 7.2 0 0 1-2.238 5.209a.32.32 0 0 0 0 .447l.529.61c.122.121.325.162.447.04a8.6 8.6 0 0 0 .408-12.122a8.5 8.5 0 0 0-5.97-2.705zm-.266 3.316A5.2 5.2 0 0 0 8.34 8.48c-2.075 1.993-2.115 5.247-.122 7.322l.121.123a.32.32 0 0 0 .447 0l.53-.611a.32.32 0 0 0 0-.448a3.8 3.8 0 0 1-1.098-2.683a3.73 3.73 0 0 1 3.742-3.742a3.73 3.73 0 0 1 3.742 3.742c0 1.017-.406 1.951-1.139 2.683a.32.32 0 0 0 0 .448l.53.61a.32.32 0 0 0 .447 0a5.19 5.19 0 0 0 .123-7.321a5.13 5.13 0 0 0-3.633-1.586zm.006 7.744a.6.6 0 0 0-.402.146l-.04.041l-7.159 8.055a.506.506 0 0 0 .041.69a.44.44 0 0 0 .283.124h14.36a.495.495 0 0 0 .489-.488a.46.46 0 0 0-.121-.326l-7.08-8.055a.5.5 0 0 0-.37-.187z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.908.183a12 12 0 0 0-8.044 3.172c-4.882 4.475-5.166 12.08-.692 16.962c.204.244.448.447.692.692a.315.315 0 0 0 .408-.04l.53-.61a.32.32 0 0 0 0-.448C.53 15.965.243 9.253 4.23 4.982S14.889.427 19.16 4.414s4.555 10.655.568 14.927c-.203.203-.365.407-.568.57a.32.32 0 0 0 0 .447l.53.611a.37.37 0 0 0 .446.04c4.882-4.516 5.166-12.081.692-16.962a11.98 11.98 0 0 0-8.92-3.864m.387 3.518A8.6 8.6 0 0 0 6.143 6c-3.458 3.213-3.66 8.623-.447 12.08c.122.123.243.285.406.407a.32.32 0 0 0 .447 0l.53-.61a.32.32 0 0 0 0-.446A7.26 7.26 0 0 1 4.8 12.183c0-3.946 3.212-7.16 7.158-7.16s7.16 3.253 7.16 7.199a7.2 7.2 0 0 1-2.238 5.209a.32.32 0 0 0 0 .447l.529.61c.122.121.325.162.447.04a8.6 8.6 0 0 0 .408-12.122a8.5 8.5 0 0 0-5.97-2.705zm-.266 3.316A5.2 5.2 0 0 0 8.34 8.48c-2.075 1.993-2.115 5.247-.122 7.322l.121.123a.32.32 0 0 0 .447 0l.53-.611a.32.32 0 0 0 0-.448a3.8 3.8 0 0 1-1.098-2.683a3.73 3.73 0 0 1 3.742-3.742a3.73 3.73 0 0 1 3.742 3.742c0 1.017-.406 1.951-1.139 2.683a.32.32 0 0 0 0 .448l.53.61a.32.32 0 0 0 .447 0a5.19 5.19 0 0 0 .123-7.321a5.13 5.13 0 0 0-3.633-1.586zm.006 7.744a.6.6 0 0 0-.402.146l-.04.041l-7.159 8.055a.506.506 0 0 0 .041.69a.44.44 0 0 0 .283.124h14.36a.495.495 0 0 0 .489-.488a.46.46 0 0 0-.121-.326l-7.08-8.055a.5.5 0 0 0-.37-.187z"/></svg>
</template>

CSS

.icon-airplayaudio {
  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%22M11.908.183a12%2012%200%200%200-8.044%203.172c-4.882%204.475-5.166%2012.08-.692%2016.962c.204.244.448.447.692.692a.315.315%200%200%200%20.408-.04l.53-.61a.32.32%200%200%200%200-.448C.53%2015.965.243%209.253%204.23%204.982S14.889.427%2019.16%204.414s4.555%2010.655.568%2014.927c-.203.203-.365.407-.568.57a.32.32%200%200%200%200%20.447l.53.611a.37.37%200%200%200%20.446.04c4.882-4.516%205.166-12.081.692-16.962a11.98%2011.98%200%200%200-8.92-3.864m.387%203.518A8.6%208.6%200%200%200%206.143%206c-3.458%203.213-3.66%208.623-.447%2012.08c.122.123.243.285.406.407a.32.32%200%200%200%20.447%200l.53-.61a.32.32%200%200%200%200-.446A7.26%207.26%200%200%201%204.8%2012.183c0-3.946%203.212-7.16%207.158-7.16s7.16%203.253%207.16%207.199a7.2%207.2%200%200%201-2.238%205.209a.32.32%200%200%200%200%20.447l.529.61c.122.121.325.162.447.04a8.6%208.6%200%200%200%20.408-12.122a8.5%208.5%200%200%200-5.97-2.705zm-.266%203.316A5.2%205.2%200%200%200%208.34%208.48c-2.075%201.993-2.115%205.247-.122%207.322l.121.123a.32.32%200%200%200%20.447%200l.53-.611a.32.32%200%200%200%200-.448a3.8%203.8%200%200%201-1.098-2.683a3.73%203.73%200%200%201%203.742-3.742a3.73%203.73%200%200%201%203.742%203.742c0%201.017-.406%201.951-1.139%202.683a.32.32%200%200%200%200%20.448l.53.61a.32.32%200%200%200%20.447%200a5.19%205.19%200%200%200%20.123-7.321a5.13%205.13%200%200%200-3.633-1.586zm.006%207.744a.6.6%200%200%200-.402.146l-.04.041l-7.159%208.055a.506.506%200%200%200%20.041.69a.44.44%200%200%200%20.283.124h14.36a.495.495%200%200%200%20.489-.488a.46.46%200%200%200-.121-.326l-7.08-8.055a.5.5%200%200%200-.37-.187z%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%22M11.908.183a12%2012%200%200%200-8.044%203.172c-4.882%204.475-5.166%2012.08-.692%2016.962c.204.244.448.447.692.692a.315.315%200%200%200%20.408-.04l.53-.61a.32.32%200%200%200%200-.448C.53%2015.965.243%209.253%204.23%204.982S14.889.427%2019.16%204.414s4.555%2010.655.568%2014.927c-.203.203-.365.407-.568.57a.32.32%200%200%200%200%20.447l.53.611a.37.37%200%200%200%20.446.04c4.882-4.516%205.166-12.081.692-16.962a11.98%2011.98%200%200%200-8.92-3.864m.387%203.518A8.6%208.6%200%200%200%206.143%206c-3.458%203.213-3.66%208.623-.447%2012.08c.122.123.243.285.406.407a.32.32%200%200%200%20.447%200l.53-.61a.32.32%200%200%200%200-.446A7.26%207.26%200%200%201%204.8%2012.183c0-3.946%203.212-7.16%207.158-7.16s7.16%203.253%207.16%207.199a7.2%207.2%200%200%201-2.238%205.209a.32.32%200%200%200%200%20.447l.529.61c.122.121.325.162.447.04a8.6%208.6%200%200%200%20.408-12.122a8.5%208.5%200%200%200-5.97-2.705zm-.266%203.316A5.2%205.2%200%200%200%208.34%208.48c-2.075%201.993-2.115%205.247-.122%207.322l.121.123a.32.32%200%200%200%20.447%200l.53-.611a.32.32%200%200%200%200-.448a3.8%203.8%200%200%201-1.098-2.683a3.73%203.73%200%200%201%203.742-3.742a3.73%203.73%200%200%201%203.742%203.742c0%201.017-.406%201.951-1.139%202.683a.32.32%200%200%200%200%20.448l.53.61a.32.32%200%200%200%20.447%200a5.19%205.19%200%200%200%20.123-7.321a5.13%205.13%200%200%200-3.633-1.586zm.006%207.744a.6.6%200%200%200-.402.146l-.04.041l-7.159%208.055a.506.506%200%200%200%20.041.69a.44.44%200%200%200%20.283.124h14.36a.495.495%200%200%200%20.489-.488a.46.46%200%200%200-.121-.326l-7.08-8.055a.5.5%200%200%200-.37-.187z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/airplayaudio.svg?color=%231a73e8&size=48