scan-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
scan-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

5 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the scan icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m9.708 3.506l-2.695 4.67q-.1.162-.181.335L5.176 5.643a6.48 6.48 0 0 1 4.532-2.137M8.268 9l.03-.05a2 2 0 0 1 3.434.05l.032.057a2 2 0 0 1-.032 1.944l-.03.05A2 2 0 0 1 8.268 11l-.032-.056A2 2 0 0 1 8 10c0-.365.098-.706.268-1M6.92 11.666q.095.174.206.334H3.814a6.5 6.5 0 0 1-.314-2c0-1.08.264-2.1.73-2.995zM10 13.5q.15 0 .295-.012l-1.657 2.87A6.5 6.5 0 0 1 4.522 13.5zm2.987-1.675q.1-.162.181-.336l1.656 2.868a6.48 6.48 0 0 1-4.532 2.137zm.092-3.491A4 4 0 0 0 12.873 8h3.313a6.5 6.5 0 0 1 .314 2c0 1.08-.264 2.1-.73 2.996zM10 6.5h-.002q-.148 0-.293.012l1.657-2.87A6.5 6.5 0 0 1 15.478 6.5zM10 2a8 8 0 1 0 0 16a8 8 0 0 0 0-16"/></svg>

React

import type { SVGProps } from "react";

export function FluentScan20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m9.708 3.506l-2.695 4.67q-.1.162-.181.335L5.176 5.643a6.48 6.48 0 0 1 4.532-2.137M8.268 9l.03-.05a2 2 0 0 1 3.434.05l.032.057a2 2 0 0 1-.032 1.944l-.03.05A2 2 0 0 1 8.268 11l-.032-.056A2 2 0 0 1 8 10c0-.365.098-.706.268-1M6.92 11.666q.095.174.206.334H3.814a6.5 6.5 0 0 1-.314-2c0-1.08.264-2.1.73-2.995zM10 13.5q.15 0 .295-.012l-1.657 2.87A6.5 6.5 0 0 1 4.522 13.5zm2.987-1.675q.1-.162.181-.336l1.656 2.868a6.48 6.48 0 0 1-4.532 2.137zm.092-3.491A4 4 0 0 0 12.873 8h3.313a6.5 6.5 0 0 1 .314 2c0 1.08-.264 2.1-.73 2.996zM10 6.5h-.002q-.148 0-.293.012l1.657-2.87A6.5 6.5 0 0 1 15.478 6.5zM10 2a8 8 0 1 0 0 16a8 8 0 0 0 0-16"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m9.708 3.506l-2.695 4.67q-.1.162-.181.335L5.176 5.643a6.48 6.48 0 0 1 4.532-2.137M8.268 9l.03-.05a2 2 0 0 1 3.434.05l.032.057a2 2 0 0 1-.032 1.944l-.03.05A2 2 0 0 1 8.268 11l-.032-.056A2 2 0 0 1 8 10c0-.365.098-.706.268-1M6.92 11.666q.095.174.206.334H3.814a6.5 6.5 0 0 1-.314-2c0-1.08.264-2.1.73-2.995zM10 13.5q.15 0 .295-.012l-1.657 2.87A6.5 6.5 0 0 1 4.522 13.5zm2.987-1.675q.1-.162.181-.336l1.656 2.868a6.48 6.48 0 0 1-4.532 2.137zm.092-3.491A4 4 0 0 0 12.873 8h3.313a6.5 6.5 0 0 1 .314 2c0 1.08-.264 2.1-.73 2.996zM10 6.5h-.002q-.148 0-.293.012l1.657-2.87A6.5 6.5 0 0 1 15.478 6.5zM10 2a8 8 0 1 0 0 16a8 8 0 0 0 0-16"/></svg>
</template>

CSS

.icon-scan-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9.708%203.506l-2.695%204.67q-.1.162-.181.335L5.176%205.643a6.48%206.48%200%200%201%204.532-2.137M8.268%209l.03-.05a2%202%200%200%201%203.434.05l.032.057a2%202%200%200%201-.032%201.944l-.03.05A2%202%200%200%201%208.268%2011l-.032-.056A2%202%200%200%201%208%2010c0-.365.098-.706.268-1M6.92%2011.666q.095.174.206.334H3.814a6.5%206.5%200%200%201-.314-2c0-1.08.264-2.1.73-2.995zM10%2013.5q.15%200%20.295-.012l-1.657%202.87A6.5%206.5%200%200%201%204.522%2013.5zm2.987-1.675q.1-.162.181-.336l1.656%202.868a6.48%206.48%200%200%201-4.532%202.137zm.092-3.491A4%204%200%200%200%2012.873%208h3.313a6.5%206.5%200%200%201%20.314%202c0%201.08-.264%202.1-.73%202.996zM10%206.5h-.002q-.148%200-.293.012l1.657-2.87A6.5%206.5%200%200%201%2015.478%206.5zM10%202a8%208%200%201%200%200%2016a8%208%200%200%200%200-16%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9.708%203.506l-2.695%204.67q-.1.162-.181.335L5.176%205.643a6.48%206.48%200%200%201%204.532-2.137M8.268%209l.03-.05a2%202%200%200%201%203.434.05l.032.057a2%202%200%200%201-.032%201.944l-.03.05A2%202%200%200%201%208.268%2011l-.032-.056A2%202%200%200%201%208%2010c0-.365.098-.706.268-1M6.92%2011.666q.095.174.206.334H3.814a6.5%206.5%200%200%201-.314-2c0-1.08.264-2.1.73-2.995zM10%2013.5q.15%200%20.295-.012l-1.657%202.87A6.5%206.5%200%200%201%204.522%2013.5zm2.987-1.675q.1-.162.181-.336l1.656%202.868a6.48%206.48%200%200%201-4.532%202.137zm.092-3.491A4%204%200%200%200%2012.873%208h3.313a6.5%206.5%200%200%201%20.314%202c0%201.08-.264%202.1-.73%202.996zM10%206.5h-.002q-.148%200-.293.012l1.657-2.87A6.5%206.5%200%200%201%2015.478%206.5zM10%202a8%208%200%201%200%200%2016a8%208%200%200%200%200-16%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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