security user icon

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

Name
security-user-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 user icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.5 4.11l-4.99-1.87c-.83-.31-2.19-.31-3.02 0L5.5 4.11c-1.15.43-2.09 1.79-2.09 3.01v7.43c0 1.18.78 2.73 1.73 3.44l4.3 3.21c1.41 1.06 3.73 1.06 5.14 0l4.3-3.21c.95-.71 1.73-2.26 1.73-3.44V7.12c-.02-1.22-.96-2.58-2.11-3.01m-6.57 2.92c1.18 0 2.14.96 2.14 2.14c0 1.16-.91 2.09-2.06 2.13h-.1c-1.2-.04-2.1-.97-2.1-2.13c-.01-1.18.95-2.14 2.12-2.14m2.26 9.33c-.61.4-1.4.61-2.19.61s-1.59-.2-2.19-.61c-.57-.38-.88-.9-.89-1.47c0-.56.32-1.1.89-1.48c1.21-.8 3.18-.8 4.39 0c.57.38.89.9.89 1.47c-.01.56-.33 1.1-.9 1.48"/></svg>

React

import type { SVGProps } from "react";

export function ReiconSecurityUserFilled(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="m18.5 4.11l-4.99-1.87c-.83-.31-2.19-.31-3.02 0L5.5 4.11c-1.15.43-2.09 1.79-2.09 3.01v7.43c0 1.18.78 2.73 1.73 3.44l4.3 3.21c1.41 1.06 3.73 1.06 5.14 0l4.3-3.21c.95-.71 1.73-2.26 1.73-3.44V7.12c-.02-1.22-.96-2.58-2.11-3.01m-6.57 2.92c1.18 0 2.14.96 2.14 2.14c0 1.16-.91 2.09-2.06 2.13h-.1c-1.2-.04-2.1-.97-2.1-2.13c-.01-1.18.95-2.14 2.12-2.14m2.26 9.33c-.61.4-1.4.61-2.19.61s-1.59-.2-2.19-.61c-.57-.38-.88-.9-.89-1.47c0-.56.32-1.1.89-1.48c1.21-.8 3.18-.8 4.39 0c.57.38.89.9.89 1.47c-.01.56-.33 1.1-.9 1.48"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.5 4.11l-4.99-1.87c-.83-.31-2.19-.31-3.02 0L5.5 4.11c-1.15.43-2.09 1.79-2.09 3.01v7.43c0 1.18.78 2.73 1.73 3.44l4.3 3.21c1.41 1.06 3.73 1.06 5.14 0l4.3-3.21c.95-.71 1.73-2.26 1.73-3.44V7.12c-.02-1.22-.96-2.58-2.11-3.01m-6.57 2.92c1.18 0 2.14.96 2.14 2.14c0 1.16-.91 2.09-2.06 2.13h-.1c-1.2-.04-2.1-.97-2.1-2.13c-.01-1.18.95-2.14 2.12-2.14m2.26 9.33c-.61.4-1.4.61-2.19.61s-1.59-.2-2.19-.61c-.57-.38-.88-.9-.89-1.47c0-.56.32-1.1.89-1.48c1.21-.8 3.18-.8 4.39 0c.57.38.89.9.89 1.47c-.01.56-.33 1.1-.9 1.48"/></svg>
</template>

CSS

.icon-security-user-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%22m18.5%204.11l-4.99-1.87c-.83-.31-2.19-.31-3.02%200L5.5%204.11c-1.15.43-2.09%201.79-2.09%203.01v7.43c0%201.18.78%202.73%201.73%203.44l4.3%203.21c1.41%201.06%203.73%201.06%205.14%200l4.3-3.21c.95-.71%201.73-2.26%201.73-3.44V7.12c-.02-1.22-.96-2.58-2.11-3.01m-6.57%202.92c1.18%200%202.14.96%202.14%202.14c0%201.16-.91%202.09-2.06%202.13h-.1c-1.2-.04-2.1-.97-2.1-2.13c-.01-1.18.95-2.14%202.12-2.14m2.26%209.33c-.61.4-1.4.61-2.19.61s-1.59-.2-2.19-.61c-.57-.38-.88-.9-.89-1.47c0-.56.32-1.1.89-1.48c1.21-.8%203.18-.8%204.39%200c.57.38.89.9.89%201.47c-.01.56-.33%201.1-.9%201.48%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%22m18.5%204.11l-4.99-1.87c-.83-.31-2.19-.31-3.02%200L5.5%204.11c-1.15.43-2.09%201.79-2.09%203.01v7.43c0%201.18.78%202.73%201.73%203.44l4.3%203.21c1.41%201.06%203.73%201.06%205.14%200l4.3-3.21c.95-.71%201.73-2.26%201.73-3.44V7.12c-.02-1.22-.96-2.58-2.11-3.01m-6.57%202.92c1.18%200%202.14.96%202.14%202.14c0%201.16-.91%202.09-2.06%202.13h-.1c-1.2-.04-2.1-.97-2.1-2.13c-.01-1.18.95-2.14%202.12-2.14m2.26%209.33c-.61.4-1.4.61-2.19.61s-1.59-.2-2.19-.61c-.57-.38-.88-.9-.89-1.47c0-.56.32-1.1.89-1.48c1.21-.8%203.18-.8%204.39%200c.57.38.89.9.89%201.47c-.01.56-.33%201.1-.9%201.48%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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