scanning icon
scanning-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- scanning-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All scanning icons →More newicons icons from Reicon
Use the scanning icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 9.75c-.41 0-.75-.34-.75-.75V6.5c0-2.9 2.36-5.25 5.25-5.25H9c.41 0 .75.34.75.75s-.34.75-.75.75H6.5c-2.07 0-3.75 1.68-3.75 3.75V9c0 .41-.34.75-.75.75m20 0c-.41 0-.75-.34-.75-.75V6.5c0-2.07-1.68-3.75-3.75-3.75H15c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2.5c2.89 0 5.25 2.35 5.25 5.25V9c0 .41-.34.75-.75.75m-4.5 13H16c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h1.5c2.07 0 3.75-1.68 3.75-3.75V16c0-.41.34-.75.75-.75s.75.34.75.75v1.5c0 2.9-2.36 5.25-5.25 5.25m-8.5 0H6.5c-2.89 0-5.25-2.35-5.25-5.25V15c0-.41.34-.75.75-.75s.75.34.75.75v2.5c0 2.07 1.68 3.75 3.75 3.75H9c.41 0 .75.34.75.75s-.34.75-.75.75m-.499-11.369a2.88 2.88 0 1 0 0-5.76a2.88 2.88 0 0 0 0 5.76m-1 7a1.88 1.88 0 1 0 0-3.76a1.88 1.88 0 0 0 0 3.76m9-9a1.88 1.88 0 1 0 0-3.76a1.88 1.88 0 0 0 0 3.76m-1 9a2.88 2.88 0 1 0 0-5.76a2.88 2.88 0 0 0 0 5.76"/></svg>
React
import type { SVGProps } from "react";
export function ReiconScanningFilled(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="M2 9.75c-.41 0-.75-.34-.75-.75V6.5c0-2.9 2.36-5.25 5.25-5.25H9c.41 0 .75.34.75.75s-.34.75-.75.75H6.5c-2.07 0-3.75 1.68-3.75 3.75V9c0 .41-.34.75-.75.75m20 0c-.41 0-.75-.34-.75-.75V6.5c0-2.07-1.68-3.75-3.75-3.75H15c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2.5c2.89 0 5.25 2.35 5.25 5.25V9c0 .41-.34.75-.75.75m-4.5 13H16c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h1.5c2.07 0 3.75-1.68 3.75-3.75V16c0-.41.34-.75.75-.75s.75.34.75.75v1.5c0 2.9-2.36 5.25-5.25 5.25m-8.5 0H6.5c-2.89 0-5.25-2.35-5.25-5.25V15c0-.41.34-.75.75-.75s.75.34.75.75v2.5c0 2.07 1.68 3.75 3.75 3.75H9c.41 0 .75.34.75.75s-.34.75-.75.75m-.499-11.369a2.88 2.88 0 1 0 0-5.76a2.88 2.88 0 0 0 0 5.76m-1 7a1.88 1.88 0 1 0 0-3.76a1.88 1.88 0 0 0 0 3.76m9-9a1.88 1.88 0 1 0 0-3.76a1.88 1.88 0 0 0 0 3.76m-1 9a2.88 2.88 0 1 0 0-5.76a2.88 2.88 0 0 0 0 5.76"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 9.75c-.41 0-.75-.34-.75-.75V6.5c0-2.9 2.36-5.25 5.25-5.25H9c.41 0 .75.34.75.75s-.34.75-.75.75H6.5c-2.07 0-3.75 1.68-3.75 3.75V9c0 .41-.34.75-.75.75m20 0c-.41 0-.75-.34-.75-.75V6.5c0-2.07-1.68-3.75-3.75-3.75H15c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2.5c2.89 0 5.25 2.35 5.25 5.25V9c0 .41-.34.75-.75.75m-4.5 13H16c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h1.5c2.07 0 3.75-1.68 3.75-3.75V16c0-.41.34-.75.75-.75s.75.34.75.75v1.5c0 2.9-2.36 5.25-5.25 5.25m-8.5 0H6.5c-2.89 0-5.25-2.35-5.25-5.25V15c0-.41.34-.75.75-.75s.75.34.75.75v2.5c0 2.07 1.68 3.75 3.75 3.75H9c.41 0 .75.34.75.75s-.34.75-.75.75m-.499-11.369a2.88 2.88 0 1 0 0-5.76a2.88 2.88 0 0 0 0 5.76m-1 7a1.88 1.88 0 1 0 0-3.76a1.88 1.88 0 0 0 0 3.76m9-9a1.88 1.88 0 1 0 0-3.76a1.88 1.88 0 0 0 0 3.76m-1 9a2.88 2.88 0 1 0 0-5.76a2.88 2.88 0 0 0 0 5.76"/></svg> </template>
CSS
.icon-scanning-filled {
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%22M2%209.75c-.41%200-.75-.34-.75-.75V6.5c0-2.9%202.36-5.25%205.25-5.25H9c.41%200%20.75.34.75.75s-.34.75-.75.75H6.5c-2.07%200-3.75%201.68-3.75%203.75V9c0%20.41-.34.75-.75.75m20%200c-.41%200-.75-.34-.75-.75V6.5c0-2.07-1.68-3.75-3.75-3.75H15c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h2.5c2.89%200%205.25%202.35%205.25%205.25V9c0%20.41-.34.75-.75.75m-4.5%2013H16c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h1.5c2.07%200%203.75-1.68%203.75-3.75V16c0-.41.34-.75.75-.75s.75.34.75.75v1.5c0%202.9-2.36%205.25-5.25%205.25m-8.5%200H6.5c-2.89%200-5.25-2.35-5.25-5.25V15c0-.41.34-.75.75-.75s.75.34.75.75v2.5c0%202.07%201.68%203.75%203.75%203.75H9c.41%200%20.75.34.75.75s-.34.75-.75.75m-.499-11.369a2.88%202.88%200%201%200%200-5.76a2.88%202.88%200%200%200%200%205.76m-1%207a1.88%201.88%200%201%200%200-3.76a1.88%201.88%200%200%200%200%203.76m9-9a1.88%201.88%200%201%200%200-3.76a1.88%201.88%200%200%200%200%203.76m-1%209a2.88%202.88%200%201%200%200-5.76a2.88%202.88%200%200%200%200%205.76%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%22M2%209.75c-.41%200-.75-.34-.75-.75V6.5c0-2.9%202.36-5.25%205.25-5.25H9c.41%200%20.75.34.75.75s-.34.75-.75.75H6.5c-2.07%200-3.75%201.68-3.75%203.75V9c0%20.41-.34.75-.75.75m20%200c-.41%200-.75-.34-.75-.75V6.5c0-2.07-1.68-3.75-3.75-3.75H15c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h2.5c2.89%200%205.25%202.35%205.25%205.25V9c0%20.41-.34.75-.75.75m-4.5%2013H16c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h1.5c2.07%200%203.75-1.68%203.75-3.75V16c0-.41.34-.75.75-.75s.75.34.75.75v1.5c0%202.9-2.36%205.25-5.25%205.25m-8.5%200H6.5c-2.89%200-5.25-2.35-5.25-5.25V15c0-.41.34-.75.75-.75s.75.34.75.75v2.5c0%202.07%201.68%203.75%203.75%203.75H9c.41%200%20.75.34.75.75s-.34.75-.75.75m-.499-11.369a2.88%202.88%200%201%200%200-5.76a2.88%202.88%200%200%200%200%205.76m-1%207a1.88%201.88%200%201%200%200-3.76a1.88%201.88%200%200%200%200%203.76m9-9a1.88%201.88%200%201%200%200-3.76a1.88%201.88%200%200%200%200%203.76m-1%209a2.88%202.88%200%201%200%200-5.76a2.88%202.88%200%200%200%200%205.76%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/scanning-filled.svg?color=%231a73e8&size=48