Jugo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Jugo 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/342301.svg" alt="Jugo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342301.svg" alt="Jugo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342301.svg" alt="Jugo icon" :width="24" :height="24" />
CSS background
.icon-jugo {
background-image: url('https://proicons.com/icon/342301.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><ellipse class="c" cx="24" cy="11.2072" rx="18.5" ry="2.7061"/><path class="c" d="M42.5,11.2072s-4.3894,19.1558-5.862,25.5856c-.3337,1.4568-5.6582,2.7061-12.638,2.7061s-12.3005-1.2502-12.638-2.7061c-1.52-6.5577-5.862-25.5856-5.862-25.5856"/><path class="c" d="M39.547,24.128c-2.9801,7.3075-7.5732,12.2509-15.547,12.2509s-12.5669-4.9434-15.547-12.2509"/><path class="c" d="M41.4189,15.9414c-9.2414-2.0281-11.6658.8769-17.4189.8769s-8.1775-2.905-17.4189-.8769"/><path class="c" d="M7.1234,18.3147c17.1796,6.6005,24.3817-2.6897,33.8537-.4613"/></svg>
Copied!