shield person icon

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

Name
shield-person-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 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.513 11.988Q8.5 10.975 8.5 9.5t1.013-2.488T12 6t2.488 1.013T15.5 9.5t-1.012 2.488T12 13t-2.488-1.012m3.563-1.413q.425-.425.425-1.075t-.425-1.075T12 8t-1.075.425T10.5 9.5t.425 1.075T12 11t1.075-.425M12 4.125l-6 2.25V11.1q0 1.35.375 2.625t1.025 2.4q1.05-.525 2.2-.825T12 15t2.4.3t2.2.825q.65-1.125 1.025-2.4T18 11.1V6.375zM10.25 17.2q-.85.2-1.625.55q.725.75 1.575 1.3t1.8.85q.95-.3 1.8-.85t1.575-1.3q-.775-.35-1.625-.55T12 17t-1.75.2m1.425 4.675q-.15-.025-.3-.075Q8 20.675 6 17.638T4 11.1V6.375q0-.625.363-1.125t.937-.725l6-2.25q.35-.125.7-.125t.7.125l6 2.25q.575.225.938.725T20 6.375V11.1q0 3.5-2 6.538T12.625 21.8q-.15.05-.3.075T12 21.9t-.325-.025"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsShieldPersonOutlineRounded(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.513 11.988Q8.5 10.975 8.5 9.5t1.013-2.488T12 6t2.488 1.013T15.5 9.5t-1.012 2.488T12 13t-2.488-1.012m3.563-1.413q.425-.425.425-1.075t-.425-1.075T12 8t-1.075.425T10.5 9.5t.425 1.075T12 11t1.075-.425M12 4.125l-6 2.25V11.1q0 1.35.375 2.625t1.025 2.4q1.05-.525 2.2-.825T12 15t2.4.3t2.2.825q.65-1.125 1.025-2.4T18 11.1V6.375zM10.25 17.2q-.85.2-1.625.55q.725.75 1.575 1.3t1.8.85q.95-.3 1.8-.85t1.575-1.3q-.775-.35-1.625-.55T12 17t-1.75.2m1.425 4.675q-.15-.025-.3-.075Q8 20.675 6 17.638T4 11.1V6.375q0-.625.363-1.125t.937-.725l6-2.25q.35-.125.7-.125t.7.125l6 2.25q.575.225.938.725T20 6.375V11.1q0 3.5-2 6.538T12.625 21.8q-.15.05-.3.075T12 21.9t-.325-.025"/></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.513 11.988Q8.5 10.975 8.5 9.5t1.013-2.488T12 6t2.488 1.013T15.5 9.5t-1.012 2.488T12 13t-2.488-1.012m3.563-1.413q.425-.425.425-1.075t-.425-1.075T12 8t-1.075.425T10.5 9.5t.425 1.075T12 11t1.075-.425M12 4.125l-6 2.25V11.1q0 1.35.375 2.625t1.025 2.4q1.05-.525 2.2-.825T12 15t2.4.3t2.2.825q.65-1.125 1.025-2.4T18 11.1V6.375zM10.25 17.2q-.85.2-1.625.55q.725.75 1.575 1.3t1.8.85q.95-.3 1.8-.85t1.575-1.3q-.775-.35-1.625-.55T12 17t-1.75.2m1.425 4.675q-.15-.025-.3-.075Q8 20.675 6 17.638T4 11.1V6.375q0-.625.363-1.125t.937-.725l6-2.25q.35-.125.7-.125t.7.125l6 2.25q.575.225.938.725T20 6.375V11.1q0 3.5-2 6.538T12.625 21.8q-.15.05-.3.075T12 21.9t-.325-.025"/></svg>
</template>

CSS

.icon-shield-person-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%22M9.513%2011.988Q8.5%2010.975%208.5%209.5t1.013-2.488T12%206t2.488%201.013T15.5%209.5t-1.012%202.488T12%2013t-2.488-1.012m3.563-1.413q.425-.425.425-1.075t-.425-1.075T12%208t-1.075.425T10.5%209.5t.425%201.075T12%2011t1.075-.425M12%204.125l-6%202.25V11.1q0%201.35.375%202.625t1.025%202.4q1.05-.525%202.2-.825T12%2015t2.4.3t2.2.825q.65-1.125%201.025-2.4T18%2011.1V6.375zM10.25%2017.2q-.85.2-1.625.55q.725.75%201.575%201.3t1.8.85q.95-.3%201.8-.85t1.575-1.3q-.775-.35-1.625-.55T12%2017t-1.75.2m1.425%204.675q-.15-.025-.3-.075Q8%2020.675%206%2017.638T4%2011.1V6.375q0-.625.363-1.125t.937-.725l6-2.25q.35-.125.7-.125t.7.125l6%202.25q.575.225.938.725T20%206.375V11.1q0%203.5-2%206.538T12.625%2021.8q-.15.05-.3.075T12%2021.9t-.325-.025%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.513%2011.988Q8.5%2010.975%208.5%209.5t1.013-2.488T12%206t2.488%201.013T15.5%209.5t-1.012%202.488T12%2013t-2.488-1.012m3.563-1.413q.425-.425.425-1.075t-.425-1.075T12%208t-1.075.425T10.5%209.5t.425%201.075T12%2011t1.075-.425M12%204.125l-6%202.25V11.1q0%201.35.375%202.625t1.025%202.4q1.05-.525%202.2-.825T12%2015t2.4.3t2.2.825q.65-1.125%201.025-2.4T18%2011.1V6.375zM10.25%2017.2q-.85.2-1.625.55q.725.75%201.575%201.3t1.8.85q.95-.3%201.8-.85t1.575-1.3q-.775-.35-1.625-.55T12%2017t-1.75.2m1.425%204.675q-.15-.025-.3-.075Q8%2020.675%206%2017.638T4%2011.1V6.375q0-.625.363-1.125t.937-.725l6-2.25q.35-.125.7-.125t.7.125l6%202.25q.575.225.938.725T20%206.375V11.1q0%203.5-2%206.538T12.625%2021.8q-.15.05-.3.075T12%2021.9t-.325-.025%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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