key square4 icon

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

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

1 other variant in Reicon

More security icons from Reicon

Use the key square4 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M14.208 11.093c.73 0 1.323-.59 1.323-1.317a1.32 1.32 0 0 0-1.323-1.317c-.73 0-1.322.59-1.322 1.317a1.32 1.32 0 0 0 1.322 1.317"/><path fill-rule="evenodd" d="M3.464 3.464C2 4.93 2 7.286 2 12s0 7.071 1.464 8.535C4.93 22 7.286 22 12 22s7.071 0 8.535-1.465C22 19.072 22 16.714 22 12s0-7.071-1.465-8.536C19.072 2 16.714 2 12 2S4.929 2 3.464 3.464m10.744 10.088A3.784 3.784 0 0 0 18 9.776A3.784 3.784 0 0 0 14.208 6a3.784 3.784 0 0 0-3.791 3.776c0 .966.44 1.669.44 1.669L6.274 16.01c-.206.205-.494.738 0 1.23l.529.526c.205.176.723.422 1.146 0l.617-.614c.617.614 1.323.263 1.587-.088c.441-.615-.088-1.23-.088-1.23l.177-.175c.846.843 1.587.351 1.851 0c.441-.615 0-1.23 0-1.23a1 1 0 0 0-.177-.239c-.138-.15-.222-.241.089-.551l.53-.527c.422.351 1.292.44 1.674.44" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconKeySquare4Filled(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="M14.208 11.093c.73 0 1.323-.59 1.323-1.317a1.32 1.32 0 0 0-1.323-1.317c-.73 0-1.322.59-1.322 1.317a1.32 1.32 0 0 0 1.322 1.317"/><path fillRule="evenodd" d="M3.464 3.464C2 4.93 2 7.286 2 12s0 7.071 1.464 8.535C4.93 22 7.286 22 12 22s7.071 0 8.535-1.465C22 19.072 22 16.714 22 12s0-7.071-1.465-8.536C19.072 2 16.714 2 12 2S4.929 2 3.464 3.464m10.744 10.088A3.784 3.784 0 0 0 18 9.776A3.784 3.784 0 0 0 14.208 6a3.784 3.784 0 0 0-3.791 3.776c0 .966.44 1.669.44 1.669L6.274 16.01c-.206.205-.494.738 0 1.23l.529.526c.205.176.723.422 1.146 0l.617-.614c.617.614 1.323.263 1.587-.088c.441-.615-.088-1.23-.088-1.23l.177-.175c.846.843 1.587.351 1.851 0c.441-.615 0-1.23 0-1.23a1 1 0 0 0-.177-.239c-.138-.15-.222-.241.089-.551l.53-.527c.422.351 1.292.44 1.674.44" 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="M14.208 11.093c.73 0 1.323-.59 1.323-1.317a1.32 1.32 0 0 0-1.323-1.317c-.73 0-1.322.59-1.322 1.317a1.32 1.32 0 0 0 1.322 1.317"/><path fill-rule="evenodd" d="M3.464 3.464C2 4.93 2 7.286 2 12s0 7.071 1.464 8.535C4.93 22 7.286 22 12 22s7.071 0 8.535-1.465C22 19.072 22 16.714 22 12s0-7.071-1.465-8.536C19.072 2 16.714 2 12 2S4.929 2 3.464 3.464m10.744 10.088A3.784 3.784 0 0 0 18 9.776A3.784 3.784 0 0 0 14.208 6a3.784 3.784 0 0 0-3.791 3.776c0 .966.44 1.669.44 1.669L6.274 16.01c-.206.205-.494.738 0 1.23l.529.526c.205.176.723.422 1.146 0l.617-.614c.617.614 1.323.263 1.587-.088c.441-.615-.088-1.23-.088-1.23l.177-.175c.846.843 1.587.351 1.851 0c.441-.615 0-1.23 0-1.23a1 1 0 0 0-.177-.239c-.138-.15-.222-.241.089-.551l.53-.527c.422.351 1.292.44 1.674.44" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-key-square4-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%22M14.208%2011.093c.73%200%201.323-.59%201.323-1.317a1.32%201.32%200%200%200-1.323-1.317c-.73%200-1.322.59-1.322%201.317a1.32%201.32%200%200%200%201.322%201.317%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3.464%203.464C2%204.93%202%207.286%202%2012s0%207.071%201.464%208.535C4.93%2022%207.286%2022%2012%2022s7.071%200%208.535-1.465C22%2019.072%2022%2016.714%2022%2012s0-7.071-1.465-8.536C19.072%202%2016.714%202%2012%202S4.929%202%203.464%203.464m10.744%2010.088A3.784%203.784%200%200%200%2018%209.776A3.784%203.784%200%200%200%2014.208%206a3.784%203.784%200%200%200-3.791%203.776c0%20.966.44%201.669.44%201.669L6.274%2016.01c-.206.205-.494.738%200%201.23l.529.526c.205.176.723.422%201.146%200l.617-.614c.617.614%201.323.263%201.587-.088c.441-.615-.088-1.23-.088-1.23l.177-.175c.846.843%201.587.351%201.851%200c.441-.615%200-1.23%200-1.23a1%201%200%200%200-.177-.239c-.138-.15-.222-.241.089-.551l.53-.527c.422.351%201.292.44%201.674.44%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%22M14.208%2011.093c.73%200%201.323-.59%201.323-1.317a1.32%201.32%200%200%200-1.323-1.317c-.73%200-1.322.59-1.322%201.317a1.32%201.32%200%200%200%201.322%201.317%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3.464%203.464C2%204.93%202%207.286%202%2012s0%207.071%201.464%208.535C4.93%2022%207.286%2022%2012%2022s7.071%200%208.535-1.465C22%2019.072%2022%2016.714%2022%2012s0-7.071-1.465-8.536C19.072%202%2016.714%202%2012%202S4.929%202%203.464%203.464m10.744%2010.088A3.784%203.784%200%200%200%2018%209.776A3.784%203.784%200%200%200%2014.208%206a3.784%203.784%200%200%200-3.791%203.776c0%20.966.44%201.669.44%201.669L6.274%2016.01c-.206.205-.494.738%200%201.23l.529.526c.205.176.723.422%201.146%200l.617-.614c.617.614%201.323.263%201.587-.088c.441-.615-.088-1.23-.088-1.23l.177-.175c.846.843%201.587.351%201.851%200c.441-.615%200-1.23%200-1.23a1%201%200%200%200-.177-.239c-.138-.15-.222-.241.089-.551l.53-.527c.422.351%201.292.44%201.674.44%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-square4-filled.svg?color=%231a73e8&size=48