Gardena Bluetooth App Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gardena Bluetooth App 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/326386.svg" alt="Gardena Bluetooth App icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326386.svg" alt="Gardena Bluetooth App icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326386.svg" alt="Gardena Bluetooth App icon" :width="24" :height="24" />
CSS background
.icon-gardena-bluetooth-app {
background-image: url('https://proicons.com/icon/326386.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="M18.932,18.932c1.8105-1.8105,4.4493-2.5176,6.9225-1.8549,2.4732.6627,4.4049,2.5944,5.0676,5.0676.6627,2.4732-.0444,5.112-1.8549,6.9225"/><path class="b" d="M13.865,13.865c3.6209-3.621,8.8987-5.0352,13.845-3.7097,4.9462,1.3253,8.8097,5.1888,10.135,10.135,1.3255,4.9463-.0887,10.2241-3.7097,13.845"/></svg>
Copied!