K Ruoka Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The K Ruoka 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/327781.svg" alt="K Ruoka icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327781.svg" alt="K Ruoka icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327781.svg" alt="K Ruoka icon" :width="24" :height="24" />
CSS background
.icon-k-ruoka {
background-image: url('https://proicons.com/icon/327781.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m5.5,42.5h37"/><path class="b" d="m42.5,5.5H5.5"/><line class="b" x1="14.6786" y1="11.5067" x2="14.6786" y2="36.4648"/><polyline class="b" points="34.3214 36.5067 19.1387 23.9858 34.3214 11.5487"/></svg>
Copied!