Ringgo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ringgo 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/332172.svg" alt="Ringgo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332172.svg" alt="Ringgo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332172.svg" alt="Ringgo icon" :width="24" :height="24" />
CSS background
.icon-ringgo {
background-image: url('https://proicons.com/icon/332172.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:#000;}.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M34.6369,22.7473c.3635-1.3564-.4415-2.4561-1.798-2.4561h0c-1.3564,0-2.7507,1.0996-3.1142,2.4561l-.6705,2.5024c-.3635,1.3564.4415,2.4561,1.798,2.4561h0c1.3564,0,2.7507-1.0996,3.1142-2.4561h-2.4561"/><path class="c" d="M35.9067,24.6503c.2743-1.0237,1.3266-1.8536,2.3503-1.8536s1.6313.8299,1.357,1.8536l-.3228,1.2049c-.2743,1.0237-1.3266,1.8536-2.3503,1.8536s-1.6313-.8299-1.357-1.8536l.3228-1.2049Z"/><path class="c" d="M43.1942,24c1.2735-4.7527-1.547-8.6056-6.2997-8.6056s-9.6379,3.8528-10.9114,8.6056,1.547,8.6056,6.2997,8.6056,9.6379-3.8528,10.9114-8.6056Z"/><path class="c" d="M4.5,27.7057l1.9867-7.4145h2.4274c1.3723,0,2.186,1.1149,1.8175,2.4901s-1.7797,2.4901-3.152,2.4901h-2.4274"/><line class="c" x1="7.5796" y1="25.2714" x2="9.355" y2="27.7039"/><path class="c" d="M23.4585,22.7936l-1.49,5.5609c-.2743,1.0237-1.3266,1.8536-2.3503,1.8536h0c-.5118,0-.9197-.2075-1.1652-.5429"/><path class="c" d="M21.6049,22.7936h0c1.0237,0,1.6313.8299,1.3569,1.8536l-.3228,1.2049c-.2743,1.0237-1.3266,1.8536-2.3503,1.8536h0c-1.0237,0-1.6313-.8299-1.3569-1.8536l.3228-1.2049c.2743-1.0237,1.3266-1.8536,2.3503-1.8536Z"/><path class="b" d="M13.8736,20.5229c.1072-.4-.1302-.7243-.5302-.7243s-.8112.3243-.9183.7243.1302.7243.5302.7243.8112-.3243.9183-.7243Z"/><line class="c" x1="12.5409" y1="22.7936" x2="11.2247" y2="27.7057"/><path class="c" d="M16.6848,27.7057l.8195-3.0585c.2743-1.0237-.3332-1.8536-1.357-1.8536h0c-1.0237,0-2.076.8299-2.3503,1.8536"/><line class="c" x1="12.9775" y1="27.7057" x2="14.2937" y2="22.7936"/></svg>
Copied!