stomach negative icon

stomach-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.

Name
stomach-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Related icons in Health Icons

Use the stomach negative icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsStomachNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm23.542 17.038c-3.653-.078-5.647-.63-6.827-1.916c-.641-.7-1.12-1.7-1.434-3.187c-.315-1.493-.45-3.412-.45-5.887h-2c0 2.525.136 4.606.493 6.3c.36 1.7.954 3.075 1.918 4.126c1.774 1.934 4.535 2.487 8.254 2.564c-.115 6.76-1.42 9.456-2.927 10.585c-.787.59-1.739.841-2.893.928c-.785.058-1.567.04-2.413.02a54 54 0 0 0-1.432-.023c-2.163 0-3.8.669-5 1.737c-1.182 1.051-1.866 2.423-2.263 3.72c-.398 1.3-.527 2.58-.559 3.524a15 15 0 0 0 .024 1.487l.007.093l.003.027v.013l.996-.101l.995-.101v-.001l-.002-.014l-.005-.066a13 13 0 0 1-.02-1.269c.03-.837.143-1.93.473-3.006c.33-1.078.86-2.082 1.68-2.812c.79-.704 1.924-1.218 3.607-1.23c3.432.465 5.846 2.548 8.437 4.784l.112.097c2.573 2.22 5.386 4.618 9.427 4.618c3.952 0 6.592-1.668 8.19-4.22C41.488 35.35 42 32.13 42 29.049v-11c0-3.242-1.121-5.76-2.881-7.468c-1.748-1.696-4.067-2.532-6.367-2.532s-4.618.836-6.366 2.532c-1.573 1.526-2.636 3.699-2.844 6.458m1.438 7.905c3.338-1.804 5.869-.52 8.252.69c2.208 1.122 4.289 2.179 6.768.656v-8.241c0-2.758-.94-4.74-2.274-6.032c-1.344-1.305-3.15-1.968-4.974-1.968s-3.63.663-4.974 1.968c-1.333 1.293-2.273 3.274-2.273 6.032c0 2.769-.179 5.04-.525 6.895" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsStomachNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsStomachNegative(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clipPath="url(#healthiconsStomachNegative)"><path fill="currentColor" fillRule="evenodd" d="M0 0h48v48H0zm23.542 17.038c-3.653-.078-5.647-.63-6.827-1.916c-.641-.7-1.12-1.7-1.434-3.187c-.315-1.493-.45-3.412-.45-5.887h-2c0 2.525.136 4.606.493 6.3c.36 1.7.954 3.075 1.918 4.126c1.774 1.934 4.535 2.487 8.254 2.564c-.115 6.76-1.42 9.456-2.927 10.585c-.787.59-1.739.841-2.893.928c-.785.058-1.567.04-2.413.02a54 54 0 0 0-1.432-.023c-2.163 0-3.8.669-5 1.737c-1.182 1.051-1.866 2.423-2.263 3.72c-.398 1.3-.527 2.58-.559 3.524a15 15 0 0 0 .024 1.487l.007.093l.003.027v.013l.996-.101l.995-.101v-.001l-.002-.014l-.005-.066a13 13 0 0 1-.02-1.269c.03-.837.143-1.93.473-3.006c.33-1.078.86-2.082 1.68-2.812c.79-.704 1.924-1.218 3.607-1.23c3.432.465 5.846 2.548 8.437 4.784l.112.097c2.573 2.22 5.386 4.618 9.427 4.618c3.952 0 6.592-1.668 8.19-4.22C41.488 35.35 42 32.13 42 29.049v-11c0-3.242-1.121-5.76-2.881-7.468c-1.748-1.696-4.067-2.532-6.367-2.532s-4.618.836-6.366 2.532c-1.573 1.526-2.636 3.699-2.844 6.458m1.438 7.905c3.338-1.804 5.869-.52 8.252.69c2.208 1.122 4.289 2.179 6.768.656v-8.241c0-2.758-.94-4.74-2.274-6.032c-1.344-1.305-3.15-1.968-4.974-1.968s-3.63.663-4.974 1.968c-1.333 1.293-2.273 3.274-2.273 6.032c0 2.769-.179 5.04-.525 6.895" clipRule="evenodd"/></g><defs><clipPath id="healthiconsStomachNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsStomachNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm23.542 17.038c-3.653-.078-5.647-.63-6.827-1.916c-.641-.7-1.12-1.7-1.434-3.187c-.315-1.493-.45-3.412-.45-5.887h-2c0 2.525.136 4.606.493 6.3c.36 1.7.954 3.075 1.918 4.126c1.774 1.934 4.535 2.487 8.254 2.564c-.115 6.76-1.42 9.456-2.927 10.585c-.787.59-1.739.841-2.893.928c-.785.058-1.567.04-2.413.02a54 54 0 0 0-1.432-.023c-2.163 0-3.8.669-5 1.737c-1.182 1.051-1.866 2.423-2.263 3.72c-.398 1.3-.527 2.58-.559 3.524a15 15 0 0 0 .024 1.487l.007.093l.003.027v.013l.996-.101l.995-.101v-.001l-.002-.014l-.005-.066a13 13 0 0 1-.02-1.269c.03-.837.143-1.93.473-3.006c.33-1.078.86-2.082 1.68-2.812c.79-.704 1.924-1.218 3.607-1.23c3.432.465 5.846 2.548 8.437 4.784l.112.097c2.573 2.22 5.386 4.618 9.427 4.618c3.952 0 6.592-1.668 8.19-4.22C41.488 35.35 42 32.13 42 29.049v-11c0-3.242-1.121-5.76-2.881-7.468c-1.748-1.696-4.067-2.532-6.367-2.532s-4.618.836-6.366 2.532c-1.573 1.526-2.636 3.699-2.844 6.458m1.438 7.905c3.338-1.804 5.869-.52 8.252.69c2.208 1.122 4.289 2.179 6.768.656v-8.241c0-2.758-.94-4.74-2.274-6.032c-1.344-1.305-3.15-1.968-4.974-1.968s-3.63.663-4.974 1.968c-1.333 1.293-2.273 3.274-2.273 6.032c0 2.769-.179 5.04-.525 6.895" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsStomachNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-stomach-negative {
  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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsStomachNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm23.542%2017.038c-3.653-.078-5.647-.63-6.827-1.916c-.641-.7-1.12-1.7-1.434-3.187c-.315-1.493-.45-3.412-.45-5.887h-2c0%202.525.136%204.606.493%206.3c.36%201.7.954%203.075%201.918%204.126c1.774%201.934%204.535%202.487%208.254%202.564c-.115%206.76-1.42%209.456-2.927%2010.585c-.787.59-1.739.841-2.893.928c-.785.058-1.567.04-2.413.02a54%2054%200%200%200-1.432-.023c-2.163%200-3.8.669-5%201.737c-1.182%201.051-1.866%202.423-2.263%203.72c-.398%201.3-.527%202.58-.559%203.524a15%2015%200%200%200%20.024%201.487l.007.093l.003.027v.013l.996-.101l.995-.101v-.001l-.002-.014l-.005-.066a13%2013%200%200%201-.02-1.269c.03-.837.143-1.93.473-3.006c.33-1.078.86-2.082%201.68-2.812c.79-.704%201.924-1.218%203.607-1.23c3.432.465%205.846%202.548%208.437%204.784l.112.097c2.573%202.22%205.386%204.618%209.427%204.618c3.952%200%206.592-1.668%208.19-4.22C41.488%2035.35%2042%2032.13%2042%2029.049v-11c0-3.242-1.121-5.76-2.881-7.468c-1.748-1.696-4.067-2.532-6.367-2.532s-4.618.836-6.366%202.532c-1.573%201.526-2.636%203.699-2.844%206.458m1.438%207.905c3.338-1.804%205.869-.52%208.252.69c2.208%201.122%204.289%202.179%206.768.656v-8.241c0-2.758-.94-4.74-2.274-6.032c-1.344-1.305-3.15-1.968-4.974-1.968s-3.63.663-4.974%201.968c-1.333%201.293-2.273%203.274-2.273%206.032c0%202.769-.179%205.04-.525%206.895%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsStomachNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsStomachNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm23.542%2017.038c-3.653-.078-5.647-.63-6.827-1.916c-.641-.7-1.12-1.7-1.434-3.187c-.315-1.493-.45-3.412-.45-5.887h-2c0%202.525.136%204.606.493%206.3c.36%201.7.954%203.075%201.918%204.126c1.774%201.934%204.535%202.487%208.254%202.564c-.115%206.76-1.42%209.456-2.927%2010.585c-.787.59-1.739.841-2.893.928c-.785.058-1.567.04-2.413.02a54%2054%200%200%200-1.432-.023c-2.163%200-3.8.669-5%201.737c-1.182%201.051-1.866%202.423-2.263%203.72c-.398%201.3-.527%202.58-.559%203.524a15%2015%200%200%200%20.024%201.487l.007.093l.003.027v.013l.996-.101l.995-.101v-.001l-.002-.014l-.005-.066a13%2013%200%200%201-.02-1.269c.03-.837.143-1.93.473-3.006c.33-1.078.86-2.082%201.68-2.812c.79-.704%201.924-1.218%203.607-1.23c3.432.465%205.846%202.548%208.437%204.784l.112.097c2.573%202.22%205.386%204.618%209.427%204.618c3.952%200%206.592-1.668%208.19-4.22C41.488%2035.35%2042%2032.13%2042%2029.049v-11c0-3.242-1.121-5.76-2.881-7.468c-1.748-1.696-4.067-2.532-6.367-2.532s-4.618.836-6.366%202.532c-1.573%201.526-2.636%203.699-2.844%206.458m1.438%207.905c3.338-1.804%205.869-.52%208.252.69c2.208%201.122%204.289%202.179%206.768.656v-8.241c0-2.758-.94-4.74-2.274-6.032c-1.344-1.305-3.15-1.968-4.974-1.968s-3.63.663-4.974%201.968c-1.333%201.293-2.273%203.274-2.273%206.032c0%202.769-.179%205.04-.525%206.895%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsStomachNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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