Skipthedishes Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Skipthedishes 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/347396.svg" alt="Skipthedishes icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347396.svg" alt="Skipthedishes icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347396.svg" alt="Skipthedishes icon" :width="24" :height="24" />
CSS background
.icon-skipthedishes {
background-image: url('https://proicons.com/icon/347396.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><line class="b" x1="29.3138" y1="19.0778" x2="26.676" y2="28.9222"/><path class="b" d="M29.1084,28.9222l2.6378-9.8444h3.2229c1.822,0,2.9024,1.4802,2.4132,3.3062-.4893,1.8259-2.3629,3.3062-4.1849,3.3062h-3.2229"/><line class="b" x1="21.4698" y1="19.0778" x2="18.832" y2="28.9222"/><polyline class="b" points="24.1234 28.9222 21.389 24 26.7523 19.1109"/><line class="b" x1="21.389" y1="24" x2="20.1509" y2="24"/><path class="b" d="M10.5,27.8436c.3931.7859,1.0716,1.0786,2.1247,1.0786h1.4574c1.3563,0,2.751-1.1019,3.1152-2.4611h0c.3642-1.3592-.44-2.4611-1.7964-2.4611h-1.6103c-1.3563,0-2.1606-1.1019-1.7964-2.4611h0c.3642-1.3592,1.7589-2.4611,3.1152-2.4611h1.4574c1.0531,0,1.7316.2927,2.1247,1.0786"/></svg>
Copied!