Ringdroid Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ringdroid 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/332171.svg" alt="Ringdroid icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332171.svg" alt="Ringdroid icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332171.svg" alt="Ringdroid icon" :width="24" :height="24" />
CSS background
.icon-ringdroid {
background-image: url('https://proicons.com/icon/332171.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M35.86,32.68v-9l-7.69,0L43.5,17.83l-7.64.07V5.75L14.11,10.81V22.27l7.65-.14L6.43,27.67l7.68-.05V37.83"/><ellipse class="a" cx="9.31" cy="38.77" rx="5.04" ry="3.14" transform="translate(-14.15 6.53) rotate(-22.54)"/><ellipse class="a" cx="31.05" cy="33.69" rx="5.04" ry="3.14" transform="translate(-10.54 14.47) rotate(-22.54)"/><path class="a" d="M14.11,14.4,35.86,9.34"/></svg>
Copied!