document scanner icon

document-scanner-outline-rounded from Material Symbols by Google · Outline Rounded · Text · Apache-2.0 Free for personal and commercial use.

Name
document-scanner-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Text
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More text icons from Material Symbols

Use the document scanner icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 5V3q0-.825.588-1.412T4 1h2q.425 0 .713.288T7 2t-.288.713T6 3H4v2q0 .425-.288.713T3 6t-.712-.288T2 5m18 0V3h-2q-.425 0-.712-.288T17 2t.288-.712T18 1h2q.825 0 1.413.588T22 3v2q0 .425-.288.713T21 6t-.712-.288T20 5M2 21v-2q0-.425.288-.712T3 18t.713.288T4 19v2h2q.425 0 .713.288T7 22t-.288.713T6 23H4q-.825 0-1.412-.587T2 21m18 2h-2q-.425 0-.712-.288T17 22t.288-.712T18 21h2v-2q0-.425.288-.712T21 18t.713.288T22 19v2q0 .825-.587 1.413T20 23M7 18h10V6H7zm0 2q-.825 0-1.412-.587T5 18V6q0-.825.588-1.412T7 4h10q.825 0 1.413.588T19 6v12q0 .825-.587 1.413T17 20zm3-10h4q.425 0 .713-.288T15 9t-.288-.712T14 8h-4q-.425 0-.712.288T9 9t.288.713T10 10m0 3h4q.425 0 .713-.288T15 12t-.288-.712T14 11h-4q-.425 0-.712.288T9 12t.288.713T10 13m0 3h4q.425 0 .713-.288T15 15t-.288-.712T14 14h-4q-.425 0-.712.288T9 15t.288.713T10 16m-3 2V6z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsDocumentScannerOutlineRounded(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="M2 5V3q0-.825.588-1.412T4 1h2q.425 0 .713.288T7 2t-.288.713T6 3H4v2q0 .425-.288.713T3 6t-.712-.288T2 5m18 0V3h-2q-.425 0-.712-.288T17 2t.288-.712T18 1h2q.825 0 1.413.588T22 3v2q0 .425-.288.713T21 6t-.712-.288T20 5M2 21v-2q0-.425.288-.712T3 18t.713.288T4 19v2h2q.425 0 .713.288T7 22t-.288.713T6 23H4q-.825 0-1.412-.587T2 21m18 2h-2q-.425 0-.712-.288T17 22t.288-.712T18 21h2v-2q0-.425.288-.712T21 18t.713.288T22 19v2q0 .825-.587 1.413T20 23M7 18h10V6H7zm0 2q-.825 0-1.412-.587T5 18V6q0-.825.588-1.412T7 4h10q.825 0 1.413.588T19 6v12q0 .825-.587 1.413T17 20zm3-10h4q.425 0 .713-.288T15 9t-.288-.712T14 8h-4q-.425 0-.712.288T9 9t.288.713T10 10m0 3h4q.425 0 .713-.288T15 12t-.288-.712T14 11h-4q-.425 0-.712.288T9 12t.288.713T10 13m0 3h4q.425 0 .713-.288T15 15t-.288-.712T14 14h-4q-.425 0-.712.288T9 15t.288.713T10 16m-3 2V6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 5V3q0-.825.588-1.412T4 1h2q.425 0 .713.288T7 2t-.288.713T6 3H4v2q0 .425-.288.713T3 6t-.712-.288T2 5m18 0V3h-2q-.425 0-.712-.288T17 2t.288-.712T18 1h2q.825 0 1.413.588T22 3v2q0 .425-.288.713T21 6t-.712-.288T20 5M2 21v-2q0-.425.288-.712T3 18t.713.288T4 19v2h2q.425 0 .713.288T7 22t-.288.713T6 23H4q-.825 0-1.412-.587T2 21m18 2h-2q-.425 0-.712-.288T17 22t.288-.712T18 21h2v-2q0-.425.288-.712T21 18t.713.288T22 19v2q0 .825-.587 1.413T20 23M7 18h10V6H7zm0 2q-.825 0-1.412-.587T5 18V6q0-.825.588-1.412T7 4h10q.825 0 1.413.588T19 6v12q0 .825-.587 1.413T17 20zm3-10h4q.425 0 .713-.288T15 9t-.288-.712T14 8h-4q-.425 0-.712.288T9 9t.288.713T10 10m0 3h4q.425 0 .713-.288T15 12t-.288-.712T14 11h-4q-.425 0-.712.288T9 12t.288.713T10 13m0 3h4q.425 0 .713-.288T15 15t-.288-.712T14 14h-4q-.425 0-.712.288T9 15t.288.713T10 16m-3 2V6z"/></svg>
</template>

CSS

.icon-document-scanner-outline-rounded {
  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%22M2%205V3q0-.825.588-1.412T4%201h2q.425%200%20.713.288T7%202t-.288.713T6%203H4v2q0%20.425-.288.713T3%206t-.712-.288T2%205m18%200V3h-2q-.425%200-.712-.288T17%202t.288-.712T18%201h2q.825%200%201.413.588T22%203v2q0%20.425-.288.713T21%206t-.712-.288T20%205M2%2021v-2q0-.425.288-.712T3%2018t.713.288T4%2019v2h2q.425%200%20.713.288T7%2022t-.288.713T6%2023H4q-.825%200-1.412-.587T2%2021m18%202h-2q-.425%200-.712-.288T17%2022t.288-.712T18%2021h2v-2q0-.425.288-.712T21%2018t.713.288T22%2019v2q0%20.825-.587%201.413T20%2023M7%2018h10V6H7zm0%202q-.825%200-1.412-.587T5%2018V6q0-.825.588-1.412T7%204h10q.825%200%201.413.588T19%206v12q0%20.825-.587%201.413T17%2020zm3-10h4q.425%200%20.713-.288T15%209t-.288-.712T14%208h-4q-.425%200-.712.288T9%209t.288.713T10%2010m0%203h4q.425%200%20.713-.288T15%2012t-.288-.712T14%2011h-4q-.425%200-.712.288T9%2012t.288.713T10%2013m0%203h4q.425%200%20.713-.288T15%2015t-.288-.712T14%2014h-4q-.425%200-.712.288T9%2015t.288.713T10%2016m-3%202V6z%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%22M2%205V3q0-.825.588-1.412T4%201h2q.425%200%20.713.288T7%202t-.288.713T6%203H4v2q0%20.425-.288.713T3%206t-.712-.288T2%205m18%200V3h-2q-.425%200-.712-.288T17%202t.288-.712T18%201h2q.825%200%201.413.588T22%203v2q0%20.425-.288.713T21%206t-.712-.288T20%205M2%2021v-2q0-.425.288-.712T3%2018t.713.288T4%2019v2h2q.425%200%20.713.288T7%2022t-.288.713T6%2023H4q-.825%200-1.412-.587T2%2021m18%202h-2q-.425%200-.712-.288T17%2022t.288-.712T18%2021h2v-2q0-.425.288-.712T21%2018t.713.288T22%2019v2q0%20.825-.587%201.413T20%2023M7%2018h10V6H7zm0%202q-.825%200-1.412-.587T5%2018V6q0-.825.588-1.412T7%204h10q.825%200%201.413.588T19%206v12q0%20.825-.587%201.413T17%2020zm3-10h4q.425%200%20.713-.288T15%209t-.288-.712T14%208h-4q-.425%200-.712.288T9%209t.288.713T10%2010m0%203h4q.425%200%20.713-.288T15%2012t-.288-.712T14%2011h-4q-.425%200-.712.288T9%2012t.288.713T10%2013m0%203h4q.425%200%20.713-.288T15%2015t-.288-.712T14%2014h-4q-.425%200-.712.288T9%2015t.288.713T10%2016m-3%202V6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/document-scanner-outline-rounded.svg?color=%231a73e8&size=48