airpods icon
airpods-outline from Teenyicons by smhmd · Outline · MIT Free for personal and commercial use.
- Name
- airpods-outline
- Set
- Teenyicons
- Style
- Outline
- Viewbox
- 15×15
- License
- MIT
1 other variant in Teenyicons
The same icon in other sets
Use the airpods icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="none" stroke="currentColor" d="M6.5 3.5a2.648 2.648 0 0 1-2.977 2.628l-.32-.04a2.67 2.67 0 0 1-1.27-.513L.5 4.5v-2l1.433-1.075a2.67 2.67 0 0 1 1.27-.513l.32-.04A2.648 2.648 0 0 1 6.5 3.5Zm0 0v11h-2V6m4-2.5a2.648 2.648 0 0 0 2.977 2.628l.32-.04c.46-.058.898-.234 1.27-.513L14.5 4.5v-2l-1.433-1.075a2.67 2.67 0 0 0-1.27-.513l-.32-.04A2.648 2.648 0 0 0 8.5 3.5Zm0 0v11h2V6M2 3.5h2m7 0h2"/></svg>
React
import type { SVGProps } from "react";
export function TeenyiconsAirpodsOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="none" stroke="currentColor" d="M6.5 3.5a2.648 2.648 0 0 1-2.977 2.628l-.32-.04a2.67 2.67 0 0 1-1.27-.513L.5 4.5v-2l1.433-1.075a2.67 2.67 0 0 1 1.27-.513l.32-.04A2.648 2.648 0 0 1 6.5 3.5Zm0 0v11h-2V6m4-2.5a2.648 2.648 0 0 0 2.977 2.628l.32-.04c.46-.058.898-.234 1.27-.513L14.5 4.5v-2l-1.433-1.075a2.67 2.67 0 0 0-1.27-.513l-.32-.04A2.648 2.648 0 0 0 8.5 3.5Zm0 0v11h2V6M2 3.5h2m7 0h2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="none" stroke="currentColor" d="M6.5 3.5a2.648 2.648 0 0 1-2.977 2.628l-.32-.04a2.67 2.67 0 0 1-1.27-.513L.5 4.5v-2l1.433-1.075a2.67 2.67 0 0 1 1.27-.513l.32-.04A2.648 2.648 0 0 1 6.5 3.5Zm0 0v11h-2V6m4-2.5a2.648 2.648 0 0 0 2.977 2.628l.32-.04c.46-.058.898-.234 1.27-.513L14.5 4.5v-2l-1.433-1.075a2.67 2.67 0 0 0-1.27-.513l-.32-.04A2.648 2.648 0 0 0 8.5 3.5Zm0 0v11h2V6M2 3.5h2m7 0h2"/></svg> </template>
CSS
.icon-airpods-outline {
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%2015%2015%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20d%3D%22M6.5%203.5a2.648%202.648%200%200%201-2.977%202.628l-.32-.04a2.67%202.67%200%200%201-1.27-.513L.5%204.5v-2l1.433-1.075a2.67%202.67%200%200%201%201.27-.513l.32-.04A2.648%202.648%200%200%201%206.5%203.5Zm0%200v11h-2V6m4-2.5a2.648%202.648%200%200%200%202.977%202.628l.32-.04c.46-.058.898-.234%201.27-.513L14.5%204.5v-2l-1.433-1.075a2.67%202.67%200%200%200-1.27-.513l-.32-.04A2.648%202.648%200%200%200%208.5%203.5Zm0%200v11h2V6M2%203.5h2m7%200h2%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%2015%2015%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20d%3D%22M6.5%203.5a2.648%202.648%200%200%201-2.977%202.628l-.32-.04a2.67%202.67%200%200%201-1.27-.513L.5%204.5v-2l1.433-1.075a2.67%202.67%200%200%201%201.27-.513l.32-.04A2.648%202.648%200%200%201%206.5%203.5Zm0%200v11h-2V6m4-2.5a2.648%202.648%200%200%200%202.977%202.628l.32-.04c.46-.058.898-.234%201.27-.513L14.5%204.5v-2l-1.433-1.075a2.67%202.67%200%200%200-1.27-.513l-.32-.04A2.648%202.648%200%200%200%208.5%203.5Zm0%200v11h2V6M2%203.5h2m7%200h2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/teenyicons/airpods-outline.svg?color=%231a73e8&size=48