Yamaha Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Yamaha 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/335412.svg" alt="Yamaha icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335412.svg" alt="Yamaha icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335412.svg" alt="Yamaha icon" :width="24" :height="24" />
CSS background
.icon-yamaha {
background-image: url('https://proicons.com/icon/335412.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" id="b" viewBox="0 0 48 48"><defs><style>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="f" cx="24" cy="24" r="21.5"/><path class="f" d="m21.8164,37.6631v-21.0693c0-1.2106.9745-2.1851,2.1851-2.1851s2.1851.9745,2.1851,2.1851v21.0693" id="c"/><path class="f" d="m24.0015,11.3233l1.9381-.4855-1.9382-4.9263-1.9382,4.9263,1.9383.4855.0003,3.0846" id="c"/><path class="f" d="m13.2599,15.277l18.2466,10.5347c1.0484.6053,1.4051,1.9365.7998,2.9849s-1.9365,1.405-2.9849.7998l-18.2466-10.5347" id="d"/><path class="f" d="m34.9783,30.3392l-.5486,1.9212,5.2354.7847-3.2972-4.1416-1.3896,1.4358-2.6715-1.5421" id="d"/><path class="f" d="m36.9251,19.0599l-18.2466,10.5347c-1.0484.6053-2.3796.2486-2.9849-.7998s-.2486-2.3796.7998-2.9849l18.2466-10.5347" id="e"/><path class="f" d="m13.0216,30.3374l-1.3895-1.4357-3.2972,4.1416,5.2354-.7847-.5487-1.9213,2.6712-1.5426" id="e"/></svg>
Copied!