Rdfit Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rdfit 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/346518.svg" alt="Rdfit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346518.svg" alt="Rdfit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346518.svg" alt="Rdfit icon" :width="24" :height="24" />
CSS background
.icon-rdfit {
background-image: url('https://proicons.com/icon/346518.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:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M34.1121,25.5269l-1.6328-2.6986c-.5281-.8767-1.6669-1.1593-2.5436-.6312-.8767.5281-1.1593,1.6669-.6312,2.5436l2.8082,4.6413c.532.8736,1.6714,1.1505,2.545.6185.1034-.063.2005-.136.2897-.2179l7.9672-7.302-4.8756-.548-3.9269,3.5943ZM14.005,11.2629l2.6494,3.7077h6.7729l2.4189,4.1953-5.571,5.5672c-.5945.5944-.714,1.5147-.291,2.2413l4.5657,7.9143h-4.8378l-4.3087,3.7002h12.3591c1.0228.0005,1.8524-.8283,1.8528-1.8511.0002-.3269-.0862-.6479-.2503-.9306l-5.4728-9.4602,5.5786-5.571c.5889-.5926.7081-1.5061.291-2.2299l-3.6661-6.3534c-.3296-.574-.9406-.9285-1.6025-.9298h-10.4882ZM5.0854,43.4985l13.2472-12.3213c.7933-.6456.913-1.8121.2673-2.6054-.6456-.7933-1.8121-.913-2.6054-.2673-.0633.0515-.1231.1072-.1791.1666h0l-10.7301,9.978v5.0495ZM38.4208,14.2865c.0661,2.0905-1.5751,3.8387-3.6656,3.9048-2.0905.0661-3.8387-1.5751-3.9048-3.6656-.0025-.0797-.0025-.1595,0-.2392.0011-2.0916,1.6976-3.7862,3.7891-3.785,2.09.0011,3.7839,1.6951,3.785,3.785h-.0038Z"/><circle class="b" cx="24" cy="24" r="21.5"/></svg>
Copied!