security safe icon

security-safe-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
security-safe-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the security safe icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.91 11.12V6.73c0-.82-.62-1.75-1.39-2.06l-5.57-2.28a5.2 5.2 0 0 0-3.91 0L4.47 4.67c-.76.31-1.38 1.24-1.38 2.06v4.39c0 4.89 3.55 9.47 8.4 10.81c.33.09.69.09 1.02 0c4.85-1.34 8.4-5.92 8.4-10.81m-8.16 1.75v2.63c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-2.63A2.5 2.5 0 0 1 9.5 10.5a2.5 2.5 0 0 1 5 0c0 1.12-.74 2.05-1.75 2.37"/></svg>

React

import type { SVGProps } from "react";

export function ReiconSecuritySafeFilled(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="M20.91 11.12V6.73c0-.82-.62-1.75-1.39-2.06l-5.57-2.28a5.2 5.2 0 0 0-3.91 0L4.47 4.67c-.76.31-1.38 1.24-1.38 2.06v4.39c0 4.89 3.55 9.47 8.4 10.81c.33.09.69.09 1.02 0c4.85-1.34 8.4-5.92 8.4-10.81m-8.16 1.75v2.63c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-2.63A2.5 2.5 0 0 1 9.5 10.5a2.5 2.5 0 0 1 5 0c0 1.12-.74 2.05-1.75 2.37"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.91 11.12V6.73c0-.82-.62-1.75-1.39-2.06l-5.57-2.28a5.2 5.2 0 0 0-3.91 0L4.47 4.67c-.76.31-1.38 1.24-1.38 2.06v4.39c0 4.89 3.55 9.47 8.4 10.81c.33.09.69.09 1.02 0c4.85-1.34 8.4-5.92 8.4-10.81m-8.16 1.75v2.63c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-2.63A2.5 2.5 0 0 1 9.5 10.5a2.5 2.5 0 0 1 5 0c0 1.12-.74 2.05-1.75 2.37"/></svg>
</template>

CSS

.icon-security-safe-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%22M20.91%2011.12V6.73c0-.82-.62-1.75-1.39-2.06l-5.57-2.28a5.2%205.2%200%200%200-3.91%200L4.47%204.67c-.76.31-1.38%201.24-1.38%202.06v4.39c0%204.89%203.55%209.47%208.4%2010.81c.33.09.69.09%201.02%200c4.85-1.34%208.4-5.92%208.4-10.81m-8.16%201.75v2.63c0%20.41-.34.75-.75.75s-.75-.34-.75-.75v-2.63A2.5%202.5%200%200%201%209.5%2010.5a2.5%202.5%200%200%201%205%200c0%201.12-.74%202.05-1.75%202.37%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%22M20.91%2011.12V6.73c0-.82-.62-1.75-1.39-2.06l-5.57-2.28a5.2%205.2%200%200%200-3.91%200L4.47%204.67c-.76.31-1.38%201.24-1.38%202.06v4.39c0%204.89%203.55%209.47%208.4%2010.81c.33.09.69.09%201.02%200c4.85-1.34%208.4-5.92%208.4-10.81m-8.16%201.75v2.63c0%20.41-.34.75-.75.75s-.75-.34-.75-.75v-2.63A2.5%202.5%200%200%201%209.5%2010.5a2.5%202.5%200%200%201%205%200c0%201.12-.74%202.05-1.75%202.37%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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