Sennheiser Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Sennheiser 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/315994.svg" alt="Sennheiser icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315994.svg" alt="Sennheiser icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315994.svg" alt="Sennheiser icon" :width="24" :height="24" />
CSS background
.icon-sennheiser {
background-image: url('https://proicons.com/icon/315994.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Sennheiser</title><path d="M0 3v18h24V3zm13.209 1.659c-1.428.548-2.799 1.757-3.905 4.182-.321.703-.925 2.062-1.2 2.67-2.224 4.882-3.364 5.932-6.72 5.932V4.35H13.15c.184-.011.235.25.06.309zm9.428 1.894V19.65H10.851c-.181.005-.227-.25-.055-.309 1.427-.548 2.798-1.757 3.904-4.182.321-.703.926-2.062 1.2-2.67 2.22-4.882 3.36-5.932 6.716-5.932z"/></svg>
Copied!