shield-person from Material Symbols Light by Google · Regular · Privacy · Apache-2.0 Free for personal and commercial use.

Name
shield-person
Set
Material Symbols Light
Style
Regular
Category
Privacy
Viewbox
24×24
License
Apache 2.0
Aliases
shield-person-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More privacy icons from Material Symbols Light

Use the shield person icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.129 11.629Q15 10.758 15 9.5t-.871-2.129T12 6.5t-2.129.871T9 9.5t.871 2.129T12 12.5t2.129-.871M12 20.962q-3.227-.964-5.113-3.712T5 11.1V5.692l7-2.615l7 2.615V11.1q0 3.402-1.886 6.15T12 20.962m0-1.062q1.34-.436 2.43-1.305q1.09-.868 1.882-2.028q-.999-.511-2.084-.789Q13.142 15.5 12 15.5t-2.228.278t-2.084.79q.793 1.159 1.882 2.027q1.09.869 2.43 1.305"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightShieldPerson(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="M14.129 11.629Q15 10.758 15 9.5t-.871-2.129T12 6.5t-2.129.871T9 9.5t.871 2.129T12 12.5t2.129-.871M12 20.962q-3.227-.964-5.113-3.712T5 11.1V5.692l7-2.615l7 2.615V11.1q0 3.402-1.886 6.15T12 20.962m0-1.062q1.34-.436 2.43-1.305q1.09-.868 1.882-2.028q-.999-.511-2.084-.789Q13.142 15.5 12 15.5t-2.228.278t-2.084.79q.793 1.159 1.882 2.027q1.09.869 2.43 1.305"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.129 11.629Q15 10.758 15 9.5t-.871-2.129T12 6.5t-2.129.871T9 9.5t.871 2.129T12 12.5t2.129-.871M12 20.962q-3.227-.964-5.113-3.712T5 11.1V5.692l7-2.615l7 2.615V11.1q0 3.402-1.886 6.15T12 20.962m0-1.062q1.34-.436 2.43-1.305q1.09-.868 1.882-2.028q-.999-.511-2.084-.789Q13.142 15.5 12 15.5t-2.228.278t-2.084.79q.793 1.159 1.882 2.027q1.09.869 2.43 1.305"/></svg>
</template>

CSS

.icon-shield-person {
  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%22M14.129%2011.629Q15%2010.758%2015%209.5t-.871-2.129T12%206.5t-2.129.871T9%209.5t.871%202.129T12%2012.5t2.129-.871M12%2020.962q-3.227-.964-5.113-3.712T5%2011.1V5.692l7-2.615l7%202.615V11.1q0%203.402-1.886%206.15T12%2020.962m0-1.062q1.34-.436%202.43-1.305q1.09-.868%201.882-2.028q-.999-.511-2.084-.789Q13.142%2015.5%2012%2015.5t-2.228.278t-2.084.79q.793%201.159%201.882%202.027q1.09.869%202.43%201.305%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%22M14.129%2011.629Q15%2010.758%2015%209.5t-.871-2.129T12%206.5t-2.129.871T9%209.5t.871%202.129T12%2012.5t2.129-.871M12%2020.962q-3.227-.964-5.113-3.712T5%2011.1V5.692l7-2.615l7%202.615V11.1q0%203.402-1.886%206.15T12%2020.962m0-1.062q1.34-.436%202.43-1.305q1.09-.868%201.882-2.028q-.999-.511-2.084-.789Q13.142%2015.5%2012%2015.5t-2.228.278t-2.084.79q.793%201.159%201.882%202.027q1.09.869%202.43%201.305%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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