No Liquids Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The No Liquids 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/320435.svg" alt="No Liquids icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320435.svg" alt="No Liquids icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320435.svg" alt="No Liquids icon" :width="24" :height="24" />
CSS background
.icon-no-liquids {
background-image: url('https://proicons.com/icon/320435.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="no--liquids_00000149342173000863690540000009892357819264915868_" d="M21.122,31.36H10.878 c-0.681,0-1.261-0.51-1.349-1.185L6.904,10.046l0.714-0.093l0.906,6.946c0.13,0.267,0.964,1.74,3.476,1.74 c1.125,0,2.093-0.458,2.972-0.953l0.354,0.627C14.407,18.831,13.294,19.36,12,19.36c-1.63,0-2.668-0.552-3.299-1.105l1.542,11.827 c0.042,0.318,0.314,0.558,0.635,0.558h10.244c0.32,0,0.593-0.239,0.634-0.557l0.669-5.13l0.715,0.094l-0.669,5.129 C22.383,30.851,21.804,31.36,21.122,31.36z M30.745,31.255l-30-30l0.509-0.509L17.01,16.502c0.828-0.441,1.82-0.861,2.988-0.861 c1.896,0,2.977,0.384,3.55,0.707l1.094-8.393l0.715,0.093l-1.938,14.863l7.836,7.836L30.745,31.255z M17.544,17.035l5.232,5.232 l0.669-5.128c-0.291-0.221-1.242-0.78-3.446-0.78C19.073,16.36,18.251,16.676,17.544,17.035z M15.998,11.36 c-1.853,0-3.36-1.507-3.36-3.36c0-0.486,0.102-0.955,0.302-1.395l2.735-5.76C15.734,0.72,15.861,0.64,16,0.64l0,0 c0.139,0,0.266,0.08,0.325,0.206l2.728,5.755c0.001,0.001,0.001,0.003,0.002,0.004C19.256,7.044,19.358,7.514,19.358,8 C19.358,9.853,17.851,11.36,15.998,11.36z M16,1.84l-2.407,5.069C13.438,7.25,13.357,7.618,13.357,8c0,1.456,1.185,2.64,2.64,2.64 s2.64-1.185,2.64-2.64c0-0.381-0.079-0.749-0.236-1.093L16,1.84z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!