Gastro Health Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Gastro Health icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/320072.svg" alt="Gastro Health icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320072.svg" alt="Gastro Health icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320072.svg" alt="Gastro Health icon" :width="24" :height="24" />
CSS background
.icon-gastro-health {
background-image: url('https://proicons.com/icon/320072.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 29.1.0, SVG Export Plug-In . SVG Version: 9.03 Build 55587) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="gastro-health_00000160155888225910438710000009609495604687881860_" d="M24.36,31h-0.72v-5c0-2.007-1.633-3.64-3.64-3.64 H6v-0.72h21c2.007,0,3.64-1.633,3.64-3.64s-1.633-3.64-3.64-3.64H6v-0.72h21c2.007,0,3.64-1.633,3.64-3.64S29.007,6.36,27,6.36H12 c-0.199,0-0.36-0.161-0.36-0.36V1h0.72v4.64H27c2.404,0,4.36,1.956,4.36,4.36c0,1.788-1.082,3.328-2.626,4 c1.544,0.672,2.626,2.212,2.626,4c0,2.404-1.956,4.36-4.36,4.36h-4.603c1.182,0.78,1.963,2.121,1.963,3.64 C24.36,26,24.36,31,24.36,31z M20.36,31h-0.72v-4.64H5c-2.404,0-4.36-1.956-4.36-4.36c0-1.788,1.082-3.328,2.625-4 c-1.543-0.672-2.625-2.212-2.625-4c0-2.404,1.956-4.36,4.36-4.36h4.603C8.421,8.859,7.64,7.519,7.64,6V1h0.72v5 c0,2.007,1.633,3.64,3.64,3.64h14v0.72H5c-2.007,0-3.64,1.633-3.64,3.64S2.993,17.64,5,17.64h21v0.721H5 c-2.007,0-3.64,1.633-3.64,3.64S2.993,25.64,5,25.64h15c0.199,0,0.36,0.161,0.36,0.36V31z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!