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

Name
shield-person-outline
Set
Material Symbols Light
Style
Outline
Category
Privacy
Viewbox
24×24
License
Apache 2.0
Aliases
shield-person-outline-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="M9.868 11.632Q9 10.764 9 9.5t.868-2.132T12 6.5t2.132.868T15 9.5t-.868 2.132T12 12.5t-2.132-.868m3.553-.71Q14 10.341 14 9.5t-.579-1.421T12 7.5t-1.421.579T10 9.5t.579 1.421T12 11.5t1.421-.579M12 20.961q-3.014-.894-5.007-3.65T5 11.1V5.692l7-2.615l7 2.615V11.1q0 3.454-1.993 6.21T12 20.963m0-16.818l-6 2.23V11.1q0 1.504.442 2.894t1.246 2.573q.973-.505 2.037-.786T12 15.5t2.275.28t2.036.787q.804-1.183 1.247-2.573Q18 12.604 18 11.1V6.375zM10.029 16.72q-.937.22-1.75.627q.763.904 1.7 1.56T12 19.9q1.085-.338 2.011-.994t1.691-1.56q-.813-.407-1.74-.627T12 16.5t-1.971.22"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightShieldPersonOutline(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="M9.868 11.632Q9 10.764 9 9.5t.868-2.132T12 6.5t2.132.868T15 9.5t-.868 2.132T12 12.5t-2.132-.868m3.553-.71Q14 10.341 14 9.5t-.579-1.421T12 7.5t-1.421.579T10 9.5t.579 1.421T12 11.5t1.421-.579M12 20.961q-3.014-.894-5.007-3.65T5 11.1V5.692l7-2.615l7 2.615V11.1q0 3.454-1.993 6.21T12 20.963m0-16.818l-6 2.23V11.1q0 1.504.442 2.894t1.246 2.573q.973-.505 2.037-.786T12 15.5t2.275.28t2.036.787q.804-1.183 1.247-2.573Q18 12.604 18 11.1V6.375zM10.029 16.72q-.937.22-1.75.627q.763.904 1.7 1.56T12 19.9q1.085-.338 2.011-.994t1.691-1.56q-.813-.407-1.74-.627T12 16.5t-1.971.22"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.868 11.632Q9 10.764 9 9.5t.868-2.132T12 6.5t2.132.868T15 9.5t-.868 2.132T12 12.5t-2.132-.868m3.553-.71Q14 10.341 14 9.5t-.579-1.421T12 7.5t-1.421.579T10 9.5t.579 1.421T12 11.5t1.421-.579M12 20.961q-3.014-.894-5.007-3.65T5 11.1V5.692l7-2.615l7 2.615V11.1q0 3.454-1.993 6.21T12 20.963m0-16.818l-6 2.23V11.1q0 1.504.442 2.894t1.246 2.573q.973-.505 2.037-.786T12 15.5t2.275.28t2.036.787q.804-1.183 1.247-2.573Q18 12.604 18 11.1V6.375zM10.029 16.72q-.937.22-1.75.627q.763.904 1.7 1.56T12 19.9q1.085-.338 2.011-.994t1.691-1.56q-.813-.407-1.74-.627T12 16.5t-1.971.22"/></svg>
</template>

CSS

.icon-shield-person-outline {
  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%22M9.868%2011.632Q9%2010.764%209%209.5t.868-2.132T12%206.5t2.132.868T15%209.5t-.868%202.132T12%2012.5t-2.132-.868m3.553-.71Q14%2010.341%2014%209.5t-.579-1.421T12%207.5t-1.421.579T10%209.5t.579%201.421T12%2011.5t1.421-.579M12%2020.961q-3.014-.894-5.007-3.65T5%2011.1V5.692l7-2.615l7%202.615V11.1q0%203.454-1.993%206.21T12%2020.963m0-16.818l-6%202.23V11.1q0%201.504.442%202.894t1.246%202.573q.973-.505%202.037-.786T12%2015.5t2.275.28t2.036.787q.804-1.183%201.247-2.573Q18%2012.604%2018%2011.1V6.375zM10.029%2016.72q-.937.22-1.75.627q.763.904%201.7%201.56T12%2019.9q1.085-.338%202.011-.994t1.691-1.56q-.813-.407-1.74-.627T12%2016.5t-1.971.22%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%22M9.868%2011.632Q9%2010.764%209%209.5t.868-2.132T12%206.5t2.132.868T15%209.5t-.868%202.132T12%2012.5t-2.132-.868m3.553-.71Q14%2010.341%2014%209.5t-.579-1.421T12%207.5t-1.421.579T10%209.5t.579%201.421T12%2011.5t1.421-.579M12%2020.961q-3.014-.894-5.007-3.65T5%2011.1V5.692l7-2.615l7%202.615V11.1q0%203.454-1.993%206.21T12%2020.963m0-16.818l-6%202.23V11.1q0%201.504.442%202.894t1.246%202.573q.973-.505%202.037-.786T12%2015.5t2.275.28t2.036.787q.804-1.183%201.247-2.573Q18%2012.604%2018%2011.1V6.375zM10.029%2016.72q-.937.22-1.75.627q.763.904%201.7%201.56T12%2019.9q1.085-.338%202.011-.994t1.691-1.56q-.813-.407-1.74-.627T12%2016.5t-1.971.22%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-outline.svg?color=%231a73e8&size=48