sausage from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
sausage
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the sausage icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 5.667V7.5M22 3l-2 2.5l2 .7M2 3l2 2.5l-2 .7m13-.975L15.5 7M9 5.225L8.5 7m3.5 4c2.502 0 4.863-.729 6.942-2.018c1.102-.684 1.36-2.368.693-3.622c-.734-1.378-2.29-1.68-3.543-1.036A8.9 8.9 0 0 1 12 5.326a8.9 8.9 0 0 1-4.092-1.002c-1.253-.644-2.81-.342-3.543 1.036c-.668 1.254-.41 2.938.693 3.622C7.137 10.272 9.498 11 12 11m0 4.667v1.6m0-1.6c1.04 0 2.046-.154 3-.442M3.929 15.7c.775-1.295 2.42-1.579 3.745-.974q.644.294 1.326.5c.954.288 1.96.442 3 .442m-8.071.032c-.706 1.179-.433 2.762.732 3.404a15.14 15.14 0 0 0 14.678 0c1.165-.643 1.438-2.225.732-3.404m-16.142 0L2 13m1.929 2.7L2 16.2m18.071-.5c-.776-1.296-2.42-1.58-3.745-.975q-.643.294-1.326.5m5.071.474l1.929.5m-1.929-.532L22 13m-7 2.225l.5 1.508M9 15.225l-.5 1.508"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSausage(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M12 5.667V7.5M22 3l-2 2.5l2 .7M2 3l2 2.5l-2 .7m13-.975L15.5 7M9 5.225L8.5 7m3.5 4c2.502 0 4.863-.729 6.942-2.018c1.102-.684 1.36-2.368.693-3.622c-.734-1.378-2.29-1.68-3.543-1.036A8.9 8.9 0 0 1 12 5.326a8.9 8.9 0 0 1-4.092-1.002c-1.253-.644-2.81-.342-3.543 1.036c-.668 1.254-.41 2.938.693 3.622C7.137 10.272 9.498 11 12 11m0 4.667v1.6m0-1.6c1.04 0 2.046-.154 3-.442M3.929 15.7c.775-1.295 2.42-1.579 3.745-.974q.644.294 1.326.5c.954.288 1.96.442 3 .442m-8.071.032c-.706 1.179-.433 2.762.732 3.404a15.14 15.14 0 0 0 14.678 0c1.165-.643 1.438-2.225.732-3.404m-16.142 0L2 13m1.929 2.7L2 16.2m18.071-.5c-.776-1.296-2.42-1.58-3.745-.975q-.643.294-1.326.5m5.071.474l1.929.5m-1.929-.532L22 13m-7 2.225l.5 1.508M9 15.225l-.5 1.508"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 5.667V7.5M22 3l-2 2.5l2 .7M2 3l2 2.5l-2 .7m13-.975L15.5 7M9 5.225L8.5 7m3.5 4c2.502 0 4.863-.729 6.942-2.018c1.102-.684 1.36-2.368.693-3.622c-.734-1.378-2.29-1.68-3.543-1.036A8.9 8.9 0 0 1 12 5.326a8.9 8.9 0 0 1-4.092-1.002c-1.253-.644-2.81-.342-3.543 1.036c-.668 1.254-.41 2.938.693 3.622C7.137 10.272 9.498 11 12 11m0 4.667v1.6m0-1.6c1.04 0 2.046-.154 3-.442M3.929 15.7c.775-1.295 2.42-1.579 3.745-.974q.644.294 1.326.5c.954.288 1.96.442 3 .442m-8.071.032c-.706 1.179-.433 2.762.732 3.404a15.14 15.14 0 0 0 14.678 0c1.165-.643 1.438-2.225.732-3.404m-16.142 0L2 13m1.929 2.7L2 16.2m18.071-.5c-.776-1.296-2.42-1.58-3.745-.975q-.643.294-1.326.5m5.071.474l1.929.5m-1.929-.532L22 13m-7 2.225l.5 1.508M9 15.225l-.5 1.508"/></svg>
</template>

CSS

.icon-sausage {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12%205.667V7.5M22%203l-2%202.5l2%20.7M2%203l2%202.5l-2%20.7m13-.975L15.5%207M9%205.225L8.5%207m3.5%204c2.502%200%204.863-.729%206.942-2.018c1.102-.684%201.36-2.368.693-3.622c-.734-1.378-2.29-1.68-3.543-1.036A8.9%208.9%200%200%201%2012%205.326a8.9%208.9%200%200%201-4.092-1.002c-1.253-.644-2.81-.342-3.543%201.036c-.668%201.254-.41%202.938.693%203.622C7.137%2010.272%209.498%2011%2012%2011m0%204.667v1.6m0-1.6c1.04%200%202.046-.154%203-.442M3.929%2015.7c.775-1.295%202.42-1.579%203.745-.974q.644.294%201.326.5c.954.288%201.96.442%203%20.442m-8.071.032c-.706%201.179-.433%202.762.732%203.404a15.14%2015.14%200%200%200%2014.678%200c1.165-.643%201.438-2.225.732-3.404m-16.142%200L2%2013m1.929%202.7L2%2016.2m18.071-.5c-.776-1.296-2.42-1.58-3.745-.975q-.643.294-1.326.5m5.071.474l1.929.5m-1.929-.532L22%2013m-7%202.225l.5%201.508M9%2015.225l-.5%201.508%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12%205.667V7.5M22%203l-2%202.5l2%20.7M2%203l2%202.5l-2%20.7m13-.975L15.5%207M9%205.225L8.5%207m3.5%204c2.502%200%204.863-.729%206.942-2.018c1.102-.684%201.36-2.368.693-3.622c-.734-1.378-2.29-1.68-3.543-1.036A8.9%208.9%200%200%201%2012%205.326a8.9%208.9%200%200%201-4.092-1.002c-1.253-.644-2.81-.342-3.543%201.036c-.668%201.254-.41%202.938.693%203.622C7.137%2010.272%209.498%2011%2012%2011m0%204.667v1.6m0-1.6c1.04%200%202.046-.154%203-.442M3.929%2015.7c.775-1.295%202.42-1.579%203.745-.974q.644.294%201.326.5c.954.288%201.96.442%203%20.442m-8.071.032c-.706%201.179-.433%202.762.732%203.404a15.14%2015.14%200%200%200%2014.678%200c1.165-.643%201.438-2.225.732-3.404m-16.142%200L2%2013m1.929%202.7L2%2016.2m18.071-.5c-.776-1.296-2.42-1.58-3.745-.975q-.643.294-1.326.5m5.071.474l1.929.5m-1.929-.532L22%2013m-7%202.225l.5%201.508M9%2015.225l-.5%201.508%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/sausage.svg?color=%231a73e8&size=48