Rfid Tools Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rfid Tools 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/346710.svg" alt="Rfid Tools icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346710.svg" alt="Rfid Tools icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346710.svg" alt="Rfid Tools icon" :width="24" :height="24" />
CSS background
.icon-rfid-tools {
background-image: url('https://proicons.com/icon/346710.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="29.736" cy="20.058" r="2.5281"/><path class="a" d="M37.0575,21.74a9.0038,9.0038,0,0,0-9.0038-9.0039"/><path class="a" d="M41.9746,21.74A13.9209,13.9209,0,0,0,28.0537,7.8194"/><path class="a" d="M17.4535,14.6918H8.01a3.51,3.51,0,0,0-3.51,3.51V36.6706a3.51,3.51,0,0,0,3.51,3.51H39.99a3.51,3.51,0,0,0,3.51-3.51V27.0918"/><path class="a" d="M27.7554,26.7636a2.35,2.35,0,0,0-2.4744-2.35,2.441,2.441,0,0,0-2.2219,2.483v2.1805A2.3506,2.3506,0,0,0,25.4073,31.43h0a2.3506,2.3506,0,0,0,2.3481-2.3532H25.4073"/><path class="a" d="M8.11,31.43V24.41h2.2983a2.3576,2.3576,0,0,1,0,4.7152H8.11"/><line class="a" x1="10.4083" y1="29.1256" x2="12.7063" y2="31.4287"/><path class="a" d="M15.5894,31.43V24.41h2.2982a2.3576,2.3576,0,0,1,0,4.7152H15.5894"/><line class="a" x1="17.8876" y1="29.1256" x2="20.1856" y2="31.4287"/></svg>
Copied!