Konzertmeister Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Konzertmeister 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/342590.svg" alt="Konzertmeister icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342590.svg" alt="Konzertmeister icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342590.svg" alt="Konzertmeister icon" :width="24" :height="24" />
CSS background
.icon-konzertmeister {
background-image: url('https://proicons.com/icon/342590.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.g{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="g" d="M5.5407,5.5h36.9593l-15.9342,18.5,15.8778,18.5H5.5"/><line id="d" class="g" x1="11.3535" y1="9.2596" x2="11.3535" y2="38.8781"/><line id="e" class="g" x1="11.3535" y1="28.5616" x2="27.2733" y2="9.3592"/><line id="f" class="g" x1="27.2733" y1="38.8781" x2="15.0783" y2="24.0688"/></svg>
Copied!