person shield icon

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

Name
person-shield-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Privacy
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More privacy icons from Material Symbols

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="M6 20q-.825 0-1.412-.587T4 18v-.8q0-.85.438-1.562T5.6 14.55q.775-.4 1.563-.675T8.75 13.4q.575-.125 1.125-.225t1.125-.15q.425-.05.713.25T12 14t-.288.713t-.712.337l-.888.1q-.437.05-.887.175q-.7.175-1.375.425t-1.35.6q-.225.125-.362.35T6 17.2v.8h5.45q.425 0 .713.288t.287.712t-.287.713t-.713.287zm8-5.375q0-.275.138-.525t.412-.375l3-1.5q.2-.125.45-.125t.45.125l3 1.5q.275.125.412.375t.138.525v1.925q0 1.725-.9 3.125T18.65 21.8q-.15.075-.312.1t-.338.025t-.337-.025t-.313-.1q-1.55-.725-2.45-2.125T14 16.55zm4 5.275q.95-.45 1.475-1.375T20 16.55v-1.3l-2-1l-2 1v1.3q0 1.05.525 1.975T18 19.9m-8.825-9.075Q8 9.65 8 8t1.175-2.825T12 4t2.825 1.175T16 8t-1.175 2.825T12 12t-2.825-1.175m4.238-1.412Q14 8.825 14 8t-.587-1.412T12 6t-1.412.588T10 8t.588 1.413T12 10t1.413-.587M18 17.075"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPersonShieldOutlineRounded(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="M6 20q-.825 0-1.412-.587T4 18v-.8q0-.85.438-1.562T5.6 14.55q.775-.4 1.563-.675T8.75 13.4q.575-.125 1.125-.225t1.125-.15q.425-.05.713.25T12 14t-.288.713t-.712.337l-.888.1q-.437.05-.887.175q-.7.175-1.375.425t-1.35.6q-.225.125-.362.35T6 17.2v.8h5.45q.425 0 .713.288t.287.712t-.287.713t-.713.287zm8-5.375q0-.275.138-.525t.412-.375l3-1.5q.2-.125.45-.125t.45.125l3 1.5q.275.125.412.375t.138.525v1.925q0 1.725-.9 3.125T18.65 21.8q-.15.075-.312.1t-.338.025t-.337-.025t-.313-.1q-1.55-.725-2.45-2.125T14 16.55zm4 5.275q.95-.45 1.475-1.375T20 16.55v-1.3l-2-1l-2 1v1.3q0 1.05.525 1.975T18 19.9m-8.825-9.075Q8 9.65 8 8t1.175-2.825T12 4t2.825 1.175T16 8t-1.175 2.825T12 12t-2.825-1.175m4.238-1.412Q14 8.825 14 8t-.587-1.412T12 6t-1.412.588T10 8t.588 1.413T12 10t1.413-.587M18 17.075"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 20q-.825 0-1.412-.587T4 18v-.8q0-.85.438-1.562T5.6 14.55q.775-.4 1.563-.675T8.75 13.4q.575-.125 1.125-.225t1.125-.15q.425-.05.713.25T12 14t-.288.713t-.712.337l-.888.1q-.437.05-.887.175q-.7.175-1.375.425t-1.35.6q-.225.125-.362.35T6 17.2v.8h5.45q.425 0 .713.288t.287.712t-.287.713t-.713.287zm8-5.375q0-.275.138-.525t.412-.375l3-1.5q.2-.125.45-.125t.45.125l3 1.5q.275.125.412.375t.138.525v1.925q0 1.725-.9 3.125T18.65 21.8q-.15.075-.312.1t-.338.025t-.337-.025t-.313-.1q-1.55-.725-2.45-2.125T14 16.55zm4 5.275q.95-.45 1.475-1.375T20 16.55v-1.3l-2-1l-2 1v1.3q0 1.05.525 1.975T18 19.9m-8.825-9.075Q8 9.65 8 8t1.175-2.825T12 4t2.825 1.175T16 8t-1.175 2.825T12 12t-2.825-1.175m4.238-1.412Q14 8.825 14 8t-.587-1.412T12 6t-1.412.588T10 8t.588 1.413T12 10t1.413-.587M18 17.075"/></svg>
</template>

CSS

.icon-person-shield-outline-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%22M6%2020q-.825%200-1.412-.587T4%2018v-.8q0-.85.438-1.562T5.6%2014.55q.775-.4%201.563-.675T8.75%2013.4q.575-.125%201.125-.225t1.125-.15q.425-.05.713.25T12%2014t-.288.713t-.712.337l-.888.1q-.437.05-.887.175q-.7.175-1.375.425t-1.35.6q-.225.125-.362.35T6%2017.2v.8h5.45q.425%200%20.713.288t.287.712t-.287.713t-.713.287zm8-5.375q0-.275.138-.525t.412-.375l3-1.5q.2-.125.45-.125t.45.125l3%201.5q.275.125.412.375t.138.525v1.925q0%201.725-.9%203.125T18.65%2021.8q-.15.075-.312.1t-.338.025t-.337-.025t-.313-.1q-1.55-.725-2.45-2.125T14%2016.55zm4%205.275q.95-.45%201.475-1.375T20%2016.55v-1.3l-2-1l-2%201v1.3q0%201.05.525%201.975T18%2019.9m-8.825-9.075Q8%209.65%208%208t1.175-2.825T12%204t2.825%201.175T16%208t-1.175%202.825T12%2012t-2.825-1.175m4.238-1.412Q14%208.825%2014%208t-.587-1.412T12%206t-1.412.588T10%208t.588%201.413T12%2010t1.413-.587M18%2017.075%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%22M6%2020q-.825%200-1.412-.587T4%2018v-.8q0-.85.438-1.562T5.6%2014.55q.775-.4%201.563-.675T8.75%2013.4q.575-.125%201.125-.225t1.125-.15q.425-.05.713.25T12%2014t-.288.713t-.712.337l-.888.1q-.437.05-.887.175q-.7.175-1.375.425t-1.35.6q-.225.125-.362.35T6%2017.2v.8h5.45q.425%200%20.713.288t.287.712t-.287.713t-.713.287zm8-5.375q0-.275.138-.525t.412-.375l3-1.5q.2-.125.45-.125t.45.125l3%201.5q.275.125.412.375t.138.525v1.925q0%201.725-.9%203.125T18.65%2021.8q-.15.075-.312.1t-.338.025t-.337-.025t-.313-.1q-1.55-.725-2.45-2.125T14%2016.55zm4%205.275q.95-.45%201.475-1.375T20%2016.55v-1.3l-2-1l-2%201v1.3q0%201.05.525%201.975T18%2019.9m-8.825-9.075Q8%209.65%208%208t1.175-2.825T12%204t2.825%201.175T16%208t-1.175%202.825T12%2012t-2.825-1.175m4.238-1.412Q14%208.825%2014%208t-.587-1.412T12%206t-1.412.588T10%208t.588%201.413T12%2010t1.413-.587M18%2017.075%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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