key asterisk icon
key-asterisk-16 from Octicons by GitHub · 16 · MIT Free for personal and commercial use.
- Name
- key-asterisk-16
- Set
- Octicons
- Style
- 16
- Viewbox
- 16×16
- License
- MIT
1 other variant in Octicons
Use the key asterisk icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M0 2.75A2.75 2.75 0 0 1 2.75 0h10.5A2.75 2.75 0 0 1 16 2.75v10.5A2.75 2.75 0 0 1 13.25 16H2.75A2.75 2.75 0 0 1 0 13.25ZM2.75 1.5c-.69 0-1.25.56-1.25 1.25v10.5c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25V2.75c0-.69-.56-1.25-1.25-1.25Z"/><path fill="currentColor" d="M8 4a.75.75 0 0 1 .75.75V6.7l1.69-.975a.75.75 0 0 1 .75 1.3L9.5 8l1.69.976a.75.75 0 0 1-.75 1.298L8.75 9.3v1.951a.75.75 0 0 1-1.5 0V9.299l-1.69.976a.75.75 0 0 1-.75-1.3L6.5 8l-1.69-.975a.75.75 0 0 1 .75-1.3l1.69.976V4.75A.75.75 0 0 1 8 4"/></svg>
React
import type { SVGProps } from "react";
export function OcticonKeyAsterisk16(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M0 2.75A2.75 2.75 0 0 1 2.75 0h10.5A2.75 2.75 0 0 1 16 2.75v10.5A2.75 2.75 0 0 1 13.25 16H2.75A2.75 2.75 0 0 1 0 13.25ZM2.75 1.5c-.69 0-1.25.56-1.25 1.25v10.5c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25V2.75c0-.69-.56-1.25-1.25-1.25Z"/><path fill="currentColor" d="M8 4a.75.75 0 0 1 .75.75V6.7l1.69-.975a.75.75 0 0 1 .75 1.3L9.5 8l1.69.976a.75.75 0 0 1-.75 1.298L8.75 9.3v1.951a.75.75 0 0 1-1.5 0V9.299l-1.69.976a.75.75 0 0 1-.75-1.3L6.5 8l-1.69-.975a.75.75 0 0 1 .75-1.3l1.69.976V4.75A.75.75 0 0 1 8 4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M0 2.75A2.75 2.75 0 0 1 2.75 0h10.5A2.75 2.75 0 0 1 16 2.75v10.5A2.75 2.75 0 0 1 13.25 16H2.75A2.75 2.75 0 0 1 0 13.25ZM2.75 1.5c-.69 0-1.25.56-1.25 1.25v10.5c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25V2.75c0-.69-.56-1.25-1.25-1.25Z"/><path fill="currentColor" d="M8 4a.75.75 0 0 1 .75.75V6.7l1.69-.975a.75.75 0 0 1 .75 1.3L9.5 8l1.69.976a.75.75 0 0 1-.75 1.298L8.75 9.3v1.951a.75.75 0 0 1-1.5 0V9.299l-1.69.976a.75.75 0 0 1-.75-1.3L6.5 8l-1.69-.975a.75.75 0 0 1 .75-1.3l1.69.976V4.75A.75.75 0 0 1 8 4"/></svg> </template>
CSS
.icon-key-asterisk-16 {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%202.75A2.75%202.75%200%200%201%202.75%200h10.5A2.75%202.75%200%200%201%2016%202.75v10.5A2.75%202.75%200%200%201%2013.25%2016H2.75A2.75%202.75%200%200%201%200%2013.25ZM2.75%201.5c-.69%200-1.25.56-1.25%201.25v10.5c0%20.69.56%201.25%201.25%201.25h10.5c.69%200%201.25-.56%201.25-1.25V2.75c0-.69-.56-1.25-1.25-1.25Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%204a.75.75%200%200%201%20.75.75V6.7l1.69-.975a.75.75%200%200%201%20.75%201.3L9.5%208l1.69.976a.75.75%200%200%201-.75%201.298L8.75%209.3v1.951a.75.75%200%200%201-1.5%200V9.299l-1.69.976a.75.75%200%200%201-.75-1.3L6.5%208l-1.69-.975a.75.75%200%200%201%20.75-1.3l1.69.976V4.75A.75.75%200%200%201%208%204%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%202.75A2.75%202.75%200%200%201%202.75%200h10.5A2.75%202.75%200%200%201%2016%202.75v10.5A2.75%202.75%200%200%201%2013.25%2016H2.75A2.75%202.75%200%200%201%200%2013.25ZM2.75%201.5c-.69%200-1.25.56-1.25%201.25v10.5c0%20.69.56%201.25%201.25%201.25h10.5c.69%200%201.25-.56%201.25-1.25V2.75c0-.69-.56-1.25-1.25-1.25Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%204a.75.75%200%200%201%20.75.75V6.7l1.69-.975a.75.75%200%200%201%20.75%201.3L9.5%208l1.69.976a.75.75%200%200%201-.75%201.298L8.75%209.3v1.951a.75.75%200%200%201-1.5%200V9.299l-1.69.976a.75.75%200%200%201-.75-1.3L6.5%208l-1.69-.975a.75.75%200%200%201%20.75-1.3l1.69.976V4.75A.75.75%200%200%201%208%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/key-asterisk-16.svg?color=%231a73e8&size=48