stomach icon
stomach from Health Icons by Resolve to Save Lives · Filled · Body · MIT Free for personal and commercial use.
- Name
- stomach
- Set
- Health Icons
- Style
- Filled
- Category
- Body
- Viewbox
- 48×48
- License
- MIT
3 other variants in Health Icons
The same icon in other sets
More body icons from Health Icons
Use the stomach icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M30.48 10.133h-1.638c-.713 0-1.397.278-1.898.771c-1.112 1.095-2.955 1.013-3.96-.176l-.376-.445a3.06 3.06 0 0 1-.727-1.96L21.875 7h-4.784v2.002c0 1.664.452 3.3 1.31 4.74l.053.09a9 9 0 0 0 2.078 2.39l2.358 1.901c1.877 1.514 2.44 4.08 1.36 6.205a5.23 5.23 0 0 1-3.241 2.646l-.536.153a6.8 6.8 0 0 1-2.452.23c-2.962-.266-5.776 1.393-6.875 4.078l-.535 1.306A8.2 8.2 0 0 0 10 35.842V41h4.773v-5.427c0-.86.337-1.687.944-2.314a3.55 3.55 0 0 1 4.106-.7l2.019.994c.91.448 1.917.682 2.938.682h3.416c1.402 0 2.791-.26 4.093-.764a10.96 10.96 0 0 0 5.4-4.482l.62-1.012A11.44 11.44 0 0 0 40 22c0-1.96-.507-3.889-1.474-5.608l-.984-1.749a8.75 8.75 0 0 0-2.55-2.83l-.617-.44a6.7 6.7 0 0 0-3.895-1.24"/><path fill-rule="evenodd" d="M16.076 6h6.833c.006 1.136-.303 2.7.494 3.643c1.748 2.07 4.656-.515 7.065-.515c4.33 0 7.006 3.353 8.929 6.774c2.195 3.903 2.102 8.784-.235 12.604c-1.6 2.616-3.577 4.768-6.514 5.907c-4.353 1.688-9.213 1.052-13.271-.946c-1.549-.762-3.55.318-3.55 2.087V42H9v-6.178a9.2 9.2 0 0 1 .687-3.484c2.143-5.24 5.636-4.814 10.511-6.205c3.178-.906 5.069-4.763 2.047-7.2c-1.74-1.403-3.554-2.693-4.718-4.649c-1.544-2.593-1.451-5.387-1.451-8.284" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsStomach(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M30.48 10.133h-1.638c-.713 0-1.397.278-1.898.771c-1.112 1.095-2.955 1.013-3.96-.176l-.376-.445a3.06 3.06 0 0 1-.727-1.96L21.875 7h-4.784v2.002c0 1.664.452 3.3 1.31 4.74l.053.09a9 9 0 0 0 2.078 2.39l2.358 1.901c1.877 1.514 2.44 4.08 1.36 6.205a5.23 5.23 0 0 1-3.241 2.646l-.536.153a6.8 6.8 0 0 1-2.452.23c-2.962-.266-5.776 1.393-6.875 4.078l-.535 1.306A8.2 8.2 0 0 0 10 35.842V41h4.773v-5.427c0-.86.337-1.687.944-2.314a3.55 3.55 0 0 1 4.106-.7l2.019.994c.91.448 1.917.682 2.938.682h3.416c1.402 0 2.791-.26 4.093-.764a10.96 10.96 0 0 0 5.4-4.482l.62-1.012A11.44 11.44 0 0 0 40 22c0-1.96-.507-3.889-1.474-5.608l-.984-1.749a8.75 8.75 0 0 0-2.55-2.83l-.617-.44a6.7 6.7 0 0 0-3.895-1.24"/><path fillRule="evenodd" d="M16.076 6h6.833c.006 1.136-.303 2.7.494 3.643c1.748 2.07 4.656-.515 7.065-.515c4.33 0 7.006 3.353 8.929 6.774c2.195 3.903 2.102 8.784-.235 12.604c-1.6 2.616-3.577 4.768-6.514 5.907c-4.353 1.688-9.213 1.052-13.271-.946c-1.549-.762-3.55.318-3.55 2.087V42H9v-6.178a9.2 9.2 0 0 1 .687-3.484c2.143-5.24 5.636-4.814 10.511-6.205c3.178-.906 5.069-4.763 2.047-7.2c-1.74-1.403-3.554-2.693-4.718-4.649c-1.544-2.593-1.451-5.387-1.451-8.284" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M30.48 10.133h-1.638c-.713 0-1.397.278-1.898.771c-1.112 1.095-2.955 1.013-3.96-.176l-.376-.445a3.06 3.06 0 0 1-.727-1.96L21.875 7h-4.784v2.002c0 1.664.452 3.3 1.31 4.74l.053.09a9 9 0 0 0 2.078 2.39l2.358 1.901c1.877 1.514 2.44 4.08 1.36 6.205a5.23 5.23 0 0 1-3.241 2.646l-.536.153a6.8 6.8 0 0 1-2.452.23c-2.962-.266-5.776 1.393-6.875 4.078l-.535 1.306A8.2 8.2 0 0 0 10 35.842V41h4.773v-5.427c0-.86.337-1.687.944-2.314a3.55 3.55 0 0 1 4.106-.7l2.019.994c.91.448 1.917.682 2.938.682h3.416c1.402 0 2.791-.26 4.093-.764a10.96 10.96 0 0 0 5.4-4.482l.62-1.012A11.44 11.44 0 0 0 40 22c0-1.96-.507-3.889-1.474-5.608l-.984-1.749a8.75 8.75 0 0 0-2.55-2.83l-.617-.44a6.7 6.7 0 0 0-3.895-1.24"/><path fill-rule="evenodd" d="M16.076 6h6.833c.006 1.136-.303 2.7.494 3.643c1.748 2.07 4.656-.515 7.065-.515c4.33 0 7.006 3.353 8.929 6.774c2.195 3.903 2.102 8.784-.235 12.604c-1.6 2.616-3.577 4.768-6.514 5.907c-4.353 1.688-9.213 1.052-13.271-.946c-1.549-.762-3.55.318-3.55 2.087V42H9v-6.178a9.2 9.2 0 0 1 .687-3.484c2.143-5.24 5.636-4.814 10.511-6.205c3.178-.906 5.069-4.763 2.047-7.2c-1.74-1.403-3.554-2.693-4.718-4.649c-1.544-2.593-1.451-5.387-1.451-8.284" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-stomach {
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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M30.48%2010.133h-1.638c-.713%200-1.397.278-1.898.771c-1.112%201.095-2.955%201.013-3.96-.176l-.376-.445a3.06%203.06%200%200%201-.727-1.96L21.875%207h-4.784v2.002c0%201.664.452%203.3%201.31%204.74l.053.09a9%209%200%200%200%202.078%202.39l2.358%201.901c1.877%201.514%202.44%204.08%201.36%206.205a5.23%205.23%200%200%201-3.241%202.646l-.536.153a6.8%206.8%200%200%201-2.452.23c-2.962-.266-5.776%201.393-6.875%204.078l-.535%201.306A8.2%208.2%200%200%200%2010%2035.842V41h4.773v-5.427c0-.86.337-1.687.944-2.314a3.55%203.55%200%200%201%204.106-.7l2.019.994c.91.448%201.917.682%202.938.682h3.416c1.402%200%202.791-.26%204.093-.764a10.96%2010.96%200%200%200%205.4-4.482l.62-1.012A11.44%2011.44%200%200%200%2040%2022c0-1.96-.507-3.889-1.474-5.608l-.984-1.749a8.75%208.75%200%200%200-2.55-2.83l-.617-.44a6.7%206.7%200%200%200-3.895-1.24%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16.076%206h6.833c.006%201.136-.303%202.7.494%203.643c1.748%202.07%204.656-.515%207.065-.515c4.33%200%207.006%203.353%208.929%206.774c2.195%203.903%202.102%208.784-.235%2012.604c-1.6%202.616-3.577%204.768-6.514%205.907c-4.353%201.688-9.213%201.052-13.271-.946c-1.549-.762-3.55.318-3.55%202.087V42H9v-6.178a9.2%209.2%200%200%201%20.687-3.484c2.143-5.24%205.636-4.814%2010.511-6.205c3.178-.906%205.069-4.763%202.047-7.2c-1.74-1.403-3.554-2.693-4.718-4.649c-1.544-2.593-1.451-5.387-1.451-8.284%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M30.48%2010.133h-1.638c-.713%200-1.397.278-1.898.771c-1.112%201.095-2.955%201.013-3.96-.176l-.376-.445a3.06%203.06%200%200%201-.727-1.96L21.875%207h-4.784v2.002c0%201.664.452%203.3%201.31%204.74l.053.09a9%209%200%200%200%202.078%202.39l2.358%201.901c1.877%201.514%202.44%204.08%201.36%206.205a5.23%205.23%200%200%201-3.241%202.646l-.536.153a6.8%206.8%200%200%201-2.452.23c-2.962-.266-5.776%201.393-6.875%204.078l-.535%201.306A8.2%208.2%200%200%200%2010%2035.842V41h4.773v-5.427c0-.86.337-1.687.944-2.314a3.55%203.55%200%200%201%204.106-.7l2.019.994c.91.448%201.917.682%202.938.682h3.416c1.402%200%202.791-.26%204.093-.764a10.96%2010.96%200%200%200%205.4-4.482l.62-1.012A11.44%2011.44%200%200%200%2040%2022c0-1.96-.507-3.889-1.474-5.608l-.984-1.749a8.75%208.75%200%200%200-2.55-2.83l-.617-.44a6.7%206.7%200%200%200-3.895-1.24%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16.076%206h6.833c.006%201.136-.303%202.7.494%203.643c1.748%202.07%204.656-.515%207.065-.515c4.33%200%207.006%203.353%208.929%206.774c2.195%203.903%202.102%208.784-.235%2012.604c-1.6%202.616-3.577%204.768-6.514%205.907c-4.353%201.688-9.213%201.052-13.271-.946c-1.549-.762-3.55.318-3.55%202.087V42H9v-6.178a9.2%209.2%200%200%201%20.687-3.484c2.143-5.24%205.636-4.814%2010.511-6.205c3.178-.906%205.069-4.763%202.047-7.2c-1.74-1.403-3.554-2.693-4.718-4.649c-1.544-2.593-1.451-5.387-1.451-8.284%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/stomach.svg?color=%231a73e8&size=48