airpods open icon

airpods-open-fill from Keyline Icons by Keyline Icons · Fill · MIT Free for personal and commercial use.

Name
airpods-open-fill
Set
Keyline Icons
Style
Fill
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"><path fill="currentColor" d="M2.1775 8C2.0669 7.6283 2.0093 7.2467 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.9908 7.2454 21.9335 7.6257 21.8253 8ZM23 10L23 16C23 19.3137 20.3137 22 17 22L7 22C3.6863 22 1 19.3137 1 16L1 10L23 10ZM7.2679 10C7.6252 10.6188 8.2855 11 9 11L15 11C15.7145 11 16.3748 10.6188 16.7321 10L7.2679 10ZM13 14C13 13.4477 12.5523 13 12 13C11.4477 13 11 13.4477 11 14C11 14.5523 11.4477 15 12 15C12.5523 15 13 14.5523 13 14Z"/></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsAirpodsOpenFill(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="M2.1775 8C2.0669 7.6283 2.0093 7.2467 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.9908 7.2454 21.9335 7.6257 21.8253 8ZM23 10L23 16C23 19.3137 20.3137 22 17 22L7 22C3.6863 22 1 19.3137 1 16L1 10L23 10ZM7.2679 10C7.6252 10.6188 8.2855 11 9 11L15 11C15.7145 11 16.3748 10.6188 16.7321 10L7.2679 10ZM13 14C13 13.4477 12.5523 13 12 13C11.4477 13 11 13.4477 11 14C11 14.5523 11.4477 15 12 15C12.5523 15 13 14.5523 13 14Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.1775 8C2.0669 7.6283 2.0093 7.2467 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.9908 7.2454 21.9335 7.6257 21.8253 8ZM23 10L23 16C23 19.3137 20.3137 22 17 22L7 22C3.6863 22 1 19.3137 1 16L1 10L23 10ZM7.2679 10C7.6252 10.6188 8.2855 11 9 11L15 11C15.7145 11 16.3748 10.6188 16.7321 10L7.2679 10ZM13 14C13 13.4477 12.5523 13 12 13C11.4477 13 11 13.4477 11 14C11 14.5523 11.4477 15 12 15C12.5523 15 13 14.5523 13 14Z"/></svg>
</template>

CSS

.icon-airpods-open-fill {
  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%22M2.1775%208C2.0669%207.6283%202.0093%207.2467%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.9908%207.2454%2021.9335%207.6257%2021.8253%208ZM23%2010L23%2016C23%2019.3137%2020.3137%2022%2017%2022L7%2022C3.6863%2022%201%2019.3137%201%2016L1%2010L23%2010ZM7.2679%2010C7.6252%2010.6188%208.2855%2011%209%2011L15%2011C15.7145%2011%2016.3748%2010.6188%2016.7321%2010L7.2679%2010ZM13%2014C13%2013.4477%2012.5523%2013%2012%2013C11.4477%2013%2011%2013.4477%2011%2014C11%2014.5523%2011.4477%2015%2012%2015C12.5523%2015%2013%2014.5523%2013%2014Z%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%22M2.1775%208C2.0669%207.6283%202.0093%207.2467%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.9908%207.2454%2021.9335%207.6257%2021.8253%208ZM23%2010L23%2016C23%2019.3137%2020.3137%2022%2017%2022L7%2022C3.6863%2022%201%2019.3137%201%2016L1%2010L23%2010ZM7.2679%2010C7.6252%2010.6188%208.2855%2011%209%2011L15%2011C15.7145%2011%2016.3748%2010.6188%2016.7321%2010L7.2679%2010ZM13%2014C13%2013.4477%2012.5523%2013%2012%2013C11.4477%2013%2011%2013.4477%2011%2014C11%2014.5523%2011.4477%2015%2012%2015C12.5523%2015%2013%2014.5523%2013%2014Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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