ios bluetooth icon
ios-bluetooth from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- ios-bluetooth
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
ios-addios-add-circleios-airplaneios-alarmios-albumsios-alertios-american-footballios-americanfootballios-analyticsios-apertureios-appsios-appstoreios-archiveios-arrow-backios-arrow-downios-arrow-dropdownios-arrow-dropdown-circleios-arrow-dropleftios-arrow-dropleft-circleios-arrow-droprightios-arrow-dropright-circleios-arrow-dropupios-arrow-dropup-circleios-arrow-forward
Use the ios bluetooth icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M378.5 333l-88.3-77 88.2-76.1c6.9-6 7.4-16.3 1.1-22.9L262.7 35.6c-2.2-2.3-5.4-3.6-8.6-3.6-6.1 0-11.1 4.9-11.1 10.8V212l-86.3-73.3c-7.1-6-17.8-5.3-24.1 1.5-6.5 7-5.8 17.9 1.6 24.1L243 256l-108.1 90.9c-7.3 6.1-8.1 16.8-1.7 23.9l.3.3c6.3 7 17.3 7.7 24.5 1.5l85-73.6v169.8c0 6.2 5.1 11.2 11.5 11.2 3.2 0 6.2-1.3 8.4-3.5L379.6 356c6.3-6.6 5.8-16.9-1.1-23zm-99.1-232.1l62.7 65.9c.8.8.7 2.1-.2 2.9l-62.7 53c-1.3 1.1-3.4.2-3.4-1.5V102.3c.1-1.9 2.4-2.7 3.6-1.4zm-3.5 309V291.6c0-1.7 2.1-2.6 3.4-1.5l62.7 53c.9.7.9 2 .2 2.9l-62.7 65.3c-1.3 1.3-3.6.4-3.6-1.4z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosBluetooth(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M378.5 333l-88.3-77 88.2-76.1c6.9-6 7.4-16.3 1.1-22.9L262.7 35.6c-2.2-2.3-5.4-3.6-8.6-3.6-6.1 0-11.1 4.9-11.1 10.8V212l-86.3-73.3c-7.1-6-17.8-5.3-24.1 1.5-6.5 7-5.8 17.9 1.6 24.1L243 256l-108.1 90.9c-7.3 6.1-8.1 16.8-1.7 23.9l.3.3c6.3 7 17.3 7.7 24.5 1.5l85-73.6v169.8c0 6.2 5.1 11.2 11.5 11.2 3.2 0 6.2-1.3 8.4-3.5L379.6 356c6.3-6.6 5.8-16.9-1.1-23zm-99.1-232.1l62.7 65.9c.8.8.7 2.1-.2 2.9l-62.7 53c-1.3 1.1-3.4.2-3.4-1.5V102.3c.1-1.9 2.4-2.7 3.6-1.4zm-3.5 309V291.6c0-1.7 2.1-2.6 3.4-1.5l62.7 53c.9.7.9 2 .2 2.9l-62.7 65.3c-1.3 1.3-3.6.4-3.6-1.4z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M378.5 333l-88.3-77 88.2-76.1c6.9-6 7.4-16.3 1.1-22.9L262.7 35.6c-2.2-2.3-5.4-3.6-8.6-3.6-6.1 0-11.1 4.9-11.1 10.8V212l-86.3-73.3c-7.1-6-17.8-5.3-24.1 1.5-6.5 7-5.8 17.9 1.6 24.1L243 256l-108.1 90.9c-7.3 6.1-8.1 16.8-1.7 23.9l.3.3c6.3 7 17.3 7.7 24.5 1.5l85-73.6v169.8c0 6.2 5.1 11.2 11.5 11.2 3.2 0 6.2-1.3 8.4-3.5L379.6 356c6.3-6.6 5.8-16.9-1.1-23zm-99.1-232.1l62.7 65.9c.8.8.7 2.1-.2 2.9l-62.7 53c-1.3 1.1-3.4.2-3.4-1.5V102.3c.1-1.9 2.4-2.7 3.6-1.4zm-3.5 309V291.6c0-1.7 2.1-2.6 3.4-1.5l62.7 53c.9.7.9 2 .2 2.9l-62.7 65.3c-1.3 1.3-3.6.4-3.6-1.4z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-bluetooth {
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%20512%20512%22%3E%3Cpath%20d%3D%22M378.5%20333l-88.3-77%2088.2-76.1c6.9-6%207.4-16.3%201.1-22.9L262.7%2035.6c-2.2-2.3-5.4-3.6-8.6-3.6-6.1%200-11.1%204.9-11.1%2010.8V212l-86.3-73.3c-7.1-6-17.8-5.3-24.1%201.5-6.5%207-5.8%2017.9%201.6%2024.1L243%20256l-108.1%2090.9c-7.3%206.1-8.1%2016.8-1.7%2023.9l.3.3c6.3%207%2017.3%207.7%2024.5%201.5l85-73.6v169.8c0%206.2%205.1%2011.2%2011.5%2011.2%203.2%200%206.2-1.3%208.4-3.5L379.6%20356c6.3-6.6%205.8-16.9-1.1-23zm-99.1-232.1l62.7%2065.9c.8.8.7%202.1-.2%202.9l-62.7%2053c-1.3%201.1-3.4.2-3.4-1.5V102.3c.1-1.9%202.4-2.7%203.6-1.4zm-3.5%20309V291.6c0-1.7%202.1-2.6%203.4-1.5l62.7%2053c.9.7.9%202%20.2%202.9l-62.7%2065.3c-1.3%201.3-3.6.4-3.6-1.4z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M378.5%20333l-88.3-77%2088.2-76.1c6.9-6%207.4-16.3%201.1-22.9L262.7%2035.6c-2.2-2.3-5.4-3.6-8.6-3.6-6.1%200-11.1%204.9-11.1%2010.8V212l-86.3-73.3c-7.1-6-17.8-5.3-24.1%201.5-6.5%207-5.8%2017.9%201.6%2024.1L243%20256l-108.1%2090.9c-7.3%206.1-8.1%2016.8-1.7%2023.9l.3.3c6.3%207%2017.3%207.7%2024.5%201.5l85-73.6v169.8c0%206.2%205.1%2011.2%2011.5%2011.2%203.2%200%206.2-1.3%208.4-3.5L379.6%20356c6.3-6.6%205.8-16.9-1.1-23zm-99.1-232.1l62.7%2065.9c.8.8.7%202.1-.2%202.9l-62.7%2053c-1.3%201.1-3.4.2-3.4-1.5V102.3c.1-1.9%202.4-2.7%203.6-1.4zm-3.5%20309V291.6c0-1.7%202.1-2.6%203.4-1.5l62.7%2053c.9.7.9%202%20.2%202.9l-62.7%2065.3c-1.3%201.3-3.6.4-3.6-1.4z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/ios-bluetooth.svg?color=%231a73e8&size=48