Fountain Drinking Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Fountain Drinking 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/320063.svg" alt="Fountain Drinking icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320063.svg" alt="Fountain Drinking icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320063.svg" alt="Fountain Drinking icon" :width="24" :height="24" />
CSS background
.icon-fountain-drinking {
background-image: url('https://proicons.com/icon/320063.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 27.5.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <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="fountain--drinking_00000069382716395678137250000014026112396123426737_" d="M25.36,11.976h-0.72v-0.833h0.721 L25.36,11.976L25.36,11.976z M25.36,10.31h-0.72V9.5l0.646-0.021h0.074L25.36,10.31z M20.36,10h-0.72V9.5 c0-0.129,0.01-0.256,0.026-0.38l0.713,0.097C20.367,9.309,20.36,9.404,20.36,9.5V10z M24.516,8.78 c-0.08-0.224-0.196-0.432-0.346-0.618l0.56-0.452c0.201,0.25,0.356,0.528,0.463,0.829L24.516,8.78z M20.588,8.537l-0.643-0.324 c0.144-0.284,0.332-0.541,0.562-0.764l0.502,0.516C20.837,8.132,20.695,8.325,20.588,8.537z M23.639,7.688 c-0.201-0.127-0.422-0.219-0.653-0.273l0.162-0.701c0.312,0.072,0.605,0.195,0.876,0.365L23.639,7.688z M21.592,7.561l-0.305-0.652 c0.288-0.135,0.597-0.221,0.915-0.254l0.074,0.716C22.038,7.396,21.809,7.459,21.592,7.561z M4.993,31.36 c-0.626,0-1.215-0.243-1.659-0.686C2.887,30.229,2.64,29.634,2.64,29V15.5c0-1.111,0.418-2.069,1.277-2.93l4.706-4.707 C9.258,7.229,10.102,6.879,11,6.879l0,0c0.897,0,1.741,0.349,2.375,0.984C14,8.487,14.359,9.358,14.359,10.25v4.6l2.402,2.376 c0.346,0.343,0.535,0.799,0.529,1.286c-0.005,0.488-0.203,0.941-0.557,1.276c-0.707,0.668-1.799,0.652-2.485-0.034l-2.799-2.797 C10.935,16.442,10.64,15.729,10.64,15v-2h0.72v2c0,0.54,0.218,1.067,0.598,1.447l2.799,2.797c0.41,0.41,1.061,0.42,1.481,0.021 c0.211-0.199,0.329-0.47,0.333-0.761c0.003-0.29-0.109-0.562-0.315-0.767l-2.509-2.481c-0.068-0.067-0.107-0.16-0.107-0.256v-4.75 c0-0.703-0.282-1.388-0.773-1.878C12.368,7.874,11.705,7.599,11,7.599l0,0c-0.706,0-1.369,0.275-1.867,0.774L4.427,13.08 C3.709,13.798,3.36,14.589,3.36,15.5V29c0,0.441,0.171,0.855,0.482,1.165c0.309,0.308,0.725,0.484,1.156,0.475 C5.904,30.637,6.64,29.901,6.64,29V18h0.72v11c0,1.297-1.058,2.355-2.358,2.36C4.999,31.36,4.996,31.36,4.993,31.36z M28.36,31 h-0.72V13.36h-9.89c-0.268,0-0.489,0.147-0.591,0.394c-0.102,0.246-0.05,0.506,0.14,0.695l6.293,6.296l-0.51,0.51l-6.292-6.297 c-0.396-0.396-0.51-0.963-0.295-1.479c0.214-0.517,0.695-0.838,1.256-0.838h9.89V1h0.721v30H28.36z M15.5,7.36 c-1.577,0-2.86-1.283-2.86-2.86s1.283-2.86,2.86-2.86s2.86,1.283,2.86,2.86S17.077,7.36,15.5,7.36z M15.5,2.36 c-1.18,0-2.14,0.96-2.14,2.14s0.96,2.14,2.14,2.14s2.14-0.96,2.14-2.14S16.68,2.36,15.5,2.36z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!