key5 icon
key5-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- key5-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the key5 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.789 4.22c-2.96-2.95-7.76-2.95-10.7 0c-2.07 2.05-2.69 5-1.89 7.6l-4.7 4.7c-.33.34-.56 1.01-.49 1.49l.3 2.18c.11.72.78 1.4 1.5 1.5l2.18.3c.48.07 1.15-.15 1.49-.5l.82-.82c.2-.19.2-.51 0-.71l-1.94-1.94a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l1.95 1.95c.19.19.51.19.7 0l2.12-2.11c2.59.81 5.54.18 7.6-1.87c2.95-2.95 2.95-7.76 0-10.71M14.499 12a2.5 2.5 0 0 1 0-5a2.5 2.5 0 0 1 0 5"/></svg>
React
import type { SVGProps } from "react";
export function ReiconKey5Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.789 4.22c-2.96-2.95-7.76-2.95-10.7 0c-2.07 2.05-2.69 5-1.89 7.6l-4.7 4.7c-.33.34-.56 1.01-.49 1.49l.3 2.18c.11.72.78 1.4 1.5 1.5l2.18.3c.48.07 1.15-.15 1.49-.5l.82-.82c.2-.19.2-.51 0-.71l-1.94-1.94a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l1.95 1.95c.19.19.51.19.7 0l2.12-2.11c2.59.81 5.54.18 7.6-1.87c2.95-2.95 2.95-7.76 0-10.71M14.499 12a2.5 2.5 0 0 1 0-5a2.5 2.5 0 0 1 0 5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.789 4.22c-2.96-2.95-7.76-2.95-10.7 0c-2.07 2.05-2.69 5-1.89 7.6l-4.7 4.7c-.33.34-.56 1.01-.49 1.49l.3 2.18c.11.72.78 1.4 1.5 1.5l2.18.3c.48.07 1.15-.15 1.49-.5l.82-.82c.2-.19.2-.51 0-.71l-1.94-1.94a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l1.95 1.95c.19.19.51.19.7 0l2.12-2.11c2.59.81 5.54.18 7.6-1.87c2.95-2.95 2.95-7.76 0-10.71M14.499 12a2.5 2.5 0 0 1 0-5a2.5 2.5 0 0 1 0 5"/></svg> </template>
CSS
.icon-key5-filled {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.789%204.22c-2.96-2.95-7.76-2.95-10.7%200c-2.07%202.05-2.69%205-1.89%207.6l-4.7%204.7c-.33.34-.56%201.01-.49%201.49l.3%202.18c.11.72.78%201.4%201.5%201.5l2.18.3c.48.07%201.15-.15%201.49-.5l.82-.82c.2-.19.2-.51%200-.71l-1.94-1.94a.754.754%200%200%201%200-1.06c.29-.29.77-.29%201.06%200l1.95%201.95c.19.19.51.19.7%200l2.12-2.11c2.59.81%205.54.18%207.6-1.87c2.95-2.95%202.95-7.76%200-10.71M14.499%2012a2.5%202.5%200%200%201%200-5a2.5%202.5%200%200%201%200%205%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.789%204.22c-2.96-2.95-7.76-2.95-10.7%200c-2.07%202.05-2.69%205-1.89%207.6l-4.7%204.7c-.33.34-.56%201.01-.49%201.49l.3%202.18c.11.72.78%201.4%201.5%201.5l2.18.3c.48.07%201.15-.15%201.49-.5l.82-.82c.2-.19.2-.51%200-.71l-1.94-1.94a.754.754%200%200%201%200-1.06c.29-.29.77-.29%201.06%200l1.95%201.95c.19.19.51.19.7%200l2.12-2.11c2.59.81%205.54.18%207.6-1.87c2.95-2.95%202.95-7.76%200-10.71M14.499%2012a2.5%202.5%200%200%201%200-5a2.5%202.5%200%200%201%200%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/key5-filled.svg?color=%231a73e8&size=48