user shield icon

user-shield from Line Awesome by Icons8 · Line · Users & People · Apache-2.0 Free for personal and commercial use.

Name
user-shield
Set
Line Awesome
Style
Line
Category
Users & People
Viewbox
32×32
License
Apache 2.0
Aliases
user-shield-solid

The same icon in other sets

More users & people icons from Line Awesome

Use the user shield icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 5c-3.9 0-7 3.1-7 7a6.96 6.96 0 0 0 3.07 5.813C8.51 19.346 6 22.892 6 27h2c0-4.4 3.6-8 8-8c.341 0 .673-.032 1-.078V23.5c0 5.2 6.8 8.2 7.1 8.3l.4.2l.4-.2c.3-.1 7.1-3.1 7.1-8.3V18h-.9c-1.9 0-3-.7-3.9-1.2c-.9-.4-1.7-.8-2.7-.8s-1.8.4-2.5.8c-.506.282-1.114.622-1.88.87A6.96 6.96 0 0 0 23 12c0-3.9-3.1-7-7-7m0 2c2.8 0 5 2.2 5 5s-2.2 5-5 5s-5-2.2-5-5s2.2-5 5-5m8.5 11c.5 0 .9.2 1.7.6l.3.1c.8.4 1.9 1 3.5 1.2v3.5c0 3.3-4.3 5.7-5.5 6.3c-1.2-.6-5.5-3-5.5-6.3v-3.5c1.7-.2 2.8-.8 3.6-1.2l.3-.1h.2c.6-.5.9-.6 1.4-.6"/></svg>

React

import type { SVGProps } from "react";

export function LaUserShield(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 5c-3.9 0-7 3.1-7 7a6.96 6.96 0 0 0 3.07 5.813C8.51 19.346 6 22.892 6 27h2c0-4.4 3.6-8 8-8c.341 0 .673-.032 1-.078V23.5c0 5.2 6.8 8.2 7.1 8.3l.4.2l.4-.2c.3-.1 7.1-3.1 7.1-8.3V18h-.9c-1.9 0-3-.7-3.9-1.2c-.9-.4-1.7-.8-2.7-.8s-1.8.4-2.5.8c-.506.282-1.114.622-1.88.87A6.96 6.96 0 0 0 23 12c0-3.9-3.1-7-7-7m0 2c2.8 0 5 2.2 5 5s-2.2 5-5 5s-5-2.2-5-5s2.2-5 5-5m8.5 11c.5 0 .9.2 1.7.6l.3.1c.8.4 1.9 1 3.5 1.2v3.5c0 3.3-4.3 5.7-5.5 6.3c-1.2-.6-5.5-3-5.5-6.3v-3.5c1.7-.2 2.8-.8 3.6-1.2l.3-.1h.2c.6-.5.9-.6 1.4-.6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 5c-3.9 0-7 3.1-7 7a6.96 6.96 0 0 0 3.07 5.813C8.51 19.346 6 22.892 6 27h2c0-4.4 3.6-8 8-8c.341 0 .673-.032 1-.078V23.5c0 5.2 6.8 8.2 7.1 8.3l.4.2l.4-.2c.3-.1 7.1-3.1 7.1-8.3V18h-.9c-1.9 0-3-.7-3.9-1.2c-.9-.4-1.7-.8-2.7-.8s-1.8.4-2.5.8c-.506.282-1.114.622-1.88.87A6.96 6.96 0 0 0 23 12c0-3.9-3.1-7-7-7m0 2c2.8 0 5 2.2 5 5s-2.2 5-5 5s-5-2.2-5-5s2.2-5 5-5m8.5 11c.5 0 .9.2 1.7.6l.3.1c.8.4 1.9 1 3.5 1.2v3.5c0 3.3-4.3 5.7-5.5 6.3c-1.2-.6-5.5-3-5.5-6.3v-3.5c1.7-.2 2.8-.8 3.6-1.2l.3-.1h.2c.6-.5.9-.6 1.4-.6"/></svg>
</template>

CSS

.icon-user-shield {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%205c-3.9%200-7%203.1-7%207a6.96%206.96%200%200%200%203.07%205.813C8.51%2019.346%206%2022.892%206%2027h2c0-4.4%203.6-8%208-8c.341%200%20.673-.032%201-.078V23.5c0%205.2%206.8%208.2%207.1%208.3l.4.2l.4-.2c.3-.1%207.1-3.1%207.1-8.3V18h-.9c-1.9%200-3-.7-3.9-1.2c-.9-.4-1.7-.8-2.7-.8s-1.8.4-2.5.8c-.506.282-1.114.622-1.88.87A6.96%206.96%200%200%200%2023%2012c0-3.9-3.1-7-7-7m0%202c2.8%200%205%202.2%205%205s-2.2%205-5%205s-5-2.2-5-5s2.2-5%205-5m8.5%2011c.5%200%20.9.2%201.7.6l.3.1c.8.4%201.9%201%203.5%201.2v3.5c0%203.3-4.3%205.7-5.5%206.3c-1.2-.6-5.5-3-5.5-6.3v-3.5c1.7-.2%202.8-.8%203.6-1.2l.3-.1h.2c.6-.5.9-.6%201.4-.6%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%205c-3.9%200-7%203.1-7%207a6.96%206.96%200%200%200%203.07%205.813C8.51%2019.346%206%2022.892%206%2027h2c0-4.4%203.6-8%208-8c.341%200%20.673-.032%201-.078V23.5c0%205.2%206.8%208.2%207.1%208.3l.4.2l.4-.2c.3-.1%207.1-3.1%207.1-8.3V18h-.9c-1.9%200-3-.7-3.9-1.2c-.9-.4-1.7-.8-2.7-.8s-1.8.4-2.5.8c-.506.282-1.114.622-1.88.87A6.96%206.96%200%200%200%2023%2012c0-3.9-3.1-7-7-7m0%202c2.8%200%205%202.2%205%205s-2.2%205-5%205s-5-2.2-5-5s2.2-5%205-5m8.5%2011c.5%200%20.9.2%201.7.6l.3.1c.8.4%201.9%201%203.5%201.2v3.5c0%203.3-4.3%205.7-5.5%206.3c-1.2-.6-5.5-3-5.5-6.3v-3.5c1.7-.2%202.8-.8%203.6-1.2l.3-.1h.2c.6-.5.9-.6%201.4-.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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