Kura Sushi Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kura Sushi 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/342670.svg" alt="Kura Sushi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342670.svg" alt="Kura Sushi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342670.svg" alt="Kura Sushi icon" :width="24" :height="24" />
CSS background
.icon-kura-sushi {
background-image: url('https://proicons.com/icon/342670.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="d" x="5.5" y="6.5" width="37" height="35" rx="4" ry="4"/><path class="d" d="m22.181 12.5c-1.3366 1.224-10.338 7.7135-10.338 7.7135s9.5647 5.3967 9.5647 6.0104"/><path class="d" d="m27.32 12.5c2.3569 0 7.3689 1.65 7.3689 1.65s-.76204.67242-1.7541.60864"/><path class="d" d="m27.183 16.496c-.33311.50911-2.0498 6.2723-2.1284 7.1152 11.102-11.112 15.545 1.9902 5.3717 3.1251"/><path class="d" d="m24.748 35.489v-6.8371h2.2383c1.2655 0 2.2913 1.028 2.2913 2.2961s-1.0258 2.2961-2.2913 2.2961h-2.2383"/><line class="d" x1="26.987" x2="29.226" y1="33.245" y2="35.487"/><path class="d" d="m17.868 28.652v4.5723c0 1.2508 1.0139 2.2648 2.2648 2.2648 1.2508 0 2.2648-1.0139 2.2648-2.2648v-4.5723"/><line class="d" x1="35.407" x2="32.378" y1="33.224" y2="33.224"/><path class="d" d="m31.628 35.489 2.2648-6.8371 2.2648 6.8371"/><line class="d" x1="11.843" x2="11.843" y1="28.663" y2="35.5"/><line class="d" x1="11.843" x2="15.518" y1="33.119" y2="28.686"/><line class="d" x1="15.518" x2="12.706" y1="35.5" y2="32.081"/></svg>
Copied!