airpods open icon

airpods-open-two-tone from Keyline Icons by Keyline Icons · Two Tone · MIT Free for personal and commercial use.

Name
airpods-open-two-tone
Set
Keyline Icons
Style
Two Tone
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

Use the airpods open 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="2"><path fill="currentColor" fill-opacity=".4" d="M1 16L1 10C1 9.448 1.225 8.9466 1.5858 8.5858C1.7676 8.4039 1.9852 8.2566 2.2269 8.1552C2.084 7.7349 2.0104 7.2998 2.0011 6.867C1.9908 6.3932 2.0575 5.9257 2.1942 5.479C2.3308 5.0324 2.5369 4.608 2.8046 4.219C3.0723 3.8299 3.4013 3.4766 3.7835 3.1712C4.1658 2.8657 4.6005 2.6088 5.0798 2.4112C5.5592 2.2136 6.0814 2.076 6.6389 2.0075C6.6794 2.0025 6.7201 2 6.7609 2L17.2391 2C17.2799 2 17.3206 2.0025 17.3611 2.0075C17.9186 2.076 18.4408 2.2136 18.9202 2.4112C19.3995 2.6088 19.8342 2.8657 20.2165 3.1712C20.5987 3.4766 20.9277 3.8299 21.1954 4.219C21.4631 4.608 21.6692 5.0324 21.8058 5.479C21.9425 5.9257 22.0092 6.3932 21.9989 6.867C21.9896 7.2998 21.916 7.7349 21.7756 8.1609C22.0148 8.2566 22.2324 8.4039 22.4142 8.5858C22.7751 8.9466 23 9.448 23 10L23 16C23 16.5507 22.9256 17.0856 22.7856 17.5944C22.6457 18.1031 22.4406 18.5845 22.1802 19.029C21.9198 19.4735 21.6041 19.8811 21.2426 20.2426C20.8811 20.6041 20.4735 20.9198 20.029 21.1802C19.5845 21.4406 19.1031 21.6457 18.5944 21.7856C18.0856 21.9256 17.5507 22 17 22L7 22C6.4493 22 5.9144 21.9256 5.4056 21.7856C4.8969 21.6457 4.4155 21.4406 3.971 21.1802C3.5265 20.9198 3.1189 20.6041 2.7574 20.2426C2.3959 19.8811 2.0802 19.4735 1.8198 19.029C1.5594 18.5845 1.3543 18.1031 1.2144 17.5944C1.0744 17.0856 1 16.5507 1 16Z" stroke="none"/><path d="M3 9L21 9C21.5523 9 22 9.4477 22 10L22 16C22 18.7614 19.7614 21 17 21L7 21C4.2386 21 2 18.7614 2 16L2 10C2 9.4477 2.4477 9 3 9ZM3.7961 9C1.9535 6.6308 3.461 3.4056 6.7609 3L17.2391 3C20.539 3.4056 22.0465 6.6308 20.2039 9M8 9C8 9.5523 8.4477 10 9 10L15 10C15.5523 10 16 9.5523 16 9"/><path fill="currentColor" d="M13 14C13 14.5523 12.5523 15 12 15C11.4477 15 11 14.5523 11 14C11 13.4477 11.4477 13 12 13C12.5523 13 13 13.4477 13 14Z" stroke="none"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsAirpodsOpenTwoTone(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="2"><path fill="currentColor" fillOpacity=".4" d="M1 16L1 10C1 9.448 1.225 8.9466 1.5858 8.5858C1.7676 8.4039 1.9852 8.2566 2.2269 8.1552C2.084 7.7349 2.0104 7.2998 2.0011 6.867C1.9908 6.3932 2.0575 5.9257 2.1942 5.479C2.3308 5.0324 2.5369 4.608 2.8046 4.219C3.0723 3.8299 3.4013 3.4766 3.7835 3.1712C4.1658 2.8657 4.6005 2.6088 5.0798 2.4112C5.5592 2.2136 6.0814 2.076 6.6389 2.0075C6.6794 2.0025 6.7201 2 6.7609 2L17.2391 2C17.2799 2 17.3206 2.0025 17.3611 2.0075C17.9186 2.076 18.4408 2.2136 18.9202 2.4112C19.3995 2.6088 19.8342 2.8657 20.2165 3.1712C20.5987 3.4766 20.9277 3.8299 21.1954 4.219C21.4631 4.608 21.6692 5.0324 21.8058 5.479C21.9425 5.9257 22.0092 6.3932 21.9989 6.867C21.9896 7.2998 21.916 7.7349 21.7756 8.1609C22.0148 8.2566 22.2324 8.4039 22.4142 8.5858C22.7751 8.9466 23 9.448 23 10L23 16C23 16.5507 22.9256 17.0856 22.7856 17.5944C22.6457 18.1031 22.4406 18.5845 22.1802 19.029C21.9198 19.4735 21.6041 19.8811 21.2426 20.2426C20.8811 20.6041 20.4735 20.9198 20.029 21.1802C19.5845 21.4406 19.1031 21.6457 18.5944 21.7856C18.0856 21.9256 17.5507 22 17 22L7 22C6.4493 22 5.9144 21.9256 5.4056 21.7856C4.8969 21.6457 4.4155 21.4406 3.971 21.1802C3.5265 20.9198 3.1189 20.6041 2.7574 20.2426C2.3959 19.8811 2.0802 19.4735 1.8198 19.029C1.5594 18.5845 1.3543 18.1031 1.2144 17.5944C1.0744 17.0856 1 16.5507 1 16Z" stroke="none"/><path d="M3 9L21 9C21.5523 9 22 9.4477 22 10L22 16C22 18.7614 19.7614 21 17 21L7 21C4.2386 21 2 18.7614 2 16L2 10C2 9.4477 2.4477 9 3 9ZM3.7961 9C1.9535 6.6308 3.461 3.4056 6.7609 3L17.2391 3C20.539 3.4056 22.0465 6.6308 20.2039 9M8 9C8 9.5523 8.4477 10 9 10L15 10C15.5523 10 16 9.5523 16 9"/><path fill="currentColor" d="M13 14C13 14.5523 12.5523 15 12 15C11.4477 15 11 14.5523 11 14C11 13.4477 11.4477 13 12 13C12.5523 13 13 13.4477 13 14Z" stroke="none"/></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="2"><path fill="currentColor" fill-opacity=".4" d="M1 16L1 10C1 9.448 1.225 8.9466 1.5858 8.5858C1.7676 8.4039 1.9852 8.2566 2.2269 8.1552C2.084 7.7349 2.0104 7.2998 2.0011 6.867C1.9908 6.3932 2.0575 5.9257 2.1942 5.479C2.3308 5.0324 2.5369 4.608 2.8046 4.219C3.0723 3.8299 3.4013 3.4766 3.7835 3.1712C4.1658 2.8657 4.6005 2.6088 5.0798 2.4112C5.5592 2.2136 6.0814 2.076 6.6389 2.0075C6.6794 2.0025 6.7201 2 6.7609 2L17.2391 2C17.2799 2 17.3206 2.0025 17.3611 2.0075C17.9186 2.076 18.4408 2.2136 18.9202 2.4112C19.3995 2.6088 19.8342 2.8657 20.2165 3.1712C20.5987 3.4766 20.9277 3.8299 21.1954 4.219C21.4631 4.608 21.6692 5.0324 21.8058 5.479C21.9425 5.9257 22.0092 6.3932 21.9989 6.867C21.9896 7.2998 21.916 7.7349 21.7756 8.1609C22.0148 8.2566 22.2324 8.4039 22.4142 8.5858C22.7751 8.9466 23 9.448 23 10L23 16C23 16.5507 22.9256 17.0856 22.7856 17.5944C22.6457 18.1031 22.4406 18.5845 22.1802 19.029C21.9198 19.4735 21.6041 19.8811 21.2426 20.2426C20.8811 20.6041 20.4735 20.9198 20.029 21.1802C19.5845 21.4406 19.1031 21.6457 18.5944 21.7856C18.0856 21.9256 17.5507 22 17 22L7 22C6.4493 22 5.9144 21.9256 5.4056 21.7856C4.8969 21.6457 4.4155 21.4406 3.971 21.1802C3.5265 20.9198 3.1189 20.6041 2.7574 20.2426C2.3959 19.8811 2.0802 19.4735 1.8198 19.029C1.5594 18.5845 1.3543 18.1031 1.2144 17.5944C1.0744 17.0856 1 16.5507 1 16Z" stroke="none"/><path d="M3 9L21 9C21.5523 9 22 9.4477 22 10L22 16C22 18.7614 19.7614 21 17 21L7 21C4.2386 21 2 18.7614 2 16L2 10C2 9.4477 2.4477 9 3 9ZM3.7961 9C1.9535 6.6308 3.461 3.4056 6.7609 3L17.2391 3C20.539 3.4056 22.0465 6.6308 20.2039 9M8 9C8 9.5523 8.4477 10 9 10L15 10C15.5523 10 16 9.5523 16 9"/><path fill="currentColor" d="M13 14C13 14.5523 12.5523 15 12 15C11.4477 15 11 14.5523 11 14C11 13.4477 11.4477 13 12 13C12.5523 13 13 13.4477 13 14Z" stroke="none"/></g></svg>
</template>

CSS

.icon-airpods-open-two-tone {
  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%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M1%2016L1%2010C1%209.448%201.225%208.9466%201.5858%208.5858C1.7676%208.4039%201.9852%208.2566%202.2269%208.1552C2.084%207.7349%202.0104%207.2998%202.0011%206.867C1.9908%206.3932%202.0575%205.9257%202.1942%205.479C2.3308%205.0324%202.5369%204.608%202.8046%204.219C3.0723%203.8299%203.4013%203.4766%203.7835%203.1712C4.1658%202.8657%204.6005%202.6088%205.0798%202.4112C5.5592%202.2136%206.0814%202.076%206.6389%202.0075C6.6794%202.0025%206.7201%202%206.7609%202L17.2391%202C17.2799%202%2017.3206%202.0025%2017.3611%202.0075C17.9186%202.076%2018.4408%202.2136%2018.9202%202.4112C19.3995%202.6088%2019.8342%202.8657%2020.2165%203.1712C20.5987%203.4766%2020.9277%203.8299%2021.1954%204.219C21.4631%204.608%2021.6692%205.0324%2021.8058%205.479C21.9425%205.9257%2022.0092%206.3932%2021.9989%206.867C21.9896%207.2998%2021.916%207.7349%2021.7756%208.1609C22.0148%208.2566%2022.2324%208.4039%2022.4142%208.5858C22.7751%208.9466%2023%209.448%2023%2010L23%2016C23%2016.5507%2022.9256%2017.0856%2022.7856%2017.5944C22.6457%2018.1031%2022.4406%2018.5845%2022.1802%2019.029C21.9198%2019.4735%2021.6041%2019.8811%2021.2426%2020.2426C20.8811%2020.6041%2020.4735%2020.9198%2020.029%2021.1802C19.5845%2021.4406%2019.1031%2021.6457%2018.5944%2021.7856C18.0856%2021.9256%2017.5507%2022%2017%2022L7%2022C6.4493%2022%205.9144%2021.9256%205.4056%2021.7856C4.8969%2021.6457%204.4155%2021.4406%203.971%2021.1802C3.5265%2020.9198%203.1189%2020.6041%202.7574%2020.2426C2.3959%2019.8811%202.0802%2019.4735%201.8198%2019.029C1.5594%2018.5845%201.3543%2018.1031%201.2144%2017.5944C1.0744%2017.0856%201%2016.5507%201%2016Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M3%209L21%209C21.5523%209%2022%209.4477%2022%2010L22%2016C22%2018.7614%2019.7614%2021%2017%2021L7%2021C4.2386%2021%202%2018.7614%202%2016L2%2010C2%209.4477%202.4477%209%203%209ZM3.7961%209C1.9535%206.6308%203.461%203.4056%206.7609%203L17.2391%203C20.539%203.4056%2022.0465%206.6308%2020.2039%209M8%209C8%209.5523%208.4477%2010%209%2010L15%2010C15.5523%2010%2016%209.5523%2016%209%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%2014C13%2014.5523%2012.5523%2015%2012%2015C11.4477%2015%2011%2014.5523%2011%2014C11%2013.4477%2011.4477%2013%2012%2013C12.5523%2013%2013%2013.4477%2013%2014Z%22%20stroke%3D%22none%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%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M1%2016L1%2010C1%209.448%201.225%208.9466%201.5858%208.5858C1.7676%208.4039%201.9852%208.2566%202.2269%208.1552C2.084%207.7349%202.0104%207.2998%202.0011%206.867C1.9908%206.3932%202.0575%205.9257%202.1942%205.479C2.3308%205.0324%202.5369%204.608%202.8046%204.219C3.0723%203.8299%203.4013%203.4766%203.7835%203.1712C4.1658%202.8657%204.6005%202.6088%205.0798%202.4112C5.5592%202.2136%206.0814%202.076%206.6389%202.0075C6.6794%202.0025%206.7201%202%206.7609%202L17.2391%202C17.2799%202%2017.3206%202.0025%2017.3611%202.0075C17.9186%202.076%2018.4408%202.2136%2018.9202%202.4112C19.3995%202.6088%2019.8342%202.8657%2020.2165%203.1712C20.5987%203.4766%2020.9277%203.8299%2021.1954%204.219C21.4631%204.608%2021.6692%205.0324%2021.8058%205.479C21.9425%205.9257%2022.0092%206.3932%2021.9989%206.867C21.9896%207.2998%2021.916%207.7349%2021.7756%208.1609C22.0148%208.2566%2022.2324%208.4039%2022.4142%208.5858C22.7751%208.9466%2023%209.448%2023%2010L23%2016C23%2016.5507%2022.9256%2017.0856%2022.7856%2017.5944C22.6457%2018.1031%2022.4406%2018.5845%2022.1802%2019.029C21.9198%2019.4735%2021.6041%2019.8811%2021.2426%2020.2426C20.8811%2020.6041%2020.4735%2020.9198%2020.029%2021.1802C19.5845%2021.4406%2019.1031%2021.6457%2018.5944%2021.7856C18.0856%2021.9256%2017.5507%2022%2017%2022L7%2022C6.4493%2022%205.9144%2021.9256%205.4056%2021.7856C4.8969%2021.6457%204.4155%2021.4406%203.971%2021.1802C3.5265%2020.9198%203.1189%2020.6041%202.7574%2020.2426C2.3959%2019.8811%202.0802%2019.4735%201.8198%2019.029C1.5594%2018.5845%201.3543%2018.1031%201.2144%2017.5944C1.0744%2017.0856%201%2016.5507%201%2016Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M3%209L21%209C21.5523%209%2022%209.4477%2022%2010L22%2016C22%2018.7614%2019.7614%2021%2017%2021L7%2021C4.2386%2021%202%2018.7614%202%2016L2%2010C2%209.4477%202.4477%209%203%209ZM3.7961%209C1.9535%206.6308%203.461%203.4056%206.7609%203L17.2391%203C20.539%203.4056%2022.0465%206.6308%2020.2039%209M8%209C8%209.5523%208.4477%2010%209%2010L15%2010C15.5523%2010%2016%209.5523%2016%209%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%2014C13%2014.5523%2012.5523%2015%2012%2015C11.4477%2015%2011%2014.5523%2011%2014C11%2013.4477%2011.4477%2013%2012%2013C12.5523%2013%2013%2013.4477%2013%2014Z%22%20stroke%3D%22none%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/airpods-open-two-tone.svg?color=%231a73e8&size=48