stomach-outline-24px from Health Icons by Resolve to Save Lives · Outline 24px · Body · MIT Free for personal and commercial use.

Name
stomach-outline-24px
Set
Health Icons
Style
Outline 24px
Category
Body
Viewbox
24×24
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 24 24"><path fill="currentColor" fill-rule="evenodd" d="M10 7.976h1.105A5.002 5.002 0 0 1 21 9v7a5 5 0 0 1-8.053 3.96c-.736-.56-1.267-1.117-1.721-1.595c-.75-.789-1.295-1.36-2.215-1.365H7c-.954 0-1.51.346-1.868.858c-.398.568-.632 1.459-.632 2.642a1 1 0 1 1-2 0c0-1.392.266-2.751.993-3.79c.755-1.077 1.926-1.692 3.438-1.71c.095-.01.191-.014.257-.017c.122-.004.27-.007.432-.008a65 65 0 0 1 1.594.008c1.38-.225 2.262-2.604 1.786-4.983l-.47-.001c-.14-.002-.269-.004-.376-.008a3 3 0 0 1-.222-.015c-.981-.01-1.813-.225-2.468-.705c-.677-.495-1.043-1.183-1.24-1.889c-.192-.689-.24-1.448-.247-2.171c-.005-.376.003-.823.011-1.259C5.994 3.615 6 3.285 6 3a1 1 0 1 1 2 0c0 .392-.007.732-.013 1.058c-.008.378-.015.735-.01 1.13c.007.679.054 1.226.174 1.656c.115.414.281.657.494.813c.221.162.616.32 1.355.32m2.712 5.922q-.05.143-.105.282a5.4 5.4 0 0 1-1.084 1.711c.431.33.77.69 1.033.97q.061.066.119.125c.453.477.887.93 1.482 1.382l.006.004l.006.005A3 3 0 0 0 19 16v-2.875a4.4 4.4 0 0 0-.661-.213c-.679-.157-1.242-.094-1.63.295c-1.112 1.111-2.549 1.048-3.495.83a6 6 0 0 1-.5-.14m.397-1.98a4 4 0 0 0 .553.17c.679.157 1.242.094 1.63-.295c1.112-1.111 2.549-1.048 3.495-.83q.11.026.213.054V9a3 3 0 1 0-5.989.26l.138 1.611l-.03.01q.026.525-.01 1.037" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsStomachOutline24px(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M10 7.976h1.105A5.002 5.002 0 0 1 21 9v7a5 5 0 0 1-8.053 3.96c-.736-.56-1.267-1.117-1.721-1.595c-.75-.789-1.295-1.36-2.215-1.365H7c-.954 0-1.51.346-1.868.858c-.398.568-.632 1.459-.632 2.642a1 1 0 1 1-2 0c0-1.392.266-2.751.993-3.79c.755-1.077 1.926-1.692 3.438-1.71c.095-.01.191-.014.257-.017c.122-.004.27-.007.432-.008a65 65 0 0 1 1.594.008c1.38-.225 2.262-2.604 1.786-4.983l-.47-.001c-.14-.002-.269-.004-.376-.008a3 3 0 0 1-.222-.015c-.981-.01-1.813-.225-2.468-.705c-.677-.495-1.043-1.183-1.24-1.889c-.192-.689-.24-1.448-.247-2.171c-.005-.376.003-.823.011-1.259C5.994 3.615 6 3.285 6 3a1 1 0 1 1 2 0c0 .392-.007.732-.013 1.058c-.008.378-.015.735-.01 1.13c.007.679.054 1.226.174 1.656c.115.414.281.657.494.813c.221.162.616.32 1.355.32m2.712 5.922q-.05.143-.105.282a5.4 5.4 0 0 1-1.084 1.711c.431.33.77.69 1.033.97q.061.066.119.125c.453.477.887.93 1.482 1.382l.006.004l.006.005A3 3 0 0 0 19 16v-2.875a4.4 4.4 0 0 0-.661-.213c-.679-.157-1.242-.094-1.63.295c-1.112 1.111-2.549 1.048-3.495.83a6 6 0 0 1-.5-.14m.397-1.98a4 4 0 0 0 .553.17c.679.157 1.242.094 1.63-.295c1.112-1.111 2.549-1.048 3.495-.83q.11.026.213.054V9a3 3 0 1 0-5.989.26l.138 1.611l-.03.01q.026.525-.01 1.037" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M10 7.976h1.105A5.002 5.002 0 0 1 21 9v7a5 5 0 0 1-8.053 3.96c-.736-.56-1.267-1.117-1.721-1.595c-.75-.789-1.295-1.36-2.215-1.365H7c-.954 0-1.51.346-1.868.858c-.398.568-.632 1.459-.632 2.642a1 1 0 1 1-2 0c0-1.392.266-2.751.993-3.79c.755-1.077 1.926-1.692 3.438-1.71c.095-.01.191-.014.257-.017c.122-.004.27-.007.432-.008a65 65 0 0 1 1.594.008c1.38-.225 2.262-2.604 1.786-4.983l-.47-.001c-.14-.002-.269-.004-.376-.008a3 3 0 0 1-.222-.015c-.981-.01-1.813-.225-2.468-.705c-.677-.495-1.043-1.183-1.24-1.889c-.192-.689-.24-1.448-.247-2.171c-.005-.376.003-.823.011-1.259C5.994 3.615 6 3.285 6 3a1 1 0 1 1 2 0c0 .392-.007.732-.013 1.058c-.008.378-.015.735-.01 1.13c.007.679.054 1.226.174 1.656c.115.414.281.657.494.813c.221.162.616.32 1.355.32m2.712 5.922q-.05.143-.105.282a5.4 5.4 0 0 1-1.084 1.711c.431.33.77.69 1.033.97q.061.066.119.125c.453.477.887.93 1.482 1.382l.006.004l.006.005A3 3 0 0 0 19 16v-2.875a4.4 4.4 0 0 0-.661-.213c-.679-.157-1.242-.094-1.63.295c-1.112 1.111-2.549 1.048-3.495.83a6 6 0 0 1-.5-.14m.397-1.98a4 4 0 0 0 .553.17c.679.157 1.242.094 1.63-.295c1.112-1.111 2.549-1.048 3.495-.83q.11.026.213.054V9a3 3 0 1 0-5.989.26l.138 1.611l-.03.01q.026.525-.01 1.037" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-stomach-outline-24px {
  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%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10%207.976h1.105A5.002%205.002%200%200%201%2021%209v7a5%205%200%200%201-8.053%203.96c-.736-.56-1.267-1.117-1.721-1.595c-.75-.789-1.295-1.36-2.215-1.365H7c-.954%200-1.51.346-1.868.858c-.398.568-.632%201.459-.632%202.642a1%201%200%201%201-2%200c0-1.392.266-2.751.993-3.79c.755-1.077%201.926-1.692%203.438-1.71c.095-.01.191-.014.257-.017c.122-.004.27-.007.432-.008a65%2065%200%200%201%201.594.008c1.38-.225%202.262-2.604%201.786-4.983l-.47-.001c-.14-.002-.269-.004-.376-.008a3%203%200%200%201-.222-.015c-.981-.01-1.813-.225-2.468-.705c-.677-.495-1.043-1.183-1.24-1.889c-.192-.689-.24-1.448-.247-2.171c-.005-.376.003-.823.011-1.259C5.994%203.615%206%203.285%206%203a1%201%200%201%201%202%200c0%20.392-.007.732-.013%201.058c-.008.378-.015.735-.01%201.13c.007.679.054%201.226.174%201.656c.115.414.281.657.494.813c.221.162.616.32%201.355.32m2.712%205.922q-.05.143-.105.282a5.4%205.4%200%200%201-1.084%201.711c.431.33.77.69%201.033.97q.061.066.119.125c.453.477.887.93%201.482%201.382l.006.004l.006.005A3%203%200%200%200%2019%2016v-2.875a4.4%204.4%200%200%200-.661-.213c-.679-.157-1.242-.094-1.63.295c-1.112%201.111-2.549%201.048-3.495.83a6%206%200%200%201-.5-.14m.397-1.98a4%204%200%200%200%20.553.17c.679.157%201.242.094%201.63-.295c1.112-1.111%202.549-1.048%203.495-.83q.11.026.213.054V9a3%203%200%201%200-5.989.26l.138%201.611l-.03.01q.026.525-.01%201.037%22%20clip-rule%3D%22evenodd%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%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10%207.976h1.105A5.002%205.002%200%200%201%2021%209v7a5%205%200%200%201-8.053%203.96c-.736-.56-1.267-1.117-1.721-1.595c-.75-.789-1.295-1.36-2.215-1.365H7c-.954%200-1.51.346-1.868.858c-.398.568-.632%201.459-.632%202.642a1%201%200%201%201-2%200c0-1.392.266-2.751.993-3.79c.755-1.077%201.926-1.692%203.438-1.71c.095-.01.191-.014.257-.017c.122-.004.27-.007.432-.008a65%2065%200%200%201%201.594.008c1.38-.225%202.262-2.604%201.786-4.983l-.47-.001c-.14-.002-.269-.004-.376-.008a3%203%200%200%201-.222-.015c-.981-.01-1.813-.225-2.468-.705c-.677-.495-1.043-1.183-1.24-1.889c-.192-.689-.24-1.448-.247-2.171c-.005-.376.003-.823.011-1.259C5.994%203.615%206%203.285%206%203a1%201%200%201%201%202%200c0%20.392-.007.732-.013%201.058c-.008.378-.015.735-.01%201.13c.007.679.054%201.226.174%201.656c.115.414.281.657.494.813c.221.162.616.32%201.355.32m2.712%205.922q-.05.143-.105.282a5.4%205.4%200%200%201-1.084%201.711c.431.33.77.69%201.033.97q.061.066.119.125c.453.477.887.93%201.482%201.382l.006.004l.006.005A3%203%200%200%200%2019%2016v-2.875a4.4%204.4%200%200%200-.661-.213c-.679-.157-1.242-.094-1.63.295c-1.112%201.111-2.549%201.048-3.495.83a6%206%200%200%201-.5-.14m.397-1.98a4%204%200%200%200%20.553.17c.679.157%201.242.094%201.63-.295c1.112-1.111%202.549-1.048%203.495-.83q.11.026.213.054V9a3%203%200%201%200-5.989.26l.138%201.611l-.03.01q.026.525-.01%201.037%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/stomach-outline-24px.svg?color=%231a73e8&size=48