shield user icon
shield-user-duotone from Reicon by REICON · Duotone · Security · MIT Free for personal and commercial use.
- Name
- shield-user-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- Security
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All shield user icons →More security icons from Reicon
Use the shield user icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3 10.417c0-3.198 0-4.797.378-5.335c.377-.537 1.88-1.052 4.887-2.081l.573-.196C10.405 2.268 11.188 2 12 2s1.595.268 3.162.805l.573.196c3.007 1.029 4.51 1.544 4.887 2.081C21 5.62 21 7.22 21 10.417v1.574c0 5.638-4.239 8.375-6.899 9.536C13.38 21.842 13.02 22 12 22s-1.38-.158-2.101-.473C7.239 20.365 3 17.63 3 11.991z" opacity=".5"/><path d="M14 9a2 2 0 1 1-4 0a2 2 0 0 1 4 0m-2 8c4 0 4-.895 4-2s-1.79-2-4-2s-4 .895-4 2s0 2 4 2"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconShieldUserDuotone(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="M3 10.417c0-3.198 0-4.797.378-5.335c.377-.537 1.88-1.052 4.887-2.081l.573-.196C10.405 2.268 11.188 2 12 2s1.595.268 3.162.805l.573.196c3.007 1.029 4.51 1.544 4.887 2.081C21 5.62 21 7.22 21 10.417v1.574c0 5.638-4.239 8.375-6.899 9.536C13.38 21.842 13.02 22 12 22s-1.38-.158-2.101-.473C7.239 20.365 3 17.63 3 11.991z" opacity=".5"/><path d="M14 9a2 2 0 1 1-4 0a2 2 0 0 1 4 0m-2 8c4 0 4-.895 4-2s-1.79-2-4-2s-4 .895-4 2s0 2 4 2"/></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="M3 10.417c0-3.198 0-4.797.378-5.335c.377-.537 1.88-1.052 4.887-2.081l.573-.196C10.405 2.268 11.188 2 12 2s1.595.268 3.162.805l.573.196c3.007 1.029 4.51 1.544 4.887 2.081C21 5.62 21 7.22 21 10.417v1.574c0 5.638-4.239 8.375-6.899 9.536C13.38 21.842 13.02 22 12 22s-1.38-.158-2.101-.473C7.239 20.365 3 17.63 3 11.991z" opacity=".5"/><path d="M14 9a2 2 0 1 1-4 0a2 2 0 0 1 4 0m-2 8c4 0 4-.895 4-2s-1.79-2-4-2s-4 .895-4 2s0 2 4 2"/></g></svg> </template>
CSS
.icon-shield-user-duotone {
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%22M3%2010.417c0-3.198%200-4.797.378-5.335c.377-.537%201.88-1.052%204.887-2.081l.573-.196C10.405%202.268%2011.188%202%2012%202s1.595.268%203.162.805l.573.196c3.007%201.029%204.51%201.544%204.887%202.081C21%205.62%2021%207.22%2021%2010.417v1.574c0%205.638-4.239%208.375-6.899%209.536C13.38%2021.842%2013.02%2022%2012%2022s-1.38-.158-2.101-.473C7.239%2020.365%203%2017.63%203%2011.991z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M14%209a2%202%200%201%201-4%200a2%202%200%200%201%204%200m-2%208c4%200%204-.895%204-2s-1.79-2-4-2s-4%20.895-4%202s0%202%204%202%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%22M3%2010.417c0-3.198%200-4.797.378-5.335c.377-.537%201.88-1.052%204.887-2.081l.573-.196C10.405%202.268%2011.188%202%2012%202s1.595.268%203.162.805l.573.196c3.007%201.029%204.51%201.544%204.887%202.081C21%205.62%2021%207.22%2021%2010.417v1.574c0%205.638-4.239%208.375-6.899%209.536C13.38%2021.842%2013.02%2022%2012%2022s-1.38-.158-2.101-.473C7.239%2020.365%203%2017.63%203%2011.991z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M14%209a2%202%200%201%201-4%200a2%202%200%200%201%204%200m-2%208c4%200%204-.895%204-2s-1.79-2-4-2s-4%20.895-4%202s0%202%204%202%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/shield-user-duotone.svg?color=%231a73e8&size=48