Skinny Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Skinny 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/332834.svg" alt="Skinny icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332834.svg" alt="Skinny icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332834.svg" alt="Skinny icon" :width="24" :height="24" />
CSS background
.icon-skinny {
background-image: url('https://proicons.com/icon/332834.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>.c{fill:#000;}.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g><path class="d" d="m8.4995,26.5368c.4906.6387,1.1057.8766,1.9615.8766h1.1844c1.1022,0,1.9957-.8935,1.9957-1.9957v-.009c0-1.1022-.8935-1.9957-1.9957-1.9957h-1.3065c-1.1034,0-1.9978-.8945-1.9978-1.9978h0c0-1.1058.8964-2.0022,2.0022-2.0022h1.1779c.8558,0,1.4709.2379,1.9615.8766"/><line class="d" x1="15.3944" y1="19.4783" x2="15.3944" y2="27.4783"/><line class="d" x1="15.3952" y1="25.7789" x2="19.0164" y2="22.1754"/><line class="d" x1="16.5477" y1="24.632" x2="19.3944" y2="27.4663"/><path class="d" d="m14,14s-10,0-10,11,10,10,10,10c0,0,0,5,10,5s10-5,10-5c0,0,9,0,9-10s-9-11-9-11c0,0,0-6-10-6s-10,6-10,6Z"/></g><path class="d" d="m27,27.3913v-3.3c0-1.1046-.8954-2-2-2h0c-1.1046,0-2,.8954-2,2"/><line class="d" x1="23" y1="27.3913" x2="23" y2="22.0913"/><path class="d" d="m38.9955,25.345v2.7c0,1.1046-.8954,2-2,2h0c-.5523,0-1.0522-.2238-1.4142-.5858"/><path class="d" d="m38.9955,22.045v3.3c0,1.1046-.8954,2-2,2h0c-1.1046,0-2-.8954-2-2v-3.3"/><circle class="c" cx="20.9558" cy="19.6879" r=".75"/><line class="d" x1="20.9558" y1="22.1379" x2="20.9558" y2="27.4379"/><path class="d" d="m32.9711,27.3492v-3.3c0-1.1046-.8954-2-2-2h0c-1.1046,0-2,.8954-2,2"/><line class="d" x1="28.9711" y1="27.3492" x2="28.9711" y2="22.0491"/></svg>
Copied!