key2 icon
key2-filled from Reicon by REICON · Filled · Security · MIT Free for personal and commercial use.
- Name
- key2-filled
- Set
- Reicon
- Style
- Filled
- Category
- Security
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More security icons from Reicon
Use the key2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M18.977 14.79a6.907 6.907 0 1 0-11.573-3.159c.095.369.01.768-.258 1.037L3.433 16.38a1.48 1.48 0 0 0-.424 1.21l.232 2.089c.025.223.125.43.283.589l.208.208a1 1 0 0 0 .589.283l2.089.232a1.48 1.48 0 0 0 1.21-.424l.71-.71l-1.747-1.728a.75.75 0 1 1 1.055-1.066l1.752 1.733l1.942-1.942c.27-.27.668-.353 1.037-.258a6.9 6.9 0 0 0 6.608-1.806m-6.391-6.204a2 2 0 1 1 2.828 2.828a2 2 0 0 1-2.828-2.828" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconKey2Filled(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" fillRule="evenodd" d="M18.977 14.79a6.907 6.907 0 1 0-11.573-3.159c.095.369.01.768-.258 1.037L3.433 16.38a1.48 1.48 0 0 0-.424 1.21l.232 2.089c.025.223.125.43.283.589l.208.208a1 1 0 0 0 .589.283l2.089.232a1.48 1.48 0 0 0 1.21-.424l.71-.71l-1.747-1.728a.75.75 0 1 1 1.055-1.066l1.752 1.733l1.942-1.942c.27-.27.668-.353 1.037-.258a6.9 6.9 0 0 0 6.608-1.806m-6.391-6.204a2 2 0 1 1 2.828 2.828a2 2 0 0 1-2.828-2.828" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M18.977 14.79a6.907 6.907 0 1 0-11.573-3.159c.095.369.01.768-.258 1.037L3.433 16.38a1.48 1.48 0 0 0-.424 1.21l.232 2.089c.025.223.125.43.283.589l.208.208a1 1 0 0 0 .589.283l2.089.232a1.48 1.48 0 0 0 1.21-.424l.71-.71l-1.747-1.728a.75.75 0 1 1 1.055-1.066l1.752 1.733l1.942-1.942c.27-.27.668-.353 1.037-.258a6.9 6.9 0 0 0 6.608-1.806m-6.391-6.204a2 2 0 1 1 2.828 2.828a2 2 0 0 1-2.828-2.828" clip-rule="evenodd"/></svg> </template>
CSS
.icon-key2-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%20fill-rule%3D%22evenodd%22%20d%3D%22M18.977%2014.79a6.907%206.907%200%201%200-11.573-3.159c.095.369.01.768-.258%201.037L3.433%2016.38a1.48%201.48%200%200%200-.424%201.21l.232%202.089c.025.223.125.43.283.589l.208.208a1%201%200%200%200%20.589.283l2.089.232a1.48%201.48%200%200%200%201.21-.424l.71-.71l-1.747-1.728a.75.75%200%201%201%201.055-1.066l1.752%201.733l1.942-1.942c.27-.27.668-.353%201.037-.258a6.9%206.9%200%200%200%206.608-1.806m-6.391-6.204a2%202%200%201%201%202.828%202.828a2%202%200%200%201-2.828-2.828%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M18.977%2014.79a6.907%206.907%200%201%200-11.573-3.159c.095.369.01.768-.258%201.037L3.433%2016.38a1.48%201.48%200%200%200-.424%201.21l.232%202.089c.025.223.125.43.283.589l.208.208a1%201%200%200%200%20.589.283l2.089.232a1.48%201.48%200%200%200%201.21-.424l.71-.71l-1.747-1.728a.75.75%200%201%201%201.055-1.066l1.752%201.733l1.942-1.942c.27-.27.668-.353%201.037-.258a6.9%206.9%200%200%200%206.608-1.806m-6.391-6.204a2%202%200%201%201%202.828%202.828a2%202%200%200%201-2.828-2.828%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/key2-filled.svg?color=%231a73e8&size=48