security card icon

security-card from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.

Name
security-card
Set
Reicon
Style
Outline
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the security card icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M11.74 17.75h5.92c-.09.08-.18.15-.27.23l-4.27 3.2c-1.41 1.05-3.71 1.05-5.13 0l-4.28-3.2C2.77 17.28 2 15.73 2 14.56V7.15c0-1.22.93-2.57 2.07-3l4.98-1.87c.82-.31 2.18-.31 3 0l4.97 1.87c.95.36 1.76 1.36 2.01 2.38h-7.3c-.22 0-.42.01-.61.01c-1.85.11-2.33.78-2.33 2.89v5.43c.01 2.3.6 2.89 2.95 2.89"/><path stroke-miterlimit="10" d="M8.8 11.22H22"/><path d="M22 9.42v5.55c-.02 2.22-.63 2.77-2.94 2.77h-7.32c-2.35 0-2.94-.59-2.94-2.9V9.41c0-2.1.48-2.77 2.33-2.89c.19 0 .39-.01.61-.01h7.32c2.35.01 2.94.59 2.94 2.91"/><path stroke-miterlimit="10" d="M11.32 15.26h1.33m2.1 0h3.27"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconSecurityCard(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M11.74 17.75h5.92c-.09.08-.18.15-.27.23l-4.27 3.2c-1.41 1.05-3.71 1.05-5.13 0l-4.28-3.2C2.77 17.28 2 15.73 2 14.56V7.15c0-1.22.93-2.57 2.07-3l4.98-1.87c.82-.31 2.18-.31 3 0l4.97 1.87c.95.36 1.76 1.36 2.01 2.38h-7.3c-.22 0-.42.01-.61.01c-1.85.11-2.33.78-2.33 2.89v5.43c.01 2.3.6 2.89 2.95 2.89"/><path strokeMiterlimit="10" d="M8.8 11.22H22"/><path d="M22 9.42v5.55c-.02 2.22-.63 2.77-2.94 2.77h-7.32c-2.35 0-2.94-.59-2.94-2.9V9.41c0-2.1.48-2.77 2.33-2.89c.19 0 .39-.01.61-.01h7.32c2.35.01 2.94.59 2.94 2.91"/><path strokeMiterlimit="10" d="M11.32 15.26h1.33m2.1 0h3.27"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M11.74 17.75h5.92c-.09.08-.18.15-.27.23l-4.27 3.2c-1.41 1.05-3.71 1.05-5.13 0l-4.28-3.2C2.77 17.28 2 15.73 2 14.56V7.15c0-1.22.93-2.57 2.07-3l4.98-1.87c.82-.31 2.18-.31 3 0l4.97 1.87c.95.36 1.76 1.36 2.01 2.38h-7.3c-.22 0-.42.01-.61.01c-1.85.11-2.33.78-2.33 2.89v5.43c.01 2.3.6 2.89 2.95 2.89"/><path stroke-miterlimit="10" d="M8.8 11.22H22"/><path d="M22 9.42v5.55c-.02 2.22-.63 2.77-2.94 2.77h-7.32c-2.35 0-2.94-.59-2.94-2.9V9.41c0-2.1.48-2.77 2.33-2.89c.19 0 .39-.01.61-.01h7.32c2.35.01 2.94.59 2.94 2.91"/><path stroke-miterlimit="10" d="M11.32 15.26h1.33m2.1 0h3.27"/></g></svg>
</template>

CSS

.icon-security-card {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M11.74%2017.75h5.92c-.09.08-.18.15-.27.23l-4.27%203.2c-1.41%201.05-3.71%201.05-5.13%200l-4.28-3.2C2.77%2017.28%202%2015.73%202%2014.56V7.15c0-1.22.93-2.57%202.07-3l4.98-1.87c.82-.31%202.18-.31%203%200l4.97%201.87c.95.36%201.76%201.36%202.01%202.38h-7.3c-.22%200-.42.01-.61.01c-1.85.11-2.33.78-2.33%202.89v5.43c.01%202.3.6%202.89%202.95%202.89%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M8.8%2011.22H22%22%2F%3E%3Cpath%20d%3D%22M22%209.42v5.55c-.02%202.22-.63%202.77-2.94%202.77h-7.32c-2.35%200-2.94-.59-2.94-2.9V9.41c0-2.1.48-2.77%202.33-2.89c.19%200%20.39-.01.61-.01h7.32c2.35.01%202.94.59%202.94%202.91%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M11.32%2015.26h1.33m2.1%200h3.27%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M11.74%2017.75h5.92c-.09.08-.18.15-.27.23l-4.27%203.2c-1.41%201.05-3.71%201.05-5.13%200l-4.28-3.2C2.77%2017.28%202%2015.73%202%2014.56V7.15c0-1.22.93-2.57%202.07-3l4.98-1.87c.82-.31%202.18-.31%203%200l4.97%201.87c.95.36%201.76%201.36%202.01%202.38h-7.3c-.22%200-.42.01-.61.01c-1.85.11-2.33.78-2.33%202.89v5.43c.01%202.3.6%202.89%202.95%202.89%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M8.8%2011.22H22%22%2F%3E%3Cpath%20d%3D%22M22%209.42v5.55c-.02%202.22-.63%202.77-2.94%202.77h-7.32c-2.35%200-2.94-.59-2.94-2.9V9.41c0-2.1.48-2.77%202.33-2.89c.19%200%20.39-.01.61-.01h7.32c2.35.01%202.94.59%202.94%202.91%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M11.32%2015.26h1.33m2.1%200h3.27%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/security-card.svg?color=%231a73e8&size=48