Ui Bluetooth Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui Bluetooth icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/306735.svg" alt="Ui Bluetooth icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306735.svg" alt="Ui Bluetooth icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306735.svg" alt="Ui Bluetooth icon" :width="24" :height="24" />
CSS background
.icon-ui-bluetooth {
background-image: url('https://proicons.com/icon/306735.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M594 502c54 55 108 108 162 162 32 32 32 57-1 90-76 76-151 152-227 227-30 30-73 24-87-12-4-10-4-21-4-32V660c-8 8-14 12-18 16L317 778c-30 30-60 34-83 10s-20-52 10-82l178-177c22-22 22-33 0-55-61-62-123-123-184-185-30-30-22-74 16-87 22-7 40 0 55 15 36 36 71 71 106 107 6 5 12 10 20 18 1-9 2-14 2-20V80c0-7-1-14-2-21-3-24 7-42 27-53 21-10 41-8 58 9 10 9 19 18 29 28l211 211c27 27 27 54 0 81-49 50-99 99-148 148-6 6-12 12-18 19zm-55-100c37-37 75-74 107-106-35-35-72-72-107-108v214zm0 418c38-39 76-76 109-109L539 601v219z"/></svg>
Copied!