Gurgle Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gurgle 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/326834.svg" alt="Gurgle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326834.svg" alt="Gurgle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326834.svg" alt="Gurgle icon" :width="24" :height="24" />
CSS background
.icon-gurgle {
background-image: url('https://proicons.com/icon/326834.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M9.5,5.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4H9.5Z"/><polyline class="c" points="13.5741 32.172 13.5741 39.172 17.0741 39.172"/><line class="c" x1="30.4395" y1="39.172" x2="33.9395" y2="39.172"/><line class="c" x1="30.4395" y1="32.172" x2="33.9395" y2="32.172"/><line class="c" x1="30.4395" y1="35.672" x2="32.7214" y2="35.672"/><line class="c" x1="30.4395" y1="32.172" x2="30.4395" y2="39.172"/><path class="c" d="M18.3414,11.1745c0-1.3377-1.117-2.414-2.4673-2.3432-1.2661.0664-2.2155,1.2053-2.2155,2.4759v2.1743c0,1.2959,1.0483,2.3465,2.3414,2.3465h0c1.2931,0,2.3414-1.0506,2.3414-2.3465h-2.3414"/><path class="c" d="M34.3414,22.8465c0-1.3377-1.117-2.414-2.4673-2.3432-1.2661.0664-2.2155,1.2053-2.2155,2.4759v2.1743c0,1.2959,1.0483,2.3465,2.3414,2.3465h0c1.2931,0,2.3414-1.0506,2.3414-2.3465h-2.3414"/><path class="c" d="M13.6553,27.5v-7h2.2917c1.2956,0,2.3458,1.0525,2.3458,2.3509s-1.0503,2.3509-2.3458,2.3509h-2.2917"/><line class="c" x1="15.947" y1="25.2018" x2="18.2384" y2="27.4982"/><path class="c" d="M29.6553,8.828v4.6812c0,1.2806,1.0381,2.3188,2.3188,2.3188s2.3188-1.0381,2.3188-2.3188v-4.6812"/></svg>
Copied!