Bluetooth Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Bluetooth Svg 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/308899.svg" alt="Bluetooth Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308899.svg" alt="Bluetooth Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308899.svg" alt="Bluetooth Svg icon" :width="24" :height="24" />
CSS background
.icon-bluetooth---svg {
background-image: url('https://proicons.com/icon/308899.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M11.4981 2.13509C11.8064 1.95617 12.1866 1.9549 12.4961 2.13176L19.4961 6.13176C19.7921 6.30086 19.9815 6.60906 19.9987 6.94947C20.0159 7.28988 19.8586 7.61562 19.5812 7.81373L13.7205 12L19.5812 16.1863C19.8586 16.3844 20.0159 16.7101 19.9987 17.0505C19.9815 17.3909 19.7921 17.6991 19.4961 17.8682L12.4961 21.8682C12.1866 22.0451 11.8064 22.0438 11.4981 21.8649C11.1897 21.686 11 21.3565 11 21V13.9432L5.58122 17.8137C5.13181 18.1347 4.50726 18.0307 4.18625 17.5812C3.86524 17.1318 3.96934 16.5073 4.41875 16.1863L10.2795 12L4.41875 7.81373C3.96934 7.49272 3.86524 6.86817 4.18625 6.41876C4.50726 5.96935 5.13181 5.86526 5.58122 6.18627L11 10.0568V3C11 2.64353 11.1897 2.31401 11.4981 2.13509ZM13 13.9432L17.1484 16.9063L13 19.2768V13.9432ZM13 10.0568V4.72318L17.1484 7.09368L13 10.0568Z" fill="#292929"/> </svg>
Copied!