code scan icon
code-scan-broken from Solar by 480 Design · Broken · Security · CC-BY-4.0 Attribution required.
- Name
- code-scan-broken
- Set
- Solar
- Style
- Broken
- Category
- Security
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More security icons from Solar
barcode-boldbarcode-scan-boldbomb-boldbomb-emoji-boldbomb-minimalistic-boldeye-boldeye-closed-boldeye-scan-boldincognito-boldkey-boldkey-minimalistic-2-boldkey-minimalistic-boldkey-minimalistic-square-2-boldkey-minimalistic-square-3-boldkey-minimalistic-square-boldkey-square-2-boldkey-square-boldlock-boldlock-keyhole-boldlock-keyhole-minimalistic-boldlock-keyhole-minimalistic-unlocked-boldlock-keyhole-unlocked-boldlock-password-boldlock-password-unlocked-bold
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 stroke-linecap="round" 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.0607"/><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 stroke-linecap="round" d="M18.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.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.93934"/><path stroke-linecap="round" d="M22 14C22 14.3492 22 14.6822 21.9991 15M14 22C17.7712 22 19.6569 22 20.8284 20.8284C21.4816 20.1752 21.7706 19.3001 21.8985 18"/><path stroke-linecap="round" d="M10 22C6.22876 22 4.34315 22 3.17157 20.8284C2 19.6569 2 17.7712 2 14"/><path stroke-linecap="round" d="M10 2C6.22876 2 4.34315 2 3.17157 3.17157C2.51839 3.82475 2.22937 4.69989 2.10149 6M2 10C2 9.65081 2 9.31779 2.00093 9"/><path stroke-linecap="round" d="M14 2C17.7712 2 19.6569 2 20.8284 3.17157C22 4.34315 22 6.22876 22 10"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarCodeScanBroken(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 strokeLinecap="round" 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.0607"/><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 strokeLinecap="round" d="M18.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.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.93934"/><path strokeLinecap="round" d="M22 14C22 14.3492 22 14.6822 21.9991 15M14 22C17.7712 22 19.6569 22 20.8284 20.8284C21.4816 20.1752 21.7706 19.3001 21.8985 18"/><path strokeLinecap="round" d="M10 22C6.22876 22 4.34315 22 3.17157 20.8284C2 19.6569 2 17.7712 2 14"/><path strokeLinecap="round" d="M10 2C6.22876 2 4.34315 2 3.17157 3.17157C2.51839 3.82475 2.22937 4.69989 2.10149 6M2 10C2 9.65081 2 9.31779 2.00093 9"/><path strokeLinecap="round" d="M14 2C17.7712 2 19.6569 2 20.8284 3.17157C22 4.34315 22 6.22876 22 10"/></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 stroke-linecap="round" 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.0607"/><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 stroke-linecap="round" d="M18.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.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.93934"/><path stroke-linecap="round" d="M22 14C22 14.3492 22 14.6822 21.9991 15M14 22C17.7712 22 19.6569 22 20.8284 20.8284C21.4816 20.1752 21.7706 19.3001 21.8985 18"/><path stroke-linecap="round" d="M10 22C6.22876 22 4.34315 22 3.17157 20.8284C2 19.6569 2 17.7712 2 14"/><path stroke-linecap="round" d="M10 2C6.22876 2 4.34315 2 3.17157 3.17157C2.51839 3.82475 2.22937 4.69989 2.10149 6M2 10C2 9.65081 2 9.31779 2.00093 9"/><path stroke-linecap="round" d="M14 2C17.7712 2 19.6569 2 20.8284 3.17157C22 4.34315 22 6.22876 22 10"/></g></svg> </template>
CSS
.icon-code-scan-broken {
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%20stroke-linecap%3D%22round%22%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.0607%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%20stroke-linecap%3D%22round%22%20d%3D%22M18.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.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.93934%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2014C22%2014.3492%2022%2014.6822%2021.9991%2015M14%2022C17.7712%2022%2019.6569%2022%2020.8284%2020.8284C21.4816%2020.1752%2021.7706%2019.3001%2021.8985%2018%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%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10%202C6.22876%202%204.34315%202%203.17157%203.17157C2.51839%203.82475%202.22937%204.69989%202.10149%206M2%2010C2%209.65081%202%209.31779%202.00093%209%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%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%20stroke-linecap%3D%22round%22%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.0607%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%20stroke-linecap%3D%22round%22%20d%3D%22M18.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.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.93934%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2014C22%2014.3492%2022%2014.6822%2021.9991%2015M14%2022C17.7712%2022%2019.6569%2022%2020.8284%2020.8284C21.4816%2020.1752%2021.7706%2019.3001%2021.8985%2018%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%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10%202C6.22876%202%204.34315%202%203.17157%203.17157C2.51839%203.82475%202.22937%204.69989%202.10149%206M2%2010C2%209.65081%202%209.31779%202.00093%209%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%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-broken.svg?color=%231a73e8&size=48