record keys compact icon
record-keys-compact from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- record-keys-compact
- Set
- Codicons
- Style
- Regular
- Viewbox
- 12×12
- License
- CC BY 4.0
Related icons in Codicons
Use the record keys compact icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M10.5 1h-9C.673 1 0 1.673 0 2.5v6C0 9.327.673 10 1.5 10h9c.827 0 1.5-.673 1.5-1.5v-6c0-.827-.673-1.5-1.5-1.5m.5 7.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5v-6a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 .5.5zm-1-1a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1 0-1h7a.5.5 0 0 1 .5.5M4.3 3.4a.6.6 0 1 1 1.201.001A.6.6 0 0 1 4.3 3.4m-2 0a.6.6 0 1 1 1.201.001A.6.6 0 0 1 2.3 3.4m4 0a.6.6 0 1 1 1.201.001A.6.6 0 0 1 6.3 3.4m2 0a.6.6 0 1 1 1.201.001A.6.6 0 0 1 8.3 3.4M3.9 4.8a.6.6 0 1 1-.001 1.201A.6.6 0 0 1 3.9 4.8m2 0a.6.6 0 1 1-.001 1.201A.6.6 0 0 1 5.9 4.8m2 0a.6.6 0 1 1-.001 1.201A.6.6 0 0 1 7.9 4.8"/></svg>
React
import type { SVGProps } from "react";
export function CodiconRecordKeysCompact(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M10.5 1h-9C.673 1 0 1.673 0 2.5v6C0 9.327.673 10 1.5 10h9c.827 0 1.5-.673 1.5-1.5v-6c0-.827-.673-1.5-1.5-1.5m.5 7.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5v-6a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 .5.5zm-1-1a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1 0-1h7a.5.5 0 0 1 .5.5M4.3 3.4a.6.6 0 1 1 1.201.001A.6.6 0 0 1 4.3 3.4m-2 0a.6.6 0 1 1 1.201.001A.6.6 0 0 1 2.3 3.4m4 0a.6.6 0 1 1 1.201.001A.6.6 0 0 1 6.3 3.4m2 0a.6.6 0 1 1 1.201.001A.6.6 0 0 1 8.3 3.4M3.9 4.8a.6.6 0 1 1-.001 1.201A.6.6 0 0 1 3.9 4.8m2 0a.6.6 0 1 1-.001 1.201A.6.6 0 0 1 5.9 4.8m2 0a.6.6 0 1 1-.001 1.201A.6.6 0 0 1 7.9 4.8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M10.5 1h-9C.673 1 0 1.673 0 2.5v6C0 9.327.673 10 1.5 10h9c.827 0 1.5-.673 1.5-1.5v-6c0-.827-.673-1.5-1.5-1.5m.5 7.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5v-6a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 .5.5zm-1-1a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1 0-1h7a.5.5 0 0 1 .5.5M4.3 3.4a.6.6 0 1 1 1.201.001A.6.6 0 0 1 4.3 3.4m-2 0a.6.6 0 1 1 1.201.001A.6.6 0 0 1 2.3 3.4m4 0a.6.6 0 1 1 1.201.001A.6.6 0 0 1 6.3 3.4m2 0a.6.6 0 1 1 1.201.001A.6.6 0 0 1 8.3 3.4M3.9 4.8a.6.6 0 1 1-.001 1.201A.6.6 0 0 1 3.9 4.8m2 0a.6.6 0 1 1-.001 1.201A.6.6 0 0 1 5.9 4.8m2 0a.6.6 0 1 1-.001 1.201A.6.6 0 0 1 7.9 4.8"/></svg> </template>
CSS
.icon-record-keys-compact {
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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.5%201h-9C.673%201%200%201.673%200%202.5v6C0%209.327.673%2010%201.5%2010h9c.827%200%201.5-.673%201.5-1.5v-6c0-.827-.673-1.5-1.5-1.5m.5%207.5a.5.5%200%200%201-.5.5h-9a.5.5%200%200%201-.5-.5v-6a.5.5%200%200%201%20.5-.5h9a.5.5%200%200%201%20.5.5zm-1-1a.5.5%200%200%201-.5.5h-7a.5.5%200%200%201%200-1h7a.5.5%200%200%201%20.5.5M4.3%203.4a.6.6%200%201%201%201.201.001A.6.6%200%200%201%204.3%203.4m-2%200a.6.6%200%201%201%201.201.001A.6.6%200%200%201%202.3%203.4m4%200a.6.6%200%201%201%201.201.001A.6.6%200%200%201%206.3%203.4m2%200a.6.6%200%201%201%201.201.001A.6.6%200%200%201%208.3%203.4M3.9%204.8a.6.6%200%201%201-.001%201.201A.6.6%200%200%201%203.9%204.8m2%200a.6.6%200%201%201-.001%201.201A.6.6%200%200%201%205.9%204.8m2%200a.6.6%200%201%201-.001%201.201A.6.6%200%200%201%207.9%204.8%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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.5%201h-9C.673%201%200%201.673%200%202.5v6C0%209.327.673%2010%201.5%2010h9c.827%200%201.5-.673%201.5-1.5v-6c0-.827-.673-1.5-1.5-1.5m.5%207.5a.5.5%200%200%201-.5.5h-9a.5.5%200%200%201-.5-.5v-6a.5.5%200%200%201%20.5-.5h9a.5.5%200%200%201%20.5.5zm-1-1a.5.5%200%200%201-.5.5h-7a.5.5%200%200%201%200-1h7a.5.5%200%200%201%20.5.5M4.3%203.4a.6.6%200%201%201%201.201.001A.6.6%200%200%201%204.3%203.4m-2%200a.6.6%200%201%201%201.201.001A.6.6%200%200%201%202.3%203.4m4%200a.6.6%200%201%201%201.201.001A.6.6%200%200%201%206.3%203.4m2%200a.6.6%200%201%201%201.201.001A.6.6%200%200%201%208.3%203.4M3.9%204.8a.6.6%200%201%201-.001%201.201A.6.6%200%200%201%203.9%204.8m2%200a.6.6%200%201%201-.001%201.201A.6.6%200%200%201%205.9%204.8m2%200a.6.6%200%201%201-.001%201.201A.6.6%200%200%201%207.9%204.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/record-keys-compact.svg?color=%231a73e8&size=48