Kappa Sushi Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kappa 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/327829.svg" alt="Kappa Sushi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327829.svg" alt="Kappa Sushi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327829.svg" alt="Kappa Sushi icon" :width="24" :height="24" />
CSS background
.icon-kappa-sushi {
background-image: url('https://proicons.com/icon/327829.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="e" d="M42.5,9s-8.0312,2.4771-18.5,2.4771-18.5-2.4771-18.5-2.4771c0,0,8.0311,7.9817,18.5,7.9817s18.5-7.9817,18.5-7.9817Z"/><path class="e" d="M42.5,14.5046s-8.0312,2.4771-18.5,2.4771-18.5-2.4771-18.5-2.4771c0,0,8.0312,7.9817,18.5,7.9817s18.5-7.9817,18.5-7.9817Z"/><path class="e" d="M42.5,20.0092s-8.0312,2.4771-18.5,2.4771-18.5-2.4771-18.5-2.4771c0,0,8.0312,7.9817,18.5,7.9817s18.5-7.9817,18.5-7.9817Z"/><path class="e" d="M42.5,25.5138s-8.0312,2.4771-18.5,2.4771-18.5-2.4771-18.5-2.4771c0,0,8.0311,7.9817,18.5,7.9817s18.5-7.9817,18.5-7.9817Z"/><path class="e" d="M42.5,31.0183s-8.0312,2.4771-18.5,2.4771-18.5-2.4771-18.5-2.4771c0,0,8.0312,7.9817,18.5,7.9817s18.5-7.9817,18.5-7.9817Z"/></svg>
Copied!