Ble Radar Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ble Radar 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/337275.svg" alt="Ble Radar icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337275.svg" alt="Ble Radar icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337275.svg" alt="Ble Radar icon" :width="24" :height="24" />
CSS background
.icon-ble-radar {
background-image: url('https://proicons.com/icon/337275.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="f" d="M24.1756,24.3949v5.6755s-1.766,0-1.766,0v3.5873s1.766,0,1.766,0v3.593s3.5991-3.593,3.5991-3.593h-1.766l2.9375-2.9325-.6589-.6556h1.766l-5.449-5.4212"/><path id="d" class="f" d="M15.5706,31.0515l.9865-.9815h1.766l7.0106-6.9748h.7578l1.9379-1.928h-.7578l3.4407-3.4231-6.5367-6.5255v9.9485h.7578v1.9283s-1.1325,0-1.1325,0l-1.9381-1.9282h-.7578l-3.7685-3.7493"/></g><path id="e" class="f" d="M15.8577,42.8626c2.5385,1.0884,5.3096,1.6762,8.1668,1.6762,7.6077,0,14.6042-4.1671,18.2276-10.8564h-1.766c.6227-1.1496,1.1353-2.3556,1.5309-3.6018h1.766c.6438-2.0282.9714-4.1434.9714-6.2712,0-.2396-.004-.4782-.0121-.7158h.7578c-.0221-.6511-.0742-1.2945-.155-1.929h-.7578c-.5755-4.5192-2.6062-8.5841-5.6075-11.71h-1.9284c-1.221-1.2717-2.6026-2.388-4.1122-3.3162h1.9284c-3.1546-1.9397-6.8682-3.0585-10.8431-3.0585-3.5728,0-6.9345.9038-9.8689,2.4953l-.2706-.5413c-.6738.3654-1.3251.7671-1.9512,1.2024h0l.2706.5413c-1.2284.8541-2.36,1.8376-3.375,2.9308h-.4872c-.5663.61-1.0964,1.2541-1.5867,1.9289h.4872c-1.9942,2.7445-3.3315,5.9972-3.781,9.5271h.7578c-.0808.6345-.1329,1.278-.155,1.929h-.7578c-.0081.2376-.0121.4762-.0121.7158,0,2.1279.3276,4.2431.9714,6.2712h-1.766c.3956,1.2462.9081,2.4522,1.5309,3.6018h1.766c1.6323,3.0135,3.9493,5.5151,6.6982,7.3545v-1.2179c.597.3995,1.2144.7677,1.8496,1.1032l.3886,3.9977,1.1244-2.0574Z"/></svg>
Copied!