rfid icon
rfid from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- rfid
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bx-rfid
The same icon in other sets
Use the rfid icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 22h16a1 1 0 0 0 1-1v-8h-2v7H5V4h5V2H4a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1"/><circle cx="12" cy="11" r="1" fill="currentColor"/><path fill="currentColor" d="M15 11h2a5 5 0 0 0-5-5v2a3 3 0 0 1 3 3"/><path fill="currentColor" d="M19 11h2a9 9 0 0 0-9-9v2a7 7 0 0 1 7 7m-9.35 4.67a1 1 0 0 0-.14-.51a.76.76 0 0 0-.38-.31a2.3 2.3 0 0 0-.75-.09H7V18h.65v-1.35h.14a1.3 1.3 0 0 1 .33 0a.6.6 0 0 1 .19.14a5 5 0 0 1 .35.48l.47.7h.78l-.39-.63a3.6 3.6 0 0 0-.38-.53a1.3 1.3 0 0 0-.35-.27a1 1 0 0 0 .64-.3a.84.84 0 0 0 .22-.57m-.74.33a.4.4 0 0 1-.18.14a2.4 2.4 0 0 1-.59 0h-.49v-.82h1a.4.4 0 0 1 .25.13a.36.36 0 0 1 .09.26a.43.43 0 0 1-.08.29m2.01.62h1.36v-.54h-1.36v-.77h1.57v-.55h-2.22V18h.65zm2.09-1.86h.65V18h-.65zm3.09.06a2.5 2.5 0 0 0-.62-.06h-1.2V18h1.24a1.8 1.8 0 0 0 .57-.07a1.1 1.1 0 0 0 .46-.26a1.35 1.35 0 0 0 .35-.57a2 2 0 0 0 .1-.69a2.4 2.4 0 0 0-.11-.76a1.3 1.3 0 0 0-.31-.53a1.1 1.1 0 0 0-.48-.3m.16 2.18a.74.74 0 0 1-.17.31a.57.57 0 0 1-.27.13a1.8 1.8 0 0 1-.39 0h-.49v-2.13h.29a3 3 0 0 1 .54 0a.7.7 0 0 1 .3.15a.8.8 0 0 1 .19.32a2 2 0 0 1 .06.57a2.4 2.4 0 0 1-.06.65"/></svg>
React
import type { SVGProps } from "react";
export function BxRfid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 22h16a1 1 0 0 0 1-1v-8h-2v7H5V4h5V2H4a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1"/><circle cx="12" cy="11" r="1" fill="currentColor"/><path fill="currentColor" d="M15 11h2a5 5 0 0 0-5-5v2a3 3 0 0 1 3 3"/><path fill="currentColor" d="M19 11h2a9 9 0 0 0-9-9v2a7 7 0 0 1 7 7m-9.35 4.67a1 1 0 0 0-.14-.51a.76.76 0 0 0-.38-.31a2.3 2.3 0 0 0-.75-.09H7V18h.65v-1.35h.14a1.3 1.3 0 0 1 .33 0a.6.6 0 0 1 .19.14a5 5 0 0 1 .35.48l.47.7h.78l-.39-.63a3.6 3.6 0 0 0-.38-.53a1.3 1.3 0 0 0-.35-.27a1 1 0 0 0 .64-.3a.84.84 0 0 0 .22-.57m-.74.33a.4.4 0 0 1-.18.14a2.4 2.4 0 0 1-.59 0h-.49v-.82h1a.4.4 0 0 1 .25.13a.36.36 0 0 1 .09.26a.43.43 0 0 1-.08.29m2.01.62h1.36v-.54h-1.36v-.77h1.57v-.55h-2.22V18h.65zm2.09-1.86h.65V18h-.65zm3.09.06a2.5 2.5 0 0 0-.62-.06h-1.2V18h1.24a1.8 1.8 0 0 0 .57-.07a1.1 1.1 0 0 0 .46-.26a1.35 1.35 0 0 0 .35-.57a2 2 0 0 0 .1-.69a2.4 2.4 0 0 0-.11-.76a1.3 1.3 0 0 0-.31-.53a1.1 1.1 0 0 0-.48-.3m.16 2.18a.74.74 0 0 1-.17.31a.57.57 0 0 1-.27.13a1.8 1.8 0 0 1-.39 0h-.49v-2.13h.29a3 3 0 0 1 .54 0a.7.7 0 0 1 .3.15a.8.8 0 0 1 .19.32a2 2 0 0 1 .06.57a2.4 2.4 0 0 1-.06.65"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 22h16a1 1 0 0 0 1-1v-8h-2v7H5V4h5V2H4a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1"/><circle cx="12" cy="11" r="1" fill="currentColor"/><path fill="currentColor" d="M15 11h2a5 5 0 0 0-5-5v2a3 3 0 0 1 3 3"/><path fill="currentColor" d="M19 11h2a9 9 0 0 0-9-9v2a7 7 0 0 1 7 7m-9.35 4.67a1 1 0 0 0-.14-.51a.76.76 0 0 0-.38-.31a2.3 2.3 0 0 0-.75-.09H7V18h.65v-1.35h.14a1.3 1.3 0 0 1 .33 0a.6.6 0 0 1 .19.14a5 5 0 0 1 .35.48l.47.7h.78l-.39-.63a3.6 3.6 0 0 0-.38-.53a1.3 1.3 0 0 0-.35-.27a1 1 0 0 0 .64-.3a.84.84 0 0 0 .22-.57m-.74.33a.4.4 0 0 1-.18.14a2.4 2.4 0 0 1-.59 0h-.49v-.82h1a.4.4 0 0 1 .25.13a.36.36 0 0 1 .09.26a.43.43 0 0 1-.08.29m2.01.62h1.36v-.54h-1.36v-.77h1.57v-.55h-2.22V18h.65zm2.09-1.86h.65V18h-.65zm3.09.06a2.5 2.5 0 0 0-.62-.06h-1.2V18h1.24a1.8 1.8 0 0 0 .57-.07a1.1 1.1 0 0 0 .46-.26a1.35 1.35 0 0 0 .35-.57a2 2 0 0 0 .1-.69a2.4 2.4 0 0 0-.11-.76a1.3 1.3 0 0 0-.31-.53a1.1 1.1 0 0 0-.48-.3m.16 2.18a.74.74 0 0 1-.17.31a.57.57 0 0 1-.27.13a1.8 1.8 0 0 1-.39 0h-.49v-2.13h.29a3 3 0 0 1 .54 0a.7.7 0 0 1 .3.15a.8.8 0 0 1 .19.32a2 2 0 0 1 .06.57a2.4 2.4 0 0 1-.06.65"/></svg> </template>
CSS
.icon-rfid {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2022h16a1%201%200%200%200%201-1v-8h-2v7H5V4h5V2H4a1%201%200%200%200-1%201v18a1%201%200%200%200%201%201%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2211%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%2011h2a5%205%200%200%200-5-5v2a3%203%200%200%201%203%203%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%2011h2a9%209%200%200%200-9-9v2a7%207%200%200%201%207%207m-9.35%204.67a1%201%200%200%200-.14-.51a.76.76%200%200%200-.38-.31a2.3%202.3%200%200%200-.75-.09H7V18h.65v-1.35h.14a1.3%201.3%200%200%201%20.33%200a.6.6%200%200%201%20.19.14a5%205%200%200%201%20.35.48l.47.7h.78l-.39-.63a3.6%203.6%200%200%200-.38-.53a1.3%201.3%200%200%200-.35-.27a1%201%200%200%200%20.64-.3a.84.84%200%200%200%20.22-.57m-.74.33a.4.4%200%200%201-.18.14a2.4%202.4%200%200%201-.59%200h-.49v-.82h1a.4.4%200%200%201%20.25.13a.36.36%200%200%201%20.09.26a.43.43%200%200%201-.08.29m2.01.62h1.36v-.54h-1.36v-.77h1.57v-.55h-2.22V18h.65zm2.09-1.86h.65V18h-.65zm3.09.06a2.5%202.5%200%200%200-.62-.06h-1.2V18h1.24a1.8%201.8%200%200%200%20.57-.07a1.1%201.1%200%200%200%20.46-.26a1.35%201.35%200%200%200%20.35-.57a2%202%200%200%200%20.1-.69a2.4%202.4%200%200%200-.11-.76a1.3%201.3%200%200%200-.31-.53a1.1%201.1%200%200%200-.48-.3m.16%202.18a.74.74%200%200%201-.17.31a.57.57%200%200%201-.27.13a1.8%201.8%200%200%201-.39%200h-.49v-2.13h.29a3%203%200%200%201%20.54%200a.7.7%200%200%201%20.3.15a.8.8%200%200%201%20.19.32a2%202%200%200%201%20.06.57a2.4%202.4%200%200%201-.06.65%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2022h16a1%201%200%200%200%201-1v-8h-2v7H5V4h5V2H4a1%201%200%200%200-1%201v18a1%201%200%200%200%201%201%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2211%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%2011h2a5%205%200%200%200-5-5v2a3%203%200%200%201%203%203%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%2011h2a9%209%200%200%200-9-9v2a7%207%200%200%201%207%207m-9.35%204.67a1%201%200%200%200-.14-.51a.76.76%200%200%200-.38-.31a2.3%202.3%200%200%200-.75-.09H7V18h.65v-1.35h.14a1.3%201.3%200%200%201%20.33%200a.6.6%200%200%201%20.19.14a5%205%200%200%201%20.35.48l.47.7h.78l-.39-.63a3.6%203.6%200%200%200-.38-.53a1.3%201.3%200%200%200-.35-.27a1%201%200%200%200%20.64-.3a.84.84%200%200%200%20.22-.57m-.74.33a.4.4%200%200%201-.18.14a2.4%202.4%200%200%201-.59%200h-.49v-.82h1a.4.4%200%200%201%20.25.13a.36.36%200%200%201%20.09.26a.43.43%200%200%201-.08.29m2.01.62h1.36v-.54h-1.36v-.77h1.57v-.55h-2.22V18h.65zm2.09-1.86h.65V18h-.65zm3.09.06a2.5%202.5%200%200%200-.62-.06h-1.2V18h1.24a1.8%201.8%200%200%200%20.57-.07a1.1%201.1%200%200%200%20.46-.26a1.35%201.35%200%200%200%20.35-.57a2%202%200%200%200%20.1-.69a2.4%202.4%200%200%200-.11-.76a1.3%201.3%200%200%200-.31-.53a1.1%201.1%200%200%200-.48-.3m.16%202.18a.74.74%200%200%201-.17.31a.57.57%200%200%201-.27.13a1.8%201.8%200%200%201-.39%200h-.49v-2.13h.29a3%203%200%200%201%20.54%200a.7.7%200%200%201%20.3.15a.8.8%200%200%201%20.19.32a2%202%200%200%201%20.06.57a2.4%202.4%200%200%201-.06.65%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/rfid.svg?color=%231a73e8&size=48