point scan icon
point-scan-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- point-scan-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
The same icon in other sets
Use the point scan icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.25 2a.75.75 0 0 1 .743.648L11 2.75v4.794A6.25 6.25 0 0 1 16.457 13h4.794a.75.75 0 0 1 .102 1.493l-.102.007h-4.794A6.25 6.25 0 0 1 11 19.956v1.295a.75.75 0 0 1-1.494.102L9.5 21.25v-1.295a6.25 6.25 0 0 1-5.455-5.454H2.75a.75.75 0 0 1-.102-1.494L2.75 13h1.294A6.25 6.25 0 0 1 9.5 7.544V2.75a.75.75 0 0 1 .75-.75M9.5 14.5H5.559A4.75 4.75 0 0 0 9.5 18.442zm5.442 0H11v3.941a4.75 4.75 0 0 0 3.941-3.94M9.5 9.059A4.75 4.75 0 0 0 5.56 13H9.5zm1.5 0V13h3.942a4.755 4.755 0 0 0-3.726-3.902z"/></svg>
React
import type { SVGProps } from "react";
export function FluentPointScan24Regular(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="M10.25 2a.75.75 0 0 1 .743.648L11 2.75v4.794A6.25 6.25 0 0 1 16.457 13h4.794a.75.75 0 0 1 .102 1.493l-.102.007h-4.794A6.25 6.25 0 0 1 11 19.956v1.295a.75.75 0 0 1-1.494.102L9.5 21.25v-1.295a6.25 6.25 0 0 1-5.455-5.454H2.75a.75.75 0 0 1-.102-1.494L2.75 13h1.294A6.25 6.25 0 0 1 9.5 7.544V2.75a.75.75 0 0 1 .75-.75M9.5 14.5H5.559A4.75 4.75 0 0 0 9.5 18.442zm5.442 0H11v3.941a4.75 4.75 0 0 0 3.941-3.94M9.5 9.059A4.75 4.75 0 0 0 5.56 13H9.5zm1.5 0V13h3.942a4.755 4.755 0 0 0-3.726-3.902z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.25 2a.75.75 0 0 1 .743.648L11 2.75v4.794A6.25 6.25 0 0 1 16.457 13h4.794a.75.75 0 0 1 .102 1.493l-.102.007h-4.794A6.25 6.25 0 0 1 11 19.956v1.295a.75.75 0 0 1-1.494.102L9.5 21.25v-1.295a6.25 6.25 0 0 1-5.455-5.454H2.75a.75.75 0 0 1-.102-1.494L2.75 13h1.294A6.25 6.25 0 0 1 9.5 7.544V2.75a.75.75 0 0 1 .75-.75M9.5 14.5H5.559A4.75 4.75 0 0 0 9.5 18.442zm5.442 0H11v3.941a4.75 4.75 0 0 0 3.941-3.94M9.5 9.059A4.75 4.75 0 0 0 5.56 13H9.5zm1.5 0V13h3.942a4.755 4.755 0 0 0-3.726-3.902z"/></svg> </template>
CSS
.icon-point-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%22M10.25%202a.75.75%200%200%201%20.743.648L11%202.75v4.794A6.25%206.25%200%200%201%2016.457%2013h4.794a.75.75%200%200%201%20.102%201.493l-.102.007h-4.794A6.25%206.25%200%200%201%2011%2019.956v1.295a.75.75%200%200%201-1.494.102L9.5%2021.25v-1.295a6.25%206.25%200%200%201-5.455-5.454H2.75a.75.75%200%200%201-.102-1.494L2.75%2013h1.294A6.25%206.25%200%200%201%209.5%207.544V2.75a.75.75%200%200%201%20.75-.75M9.5%2014.5H5.559A4.75%204.75%200%200%200%209.5%2018.442zm5.442%200H11v3.941a4.75%204.75%200%200%200%203.941-3.94M9.5%209.059A4.75%204.75%200%200%200%205.56%2013H9.5zm1.5%200V13h3.942a4.755%204.755%200%200%200-3.726-3.902z%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%22M10.25%202a.75.75%200%200%201%20.743.648L11%202.75v4.794A6.25%206.25%200%200%201%2016.457%2013h4.794a.75.75%200%200%201%20.102%201.493l-.102.007h-4.794A6.25%206.25%200%200%201%2011%2019.956v1.295a.75.75%200%200%201-1.494.102L9.5%2021.25v-1.295a6.25%206.25%200%200%201-5.455-5.454H2.75a.75.75%200%200%201-.102-1.494L2.75%2013h1.294A6.25%206.25%200%200%201%209.5%207.544V2.75a.75.75%200%200%201%20.75-.75M9.5%2014.5H5.559A4.75%204.75%200%200%200%209.5%2018.442zm5.442%200H11v3.941a4.75%204.75%200%200%200%203.941-3.94M9.5%209.059A4.75%204.75%200%200%200%205.56%2013H9.5zm1.5%200V13h3.942a4.755%204.755%200%200%200-3.726-3.902z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/point-scan-24-regular.svg?color=%231a73e8&size=48