Rabotcharge Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rabotcharge 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/346415.svg" alt="Rabotcharge icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346415.svg" alt="Rabotcharge icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346415.svg" alt="Rabotcharge icon" :width="24" :height="24" />
CSS background
.icon-rabotcharge {
background-image: url('https://proicons.com/icon/346415.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>.g{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><circle id="c" class="g" cx="24" cy="24" r="21.5"/><path id="d" class="g" d="M20.2305,12.6797c-.3542.0343-.7092.1862-1.0312.4941l-6.7891,7.2402c-2.5254,2.6953-3.0321,9.2656,1.709,13.9844,4.9203,4.6882,10.7867,4.6811,14.4785,1.4844l7.0137-6.7012c1.3182-1.3711-1.4252-4.0057-2.877-2.4727l-6.6992,6.3848c-1.9539,1.6853-6.632,1.3534-9.3086-1.168-2.4927-2.1389-3.436-7.4728-.8984-9.8027l6.2051-6.2949c1.2526-1.2286-.2678-3.2972-1.8027-3.1484ZM16.7266,31.9258l-2.6074,2.4727,2.6074-2.4727Z"/><path id="e" class="g" d="M30.0818,11.5223c1.7243-1.6908,4.2559.8261,2.6679,2.6293l-4.2919,4.4465c-2.0305,1.9653-4.2615-.8478-2.5906-2.5519l4.2145-4.5239Z"/><path id="f" class="g" d="M34.2354,15.9658c1.7243-1.6908,4.2559.8261,2.6679,2.6293l-4.2919,4.4465c-2.0305,1.9653-4.2615-.8478-2.5906-2.5519l4.2145-4.5239Z"/></g></svg>
Copied!