key square2 icon

key-square2-filled from Reicon by REICON · Filled · Security · MIT Free for personal and commercial use.

Name
key-square2-filled
Set
Reicon
Style
Filled
Category
Security
Viewbox
24×24
License
MIT

2 other variants in Reicon

More security icons from Reicon

Use the key square2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9.62 18.98a3.23 3.23 0 0 0 2.644-.927l2.655-2.655A7.75 7.75 0 0 0 22 12.955c-.006 4.084-.101 6.218-1.463 7.58C19.07 22 16.714 22 12 22s-7.071 0-8.536-1.465C2 19.072 2 16.714 2 12s0-7.071 1.464-8.536C4.827 2.102 6.961 2.007 11.045 2a7.75 7.75 0 0 0-2.443 7.08l-2.655 2.656a3.23 3.23 0 0 0-.927 2.643l.193 1.741c.071.637.356 1.23.81 1.684l.173.174a2.82 2.82 0 0 0 1.684.809z"/><path fill-rule="evenodd" d="M21.963 8.412a5.73 5.73 0 0 1-1.649 3.413a5.75 5.75 0 0 1-5.507 1.505a.9.9 0 0 0-.864.215l-1.53 1.53l-.002-.003l-1.458-1.442a.75.75 0 0 0-1.055 1.067l1.455 1.438l-.503.504a1.23 1.23 0 0 1-1.009.353l-1.74-.193a.82.82 0 0 1-.49-.236l-.174-.173a.82.82 0 0 1-.236-.49l-.193-1.741a1.23 1.23 0 0 1 .353-1.009l3.094-3.093a.9.9 0 0 0 .215-.864a5.75 5.75 0 0 1 1.505-5.507a5.73 5.73 0 0 1 3.413-1.649c.906.034 1.68.097 2.348.216c.87.267 1.69.744 2.378 1.433a5.7 5.7 0 0 1 1.433 2.378c.12.668.182 1.442.216 2.348m-6.975-1.757a1.667 1.667 0 1 1 2.357 2.357a1.667 1.667 0 0 1-2.357-2.357" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconKeySquare2Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9.62 18.98a3.23 3.23 0 0 0 2.644-.927l2.655-2.655A7.75 7.75 0 0 0 22 12.955c-.006 4.084-.101 6.218-1.463 7.58C19.07 22 16.714 22 12 22s-7.071 0-8.536-1.465C2 19.072 2 16.714 2 12s0-7.071 1.464-8.536C4.827 2.102 6.961 2.007 11.045 2a7.75 7.75 0 0 0-2.443 7.08l-2.655 2.656a3.23 3.23 0 0 0-.927 2.643l.193 1.741c.071.637.356 1.23.81 1.684l.173.174a2.82 2.82 0 0 0 1.684.809z"/><path fillRule="evenodd" d="M21.963 8.412a5.73 5.73 0 0 1-1.649 3.413a5.75 5.75 0 0 1-5.507 1.505a.9.9 0 0 0-.864.215l-1.53 1.53l-.002-.003l-1.458-1.442a.75.75 0 0 0-1.055 1.067l1.455 1.438l-.503.504a1.23 1.23 0 0 1-1.009.353l-1.74-.193a.82.82 0 0 1-.49-.236l-.174-.173a.82.82 0 0 1-.236-.49l-.193-1.741a1.23 1.23 0 0 1 .353-1.009l3.094-3.093a.9.9 0 0 0 .215-.864a5.75 5.75 0 0 1 1.505-5.507a5.73 5.73 0 0 1 3.413-1.649c.906.034 1.68.097 2.348.216c.87.267 1.69.744 2.378 1.433a5.7 5.7 0 0 1 1.433 2.378c.12.668.182 1.442.216 2.348m-6.975-1.757a1.667 1.667 0 1 1 2.357 2.357a1.667 1.667 0 0 1-2.357-2.357" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9.62 18.98a3.23 3.23 0 0 0 2.644-.927l2.655-2.655A7.75 7.75 0 0 0 22 12.955c-.006 4.084-.101 6.218-1.463 7.58C19.07 22 16.714 22 12 22s-7.071 0-8.536-1.465C2 19.072 2 16.714 2 12s0-7.071 1.464-8.536C4.827 2.102 6.961 2.007 11.045 2a7.75 7.75 0 0 0-2.443 7.08l-2.655 2.656a3.23 3.23 0 0 0-.927 2.643l.193 1.741c.071.637.356 1.23.81 1.684l.173.174a2.82 2.82 0 0 0 1.684.809z"/><path fill-rule="evenodd" d="M21.963 8.412a5.73 5.73 0 0 1-1.649 3.413a5.75 5.75 0 0 1-5.507 1.505a.9.9 0 0 0-.864.215l-1.53 1.53l-.002-.003l-1.458-1.442a.75.75 0 0 0-1.055 1.067l1.455 1.438l-.503.504a1.23 1.23 0 0 1-1.009.353l-1.74-.193a.82.82 0 0 1-.49-.236l-.174-.173a.82.82 0 0 1-.236-.49l-.193-1.741a1.23 1.23 0 0 1 .353-1.009l3.094-3.093a.9.9 0 0 0 .215-.864a5.75 5.75 0 0 1 1.505-5.507a5.73 5.73 0 0 1 3.413-1.649c.906.034 1.68.097 2.348.216c.87.267 1.69.744 2.378 1.433a5.7 5.7 0 0 1 1.433 2.378c.12.668.182 1.442.216 2.348m-6.975-1.757a1.667 1.667 0 1 1 2.357 2.357a1.667 1.667 0 0 1-2.357-2.357" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-key-square2-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.62%2018.98a3.23%203.23%200%200%200%202.644-.927l2.655-2.655A7.75%207.75%200%200%200%2022%2012.955c-.006%204.084-.101%206.218-1.463%207.58C19.07%2022%2016.714%2022%2012%2022s-7.071%200-8.536-1.465C2%2019.072%202%2016.714%202%2012s0-7.071%201.464-8.536C4.827%202.102%206.961%202.007%2011.045%202a7.75%207.75%200%200%200-2.443%207.08l-2.655%202.656a3.23%203.23%200%200%200-.927%202.643l.193%201.741c.071.637.356%201.23.81%201.684l.173.174a2.82%202.82%200%200%200%201.684.809z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M21.963%208.412a5.73%205.73%200%200%201-1.649%203.413a5.75%205.75%200%200%201-5.507%201.505a.9.9%200%200%200-.864.215l-1.53%201.53l-.002-.003l-1.458-1.442a.75.75%200%200%200-1.055%201.067l1.455%201.438l-.503.504a1.23%201.23%200%200%201-1.009.353l-1.74-.193a.82.82%200%200%201-.49-.236l-.174-.173a.82.82%200%200%201-.236-.49l-.193-1.741a1.23%201.23%200%200%201%20.353-1.009l3.094-3.093a.9.9%200%200%200%20.215-.864a5.75%205.75%200%200%201%201.505-5.507a5.73%205.73%200%200%201%203.413-1.649c.906.034%201.68.097%202.348.216c.87.267%201.69.744%202.378%201.433a5.7%205.7%200%200%201%201.433%202.378c.12.668.182%201.442.216%202.348m-6.975-1.757a1.667%201.667%200%201%201%202.357%202.357a1.667%201.667%200%200%201-2.357-2.357%22%20clip-rule%3D%22evenodd%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%22currentColor%22%3E%3Cpath%20d%3D%22M9.62%2018.98a3.23%203.23%200%200%200%202.644-.927l2.655-2.655A7.75%207.75%200%200%200%2022%2012.955c-.006%204.084-.101%206.218-1.463%207.58C19.07%2022%2016.714%2022%2012%2022s-7.071%200-8.536-1.465C2%2019.072%202%2016.714%202%2012s0-7.071%201.464-8.536C4.827%202.102%206.961%202.007%2011.045%202a7.75%207.75%200%200%200-2.443%207.08l-2.655%202.656a3.23%203.23%200%200%200-.927%202.643l.193%201.741c.071.637.356%201.23.81%201.684l.173.174a2.82%202.82%200%200%200%201.684.809z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M21.963%208.412a5.73%205.73%200%200%201-1.649%203.413a5.75%205.75%200%200%201-5.507%201.505a.9.9%200%200%200-.864.215l-1.53%201.53l-.002-.003l-1.458-1.442a.75.75%200%200%200-1.055%201.067l1.455%201.438l-.503.504a1.23%201.23%200%200%201-1.009.353l-1.74-.193a.82.82%200%200%201-.49-.236l-.174-.173a.82.82%200%200%201-.236-.49l-.193-1.741a1.23%201.23%200%200%201%20.353-1.009l3.094-3.093a.9.9%200%200%200%20.215-.864a5.75%205.75%200%200%201%201.505-5.507a5.73%205.73%200%200%201%203.413-1.649c.906.034%201.68.097%202.348.216c.87.267%201.69.744%202.378%201.433a5.7%205.7%200%200%201%201.433%202.378c.12.668.182%201.442.216%202.348m-6.975-1.757a1.667%201.667%200%201%201%202.357%202.357a1.667%201.667%200%200%201-2.357-2.357%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/key-square2-filled.svg?color=%231a73e8&size=48