keyboard icon
keyboard-line-duotone from Solar by 480 Design · Line Duotone · Devices · CC-BY-4.0 Attribution required.
- Name
- keyboard-line-duotone
- Set
- Solar
- Style
- Line Duotone
- Category
- Devices
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
keyboardBootstrap IconskeyboardBoxIcons v2 SolidkeyboardCarbonkeyboardEmoji One (Colored)keyboardFramework7 IconskeyboardFont Awesome 6 RegularkeyboardFont Awesome 6 SolidkeyboardFont Awesome RegularkeyboardFont Awesome Solidkeyboard-outlineFlowbite Iconskeyboard-16-filledFluent UI System IconskeyboardFluent EmojikeyboardFluent Emoji FlatkeyboardFluent Emoji High ContrastkeyboardFirefox OS Emojikeyboardcss.ggkeyboardHuge IconskeyboardIconParkkeyboardIconPark OutlinekeyboardIconPark SolidkeyboardIconPark TwoTonekeyboardJam IconskeyboardLine AwesomekeyboardLucide
More devices icons from Solar
airbuds-boldairbuds-case-boldairbuds-case-charge-boldairbuds-case-minimalistic-boldairbuds-case-open-boldairbuds-charge-boldairbuds-check-boldairbuds-left-boldairbuds-remove-boldairbuds-right-boldbinoculars-boldbluetooth-boldbluetooth-circle-boldbluetooth-square-boldbluetooth-wave-boldboombox-boldbot-boldcassette-2-boldcassette-boldcloud-storage-boldcpu-boldcpu-bolt-bolddevices-bolddiskette-bold
Use the keyboard 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="M2 11C2 8.17157 2 6.75736 2.87868 5.87868C3.75736 5 5.17157 5 8 5H16C18.8284 5 20.2426 5 21.1213 5.87868C22 6.75736 22 8.17157 22 11V13C22 15.8284 22 17.2426 21.1213 18.1213C20.2426 19 18.8284 19 16 19H8C5.17157 19 3.75736 19 2.87868 18.1213C2 17.2426 2 15.8284 2 13V11Z"/><path stroke-linecap="round" d="M7 16H17" opacity=".5"/><path stroke-linecap="round" stroke-linejoin="round" d="M6 9H6.0001" opacity=".5"/><path stroke-linecap="round" stroke-linejoin="round" d="M9 9H9.0001" opacity=".5"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 9H12.0001" opacity=".5"/><path stroke-linecap="round" stroke-linejoin="round" d="M15 9H15.0001" opacity=".5"/><path stroke-linecap="round" stroke-linejoin="round" d="M18 9H18.0001" opacity=".5"/><path stroke-linecap="round" stroke-linejoin="round" d="M18 12H18.0001" opacity=".5"/><path stroke-linecap="round" stroke-linejoin="round" d="M15 12H15.0001" opacity=".5"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 12H12.0001" opacity=".5"/><path stroke-linecap="round" stroke-linejoin="round" d="M9 12H9.0001" opacity=".5"/><path stroke-linecap="round" stroke-linejoin="round" d="M6 12H6.0001" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarKeyboardLineDuotone(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="M2 11C2 8.17157 2 6.75736 2.87868 5.87868C3.75736 5 5.17157 5 8 5H16C18.8284 5 20.2426 5 21.1213 5.87868C22 6.75736 22 8.17157 22 11V13C22 15.8284 22 17.2426 21.1213 18.1213C20.2426 19 18.8284 19 16 19H8C5.17157 19 3.75736 19 2.87868 18.1213C2 17.2426 2 15.8284 2 13V11Z"/><path strokeLinecap="round" d="M7 16H17" opacity=".5"/><path strokeLinecap="round" strokeLinejoin="round" d="M6 9H6.0001" opacity=".5"/><path strokeLinecap="round" strokeLinejoin="round" d="M9 9H9.0001" opacity=".5"/><path strokeLinecap="round" strokeLinejoin="round" d="M12 9H12.0001" opacity=".5"/><path strokeLinecap="round" strokeLinejoin="round" d="M15 9H15.0001" opacity=".5"/><path strokeLinecap="round" strokeLinejoin="round" d="M18 9H18.0001" opacity=".5"/><path strokeLinecap="round" strokeLinejoin="round" d="M18 12H18.0001" opacity=".5"/><path strokeLinecap="round" strokeLinejoin="round" d="M15 12H15.0001" opacity=".5"/><path strokeLinecap="round" strokeLinejoin="round" d="M12 12H12.0001" opacity=".5"/><path strokeLinecap="round" strokeLinejoin="round" d="M9 12H9.0001" opacity=".5"/><path strokeLinecap="round" strokeLinejoin="round" d="M6 12H6.0001" 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="M2 11C2 8.17157 2 6.75736 2.87868 5.87868C3.75736 5 5.17157 5 8 5H16C18.8284 5 20.2426 5 21.1213 5.87868C22 6.75736 22 8.17157 22 11V13C22 15.8284 22 17.2426 21.1213 18.1213C20.2426 19 18.8284 19 16 19H8C5.17157 19 3.75736 19 2.87868 18.1213C2 17.2426 2 15.8284 2 13V11Z"/><path stroke-linecap="round" d="M7 16H17" opacity=".5"/><path stroke-linecap="round" stroke-linejoin="round" d="M6 9H6.0001" opacity=".5"/><path stroke-linecap="round" stroke-linejoin="round" d="M9 9H9.0001" opacity=".5"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 9H12.0001" opacity=".5"/><path stroke-linecap="round" stroke-linejoin="round" d="M15 9H15.0001" opacity=".5"/><path stroke-linecap="round" stroke-linejoin="round" d="M18 9H18.0001" opacity=".5"/><path stroke-linecap="round" stroke-linejoin="round" d="M18 12H18.0001" opacity=".5"/><path stroke-linecap="round" stroke-linejoin="round" d="M15 12H15.0001" opacity=".5"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 12H12.0001" opacity=".5"/><path stroke-linecap="round" stroke-linejoin="round" d="M9 12H9.0001" opacity=".5"/><path stroke-linecap="round" stroke-linejoin="round" d="M6 12H6.0001" opacity=".5"/></g></svg> </template>
CSS
.icon-keyboard-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%22M2%2011C2%208.17157%202%206.75736%202.87868%205.87868C3.75736%205%205.17157%205%208%205H16C18.8284%205%2020.2426%205%2021.1213%205.87868C22%206.75736%2022%208.17157%2022%2011V13C22%2015.8284%2022%2017.2426%2021.1213%2018.1213C20.2426%2019%2018.8284%2019%2016%2019H8C5.17157%2019%203.75736%2019%202.87868%2018.1213C2%2017.2426%202%2015.8284%202%2013V11Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7%2016H17%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6%209H6.0001%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9%209H9.0001%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%209H12.0001%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15%209H15.0001%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M18%209H18.0001%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M18%2012H18.0001%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15%2012H15.0001%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2012H12.0001%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9%2012H9.0001%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6%2012H6.0001%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%22M2%2011C2%208.17157%202%206.75736%202.87868%205.87868C3.75736%205%205.17157%205%208%205H16C18.8284%205%2020.2426%205%2021.1213%205.87868C22%206.75736%2022%208.17157%2022%2011V13C22%2015.8284%2022%2017.2426%2021.1213%2018.1213C20.2426%2019%2018.8284%2019%2016%2019H8C5.17157%2019%203.75736%2019%202.87868%2018.1213C2%2017.2426%202%2015.8284%202%2013V11Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7%2016H17%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6%209H6.0001%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9%209H9.0001%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%209H12.0001%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15%209H15.0001%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M18%209H18.0001%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M18%2012H18.0001%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15%2012H15.0001%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2012H12.0001%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9%2012H9.0001%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6%2012H6.0001%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/keyboard-line-duotone.svg?color=%231a73e8&size=48