intestine negative icon
intestine-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- intestine-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Use the intestine 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(#healthiconsIntestineNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM29.2 7a3 3 0 1 0-6 0v2.726l-.564.005c-.648.004-1.415.01-2.194.05c-1.468.078-3.452.294-5.132 1.213c-.895.49-1.764 1.21-2.394 2.25c-.633 1.044-.916 2.23-.916 3.474c0 1.727.75 3.157 1.966 4.146c1.076.875 2.388 1.306 3.51 1.555c2.003.444 4.528.522 6.726.59l.7.021c2.588.085 4.674.21 6.103.644c.668.202.921.398.986.461l.003.02l-.114.049a4.7 4.7 0 0 1-.85.223c-1.654.298-4.014.204-6.89.07l-.21-.01c-2.581-.12-5.623-.262-8.032.179c-1.252.229-2.7.671-3.877 1.654C10.706 27.42 10 28.97 10 30.76c0 1.428.343 2.777 1.123 3.934c.774 1.148 1.828 1.885 2.887 2.351c1.988.875 4.35.944 6.163.9a66 66 0 0 0 2.61-.131l.116-.008c.487-.03.918-.058 1.301-.075V41a3 3 0 1 0 6 0v-5.4c0-.868-.297-1.734-.918-2.432a4.03 4.03 0 0 0-1.71-1.115c-.9-.312-1.894-.346-2.596-.344c-.777.001-1.65.057-2.46.109l-.081.005c-.818.052-1.617.104-2.408.123c-1.737.042-2.925-.096-3.6-.394c-.267-.117-.324-.205-.33-.213a.4.4 0 0 1-.047-.117c-.02-.07-.043-.19-.049-.374q.052-.024.128-.055c.194-.076.47-.156.848-.225c1.65-.302 4.01-.21 6.884-.077l.243.011c2.572.12 5.595.261 7.99-.17c1.25-.225 2.698-.662 3.875-1.638C37.29 27.6 38 26.05 38 24.262c0-1.687-.596-3.173-1.714-4.317c-1.037-1.06-2.35-1.652-3.54-2.014c-2.322-.703-5.236-.818-7.648-.897l-.577-.019c-2.388-.077-4.329-.14-5.747-.454a5 5 0 0 1-.725-.208a.7.7 0 0 1 .14-.095c.42-.23 1.237-.415 2.57-.485c.62-.033 1.253-.038 1.918-.043h.073c.61-.004 1.288-.009 1.893-.048c.564-.036 1.421-.117 2.21-.439a3.9 3.9 0 0 0 1.51-1.075c.551-.65.837-1.458.837-2.291z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsIntestineNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsIntestineNegative(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(#healthiconsIntestineNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM29.2 7a3 3 0 1 0-6 0v2.726l-.564.005c-.648.004-1.415.01-2.194.05c-1.468.078-3.452.294-5.132 1.213c-.895.49-1.764 1.21-2.394 2.25c-.633 1.044-.916 2.23-.916 3.474c0 1.727.75 3.157 1.966 4.146c1.076.875 2.388 1.306 3.51 1.555c2.003.444 4.528.522 6.726.59l.7.021c2.588.085 4.674.21 6.103.644c.668.202.921.398.986.461l.003.02l-.114.049a4.7 4.7 0 0 1-.85.223c-1.654.298-4.014.204-6.89.07l-.21-.01c-2.581-.12-5.623-.262-8.032.179c-1.252.229-2.7.671-3.877 1.654C10.706 27.42 10 28.97 10 30.76c0 1.428.343 2.777 1.123 3.934c.774 1.148 1.828 1.885 2.887 2.351c1.988.875 4.35.944 6.163.9a66 66 0 0 0 2.61-.131l.116-.008c.487-.03.918-.058 1.301-.075V41a3 3 0 1 0 6 0v-5.4c0-.868-.297-1.734-.918-2.432a4.03 4.03 0 0 0-1.71-1.115c-.9-.312-1.894-.346-2.596-.344c-.777.001-1.65.057-2.46.109l-.081.005c-.818.052-1.617.104-2.408.123c-1.737.042-2.925-.096-3.6-.394c-.267-.117-.324-.205-.33-.213a.4.4 0 0 1-.047-.117c-.02-.07-.043-.19-.049-.374q.052-.024.128-.055c.194-.076.47-.156.848-.225c1.65-.302 4.01-.21 6.884-.077l.243.011c2.572.12 5.595.261 7.99-.17c1.25-.225 2.698-.662 3.875-1.638C37.29 27.6 38 26.05 38 24.262c0-1.687-.596-3.173-1.714-4.317c-1.037-1.06-2.35-1.652-3.54-2.014c-2.322-.703-5.236-.818-7.648-.897l-.577-.019c-2.388-.077-4.329-.14-5.747-.454a5 5 0 0 1-.725-.208a.7.7 0 0 1 .14-.095c.42-.23 1.237-.415 2.57-.485c.62-.033 1.253-.038 1.918-.043h.073c.61-.004 1.288-.009 1.893-.048c.564-.036 1.421-.117 2.21-.439a3.9 3.9 0 0 0 1.51-1.075c.551-.65.837-1.458.837-2.291z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsIntestineNegative"><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(#healthiconsIntestineNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM29.2 7a3 3 0 1 0-6 0v2.726l-.564.005c-.648.004-1.415.01-2.194.05c-1.468.078-3.452.294-5.132 1.213c-.895.49-1.764 1.21-2.394 2.25c-.633 1.044-.916 2.23-.916 3.474c0 1.727.75 3.157 1.966 4.146c1.076.875 2.388 1.306 3.51 1.555c2.003.444 4.528.522 6.726.59l.7.021c2.588.085 4.674.21 6.103.644c.668.202.921.398.986.461l.003.02l-.114.049a4.7 4.7 0 0 1-.85.223c-1.654.298-4.014.204-6.89.07l-.21-.01c-2.581-.12-5.623-.262-8.032.179c-1.252.229-2.7.671-3.877 1.654C10.706 27.42 10 28.97 10 30.76c0 1.428.343 2.777 1.123 3.934c.774 1.148 1.828 1.885 2.887 2.351c1.988.875 4.35.944 6.163.9a66 66 0 0 0 2.61-.131l.116-.008c.487-.03.918-.058 1.301-.075V41a3 3 0 1 0 6 0v-5.4c0-.868-.297-1.734-.918-2.432a4.03 4.03 0 0 0-1.71-1.115c-.9-.312-1.894-.346-2.596-.344c-.777.001-1.65.057-2.46.109l-.081.005c-.818.052-1.617.104-2.408.123c-1.737.042-2.925-.096-3.6-.394c-.267-.117-.324-.205-.33-.213a.4.4 0 0 1-.047-.117c-.02-.07-.043-.19-.049-.374q.052-.024.128-.055c.194-.076.47-.156.848-.225c1.65-.302 4.01-.21 6.884-.077l.243.011c2.572.12 5.595.261 7.99-.17c1.25-.225 2.698-.662 3.875-1.638C37.29 27.6 38 26.05 38 24.262c0-1.687-.596-3.173-1.714-4.317c-1.037-1.06-2.35-1.652-3.54-2.014c-2.322-.703-5.236-.818-7.648-.897l-.577-.019c-2.388-.077-4.329-.14-5.747-.454a5 5 0 0 1-.725-.208a.7.7 0 0 1 .14-.095c.42-.23 1.237-.415 2.57-.485c.62-.033 1.253-.038 1.918-.043h.073c.61-.004 1.288-.009 1.893-.048c.564-.036 1.421-.117 2.21-.439a3.9 3.9 0 0 0 1.51-1.075c.551-.65.837-1.458.837-2.291z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsIntestineNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-intestine-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(%23healthiconsIntestineNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM29.2%207a3%203%200%201%200-6%200v2.726l-.564.005c-.648.004-1.415.01-2.194.05c-1.468.078-3.452.294-5.132%201.213c-.895.49-1.764%201.21-2.394%202.25c-.633%201.044-.916%202.23-.916%203.474c0%201.727.75%203.157%201.966%204.146c1.076.875%202.388%201.306%203.51%201.555c2.003.444%204.528.522%206.726.59l.7.021c2.588.085%204.674.21%206.103.644c.668.202.921.398.986.461l.003.02l-.114.049a4.7%204.7%200%200%201-.85.223c-1.654.298-4.014.204-6.89.07l-.21-.01c-2.581-.12-5.623-.262-8.032.179c-1.252.229-2.7.671-3.877%201.654C10.706%2027.42%2010%2028.97%2010%2030.76c0%201.428.343%202.777%201.123%203.934c.774%201.148%201.828%201.885%202.887%202.351c1.988.875%204.35.944%206.163.9a66%2066%200%200%200%202.61-.131l.116-.008c.487-.03.918-.058%201.301-.075V41a3%203%200%201%200%206%200v-5.4c0-.868-.297-1.734-.918-2.432a4.03%204.03%200%200%200-1.71-1.115c-.9-.312-1.894-.346-2.596-.344c-.777.001-1.65.057-2.46.109l-.081.005c-.818.052-1.617.104-2.408.123c-1.737.042-2.925-.096-3.6-.394c-.267-.117-.324-.205-.33-.213a.4.4%200%200%201-.047-.117c-.02-.07-.043-.19-.049-.374q.052-.024.128-.055c.194-.076.47-.156.848-.225c1.65-.302%204.01-.21%206.884-.077l.243.011c2.572.12%205.595.261%207.99-.17c1.25-.225%202.698-.662%203.875-1.638C37.29%2027.6%2038%2026.05%2038%2024.262c0-1.687-.596-3.173-1.714-4.317c-1.037-1.06-2.35-1.652-3.54-2.014c-2.322-.703-5.236-.818-7.648-.897l-.577-.019c-2.388-.077-4.329-.14-5.747-.454a5%205%200%200%201-.725-.208a.7.7%200%200%201%20.14-.095c.42-.23%201.237-.415%202.57-.485c.62-.033%201.253-.038%201.918-.043h.073c.61-.004%201.288-.009%201.893-.048c.564-.036%201.421-.117%202.21-.439a3.9%203.9%200%200%200%201.51-1.075c.551-.65.837-1.458.837-2.291z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsIntestineNegative%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(%23healthiconsIntestineNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM29.2%207a3%203%200%201%200-6%200v2.726l-.564.005c-.648.004-1.415.01-2.194.05c-1.468.078-3.452.294-5.132%201.213c-.895.49-1.764%201.21-2.394%202.25c-.633%201.044-.916%202.23-.916%203.474c0%201.727.75%203.157%201.966%204.146c1.076.875%202.388%201.306%203.51%201.555c2.003.444%204.528.522%206.726.59l.7.021c2.588.085%204.674.21%206.103.644c.668.202.921.398.986.461l.003.02l-.114.049a4.7%204.7%200%200%201-.85.223c-1.654.298-4.014.204-6.89.07l-.21-.01c-2.581-.12-5.623-.262-8.032.179c-1.252.229-2.7.671-3.877%201.654C10.706%2027.42%2010%2028.97%2010%2030.76c0%201.428.343%202.777%201.123%203.934c.774%201.148%201.828%201.885%202.887%202.351c1.988.875%204.35.944%206.163.9a66%2066%200%200%200%202.61-.131l.116-.008c.487-.03.918-.058%201.301-.075V41a3%203%200%201%200%206%200v-5.4c0-.868-.297-1.734-.918-2.432a4.03%204.03%200%200%200-1.71-1.115c-.9-.312-1.894-.346-2.596-.344c-.777.001-1.65.057-2.46.109l-.081.005c-.818.052-1.617.104-2.408.123c-1.737.042-2.925-.096-3.6-.394c-.267-.117-.324-.205-.33-.213a.4.4%200%200%201-.047-.117c-.02-.07-.043-.19-.049-.374q.052-.024.128-.055c.194-.076.47-.156.848-.225c1.65-.302%204.01-.21%206.884-.077l.243.011c2.572.12%205.595.261%207.99-.17c1.25-.225%202.698-.662%203.875-1.638C37.29%2027.6%2038%2026.05%2038%2024.262c0-1.687-.596-3.173-1.714-4.317c-1.037-1.06-2.35-1.652-3.54-2.014c-2.322-.703-5.236-.818-7.648-.897l-.577-.019c-2.388-.077-4.329-.14-5.747-.454a5%205%200%200%201-.725-.208a.7.7%200%200%201%20.14-.095c.42-.23%201.237-.415%202.57-.485c.62-.033%201.253-.038%201.918-.043h.073c.61-.004%201.288-.009%201.893-.048c.564-.036%201.421-.117%202.21-.439a3.9%203.9%200%200%200%201.51-1.075c.551-.65.837-1.458.837-2.291z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsIntestineNegative%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/intestine-negative.svg?color=%231a73e8&size=48