scan-camera-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.

Name
scan-camera-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
License
MIT

9 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the scan camera icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M5.75 3.5A2.25 2.25 0 0 0 3.5 5.75v3a.75.75 0 0 1-1.5 0v-3A3.75 3.75 0 0 1 5.75 2h3a.75.75 0 0 1 0 1.5zm0 21a2.25 2.25 0 0 1-2.25-2.25v-3a.75.75 0 0 0-1.5 0v3A3.75 3.75 0 0 0 5.75 26h3a.75.75 0 0 0 0-1.5zM24.5 5.75a2.25 2.25 0 0 0-2.25-2.25h-3a.75.75 0 0 1 0-1.5h3A3.75 3.75 0 0 1 26 5.75v3a.75.75 0 0 1-1.5 0zM22.25 24.5a2.25 2.25 0 0 0 2.25-2.25v-3a.75.75 0 0 1 1.5 0v3A3.75 3.75 0 0 1 22.25 26h-3a.75.75 0 0 1 0-1.5zm-5.917-10.41c0 1.306-1.044 2.364-2.333 2.364s-2.333-1.058-2.333-2.363S12.71 11.727 14 11.727s2.333 1.059 2.333 2.364m-5.51-6.11c.296-.6.902-.98 1.565-.98h3.224c.663 0 1.27.38 1.565.98l.683 1.384h.807c1.288 0 2.333 1.058 2.333 2.363v5.91C21 18.941 19.955 20 18.667 20H9.333C8.045 20 7 18.942 7 17.636v-5.909c0-1.305 1.045-2.363 2.333-2.363h.806zm6.677 6.11c0-1.957-1.567-3.544-3.5-3.544s-3.5 1.587-3.5 3.545s1.567 3.545 3.5 3.545s3.5-1.587 3.5-3.545"/></svg>

React

import type { SVGProps } from "react";

export function FluentScanCamera28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M5.75 3.5A2.25 2.25 0 0 0 3.5 5.75v3a.75.75 0 0 1-1.5 0v-3A3.75 3.75 0 0 1 5.75 2h3a.75.75 0 0 1 0 1.5zm0 21a2.25 2.25 0 0 1-2.25-2.25v-3a.75.75 0 0 0-1.5 0v3A3.75 3.75 0 0 0 5.75 26h3a.75.75 0 0 0 0-1.5zM24.5 5.75a2.25 2.25 0 0 0-2.25-2.25h-3a.75.75 0 0 1 0-1.5h3A3.75 3.75 0 0 1 26 5.75v3a.75.75 0 0 1-1.5 0zM22.25 24.5a2.25 2.25 0 0 0 2.25-2.25v-3a.75.75 0 0 1 1.5 0v3A3.75 3.75 0 0 1 22.25 26h-3a.75.75 0 0 1 0-1.5zm-5.917-10.41c0 1.306-1.044 2.364-2.333 2.364s-2.333-1.058-2.333-2.363S12.71 11.727 14 11.727s2.333 1.059 2.333 2.364m-5.51-6.11c.296-.6.902-.98 1.565-.98h3.224c.663 0 1.27.38 1.565.98l.683 1.384h.807c1.288 0 2.333 1.058 2.333 2.363v5.91C21 18.941 19.955 20 18.667 20H9.333C8.045 20 7 18.942 7 17.636v-5.909c0-1.305 1.045-2.363 2.333-2.363h.806zm6.677 6.11c0-1.957-1.567-3.544-3.5-3.544s-3.5 1.587-3.5 3.545s1.567 3.545 3.5 3.545s3.5-1.587 3.5-3.545"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M5.75 3.5A2.25 2.25 0 0 0 3.5 5.75v3a.75.75 0 0 1-1.5 0v-3A3.75 3.75 0 0 1 5.75 2h3a.75.75 0 0 1 0 1.5zm0 21a2.25 2.25 0 0 1-2.25-2.25v-3a.75.75 0 0 0-1.5 0v3A3.75 3.75 0 0 0 5.75 26h3a.75.75 0 0 0 0-1.5zM24.5 5.75a2.25 2.25 0 0 0-2.25-2.25h-3a.75.75 0 0 1 0-1.5h3A3.75 3.75 0 0 1 26 5.75v3a.75.75 0 0 1-1.5 0zM22.25 24.5a2.25 2.25 0 0 0 2.25-2.25v-3a.75.75 0 0 1 1.5 0v3A3.75 3.75 0 0 1 22.25 26h-3a.75.75 0 0 1 0-1.5zm-5.917-10.41c0 1.306-1.044 2.364-2.333 2.364s-2.333-1.058-2.333-2.363S12.71 11.727 14 11.727s2.333 1.059 2.333 2.364m-5.51-6.11c.296-.6.902-.98 1.565-.98h3.224c.663 0 1.27.38 1.565.98l.683 1.384h.807c1.288 0 2.333 1.058 2.333 2.363v5.91C21 18.941 19.955 20 18.667 20H9.333C8.045 20 7 18.942 7 17.636v-5.909c0-1.305 1.045-2.363 2.333-2.363h.806zm6.677 6.11c0-1.957-1.567-3.544-3.5-3.544s-3.5 1.587-3.5 3.545s1.567 3.545 3.5 3.545s3.5-1.587 3.5-3.545"/></svg>
</template>

CSS

.icon-scan-camera-28-regular {
  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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.75%203.5A2.25%202.25%200%200%200%203.5%205.75v3a.75.75%200%200%201-1.5%200v-3A3.75%203.75%200%200%201%205.75%202h3a.75.75%200%200%201%200%201.5zm0%2021a2.25%202.25%200%200%201-2.25-2.25v-3a.75.75%200%200%200-1.5%200v3A3.75%203.75%200%200%200%205.75%2026h3a.75.75%200%200%200%200-1.5zM24.5%205.75a2.25%202.25%200%200%200-2.25-2.25h-3a.75.75%200%200%201%200-1.5h3A3.75%203.75%200%200%201%2026%205.75v3a.75.75%200%200%201-1.5%200zM22.25%2024.5a2.25%202.25%200%200%200%202.25-2.25v-3a.75.75%200%200%201%201.5%200v3A3.75%203.75%200%200%201%2022.25%2026h-3a.75.75%200%200%201%200-1.5zm-5.917-10.41c0%201.306-1.044%202.364-2.333%202.364s-2.333-1.058-2.333-2.363S12.71%2011.727%2014%2011.727s2.333%201.059%202.333%202.364m-5.51-6.11c.296-.6.902-.98%201.565-.98h3.224c.663%200%201.27.38%201.565.98l.683%201.384h.807c1.288%200%202.333%201.058%202.333%202.363v5.91C21%2018.941%2019.955%2020%2018.667%2020H9.333C8.045%2020%207%2018.942%207%2017.636v-5.909c0-1.305%201.045-2.363%202.333-2.363h.806zm6.677%206.11c0-1.957-1.567-3.544-3.5-3.544s-3.5%201.587-3.5%203.545s1.567%203.545%203.5%203.545s3.5-1.587%203.5-3.545%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.75%203.5A2.25%202.25%200%200%200%203.5%205.75v3a.75.75%200%200%201-1.5%200v-3A3.75%203.75%200%200%201%205.75%202h3a.75.75%200%200%201%200%201.5zm0%2021a2.25%202.25%200%200%201-2.25-2.25v-3a.75.75%200%200%200-1.5%200v3A3.75%203.75%200%200%200%205.75%2026h3a.75.75%200%200%200%200-1.5zM24.5%205.75a2.25%202.25%200%200%200-2.25-2.25h-3a.75.75%200%200%201%200-1.5h3A3.75%203.75%200%200%201%2026%205.75v3a.75.75%200%200%201-1.5%200zM22.25%2024.5a2.25%202.25%200%200%200%202.25-2.25v-3a.75.75%200%200%201%201.5%200v3A3.75%203.75%200%200%201%2022.25%2026h-3a.75.75%200%200%201%200-1.5zm-5.917-10.41c0%201.306-1.044%202.364-2.333%202.364s-2.333-1.058-2.333-2.363S12.71%2011.727%2014%2011.727s2.333%201.059%202.333%202.364m-5.51-6.11c.296-.6.902-.98%201.565-.98h3.224c.663%200%201.27.38%201.565.98l.683%201.384h.807c1.288%200%202.333%201.058%202.333%202.363v5.91C21%2018.941%2019.955%2020%2018.667%2020H9.333C8.045%2020%207%2018.942%207%2017.636v-5.909c0-1.305%201.045-2.363%202.333-2.363h.806zm6.677%206.11c0-1.957-1.567-3.544-3.5-3.544s-3.5%201.587-3.5%203.545s1.567%203.545%203.5%203.545s3.5-1.587%203.5-3.545%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/scan-camera-28-regular.svg?color=%231a73e8&size=48