Bang And Olufsen Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bang And Olufsen 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/336926.svg" alt="Bang And Olufsen icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336926.svg" alt="Bang And Olufsen icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336926.svg" alt="Bang And Olufsen icon" :width="24" :height="24" />
CSS background
.icon-bang-and-olufsen {
background-image: url('https://proicons.com/icon/336926.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="28.8842" cy="29.6899" r="6.2616"/><path class="b" d="M12.8542,26.8129c4.9036,0,7.9299-3.316,7.9299-7.4065s-3.0263-7.4065-7.9299-7.4065v23.9515c4.1272.3784,6.0751-1.4864,6.0751-4.5693s-1.948-4.9477-6.0751-4.5693"/><path class="b" d="M30.1665,12.5783c-.6806-.6806-1.784-.6806-2.4646,0s-.6806,1.784,0,2.4646l5.3395,5.3395"/><path class="b" d="M33.0413,16.6733l-3.1987,3.1987c-.6806.6806-1.784.6806-2.4646,0s-.6806-1.784,0-2.4646l1.3442-1.3442"/><circle class="b" cx="24" cy="24" r="21.5"/></svg>
Copied!