scanner2 icon

scanner2 from Reicon by REICON · Outline · Security · MIT Free for personal and commercial use.

Name
scanner2
Set
Reicon
Style
Outline
Category
Security
Viewbox
24×24
License
MIT

2 other variants in Reicon

More security icons from Reicon

Use the scanner2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 2.75c1.907 0 3.262.002 4.29.14c1.005.135 1.585.389 2.008.812s.677 1.003.812 2.009c.138 1.028.14 2.382.14 4.289a.75.75 0 0 0 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.238c-1.14-.153-2.595-.153-4.433-.153H14a.75.75 0 0 0 0 1.5m-4.056-1.5H10a.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-.153M5.498 13.558a.75.75 0 0 1-.055-1.06L6 13c-.557-.502-.558-.501-.557-.502v-.001l.002-.002l.003-.003l.01-.01a2 2 0 0 1 .11-.111q.108-.105.31-.27c.27-.215.669-.493 1.205-.768C8.159 10.78 9.776 10.25 12 10.25s3.841.53 4.917 1.083a7 7 0 0 1 1.205.769a5 5 0 0 1 .395.353l.026.027l.009.01l.003.003l.001.002s.002.001-.556.503l.558-.502a.75.75 0 0 1-1.112 1.008l-.006-.006l-.043-.043a3 3 0 0 0-.212-.184a5.7 5.7 0 0 0-.952-.606c-.874-.448-2.257-.917-4.233-.917s-3.359.47-4.233.917a5.7 5.7 0 0 0-.952.606a3 3 0 0 0-.255.227l-.006.006a.75.75 0 0 1-1.056.051M22 13.25a.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-.75M2.75 14a.75.75 0 0 0-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.153H10a.75.75 0 0 0 0-1.5c-1.907 0-3.261-.002-4.29-.14c-1.005-.135-1.585-.389-2.008-.812s-.677-1.003-.812-2.009c-.138-1.027-.14-2.382-.14-4.289"/></svg>

React

import type { SVGProps } from "react";

export function ReiconScanner2(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="M14 2.75c1.907 0 3.262.002 4.29.14c1.005.135 1.585.389 2.008.812s.677 1.003.812 2.009c.138 1.028.14 2.382.14 4.289a.75.75 0 0 0 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.238c-1.14-.153-2.595-.153-4.433-.153H14a.75.75 0 0 0 0 1.5m-4.056-1.5H10a.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-.153M5.498 13.558a.75.75 0 0 1-.055-1.06L6 13c-.557-.502-.558-.501-.557-.502v-.001l.002-.002l.003-.003l.01-.01a2 2 0 0 1 .11-.111q.108-.105.31-.27c.27-.215.669-.493 1.205-.768C8.159 10.78 9.776 10.25 12 10.25s3.841.53 4.917 1.083a7 7 0 0 1 1.205.769a5 5 0 0 1 .395.353l.026.027l.009.01l.003.003l.001.002s.002.001-.556.503l.558-.502a.75.75 0 0 1-1.112 1.008l-.006-.006l-.043-.043a3 3 0 0 0-.212-.184a5.7 5.7 0 0 0-.952-.606c-.874-.448-2.257-.917-4.233-.917s-3.359.47-4.233.917a5.7 5.7 0 0 0-.952.606a3 3 0 0 0-.255.227l-.006.006a.75.75 0 0 1-1.056.051M22 13.25a.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-.75M2.75 14a.75.75 0 0 0-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.153H10a.75.75 0 0 0 0-1.5c-1.907 0-3.261-.002-4.29-.14c-1.005-.135-1.585-.389-2.008-.812s-.677-1.003-.812-2.009c-.138-1.027-.14-2.382-.14-4.289"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 2.75c1.907 0 3.262.002 4.29.14c1.005.135 1.585.389 2.008.812s.677 1.003.812 2.009c.138 1.028.14 2.382.14 4.289a.75.75 0 0 0 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.238c-1.14-.153-2.595-.153-4.433-.153H14a.75.75 0 0 0 0 1.5m-4.056-1.5H10a.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-.153M5.498 13.558a.75.75 0 0 1-.055-1.06L6 13c-.557-.502-.558-.501-.557-.502v-.001l.002-.002l.003-.003l.01-.01a2 2 0 0 1 .11-.111q.108-.105.31-.27c.27-.215.669-.493 1.205-.768C8.159 10.78 9.776 10.25 12 10.25s3.841.53 4.917 1.083a7 7 0 0 1 1.205.769a5 5 0 0 1 .395.353l.026.027l.009.01l.003.003l.001.002s.002.001-.556.503l.558-.502a.75.75 0 0 1-1.112 1.008l-.006-.006l-.043-.043a3 3 0 0 0-.212-.184a5.7 5.7 0 0 0-.952-.606c-.874-.448-2.257-.917-4.233-.917s-3.359.47-4.233.917a5.7 5.7 0 0 0-.952.606a3 3 0 0 0-.255.227l-.006.006a.75.75 0 0 1-1.056.051M22 13.25a.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-.75M2.75 14a.75.75 0 0 0-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.153H10a.75.75 0 0 0 0-1.5c-1.907 0-3.261-.002-4.29-.14c-1.005-.135-1.585-.389-2.008-.812s-.677-1.003-.812-2.009c-.138-1.027-.14-2.382-.14-4.289"/></svg>
</template>

CSS

.icon-scanner2 {
  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%22M14%202.75c1.907%200%203.262.002%204.29.14c1.005.135%201.585.389%202.008.812s.677%201.003.812%202.009c.138%201.028.14%202.382.14%204.289a.75.75%200%200%200%201.5%200v-.056c0-1.838%200-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%200%200%200%200%201.5m-4.056-1.5H10a.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-.153M5.498%2013.558a.75.75%200%200%201-.055-1.06L6%2013c-.557-.502-.558-.501-.557-.502v-.001l.002-.002l.003-.003l.01-.01a2%202%200%200%201%20.11-.111q.108-.105.31-.27c.27-.215.669-.493%201.205-.768C8.159%2010.78%209.776%2010.25%2012%2010.25s3.841.53%204.917%201.083a7%207%200%200%201%201.205.769a5%205%200%200%201%20.395.353l.026.027l.009.01l.003.003l.001.002s.002.001-.556.503l.558-.502a.75.75%200%200%201-1.112%201.008l-.006-.006l-.043-.043a3%203%200%200%200-.212-.184a5.7%205.7%200%200%200-.952-.606c-.874-.448-2.257-.917-4.233-.917s-3.359.47-4.233.917a5.7%205.7%200%200%200-.952.606a3%203%200%200%200-.255.227l-.006.006a.75.75%200%200%201-1.056.051M22%2013.25a.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-.75M2.75%2014a.75.75%200%200%200-1.5%200v.056c0%201.838%200%203.294.153%204.433c.158%201.172.49%202.121%201.238%202.87c.749.748%201.698%201.08%202.87%201.238c1.14.153%202.595.153%204.433.153H10a.75.75%200%200%200%200-1.5c-1.907%200-3.261-.002-4.29-.14c-1.005-.135-1.585-.389-2.008-.812s-.677-1.003-.812-2.009c-.138-1.027-.14-2.382-.14-4.289%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%22M14%202.75c1.907%200%203.262.002%204.29.14c1.005.135%201.585.389%202.008.812s.677%201.003.812%202.009c.138%201.028.14%202.382.14%204.289a.75.75%200%200%200%201.5%200v-.056c0-1.838%200-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%200%200%200%200%201.5m-4.056-1.5H10a.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-.153M5.498%2013.558a.75.75%200%200%201-.055-1.06L6%2013c-.557-.502-.558-.501-.557-.502v-.001l.002-.002l.003-.003l.01-.01a2%202%200%200%201%20.11-.111q.108-.105.31-.27c.27-.215.669-.493%201.205-.768C8.159%2010.78%209.776%2010.25%2012%2010.25s3.841.53%204.917%201.083a7%207%200%200%201%201.205.769a5%205%200%200%201%20.395.353l.026.027l.009.01l.003.003l.001.002s.002.001-.556.503l.558-.502a.75.75%200%200%201-1.112%201.008l-.006-.006l-.043-.043a3%203%200%200%200-.212-.184a5.7%205.7%200%200%200-.952-.606c-.874-.448-2.257-.917-4.233-.917s-3.359.47-4.233.917a5.7%205.7%200%200%200-.952.606a3%203%200%200%200-.255.227l-.006.006a.75.75%200%200%201-1.056.051M22%2013.25a.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-.75M2.75%2014a.75.75%200%200%200-1.5%200v.056c0%201.838%200%203.294.153%204.433c.158%201.172.49%202.121%201.238%202.87c.749.748%201.698%201.08%202.87%201.238c1.14.153%202.595.153%204.433.153H10a.75.75%200%200%200%200-1.5c-1.907%200-3.261-.002-4.29-.14c-1.005-.135-1.585-.389-2.008-.812s-.677-1.003-.812-2.009c-.138-1.027-.14-2.382-.14-4.289%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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