intestinal pain icon
intestinal-pain from Health Icons by Resolve to Save Lives · Filled · Conditions · MIT Free for personal and commercial use.
- Name
- intestinal-pain
- Set
- Health Icons
- Style
- Filled
- Category
- Conditions
- Viewbox
- 48×48
- License
- MIT
3 other variants in Health Icons
More conditions icons from Health Icons
Use the intestinal pain icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M41.878 7.521a1 1 0 0 1-.4 1.357l-5.5 3A1 1 0 0 1 34.5 11V9.685l-4.021 2.193a1 1 0 0 1-.958-1.756l5.5-3A1 1 0 0 1 36.5 8v1.315l4.021-2.193a1 1 0 0 1 1.357.4M30.096 33.573a1 1 0 0 1 1.331-.477l5.347 2.526a1 1 0 0 1 .159 1.715l-1.322.956l3.816 1.803a1 1 0 0 1-.854 1.808l-5.347-2.526a1 1 0 0 1-.159-1.715l1.322-.956l-3.816-1.803a1 1 0 0 1-.477-1.331m7.421-12.358a1 1 0 0 1 .361.98l-.413 2.078l3.117-1.433a1 1 0 1 1 .836 1.817L36.52 26.91a1 1 0 0 1-1.399-1.104l.413-2.079l-3.118 1.432a1 1 0 0 1-.834-1.817l4.897-2.25a1 1 0 0 1 1.037.124M22.2 6v5.539c0 1.574-.945 2.612-1.81 3.13c-.707.424-1.473.59-1.925.673c-.481.09-1.012.15-1.449.201l-.065.008c-.49.057-.924.108-1.345.18c-.903.155-1.328.345-1.5.476a.3.3 0 0 0-.04.037l-.006.01a.5.5 0 0 0-.037.134q.06.024.136.05c.855.293 2.073.42 3.83.602l.322.034c1.657.173 3.898.415 5.721 1.226c.97.431 1.998 1.095 2.779 2.151c.808 1.093 1.189 2.388 1.189 3.78c0 1.49-.476 2.877-1.504 3.968c-.958 1.016-2.166 1.53-3.204 1.814c-1.895.519-4.238.515-6.06.511h-.236c-2.144-.003-3.677.02-4.696.303q-.195.055-.299.1c.01.335.079.449.08.452c.005.008.01.016.026.03a.7.7 0 0 0 .131.093c.398.227 1.185.414 2.516.483c.604.03 1.217.035 1.868.04h.055c.633.005 1.354.01 2.002.06c.58.044 1.48.144 2.308.53c.451.21 1.026.571 1.49 1.191c.495.663.723 1.434.723 2.194v6h-6v-3.97l-.565-.005h-.096c-.62-.005-1.353-.01-2.093-.048c-1.469-.076-3.482-.293-5.184-1.265c-.909-.52-1.767-1.274-2.381-2.34C6.269 33.308 6 32.107 6 30.845c0-1.49.473-2.878 1.496-3.972c.956-1.022 2.162-1.541 3.204-1.83c1.906-.527 4.261-.523 6.09-.52h.214c2.146.003 3.682-.018 4.704-.298q.186-.052.289-.094a.6.6 0 0 0-.018-.12c-.028-.029-.13-.116-.386-.23c-.802-.357-2.061-.548-3.904-.74q-.238-.026-.492-.05c-1.512-.154-3.436-.348-4.981-.877c-.907-.311-1.973-.824-2.824-1.75C8.47 19.36 8 18.087 8 16.691c0-2.259.901-4.054 2.456-5.246c1.366-1.048 2.991-1.433 4.138-1.629a30 30 0 0 1 1.606-.22V6zm-.23 17.99q.001-.002.007.015z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsIntestinalPain(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M41.878 7.521a1 1 0 0 1-.4 1.357l-5.5 3A1 1 0 0 1 34.5 11V9.685l-4.021 2.193a1 1 0 0 1-.958-1.756l5.5-3A1 1 0 0 1 36.5 8v1.315l4.021-2.193a1 1 0 0 1 1.357.4M30.096 33.573a1 1 0 0 1 1.331-.477l5.347 2.526a1 1 0 0 1 .159 1.715l-1.322.956l3.816 1.803a1 1 0 0 1-.854 1.808l-5.347-2.526a1 1 0 0 1-.159-1.715l1.322-.956l-3.816-1.803a1 1 0 0 1-.477-1.331m7.421-12.358a1 1 0 0 1 .361.98l-.413 2.078l3.117-1.433a1 1 0 1 1 .836 1.817L36.52 26.91a1 1 0 0 1-1.399-1.104l.413-2.079l-3.118 1.432a1 1 0 0 1-.834-1.817l4.897-2.25a1 1 0 0 1 1.037.124M22.2 6v5.539c0 1.574-.945 2.612-1.81 3.13c-.707.424-1.473.59-1.925.673c-.481.09-1.012.15-1.449.201l-.065.008c-.49.057-.924.108-1.345.18c-.903.155-1.328.345-1.5.476a.3.3 0 0 0-.04.037l-.006.01a.5.5 0 0 0-.037.134q.06.024.136.05c.855.293 2.073.42 3.83.602l.322.034c1.657.173 3.898.415 5.721 1.226c.97.431 1.998 1.095 2.779 2.151c.808 1.093 1.189 2.388 1.189 3.78c0 1.49-.476 2.877-1.504 3.968c-.958 1.016-2.166 1.53-3.204 1.814c-1.895.519-4.238.515-6.06.511h-.236c-2.144-.003-3.677.02-4.696.303q-.195.055-.299.1c.01.335.079.449.08.452c.005.008.01.016.026.03a.7.7 0 0 0 .131.093c.398.227 1.185.414 2.516.483c.604.03 1.217.035 1.868.04h.055c.633.005 1.354.01 2.002.06c.58.044 1.48.144 2.308.53c.451.21 1.026.571 1.49 1.191c.495.663.723 1.434.723 2.194v6h-6v-3.97l-.565-.005h-.096c-.62-.005-1.353-.01-2.093-.048c-1.469-.076-3.482-.293-5.184-1.265c-.909-.52-1.767-1.274-2.381-2.34C6.269 33.308 6 32.107 6 30.845c0-1.49.473-2.878 1.496-3.972c.956-1.022 2.162-1.541 3.204-1.83c1.906-.527 4.261-.523 6.09-.52h.214c2.146.003 3.682-.018 4.704-.298q.186-.052.289-.094a.6.6 0 0 0-.018-.12c-.028-.029-.13-.116-.386-.23c-.802-.357-2.061-.548-3.904-.74q-.238-.026-.492-.05c-1.512-.154-3.436-.348-4.981-.877c-.907-.311-1.973-.824-2.824-1.75C8.47 19.36 8 18.087 8 16.691c0-2.259.901-4.054 2.456-5.246c1.366-1.048 2.991-1.433 4.138-1.629a30 30 0 0 1 1.606-.22V6zm-.23 17.99q.001-.002.007.015z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M41.878 7.521a1 1 0 0 1-.4 1.357l-5.5 3A1 1 0 0 1 34.5 11V9.685l-4.021 2.193a1 1 0 0 1-.958-1.756l5.5-3A1 1 0 0 1 36.5 8v1.315l4.021-2.193a1 1 0 0 1 1.357.4M30.096 33.573a1 1 0 0 1 1.331-.477l5.347 2.526a1 1 0 0 1 .159 1.715l-1.322.956l3.816 1.803a1 1 0 0 1-.854 1.808l-5.347-2.526a1 1 0 0 1-.159-1.715l1.322-.956l-3.816-1.803a1 1 0 0 1-.477-1.331m7.421-12.358a1 1 0 0 1 .361.98l-.413 2.078l3.117-1.433a1 1 0 1 1 .836 1.817L36.52 26.91a1 1 0 0 1-1.399-1.104l.413-2.079l-3.118 1.432a1 1 0 0 1-.834-1.817l4.897-2.25a1 1 0 0 1 1.037.124M22.2 6v5.539c0 1.574-.945 2.612-1.81 3.13c-.707.424-1.473.59-1.925.673c-.481.09-1.012.15-1.449.201l-.065.008c-.49.057-.924.108-1.345.18c-.903.155-1.328.345-1.5.476a.3.3 0 0 0-.04.037l-.006.01a.5.5 0 0 0-.037.134q.06.024.136.05c.855.293 2.073.42 3.83.602l.322.034c1.657.173 3.898.415 5.721 1.226c.97.431 1.998 1.095 2.779 2.151c.808 1.093 1.189 2.388 1.189 3.78c0 1.49-.476 2.877-1.504 3.968c-.958 1.016-2.166 1.53-3.204 1.814c-1.895.519-4.238.515-6.06.511h-.236c-2.144-.003-3.677.02-4.696.303q-.195.055-.299.1c.01.335.079.449.08.452c.005.008.01.016.026.03a.7.7 0 0 0 .131.093c.398.227 1.185.414 2.516.483c.604.03 1.217.035 1.868.04h.055c.633.005 1.354.01 2.002.06c.58.044 1.48.144 2.308.53c.451.21 1.026.571 1.49 1.191c.495.663.723 1.434.723 2.194v6h-6v-3.97l-.565-.005h-.096c-.62-.005-1.353-.01-2.093-.048c-1.469-.076-3.482-.293-5.184-1.265c-.909-.52-1.767-1.274-2.381-2.34C6.269 33.308 6 32.107 6 30.845c0-1.49.473-2.878 1.496-3.972c.956-1.022 2.162-1.541 3.204-1.83c1.906-.527 4.261-.523 6.09-.52h.214c2.146.003 3.682-.018 4.704-.298q.186-.052.289-.094a.6.6 0 0 0-.018-.12c-.028-.029-.13-.116-.386-.23c-.802-.357-2.061-.548-3.904-.74q-.238-.026-.492-.05c-1.512-.154-3.436-.348-4.981-.877c-.907-.311-1.973-.824-2.824-1.75C8.47 19.36 8 18.087 8 16.691c0-2.259.901-4.054 2.456-5.246c1.366-1.048 2.991-1.433 4.138-1.629a30 30 0 0 1 1.606-.22V6zm-.23 17.99q.001-.002.007.015z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-intestinal-pain {
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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M41.878%207.521a1%201%200%200%201-.4%201.357l-5.5%203A1%201%200%200%201%2034.5%2011V9.685l-4.021%202.193a1%201%200%200%201-.958-1.756l5.5-3A1%201%200%200%201%2036.5%208v1.315l4.021-2.193a1%201%200%200%201%201.357.4M30.096%2033.573a1%201%200%200%201%201.331-.477l5.347%202.526a1%201%200%200%201%20.159%201.715l-1.322.956l3.816%201.803a1%201%200%200%201-.854%201.808l-5.347-2.526a1%201%200%200%201-.159-1.715l1.322-.956l-3.816-1.803a1%201%200%200%201-.477-1.331m7.421-12.358a1%201%200%200%201%20.361.98l-.413%202.078l3.117-1.433a1%201%200%201%201%20.836%201.817L36.52%2026.91a1%201%200%200%201-1.399-1.104l.413-2.079l-3.118%201.432a1%201%200%200%201-.834-1.817l4.897-2.25a1%201%200%200%201%201.037.124M22.2%206v5.539c0%201.574-.945%202.612-1.81%203.13c-.707.424-1.473.59-1.925.673c-.481.09-1.012.15-1.449.201l-.065.008c-.49.057-.924.108-1.345.18c-.903.155-1.328.345-1.5.476a.3.3%200%200%200-.04.037l-.006.01a.5.5%200%200%200-.037.134q.06.024.136.05c.855.293%202.073.42%203.83.602l.322.034c1.657.173%203.898.415%205.721%201.226c.97.431%201.998%201.095%202.779%202.151c.808%201.093%201.189%202.388%201.189%203.78c0%201.49-.476%202.877-1.504%203.968c-.958%201.016-2.166%201.53-3.204%201.814c-1.895.519-4.238.515-6.06.511h-.236c-2.144-.003-3.677.02-4.696.303q-.195.055-.299.1c.01.335.079.449.08.452c.005.008.01.016.026.03a.7.7%200%200%200%20.131.093c.398.227%201.185.414%202.516.483c.604.03%201.217.035%201.868.04h.055c.633.005%201.354.01%202.002.06c.58.044%201.48.144%202.308.53c.451.21%201.026.571%201.49%201.191c.495.663.723%201.434.723%202.194v6h-6v-3.97l-.565-.005h-.096c-.62-.005-1.353-.01-2.093-.048c-1.469-.076-3.482-.293-5.184-1.265c-.909-.52-1.767-1.274-2.381-2.34C6.269%2033.308%206%2032.107%206%2030.845c0-1.49.473-2.878%201.496-3.972c.956-1.022%202.162-1.541%203.204-1.83c1.906-.527%204.261-.523%206.09-.52h.214c2.146.003%203.682-.018%204.704-.298q.186-.052.289-.094a.6.6%200%200%200-.018-.12c-.028-.029-.13-.116-.386-.23c-.802-.357-2.061-.548-3.904-.74q-.238-.026-.492-.05c-1.512-.154-3.436-.348-4.981-.877c-.907-.311-1.973-.824-2.824-1.75C8.47%2019.36%208%2018.087%208%2016.691c0-2.259.901-4.054%202.456-5.246c1.366-1.048%202.991-1.433%204.138-1.629a30%2030%200%200%201%201.606-.22V6zm-.23%2017.99q.001-.002.007.015z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M41.878%207.521a1%201%200%200%201-.4%201.357l-5.5%203A1%201%200%200%201%2034.5%2011V9.685l-4.021%202.193a1%201%200%200%201-.958-1.756l5.5-3A1%201%200%200%201%2036.5%208v1.315l4.021-2.193a1%201%200%200%201%201.357.4M30.096%2033.573a1%201%200%200%201%201.331-.477l5.347%202.526a1%201%200%200%201%20.159%201.715l-1.322.956l3.816%201.803a1%201%200%200%201-.854%201.808l-5.347-2.526a1%201%200%200%201-.159-1.715l1.322-.956l-3.816-1.803a1%201%200%200%201-.477-1.331m7.421-12.358a1%201%200%200%201%20.361.98l-.413%202.078l3.117-1.433a1%201%200%201%201%20.836%201.817L36.52%2026.91a1%201%200%200%201-1.399-1.104l.413-2.079l-3.118%201.432a1%201%200%200%201-.834-1.817l4.897-2.25a1%201%200%200%201%201.037.124M22.2%206v5.539c0%201.574-.945%202.612-1.81%203.13c-.707.424-1.473.59-1.925.673c-.481.09-1.012.15-1.449.201l-.065.008c-.49.057-.924.108-1.345.18c-.903.155-1.328.345-1.5.476a.3.3%200%200%200-.04.037l-.006.01a.5.5%200%200%200-.037.134q.06.024.136.05c.855.293%202.073.42%203.83.602l.322.034c1.657.173%203.898.415%205.721%201.226c.97.431%201.998%201.095%202.779%202.151c.808%201.093%201.189%202.388%201.189%203.78c0%201.49-.476%202.877-1.504%203.968c-.958%201.016-2.166%201.53-3.204%201.814c-1.895.519-4.238.515-6.06.511h-.236c-2.144-.003-3.677.02-4.696.303q-.195.055-.299.1c.01.335.079.449.08.452c.005.008.01.016.026.03a.7.7%200%200%200%20.131.093c.398.227%201.185.414%202.516.483c.604.03%201.217.035%201.868.04h.055c.633.005%201.354.01%202.002.06c.58.044%201.48.144%202.308.53c.451.21%201.026.571%201.49%201.191c.495.663.723%201.434.723%202.194v6h-6v-3.97l-.565-.005h-.096c-.62-.005-1.353-.01-2.093-.048c-1.469-.076-3.482-.293-5.184-1.265c-.909-.52-1.767-1.274-2.381-2.34C6.269%2033.308%206%2032.107%206%2030.845c0-1.49.473-2.878%201.496-3.972c.956-1.022%202.162-1.541%203.204-1.83c1.906-.527%204.261-.523%206.09-.52h.214c2.146.003%203.682-.018%204.704-.298q.186-.052.289-.094a.6.6%200%200%200-.018-.12c-.028-.029-.13-.116-.386-.23c-.802-.357-2.061-.548-3.904-.74q-.238-.026-.492-.05c-1.512-.154-3.436-.348-4.981-.877c-.907-.311-1.973-.824-2.824-1.75C8.47%2019.36%208%2018.087%208%2016.691c0-2.259.901-4.054%202.456-5.246c1.366-1.048%202.991-1.433%204.138-1.629a30%2030%200%200%201%201.606-.22V6zm-.23%2017.99q.001-.002.007.015z%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/intestinal-pain.svg?color=%231a73e8&size=48