code scan icon

code-scan-line-duotone from Solar by 480 Design · Line Duotone · Security · CC-BY-4.0 Attribution required.

Name
code-scan-line-duotone
Set
Solar
Style
Line Duotone
Category
Security
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More security icons from Solar

Use the code scan icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M5.5 15.5C5.5 14.5572 5.5 14.0858 5.79289 13.7929C6.08579 13.5 6.55719 13.5 7.5 13.5H8.5C9.44281 13.5 9.91421 13.5 10.2071 13.7929C10.5 14.0858 10.5 14.5572 10.5 15.5V16.5C10.5 17.4428 10.5 17.9142 10.2071 18.2071C9.91421 18.5 9.44281 18.5 8.5 18.5C7.08579 18.5 6.37868 18.5 5.93934 18.0607C5.5 17.6213 5.5 16.9142 5.5 15.5Z"/><path d="M5.5 8.5C5.5 7.08579 5.5 6.37868 5.93934 5.93934C6.37868 5.5 7.08579 5.5 8.5 5.5C9.44281 5.5 9.91421 5.5 10.2071 5.79289C10.5 6.08579 10.5 6.55719 10.5 7.5V8.5C10.5 9.44281 10.5 9.91421 10.2071 10.2071C9.91421 10.5 9.44281 10.5 8.5 10.5H7.5C6.55719 10.5 6.08579 10.5 5.79289 10.2071C5.5 9.91421 5.5 9.44281 5.5 8.5Z"/><path d="M13.5 15.5C13.5 14.5572 13.5 14.0858 13.7929 13.7929C14.0858 13.5 14.5572 13.5 15.5 13.5H16.5C17.4428 13.5 17.9142 13.5 18.2071 13.7929C18.5 14.0858 18.5 14.5572 18.5 15.5C18.5 16.9142 18.5 17.6213 18.0607 18.0607C17.6213 18.5 16.9142 18.5 15.5 18.5C14.5572 18.5 14.0858 18.5 13.7929 18.2071C13.5 17.9142 13.5 17.4428 13.5 16.5V15.5Z"/><path d="M13.5 7.5C13.5 6.55719 13.5 6.08579 13.7929 5.79289C14.0858 5.5 14.5572 5.5 15.5 5.5C16.9142 5.5 17.6213 5.5 18.0607 5.93934C18.5 6.37868 18.5 7.08579 18.5 8.5C18.5 9.44281 18.5 9.91421 18.2071 10.2071C17.9142 10.5 17.4428 10.5 16.5 10.5H15.5C14.5572 10.5 14.0858 10.5 13.7929 10.2071C13.5 9.91421 13.5 9.44281 13.5 8.5V7.5Z"/><path stroke-linecap="round" d="M22 14C22 17.7712 22 19.6569 20.8284 20.8284C19.6569 22 17.7712 22 14 22" opacity=".5"/><path stroke-linecap="round" d="M10 22C6.22876 22 4.34315 22 3.17157 20.8284C2 19.6569 2 17.7712 2 14" opacity=".5"/><path stroke-linecap="round" d="M10 2C6.22876 2 4.34315 2 3.17157 3.17157C2 4.34315 2 6.22876 2 10" opacity=".5"/><path stroke-linecap="round" d="M14 2C17.7712 2 19.6569 2 20.8284 3.17157C22 4.34315 22 6.22876 22 10" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarCodeScanLineDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M5.5 15.5C5.5 14.5572 5.5 14.0858 5.79289 13.7929C6.08579 13.5 6.55719 13.5 7.5 13.5H8.5C9.44281 13.5 9.91421 13.5 10.2071 13.7929C10.5 14.0858 10.5 14.5572 10.5 15.5V16.5C10.5 17.4428 10.5 17.9142 10.2071 18.2071C9.91421 18.5 9.44281 18.5 8.5 18.5C7.08579 18.5 6.37868 18.5 5.93934 18.0607C5.5 17.6213 5.5 16.9142 5.5 15.5Z"/><path d="M5.5 8.5C5.5 7.08579 5.5 6.37868 5.93934 5.93934C6.37868 5.5 7.08579 5.5 8.5 5.5C9.44281 5.5 9.91421 5.5 10.2071 5.79289C10.5 6.08579 10.5 6.55719 10.5 7.5V8.5C10.5 9.44281 10.5 9.91421 10.2071 10.2071C9.91421 10.5 9.44281 10.5 8.5 10.5H7.5C6.55719 10.5 6.08579 10.5 5.79289 10.2071C5.5 9.91421 5.5 9.44281 5.5 8.5Z"/><path d="M13.5 15.5C13.5 14.5572 13.5 14.0858 13.7929 13.7929C14.0858 13.5 14.5572 13.5 15.5 13.5H16.5C17.4428 13.5 17.9142 13.5 18.2071 13.7929C18.5 14.0858 18.5 14.5572 18.5 15.5C18.5 16.9142 18.5 17.6213 18.0607 18.0607C17.6213 18.5 16.9142 18.5 15.5 18.5C14.5572 18.5 14.0858 18.5 13.7929 18.2071C13.5 17.9142 13.5 17.4428 13.5 16.5V15.5Z"/><path d="M13.5 7.5C13.5 6.55719 13.5 6.08579 13.7929 5.79289C14.0858 5.5 14.5572 5.5 15.5 5.5C16.9142 5.5 17.6213 5.5 18.0607 5.93934C18.5 6.37868 18.5 7.08579 18.5 8.5C18.5 9.44281 18.5 9.91421 18.2071 10.2071C17.9142 10.5 17.4428 10.5 16.5 10.5H15.5C14.5572 10.5 14.0858 10.5 13.7929 10.2071C13.5 9.91421 13.5 9.44281 13.5 8.5V7.5Z"/><path strokeLinecap="round" d="M22 14C22 17.7712 22 19.6569 20.8284 20.8284C19.6569 22 17.7712 22 14 22" opacity=".5"/><path strokeLinecap="round" d="M10 22C6.22876 22 4.34315 22 3.17157 20.8284C2 19.6569 2 17.7712 2 14" opacity=".5"/><path strokeLinecap="round" d="M10 2C6.22876 2 4.34315 2 3.17157 3.17157C2 4.34315 2 6.22876 2 10" opacity=".5"/><path strokeLinecap="round" d="M14 2C17.7712 2 19.6569 2 20.8284 3.17157C22 4.34315 22 6.22876 22 10" opacity=".5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M5.5 15.5C5.5 14.5572 5.5 14.0858 5.79289 13.7929C6.08579 13.5 6.55719 13.5 7.5 13.5H8.5C9.44281 13.5 9.91421 13.5 10.2071 13.7929C10.5 14.0858 10.5 14.5572 10.5 15.5V16.5C10.5 17.4428 10.5 17.9142 10.2071 18.2071C9.91421 18.5 9.44281 18.5 8.5 18.5C7.08579 18.5 6.37868 18.5 5.93934 18.0607C5.5 17.6213 5.5 16.9142 5.5 15.5Z"/><path d="M5.5 8.5C5.5 7.08579 5.5 6.37868 5.93934 5.93934C6.37868 5.5 7.08579 5.5 8.5 5.5C9.44281 5.5 9.91421 5.5 10.2071 5.79289C10.5 6.08579 10.5 6.55719 10.5 7.5V8.5C10.5 9.44281 10.5 9.91421 10.2071 10.2071C9.91421 10.5 9.44281 10.5 8.5 10.5H7.5C6.55719 10.5 6.08579 10.5 5.79289 10.2071C5.5 9.91421 5.5 9.44281 5.5 8.5Z"/><path d="M13.5 15.5C13.5 14.5572 13.5 14.0858 13.7929 13.7929C14.0858 13.5 14.5572 13.5 15.5 13.5H16.5C17.4428 13.5 17.9142 13.5 18.2071 13.7929C18.5 14.0858 18.5 14.5572 18.5 15.5C18.5 16.9142 18.5 17.6213 18.0607 18.0607C17.6213 18.5 16.9142 18.5 15.5 18.5C14.5572 18.5 14.0858 18.5 13.7929 18.2071C13.5 17.9142 13.5 17.4428 13.5 16.5V15.5Z"/><path d="M13.5 7.5C13.5 6.55719 13.5 6.08579 13.7929 5.79289C14.0858 5.5 14.5572 5.5 15.5 5.5C16.9142 5.5 17.6213 5.5 18.0607 5.93934C18.5 6.37868 18.5 7.08579 18.5 8.5C18.5 9.44281 18.5 9.91421 18.2071 10.2071C17.9142 10.5 17.4428 10.5 16.5 10.5H15.5C14.5572 10.5 14.0858 10.5 13.7929 10.2071C13.5 9.91421 13.5 9.44281 13.5 8.5V7.5Z"/><path stroke-linecap="round" d="M22 14C22 17.7712 22 19.6569 20.8284 20.8284C19.6569 22 17.7712 22 14 22" opacity=".5"/><path stroke-linecap="round" d="M10 22C6.22876 22 4.34315 22 3.17157 20.8284C2 19.6569 2 17.7712 2 14" opacity=".5"/><path stroke-linecap="round" d="M10 2C6.22876 2 4.34315 2 3.17157 3.17157C2 4.34315 2 6.22876 2 10" opacity=".5"/><path stroke-linecap="round" d="M14 2C17.7712 2 19.6569 2 20.8284 3.17157C22 4.34315 22 6.22876 22 10" opacity=".5"/></g></svg>
</template>

CSS

.icon-code-scan-line-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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M5.5%2015.5C5.5%2014.5572%205.5%2014.0858%205.79289%2013.7929C6.08579%2013.5%206.55719%2013.5%207.5%2013.5H8.5C9.44281%2013.5%209.91421%2013.5%2010.2071%2013.7929C10.5%2014.0858%2010.5%2014.5572%2010.5%2015.5V16.5C10.5%2017.4428%2010.5%2017.9142%2010.2071%2018.2071C9.91421%2018.5%209.44281%2018.5%208.5%2018.5C7.08579%2018.5%206.37868%2018.5%205.93934%2018.0607C5.5%2017.6213%205.5%2016.9142%205.5%2015.5Z%22%2F%3E%3Cpath%20d%3D%22M5.5%208.5C5.5%207.08579%205.5%206.37868%205.93934%205.93934C6.37868%205.5%207.08579%205.5%208.5%205.5C9.44281%205.5%209.91421%205.5%2010.2071%205.79289C10.5%206.08579%2010.5%206.55719%2010.5%207.5V8.5C10.5%209.44281%2010.5%209.91421%2010.2071%2010.2071C9.91421%2010.5%209.44281%2010.5%208.5%2010.5H7.5C6.55719%2010.5%206.08579%2010.5%205.79289%2010.2071C5.5%209.91421%205.5%209.44281%205.5%208.5Z%22%2F%3E%3Cpath%20d%3D%22M13.5%2015.5C13.5%2014.5572%2013.5%2014.0858%2013.7929%2013.7929C14.0858%2013.5%2014.5572%2013.5%2015.5%2013.5H16.5C17.4428%2013.5%2017.9142%2013.5%2018.2071%2013.7929C18.5%2014.0858%2018.5%2014.5572%2018.5%2015.5C18.5%2016.9142%2018.5%2017.6213%2018.0607%2018.0607C17.6213%2018.5%2016.9142%2018.5%2015.5%2018.5C14.5572%2018.5%2014.0858%2018.5%2013.7929%2018.2071C13.5%2017.9142%2013.5%2017.4428%2013.5%2016.5V15.5Z%22%2F%3E%3Cpath%20d%3D%22M13.5%207.5C13.5%206.55719%2013.5%206.08579%2013.7929%205.79289C14.0858%205.5%2014.5572%205.5%2015.5%205.5C16.9142%205.5%2017.6213%205.5%2018.0607%205.93934C18.5%206.37868%2018.5%207.08579%2018.5%208.5C18.5%209.44281%2018.5%209.91421%2018.2071%2010.2071C17.9142%2010.5%2017.4428%2010.5%2016.5%2010.5H15.5C14.5572%2010.5%2014.0858%2010.5%2013.7929%2010.2071C13.5%209.91421%2013.5%209.44281%2013.5%208.5V7.5Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2014C22%2017.7712%2022%2019.6569%2020.8284%2020.8284C19.6569%2022%2017.7712%2022%2014%2022%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10%2022C6.22876%2022%204.34315%2022%203.17157%2020.8284C2%2019.6569%202%2017.7712%202%2014%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10%202C6.22876%202%204.34315%202%203.17157%203.17157C2%204.34315%202%206.22876%202%2010%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14%202C17.7712%202%2019.6569%202%2020.8284%203.17157C22%204.34315%2022%206.22876%2022%2010%22%20opacity%3D%22.5%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M5.5%2015.5C5.5%2014.5572%205.5%2014.0858%205.79289%2013.7929C6.08579%2013.5%206.55719%2013.5%207.5%2013.5H8.5C9.44281%2013.5%209.91421%2013.5%2010.2071%2013.7929C10.5%2014.0858%2010.5%2014.5572%2010.5%2015.5V16.5C10.5%2017.4428%2010.5%2017.9142%2010.2071%2018.2071C9.91421%2018.5%209.44281%2018.5%208.5%2018.5C7.08579%2018.5%206.37868%2018.5%205.93934%2018.0607C5.5%2017.6213%205.5%2016.9142%205.5%2015.5Z%22%2F%3E%3Cpath%20d%3D%22M5.5%208.5C5.5%207.08579%205.5%206.37868%205.93934%205.93934C6.37868%205.5%207.08579%205.5%208.5%205.5C9.44281%205.5%209.91421%205.5%2010.2071%205.79289C10.5%206.08579%2010.5%206.55719%2010.5%207.5V8.5C10.5%209.44281%2010.5%209.91421%2010.2071%2010.2071C9.91421%2010.5%209.44281%2010.5%208.5%2010.5H7.5C6.55719%2010.5%206.08579%2010.5%205.79289%2010.2071C5.5%209.91421%205.5%209.44281%205.5%208.5Z%22%2F%3E%3Cpath%20d%3D%22M13.5%2015.5C13.5%2014.5572%2013.5%2014.0858%2013.7929%2013.7929C14.0858%2013.5%2014.5572%2013.5%2015.5%2013.5H16.5C17.4428%2013.5%2017.9142%2013.5%2018.2071%2013.7929C18.5%2014.0858%2018.5%2014.5572%2018.5%2015.5C18.5%2016.9142%2018.5%2017.6213%2018.0607%2018.0607C17.6213%2018.5%2016.9142%2018.5%2015.5%2018.5C14.5572%2018.5%2014.0858%2018.5%2013.7929%2018.2071C13.5%2017.9142%2013.5%2017.4428%2013.5%2016.5V15.5Z%22%2F%3E%3Cpath%20d%3D%22M13.5%207.5C13.5%206.55719%2013.5%206.08579%2013.7929%205.79289C14.0858%205.5%2014.5572%205.5%2015.5%205.5C16.9142%205.5%2017.6213%205.5%2018.0607%205.93934C18.5%206.37868%2018.5%207.08579%2018.5%208.5C18.5%209.44281%2018.5%209.91421%2018.2071%2010.2071C17.9142%2010.5%2017.4428%2010.5%2016.5%2010.5H15.5C14.5572%2010.5%2014.0858%2010.5%2013.7929%2010.2071C13.5%209.91421%2013.5%209.44281%2013.5%208.5V7.5Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2014C22%2017.7712%2022%2019.6569%2020.8284%2020.8284C19.6569%2022%2017.7712%2022%2014%2022%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10%2022C6.22876%2022%204.34315%2022%203.17157%2020.8284C2%2019.6569%202%2017.7712%202%2014%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10%202C6.22876%202%204.34315%202%203.17157%203.17157C2%204.34315%202%206.22876%202%2010%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14%202C17.7712%202%2019.6569%202%2020.8284%203.17157C22%204.34315%2022%206.22876%2022%2010%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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