person shield icon
person-shield-rounded from Material Symbols Light by Google · Rounded · Privacy · Apache-2.0 Free for personal and commercial use.
- Name
- person-shield-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Privacy
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More privacy icons from Material Symbols Light
add-moderatoradmin-panel-settingsassured-workloadbadgedisabled-visiblee911-emergencyencryptedencrypted-addencrypted-add-circleencrypted-minus-circleencrypted-offenhanced-encryptionexclamationid-cardid-card-2identity-aware-proxykey-visualizermobile-theftno-encryptionpasskeypolicypolicy-alertprivacy-tipprivate-connectivity
Use the person shield icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.422 20.897q-.133-.028-.264-.078q-1.281-.528-2.027-1.738t-.747-2.665v-1.637q0-.217.11-.41t.325-.298l2.5-1.269q.181-.086.373-.086t.374.086l2.5 1.27q.217.105.325.297q.109.193.109.41v1.637q0 1.455-.746 2.665t-2.027 1.738q-.13.05-.264.078t-.27.028t-.271-.028M6.038 18.616q-.44 0-.739-.3Q5 18.017 5 17.577v-.608q0-.619.36-1.158q.361-.54.97-.838q1.155-.548 2.374-.894t2.498-.433q.321-.03.56.208q.238.238.238.56v2.002q0 .338.027.683t.1.678q.067.327-.121.583q-.189.256-.51.256zm3.839-8.108Q9 9.63 9 8.385t.877-2.123T12 5.385t2.123.877T15 8.385t-.877 2.123t-2.123.877t-2.123-.877"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPersonShieldRounded(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="M17.422 20.897q-.133-.028-.264-.078q-1.281-.528-2.027-1.738t-.747-2.665v-1.637q0-.217.11-.41t.325-.298l2.5-1.269q.181-.086.373-.086t.374.086l2.5 1.27q.217.105.325.297q.109.193.109.41v1.637q0 1.455-.746 2.665t-2.027 1.738q-.13.05-.264.078t-.27.028t-.271-.028M6.038 18.616q-.44 0-.739-.3Q5 18.017 5 17.577v-.608q0-.619.36-1.158q.361-.54.97-.838q1.155-.548 2.374-.894t2.498-.433q.321-.03.56.208q.238.238.238.56v2.002q0 .338.027.683t.1.678q.067.327-.121.583q-.189.256-.51.256zm3.839-8.108Q9 9.63 9 8.385t.877-2.123T12 5.385t2.123.877T15 8.385t-.877 2.123t-2.123.877t-2.123-.877"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.422 20.897q-.133-.028-.264-.078q-1.281-.528-2.027-1.738t-.747-2.665v-1.637q0-.217.11-.41t.325-.298l2.5-1.269q.181-.086.373-.086t.374.086l2.5 1.27q.217.105.325.297q.109.193.109.41v1.637q0 1.455-.746 2.665t-2.027 1.738q-.13.05-.264.078t-.27.028t-.271-.028M6.038 18.616q-.44 0-.739-.3Q5 18.017 5 17.577v-.608q0-.619.36-1.158q.361-.54.97-.838q1.155-.548 2.374-.894t2.498-.433q.321-.03.56.208q.238.238.238.56v2.002q0 .338.027.683t.1.678q.067.327-.121.583q-.189.256-.51.256zm3.839-8.108Q9 9.63 9 8.385t.877-2.123T12 5.385t2.123.877T15 8.385t-.877 2.123t-2.123.877t-2.123-.877"/></svg> </template>
CSS
.icon-person-shield-rounded {
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%22M17.422%2020.897q-.133-.028-.264-.078q-1.281-.528-2.027-1.738t-.747-2.665v-1.637q0-.217.11-.41t.325-.298l2.5-1.269q.181-.086.373-.086t.374.086l2.5%201.27q.217.105.325.297q.109.193.109.41v1.637q0%201.455-.746%202.665t-2.027%201.738q-.13.05-.264.078t-.27.028t-.271-.028M6.038%2018.616q-.44%200-.739-.3Q5%2018.017%205%2017.577v-.608q0-.619.36-1.158q.361-.54.97-.838q1.155-.548%202.374-.894t2.498-.433q.321-.03.56.208q.238.238.238.56v2.002q0%20.338.027.683t.1.678q.067.327-.121.583q-.189.256-.51.256zm3.839-8.108Q9%209.63%209%208.385t.877-2.123T12%205.385t2.123.877T15%208.385t-.877%202.123t-2.123.877t-2.123-.877%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%22M17.422%2020.897q-.133-.028-.264-.078q-1.281-.528-2.027-1.738t-.747-2.665v-1.637q0-.217.11-.41t.325-.298l2.5-1.269q.181-.086.373-.086t.374.086l2.5%201.27q.217.105.325.297q.109.193.109.41v1.637q0%201.455-.746%202.665t-2.027%201.738q-.13.05-.264.078t-.27.028t-.271-.028M6.038%2018.616q-.44%200-.739-.3Q5%2018.017%205%2017.577v-.608q0-.619.36-1.158q.361-.54.97-.838q1.155-.548%202.374-.894t2.498-.433q.321-.03.56.208q.238.238.238.56v2.002q0%20.338.027.683t.1.678q.067.327-.121.583q-.189.256-.51.256zm3.839-8.108Q9%209.63%209%208.385t.877-2.123T12%205.385t2.123.877T15%208.385t-.877%202.123t-2.123.877t-2.123-.877%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/person-shield-rounded.svg?color=%231a73e8&size=48