gastroenterology negative icon

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

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

Use the gastroenterology 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(#healthiconsGastroenterologyNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM17.316 10.74v-.07L17.314 6H39a3 3 0 0 1 3 3v30a3 3 0 0 1-3 3H11.192h.969l-.001-.835l-.002-1.85c-.002-1.332-.005-2.75-.01-2.88c-.028-.66-.01-2.195.56-3.528c.279-.651.672-1.215 1.22-1.617c.53-.387 1.264-.67 2.322-.681c2.52.348 4.295 1.88 6.27 3.585l.063.053c1.94 1.675 4.136 3.557 7.3 3.557c3.073 0 5.152-1.303 6.409-3.31c1.211-1.933 1.602-4.425 1.602-6.78v-8.332c0-2.514-.871-4.487-2.256-5.83c-1.373-1.332-3.192-1.987-4.991-1.987c-1.8 0-3.619.655-4.992 1.987c-1.193 1.157-2.005 2.781-2.207 4.817c-2.55-.075-3.908-.477-4.714-1.307c-.917-.945-1.384-2.714-1.418-6.321M10.161 42H9a3 3 0 0 1-3-3V9a3 3 0 0 1 3-3h6.314l.002 4.76c.034 3.57.453 6.118 1.983 7.695c1.376 1.418 3.441 1.838 6.09 1.914c-.115 4.932-1.09 6.818-2.116 7.587c-.544.408-1.213.591-2.065.655c-.583.044-1.155.03-1.787.015a42 42 0 0 0-1.107-.018c-1.469 0-2.648.396-3.567 1.069c-.91.666-1.498 1.555-1.878 2.445c-.748 1.75-.75 3.648-.72 4.396v-.001l.001.066l.001.196l.003.651a1473 1473 0 0 1 .006 3.737zM31.01 25.129c-1.74-.884-3.584-1.82-5.98-.663c.246-1.394.37-3.073.37-5.084c0-2.03.69-3.466 1.648-4.395c.97-.94 2.275-1.422 3.599-1.422c1.323 0 2.629.482 3.598 1.422c.958.93 1.649 2.365 1.649 4.395v6.382c-1.772.945-3.284.177-4.884-.635" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsGastroenterologyNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsGastroenterologyNegative(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(#healthiconsGastroenterologyNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM17.316 10.74v-.07L17.314 6H39a3 3 0 0 1 3 3v30a3 3 0 0 1-3 3H11.192h.969l-.001-.835l-.002-1.85c-.002-1.332-.005-2.75-.01-2.88c-.028-.66-.01-2.195.56-3.528c.279-.651.672-1.215 1.22-1.617c.53-.387 1.264-.67 2.322-.681c2.52.348 4.295 1.88 6.27 3.585l.063.053c1.94 1.675 4.136 3.557 7.3 3.557c3.073 0 5.152-1.303 6.409-3.31c1.211-1.933 1.602-4.425 1.602-6.78v-8.332c0-2.514-.871-4.487-2.256-5.83c-1.373-1.332-3.192-1.987-4.991-1.987c-1.8 0-3.619.655-4.992 1.987c-1.193 1.157-2.005 2.781-2.207 4.817c-2.55-.075-3.908-.477-4.714-1.307c-.917-.945-1.384-2.714-1.418-6.321M10.161 42H9a3 3 0 0 1-3-3V9a3 3 0 0 1 3-3h6.314l.002 4.76c.034 3.57.453 6.118 1.983 7.695c1.376 1.418 3.441 1.838 6.09 1.914c-.115 4.932-1.09 6.818-2.116 7.587c-.544.408-1.213.591-2.065.655c-.583.044-1.155.03-1.787.015a42 42 0 0 0-1.107-.018c-1.469 0-2.648.396-3.567 1.069c-.91.666-1.498 1.555-1.878 2.445c-.748 1.75-.75 3.648-.72 4.396v-.001l.001.066l.001.196l.003.651a1473 1473 0 0 1 .006 3.737zM31.01 25.129c-1.74-.884-3.584-1.82-5.98-.663c.246-1.394.37-3.073.37-5.084c0-2.03.69-3.466 1.648-4.395c.97-.94 2.275-1.422 3.599-1.422c1.323 0 2.629.482 3.598 1.422c.958.93 1.649 2.365 1.649 4.395v6.382c-1.772.945-3.284.177-4.884-.635" clipRule="evenodd"/></g><defs><clipPath id="healthiconsGastroenterologyNegative"><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(#healthiconsGastroenterologyNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM17.316 10.74v-.07L17.314 6H39a3 3 0 0 1 3 3v30a3 3 0 0 1-3 3H11.192h.969l-.001-.835l-.002-1.85c-.002-1.332-.005-2.75-.01-2.88c-.028-.66-.01-2.195.56-3.528c.279-.651.672-1.215 1.22-1.617c.53-.387 1.264-.67 2.322-.681c2.52.348 4.295 1.88 6.27 3.585l.063.053c1.94 1.675 4.136 3.557 7.3 3.557c3.073 0 5.152-1.303 6.409-3.31c1.211-1.933 1.602-4.425 1.602-6.78v-8.332c0-2.514-.871-4.487-2.256-5.83c-1.373-1.332-3.192-1.987-4.991-1.987c-1.8 0-3.619.655-4.992 1.987c-1.193 1.157-2.005 2.781-2.207 4.817c-2.55-.075-3.908-.477-4.714-1.307c-.917-.945-1.384-2.714-1.418-6.321M10.161 42H9a3 3 0 0 1-3-3V9a3 3 0 0 1 3-3h6.314l.002 4.76c.034 3.57.453 6.118 1.983 7.695c1.376 1.418 3.441 1.838 6.09 1.914c-.115 4.932-1.09 6.818-2.116 7.587c-.544.408-1.213.591-2.065.655c-.583.044-1.155.03-1.787.015a42 42 0 0 0-1.107-.018c-1.469 0-2.648.396-3.567 1.069c-.91.666-1.498 1.555-1.878 2.445c-.748 1.75-.75 3.648-.72 4.396v-.001l.001.066l.001.196l.003.651a1473 1473 0 0 1 .006 3.737zM31.01 25.129c-1.74-.884-3.584-1.82-5.98-.663c.246-1.394.37-3.073.37-5.084c0-2.03.69-3.466 1.648-4.395c.97-.94 2.275-1.422 3.599-1.422c1.323 0 2.629.482 3.598 1.422c.958.93 1.649 2.365 1.649 4.395v6.382c-1.772.945-3.284.177-4.884-.635" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsGastroenterologyNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-gastroenterology-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(%23healthiconsGastroenterologyNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM17.316%2010.74v-.07L17.314%206H39a3%203%200%200%201%203%203v30a3%203%200%200%201-3%203H11.192h.969l-.001-.835l-.002-1.85c-.002-1.332-.005-2.75-.01-2.88c-.028-.66-.01-2.195.56-3.528c.279-.651.672-1.215%201.22-1.617c.53-.387%201.264-.67%202.322-.681c2.52.348%204.295%201.88%206.27%203.585l.063.053c1.94%201.675%204.136%203.557%207.3%203.557c3.073%200%205.152-1.303%206.409-3.31c1.211-1.933%201.602-4.425%201.602-6.78v-8.332c0-2.514-.871-4.487-2.256-5.83c-1.373-1.332-3.192-1.987-4.991-1.987c-1.8%200-3.619.655-4.992%201.987c-1.193%201.157-2.005%202.781-2.207%204.817c-2.55-.075-3.908-.477-4.714-1.307c-.917-.945-1.384-2.714-1.418-6.321M10.161%2042H9a3%203%200%200%201-3-3V9a3%203%200%200%201%203-3h6.314l.002%204.76c.034%203.57.453%206.118%201.983%207.695c1.376%201.418%203.441%201.838%206.09%201.914c-.115%204.932-1.09%206.818-2.116%207.587c-.544.408-1.213.591-2.065.655c-.583.044-1.155.03-1.787.015a42%2042%200%200%200-1.107-.018c-1.469%200-2.648.396-3.567%201.069c-.91.666-1.498%201.555-1.878%202.445c-.748%201.75-.75%203.648-.72%204.396v-.001l.001.066l.001.196l.003.651a1473%201473%200%200%201%20.006%203.737zM31.01%2025.129c-1.74-.884-3.584-1.82-5.98-.663c.246-1.394.37-3.073.37-5.084c0-2.03.69-3.466%201.648-4.395c.97-.94%202.275-1.422%203.599-1.422c1.323%200%202.629.482%203.598%201.422c.958.93%201.649%202.365%201.649%204.395v6.382c-1.772.945-3.284.177-4.884-.635%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsGastroenterologyNegative%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(%23healthiconsGastroenterologyNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM17.316%2010.74v-.07L17.314%206H39a3%203%200%200%201%203%203v30a3%203%200%200%201-3%203H11.192h.969l-.001-.835l-.002-1.85c-.002-1.332-.005-2.75-.01-2.88c-.028-.66-.01-2.195.56-3.528c.279-.651.672-1.215%201.22-1.617c.53-.387%201.264-.67%202.322-.681c2.52.348%204.295%201.88%206.27%203.585l.063.053c1.94%201.675%204.136%203.557%207.3%203.557c3.073%200%205.152-1.303%206.409-3.31c1.211-1.933%201.602-4.425%201.602-6.78v-8.332c0-2.514-.871-4.487-2.256-5.83c-1.373-1.332-3.192-1.987-4.991-1.987c-1.8%200-3.619.655-4.992%201.987c-1.193%201.157-2.005%202.781-2.207%204.817c-2.55-.075-3.908-.477-4.714-1.307c-.917-.945-1.384-2.714-1.418-6.321M10.161%2042H9a3%203%200%200%201-3-3V9a3%203%200%200%201%203-3h6.314l.002%204.76c.034%203.57.453%206.118%201.983%207.695c1.376%201.418%203.441%201.838%206.09%201.914c-.115%204.932-1.09%206.818-2.116%207.587c-.544.408-1.213.591-2.065.655c-.583.044-1.155.03-1.787.015a42%2042%200%200%200-1.107-.018c-1.469%200-2.648.396-3.567%201.069c-.91.666-1.498%201.555-1.878%202.445c-.748%201.75-.75%203.648-.72%204.396v-.001l.001.066l.001.196l.003.651a1473%201473%200%200%201%20.006%203.737zM31.01%2025.129c-1.74-.884-3.584-1.82-5.98-.663c.246-1.394.37-3.073.37-5.084c0-2.03.69-3.466%201.648-4.395c.97-.94%202.275-1.422%203.599-1.422c1.323%200%202.629.482%203.598%201.422c.958.93%201.649%202.365%201.649%204.395v6.382c-1.772.945-3.284.177-4.884-.635%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsGastroenterologyNegative%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/gastroenterology-negative.svg?color=%231a73e8&size=48