Huawei Freebuds Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Huawei Freebuds 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/341735.svg" alt="Huawei Freebuds icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341735.svg" alt="Huawei Freebuds icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341735.svg" alt="Huawei Freebuds icon" :width="24" :height="24" />
CSS background
.icon-huawei-freebuds {
background-image: url('https://proicons.com/icon/341735.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="24" cy="24" r="21.5"/><path class="a" d="M36.904,41.197,31.1015,30.515a4.4629,4.4629,0,0,1-.2705-4.4173c1.8577-4.2139-.1954-8.34-3.9891-9.33-4.2718-1.1155-7.68.68-8.9924,2.5692-1.4077,2.0264-3.3151,4.5491,1.0142,8.5867a7.9647,7.9647,0,0,0,4.8906,1.803c1.6767.135,3.1716.7444,3.8313,2.4566l5.5,11.303"/></svg>
Copied!