object scan icon

object-scan-duotone from Reicon by REICON · Duotone · Security · MIT Free for personal and commercial use.

Name
object-scan-duotone
Set
Reicon
Style
Duotone
Category
Security
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More security icons from Reicon

Use the object scan icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M9.944 1.25H10a.75.75 0 0 1 0 1.5c-1.907 0-3.261.002-4.29.14c-1.005.135-1.585.389-2.008.812S3.025 4.705 2.89 5.71c-.138 1.029-.14 2.383-.14 4.29a.75.75 0 0 1-1.5 0v-.056c0-1.838 0-3.294.153-4.433c.158-1.172.49-2.121 1.238-2.87c.749-.748 1.698-1.08 2.87-1.238c1.14-.153 2.595-.153 4.433-.153m8.345 1.64c-1.027-.138-2.382-.14-4.289-.14a.75.75 0 0 1 0-1.5h.056c1.838 0 3.294 0 4.433.153c1.172.158 2.121.49 2.87 1.238c.748.749 1.08 1.698 1.238 2.87c.153 1.14.153 2.595.153 4.433V10a.75.75 0 0 1-1.5 0c0-1.907-.002-3.261-.14-4.29c-.135-1.005-.389-1.585-.812-2.008s-1.003-.677-2.009-.812M2 13.25a.75.75 0 0 1 .75.75c0 1.907.002 3.262.14 4.29c.135 1.005.389 1.585.812 2.008s1.003.677 2.009.812c1.028.138 2.382.14 4.289.14a.75.75 0 0 1 0 1.5h-.056c-1.838 0-3.294 0-4.433-.153c-1.172-.158-2.121-.49-2.87-1.238c-.748-.749-1.08-1.698-1.238-2.87c-.153-1.14-.153-2.595-.153-4.433V14a.75.75 0 0 1 .75-.75m20 0a.75.75 0 0 1 .75.75v.056c0 1.838 0 3.294-.153 4.433c-.158 1.172-.49 2.121-1.238 2.87c-.749.748-1.698 1.08-2.87 1.238c-1.14.153-2.595.153-4.433.153H14a.75.75 0 0 1 0-1.5c1.907 0 3.262-.002 4.29-.14c1.005-.135 1.585-.389 2.008-.812s.677-1.003.812-2.009c.138-1.027.14-2.382.14-4.289a.75.75 0 0 1 .75-.75" clip-rule="evenodd"/><path d="M10 5.5h4c1.886 0 2.828 0 3.414.586c.55.55.584 1.414.586 3.078V14.5c0 1.886 0 2.828-.586 3.414S15.886 18.5 14 18.5h-4c-1.886 0-2.828 0-3.414-.586S6 16.386 6 14.5V9.164c.002-1.664.036-2.528.586-3.078C7.172 5.5 8.114 5.5 10 5.5" opacity=".5"/><path d="M18.37 9.3q-.178-.067-.37-.136c-1.833-.778-6.8-1.868-12 0q-.192.067-.37.136a10 10 0 0 0-1.553.744a6 6 0 0 0-.54.365l-.01.009l-.004.003l-.002.002H3.52a.75.75 0 0 0 .957 1.156l.01-.008l.063-.047q.09-.066.298-.193A8.5 8.5 0 0 1 6.17 10.7c1.214-.467 3.123-.95 5.831-.95s4.617.483 5.83.95a8.5 8.5 0 0 1 1.322.63a5 5 0 0 1 .36.24l.011.009a.75.75 0 0 0 .957-1.155L20 11c.48-.576.479-.577.479-.577l-.002-.002l-.004-.003l-.01-.009a3 3 0 0 0-.141-.105a6 6 0 0 0-.399-.26A10 10 0 0 0 18.37 9.3"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconObjectScanDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M9.944 1.25H10a.75.75 0 0 1 0 1.5c-1.907 0-3.261.002-4.29.14c-1.005.135-1.585.389-2.008.812S3.025 4.705 2.89 5.71c-.138 1.029-.14 2.383-.14 4.29a.75.75 0 0 1-1.5 0v-.056c0-1.838 0-3.294.153-4.433c.158-1.172.49-2.121 1.238-2.87c.749-.748 1.698-1.08 2.87-1.238c1.14-.153 2.595-.153 4.433-.153m8.345 1.64c-1.027-.138-2.382-.14-4.289-.14a.75.75 0 0 1 0-1.5h.056c1.838 0 3.294 0 4.433.153c1.172.158 2.121.49 2.87 1.238c.748.749 1.08 1.698 1.238 2.87c.153 1.14.153 2.595.153 4.433V10a.75.75 0 0 1-1.5 0c0-1.907-.002-3.261-.14-4.29c-.135-1.005-.389-1.585-.812-2.008s-1.003-.677-2.009-.812M2 13.25a.75.75 0 0 1 .75.75c0 1.907.002 3.262.14 4.29c.135 1.005.389 1.585.812 2.008s1.003.677 2.009.812c1.028.138 2.382.14 4.289.14a.75.75 0 0 1 0 1.5h-.056c-1.838 0-3.294 0-4.433-.153c-1.172-.158-2.121-.49-2.87-1.238c-.748-.749-1.08-1.698-1.238-2.87c-.153-1.14-.153-2.595-.153-4.433V14a.75.75 0 0 1 .75-.75m20 0a.75.75 0 0 1 .75.75v.056c0 1.838 0 3.294-.153 4.433c-.158 1.172-.49 2.121-1.238 2.87c-.749.748-1.698 1.08-2.87 1.238c-1.14.153-2.595.153-4.433.153H14a.75.75 0 0 1 0-1.5c1.907 0 3.262-.002 4.29-.14c1.005-.135 1.585-.389 2.008-.812s.677-1.003.812-2.009c.138-1.027.14-2.382.14-4.289a.75.75 0 0 1 .75-.75" clipRule="evenodd"/><path d="M10 5.5h4c1.886 0 2.828 0 3.414.586c.55.55.584 1.414.586 3.078V14.5c0 1.886 0 2.828-.586 3.414S15.886 18.5 14 18.5h-4c-1.886 0-2.828 0-3.414-.586S6 16.386 6 14.5V9.164c.002-1.664.036-2.528.586-3.078C7.172 5.5 8.114 5.5 10 5.5" opacity=".5"/><path d="M18.37 9.3q-.178-.067-.37-.136c-1.833-.778-6.8-1.868-12 0q-.192.067-.37.136a10 10 0 0 0-1.553.744a6 6 0 0 0-.54.365l-.01.009l-.004.003l-.002.002H3.52a.75.75 0 0 0 .957 1.156l.01-.008l.063-.047q.09-.066.298-.193A8.5 8.5 0 0 1 6.17 10.7c1.214-.467 3.123-.95 5.831-.95s4.617.483 5.83.95a8.5 8.5 0 0 1 1.322.63a5 5 0 0 1 .36.24l.011.009a.75.75 0 0 0 .957-1.155L20 11c.48-.576.479-.577.479-.577l-.002-.002l-.004-.003l-.01-.009a3 3 0 0 0-.141-.105a6 6 0 0 0-.399-.26A10 10 0 0 0 18.37 9.3"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M9.944 1.25H10a.75.75 0 0 1 0 1.5c-1.907 0-3.261.002-4.29.14c-1.005.135-1.585.389-2.008.812S3.025 4.705 2.89 5.71c-.138 1.029-.14 2.383-.14 4.29a.75.75 0 0 1-1.5 0v-.056c0-1.838 0-3.294.153-4.433c.158-1.172.49-2.121 1.238-2.87c.749-.748 1.698-1.08 2.87-1.238c1.14-.153 2.595-.153 4.433-.153m8.345 1.64c-1.027-.138-2.382-.14-4.289-.14a.75.75 0 0 1 0-1.5h.056c1.838 0 3.294 0 4.433.153c1.172.158 2.121.49 2.87 1.238c.748.749 1.08 1.698 1.238 2.87c.153 1.14.153 2.595.153 4.433V10a.75.75 0 0 1-1.5 0c0-1.907-.002-3.261-.14-4.29c-.135-1.005-.389-1.585-.812-2.008s-1.003-.677-2.009-.812M2 13.25a.75.75 0 0 1 .75.75c0 1.907.002 3.262.14 4.29c.135 1.005.389 1.585.812 2.008s1.003.677 2.009.812c1.028.138 2.382.14 4.289.14a.75.75 0 0 1 0 1.5h-.056c-1.838 0-3.294 0-4.433-.153c-1.172-.158-2.121-.49-2.87-1.238c-.748-.749-1.08-1.698-1.238-2.87c-.153-1.14-.153-2.595-.153-4.433V14a.75.75 0 0 1 .75-.75m20 0a.75.75 0 0 1 .75.75v.056c0 1.838 0 3.294-.153 4.433c-.158 1.172-.49 2.121-1.238 2.87c-.749.748-1.698 1.08-2.87 1.238c-1.14.153-2.595.153-4.433.153H14a.75.75 0 0 1 0-1.5c1.907 0 3.262-.002 4.29-.14c1.005-.135 1.585-.389 2.008-.812s.677-1.003.812-2.009c.138-1.027.14-2.382.14-4.289a.75.75 0 0 1 .75-.75" clip-rule="evenodd"/><path d="M10 5.5h4c1.886 0 2.828 0 3.414.586c.55.55.584 1.414.586 3.078V14.5c0 1.886 0 2.828-.586 3.414S15.886 18.5 14 18.5h-4c-1.886 0-2.828 0-3.414-.586S6 16.386 6 14.5V9.164c.002-1.664.036-2.528.586-3.078C7.172 5.5 8.114 5.5 10 5.5" opacity=".5"/><path d="M18.37 9.3q-.178-.067-.37-.136c-1.833-.778-6.8-1.868-12 0q-.192.067-.37.136a10 10 0 0 0-1.553.744a6 6 0 0 0-.54.365l-.01.009l-.004.003l-.002.002H3.52a.75.75 0 0 0 .957 1.156l.01-.008l.063-.047q.09-.066.298-.193A8.5 8.5 0 0 1 6.17 10.7c1.214-.467 3.123-.95 5.831-.95s4.617.483 5.83.95a8.5 8.5 0 0 1 1.322.63a5 5 0 0 1 .36.24l.011.009a.75.75 0 0 0 .957-1.155L20 11c.48-.576.479-.577.479-.577l-.002-.002l-.004-.003l-.01-.009a3 3 0 0 0-.141-.105a6 6 0 0 0-.399-.26A10 10 0 0 0 18.37 9.3"/></g></svg>
</template>

CSS

.icon-object-scan-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.944%201.25H10a.75.75%200%200%201%200%201.5c-1.907%200-3.261.002-4.29.14c-1.005.135-1.585.389-2.008.812S3.025%204.705%202.89%205.71c-.138%201.029-.14%202.383-.14%204.29a.75.75%200%200%201-1.5%200v-.056c0-1.838%200-3.294.153-4.433c.158-1.172.49-2.121%201.238-2.87c.749-.748%201.698-1.08%202.87-1.238c1.14-.153%202.595-.153%204.433-.153m8.345%201.64c-1.027-.138-2.382-.14-4.289-.14a.75.75%200%200%201%200-1.5h.056c1.838%200%203.294%200%204.433.153c1.172.158%202.121.49%202.87%201.238c.748.749%201.08%201.698%201.238%202.87c.153%201.14.153%202.595.153%204.433V10a.75.75%200%200%201-1.5%200c0-1.907-.002-3.261-.14-4.29c-.135-1.005-.389-1.585-.812-2.008s-1.003-.677-2.009-.812M2%2013.25a.75.75%200%200%201%20.75.75c0%201.907.002%203.262.14%204.29c.135%201.005.389%201.585.812%202.008s1.003.677%202.009.812c1.028.138%202.382.14%204.289.14a.75.75%200%200%201%200%201.5h-.056c-1.838%200-3.294%200-4.433-.153c-1.172-.158-2.121-.49-2.87-1.238c-.748-.749-1.08-1.698-1.238-2.87c-.153-1.14-.153-2.595-.153-4.433V14a.75.75%200%200%201%20.75-.75m20%200a.75.75%200%200%201%20.75.75v.056c0%201.838%200%203.294-.153%204.433c-.158%201.172-.49%202.121-1.238%202.87c-.749.748-1.698%201.08-2.87%201.238c-1.14.153-2.595.153-4.433.153H14a.75.75%200%200%201%200-1.5c1.907%200%203.262-.002%204.29-.14c1.005-.135%201.585-.389%202.008-.812s.677-1.003.812-2.009c.138-1.027.14-2.382.14-4.289a.75.75%200%200%201%20.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M10%205.5h4c1.886%200%202.828%200%203.414.586c.55.55.584%201.414.586%203.078V14.5c0%201.886%200%202.828-.586%203.414S15.886%2018.5%2014%2018.5h-4c-1.886%200-2.828%200-3.414-.586S6%2016.386%206%2014.5V9.164c.002-1.664.036-2.528.586-3.078C7.172%205.5%208.114%205.5%2010%205.5%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M18.37%209.3q-.178-.067-.37-.136c-1.833-.778-6.8-1.868-12%200q-.192.067-.37.136a10%2010%200%200%200-1.553.744a6%206%200%200%200-.54.365l-.01.009l-.004.003l-.002.002H3.52a.75.75%200%200%200%20.957%201.156l.01-.008l.063-.047q.09-.066.298-.193A8.5%208.5%200%200%201%206.17%2010.7c1.214-.467%203.123-.95%205.831-.95s4.617.483%205.83.95a8.5%208.5%200%200%201%201.322.63a5%205%200%200%201%20.36.24l.011.009a.75.75%200%200%200%20.957-1.155L20%2011c.48-.576.479-.577.479-.577l-.002-.002l-.004-.003l-.01-.009a3%203%200%200%200-.141-.105a6%206%200%200%200-.399-.26A10%2010%200%200%200%2018.37%209.3%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.944%201.25H10a.75.75%200%200%201%200%201.5c-1.907%200-3.261.002-4.29.14c-1.005.135-1.585.389-2.008.812S3.025%204.705%202.89%205.71c-.138%201.029-.14%202.383-.14%204.29a.75.75%200%200%201-1.5%200v-.056c0-1.838%200-3.294.153-4.433c.158-1.172.49-2.121%201.238-2.87c.749-.748%201.698-1.08%202.87-1.238c1.14-.153%202.595-.153%204.433-.153m8.345%201.64c-1.027-.138-2.382-.14-4.289-.14a.75.75%200%200%201%200-1.5h.056c1.838%200%203.294%200%204.433.153c1.172.158%202.121.49%202.87%201.238c.748.749%201.08%201.698%201.238%202.87c.153%201.14.153%202.595.153%204.433V10a.75.75%200%200%201-1.5%200c0-1.907-.002-3.261-.14-4.29c-.135-1.005-.389-1.585-.812-2.008s-1.003-.677-2.009-.812M2%2013.25a.75.75%200%200%201%20.75.75c0%201.907.002%203.262.14%204.29c.135%201.005.389%201.585.812%202.008s1.003.677%202.009.812c1.028.138%202.382.14%204.289.14a.75.75%200%200%201%200%201.5h-.056c-1.838%200-3.294%200-4.433-.153c-1.172-.158-2.121-.49-2.87-1.238c-.748-.749-1.08-1.698-1.238-2.87c-.153-1.14-.153-2.595-.153-4.433V14a.75.75%200%200%201%20.75-.75m20%200a.75.75%200%200%201%20.75.75v.056c0%201.838%200%203.294-.153%204.433c-.158%201.172-.49%202.121-1.238%202.87c-.749.748-1.698%201.08-2.87%201.238c-1.14.153-2.595.153-4.433.153H14a.75.75%200%200%201%200-1.5c1.907%200%203.262-.002%204.29-.14c1.005-.135%201.585-.389%202.008-.812s.677-1.003.812-2.009c.138-1.027.14-2.382.14-4.289a.75.75%200%200%201%20.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M10%205.5h4c1.886%200%202.828%200%203.414.586c.55.55.584%201.414.586%203.078V14.5c0%201.886%200%202.828-.586%203.414S15.886%2018.5%2014%2018.5h-4c-1.886%200-2.828%200-3.414-.586S6%2016.386%206%2014.5V9.164c.002-1.664.036-2.528.586-3.078C7.172%205.5%208.114%205.5%2010%205.5%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M18.37%209.3q-.178-.067-.37-.136c-1.833-.778-6.8-1.868-12%200q-.192.067-.37.136a10%2010%200%200%200-1.553.744a6%206%200%200%200-.54.365l-.01.009l-.004.003l-.002.002H3.52a.75.75%200%200%200%20.957%201.156l.01-.008l.063-.047q.09-.066.298-.193A8.5%208.5%200%200%201%206.17%2010.7c1.214-.467%203.123-.95%205.831-.95s4.617.483%205.83.95a8.5%208.5%200%200%201%201.322.63a5%205%200%200%201%20.36.24l.011.009a.75.75%200%200%200%20.957-1.155L20%2011c.48-.576.479-.577.479-.577l-.002-.002l-.004-.003l-.01-.009a3%203%200%200%200-.141-.105a6%206%200%200%200-.399-.26A10%2010%200%200%200%2018.37%209.3%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Object Scan duotone icon — Reicon · IconsDB