Yakihonne Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Yakihonne 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/349968.svg" alt="Yakihonne icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349968.svg" alt="Yakihonne icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349968.svg" alt="Yakihonne icon" :width="24" :height="24" />
CSS background
.icon-yakihonne {
background-image: url('https://proicons.com/icon/349968.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline class="f" points="24.89496269 12.59104478 24.89496269 19.28507463 16.28003731 24.69850746 17.79347015 43.5 12.67108209 16.49104478 24.89496269 12.59104478 28.21287313 4.5"/><path class="f" d="M19.69981343,22.54959409v8.55189845s-1.74626866,11.83097015-1.90634328,12.39850746l3.91455224-15.4108209,5.02052239-4.71492537,1.48432836-18.87425373-3.31791045,14.78507463"/><polygon class="f" points="27.49607611 22.65344167 27.62713496 27.62036934 23.00317164 32.29477612 22.6477524 27.20665005 27.49607611 22.65344167"/><line class="f" x1="17.79347015" y1="43.5" x2="23.00317164" y2="32.29477612"/><polygon class="f" points="32.21473881 13.69701493 35.32891791 10.78656716 35.32891791 7.09029851 32.21473881 10.00074627 32.21473881 13.69701493"/><polygon class="f" points="30.44664179 18.80822068 33.77182836 15.87257463 33.77182836 12.24179104 30.44664179 15.52695896 30.44664179 18.80822068"/><polygon class="f" points="28.75130597 24.69850746 33.17518657 20.71119403 33.17518657 17.01022853 28.75130597 19.92537313 28.75130597 24.69850746"/><line class="f" x1="28.21287313" y1="4.5" x2="32.21473881" y2="10.00074627"/><line class="f" x1="32.21473881" y1="13.69701493" x2="28.21287313" y2="4.5"/></svg>
Copied!