Gugal Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gugal 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/326823.svg" alt="Gugal icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326823.svg" alt="Gugal icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326823.svg" alt="Gugal icon" :width="24" :height="24" />
CSS background
.icon-gugal {
background-image: url('https://proicons.com/icon/326823.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m9.5208,9.5267c5.3765-5.3689,14.0855-5.3689,19.462,0h0c5.0776,5.0789,5.3998,13.2071.7401,18.6719l.5201.5101h1.7402l10.5011,10.5011-3.2803,3.2903-10.5011-10.5011v-1.7302l-.5201-.5201c-5.8062,4.9128-14.4956,4.1885-19.4084-1.6176-4.6127-5.4516-4.293-13.5247.7365-18.5944l.01-.01Zm3.0503,3.0603c-3.6893,3.6924-3.6867,9.6764.0057,13.3657,3.6924,3.6893,9.6764,3.6867,13.3657-.0057,3.687-3.6902,3.687-9.6698,0-13.36-3.6938-3.6891-9.6776-3.6891-13.3713,0Z"/><line class="b" x1="29.7328" y1="28.2086" x2="28.1827" y2="29.7487"/></svg>
Copied!