Rj Digital Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rj Digital 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/346743.svg" alt="Rj Digital icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346743.svg" alt="Rj Digital icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346743.svg" alt="Rj Digital icon" :width="24" :height="24" />
CSS background
.icon-rj-digital {
background-image: url('https://proicons.com/icon/346743.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="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="cls-1" cx="41.25" cy="33" r="2"/><circle class="cls-1" cx="24" cy="24" r="21.5"/><path class="cls-1" d="M6.262,30.81c-3.689-9.6156.9546-20.4197,10.47-24.36,9.5162-3.9426,20.4408.4158,24.63,9.826"/><path class="cls-1" d="M42.58,20.05c.7638,3.5931.4697,7.3306-.8468,10.76"/><path class="cls-1" d="M39.93,34.35c-3.4395,5.2964-9.2858,8.5377-15.6,8.649-6.3169.1118-12.2762-2.9237-15.9-8.099"/><circle class="cls-1" cx="25.6" cy="21.5005" r="2"/><circle class="cls-1" cx="18.5" cy="11.5" r="2"/><circle class="cls-1" cx="42.63" cy="17.94" r="2"/><circle class="cls-1" cx="7.0004" cy="32.9936" r="2"/><path class="cls-1" d="M7,31c2.497-10.56,4.73-16.75,9.5-19.5"/><path class="cls-1" d="M20.5,11.5c2.602,2.5,3.621,3.943,4.191,8.218"/><path class="cls-1" d="M9,33h30.25"/><path class="cls-1" d="M8.414,31.59c3.254-3.667,9.891-8.05,15.26-9.548"/><path class="cls-1" d="M40.63,17.94c-5.199,0-13.08,3.096-13.08,3.096"/></svg>
Copied!