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

Name
scan-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2m3.25 12.332l-.039.072l-.063.091l-4.757 5.853q.783.151 1.609.152a8.47 8.47 0 0 0 5.654-2.153l-2.084-4.54q-.14.275-.32.525M4.49 15.985a8.53 8.53 0 0 0 4.34 3.904L11.991 16l-.19-.005l-.132-.008zm15.64-6.473h-4.998q.123.155.23.32a1 1 0 0 1 .067.089l.049.09l.039.082q.13.238.226.493l3.016 6.57A8.46 8.46 0 0 0 20.5 12a8.5 8.5 0 0 0-.37-2.488M3.5 12c0 .865.13 1.7.37 2.486h4.996a4 4 0 0 1-.23-.32l-.135-.223l-3.614-6.598A8.46 8.46 0 0 0 3.5 12m6.52-1.526l-.044.071a1 1 0 0 1-.073.096a2.5 2.5 0 0 0 1.84 3.846h.513a2.5 2.5 0 0 0-.021-4.976l-.373.002l-.058-.005a2.5 2.5 0 0 0-1.784.966M12 3.5a8.48 8.48 0 0 0-6.097 2.577l2.402 4.387q.191-.458.485-.851l3.904-6.085A9 9 0 0 0 12 3.5m-.406 4.52a4 4 0 0 1 .711-.009l7.204.002A8.52 8.52 0 0 0 14.585 3.9l-.292-.087z"/></svg>

React

import type { SVGProps } from "react";

export function FluentScan24Regular(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="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2m3.25 12.332l-.039.072l-.063.091l-4.757 5.853q.783.151 1.609.152a8.47 8.47 0 0 0 5.654-2.153l-2.084-4.54q-.14.275-.32.525M4.49 15.985a8.53 8.53 0 0 0 4.34 3.904L11.991 16l-.19-.005l-.132-.008zm15.64-6.473h-4.998q.123.155.23.32a1 1 0 0 1 .067.089l.049.09l.039.082q.13.238.226.493l3.016 6.57A8.46 8.46 0 0 0 20.5 12a8.5 8.5 0 0 0-.37-2.488M3.5 12c0 .865.13 1.7.37 2.486h4.996a4 4 0 0 1-.23-.32l-.135-.223l-3.614-6.598A8.46 8.46 0 0 0 3.5 12m6.52-1.526l-.044.071a1 1 0 0 1-.073.096a2.5 2.5 0 0 0 1.84 3.846h.513a2.5 2.5 0 0 0-.021-4.976l-.373.002l-.058-.005a2.5 2.5 0 0 0-1.784.966M12 3.5a8.48 8.48 0 0 0-6.097 2.577l2.402 4.387q.191-.458.485-.851l3.904-6.085A9 9 0 0 0 12 3.5m-.406 4.52a4 4 0 0 1 .711-.009l7.204.002A8.52 8.52 0 0 0 14.585 3.9l-.292-.087z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2m3.25 12.332l-.039.072l-.063.091l-4.757 5.853q.783.151 1.609.152a8.47 8.47 0 0 0 5.654-2.153l-2.084-4.54q-.14.275-.32.525M4.49 15.985a8.53 8.53 0 0 0 4.34 3.904L11.991 16l-.19-.005l-.132-.008zm15.64-6.473h-4.998q.123.155.23.32a1 1 0 0 1 .067.089l.049.09l.039.082q.13.238.226.493l3.016 6.57A8.46 8.46 0 0 0 20.5 12a8.5 8.5 0 0 0-.37-2.488M3.5 12c0 .865.13 1.7.37 2.486h4.996a4 4 0 0 1-.23-.32l-.135-.223l-3.614-6.598A8.46 8.46 0 0 0 3.5 12m6.52-1.526l-.044.071a1 1 0 0 1-.073.096a2.5 2.5 0 0 0 1.84 3.846h.513a2.5 2.5 0 0 0-.021-4.976l-.373.002l-.058-.005a2.5 2.5 0 0 0-1.784.966M12 3.5a8.48 8.48 0 0 0-6.097 2.577l2.402 4.387q.191-.458.485-.851l3.904-6.085A9 9 0 0 0 12 3.5m-.406 4.52a4 4 0 0 1 .711-.009l7.204.002A8.52 8.52 0 0 0 14.585 3.9l-.292-.087z"/></svg>
</template>

CSS

.icon-scan-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202c5.523%200%2010%204.477%2010%2010s-4.477%2010-10%2010S2%2017.523%202%2012S6.477%202%2012%202m3.25%2012.332l-.039.072l-.063.091l-4.757%205.853q.783.151%201.609.152a8.47%208.47%200%200%200%205.654-2.153l-2.084-4.54q-.14.275-.32.525M4.49%2015.985a8.53%208.53%200%200%200%204.34%203.904L11.991%2016l-.19-.005l-.132-.008zm15.64-6.473h-4.998q.123.155.23.32a1%201%200%200%201%20.067.089l.049.09l.039.082q.13.238.226.493l3.016%206.57A8.46%208.46%200%200%200%2020.5%2012a8.5%208.5%200%200%200-.37-2.488M3.5%2012c0%20.865.13%201.7.37%202.486h4.996a4%204%200%200%201-.23-.32l-.135-.223l-3.614-6.598A8.46%208.46%200%200%200%203.5%2012m6.52-1.526l-.044.071a1%201%200%200%201-.073.096a2.5%202.5%200%200%200%201.84%203.846h.513a2.5%202.5%200%200%200-.021-4.976l-.373.002l-.058-.005a2.5%202.5%200%200%200-1.784.966M12%203.5a8.48%208.48%200%200%200-6.097%202.577l2.402%204.387q.191-.458.485-.851l3.904-6.085A9%209%200%200%200%2012%203.5m-.406%204.52a4%204%200%200%201%20.711-.009l7.204.002A8.52%208.52%200%200%200%2014.585%203.9l-.292-.087z%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%22M12%202c5.523%200%2010%204.477%2010%2010s-4.477%2010-10%2010S2%2017.523%202%2012S6.477%202%2012%202m3.25%2012.332l-.039.072l-.063.091l-4.757%205.853q.783.151%201.609.152a8.47%208.47%200%200%200%205.654-2.153l-2.084-4.54q-.14.275-.32.525M4.49%2015.985a8.53%208.53%200%200%200%204.34%203.904L11.991%2016l-.19-.005l-.132-.008zm15.64-6.473h-4.998q.123.155.23.32a1%201%200%200%201%20.067.089l.049.09l.039.082q.13.238.226.493l3.016%206.57A8.46%208.46%200%200%200%2020.5%2012a8.5%208.5%200%200%200-.37-2.488M3.5%2012c0%20.865.13%201.7.37%202.486h4.996a4%204%200%200%201-.23-.32l-.135-.223l-3.614-6.598A8.46%208.46%200%200%200%203.5%2012m6.52-1.526l-.044.071a1%201%200%200%201-.073.096a2.5%202.5%200%200%200%201.84%203.846h.513a2.5%202.5%200%200%200-.021-4.976l-.373.002l-.058-.005a2.5%202.5%200%200%200-1.784.966M12%203.5a8.48%208.48%200%200%200-6.097%202.577l2.402%204.387q.191-.458.485-.851l3.904-6.085A9%209%200%200%200%2012%203.5m-.406%204.52a4%204%200%200%201%20.711-.009l7.204.002A8.52%208.52%200%200%200%2014.585%203.9l-.292-.087z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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