person-shield-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
person-shield-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

11 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

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.01 12.194a.713.713 0 0 1 .98 0c.652.651 1.907 1.686 3.45 1.899c.307.042.56.285.56.589v2.838c0 3.816-3.58 5.2-4.353 5.456a.46.46 0 0 1-.293 0C16.578 22.72 13 21.336 13 17.52v-2.838c0-.304.253-.547.56-.59c1.543-.212 2.798-1.247 3.45-1.898M12.162 14c-.1.2-.161.43-.161.685v.815H4.253a.75.75 0 0 0-.75.749v.577c0 .536.192 1.054.54 1.461c1.253 1.468 3.219 2.214 5.957 2.214c.959 0 1.822-.095 2.595-.276q.334.705.85 1.325Q11.913 22 10 22c-3.146 0-5.531-.905-7.098-2.74a3.75 3.75 0 0 1-.898-2.435v-.577A2.25 2.25 0 0 1 4.253 14zM10 2.005a5 5 0 1 1 0 10a5 5 0 0 1 0-10m0 1.5a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7"/></svg>

React

import type { SVGProps } from "react";

export function FluentPersonShield24Regular(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.01 12.194a.713.713 0 0 1 .98 0c.652.651 1.907 1.686 3.45 1.899c.307.042.56.285.56.589v2.838c0 3.816-3.58 5.2-4.353 5.456a.46.46 0 0 1-.293 0C16.578 22.72 13 21.336 13 17.52v-2.838c0-.304.253-.547.56-.59c1.543-.212 2.798-1.247 3.45-1.898M12.162 14c-.1.2-.161.43-.161.685v.815H4.253a.75.75 0 0 0-.75.749v.577c0 .536.192 1.054.54 1.461c1.253 1.468 3.219 2.214 5.957 2.214c.959 0 1.822-.095 2.595-.276q.334.705.85 1.325Q11.913 22 10 22c-3.146 0-5.531-.905-7.098-2.74a3.75 3.75 0 0 1-.898-2.435v-.577A2.25 2.25 0 0 1 4.253 14zM10 2.005a5 5 0 1 1 0 10a5 5 0 0 1 0-10m0 1.5a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7"/></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.01 12.194a.713.713 0 0 1 .98 0c.652.651 1.907 1.686 3.45 1.899c.307.042.56.285.56.589v2.838c0 3.816-3.58 5.2-4.353 5.456a.46.46 0 0 1-.293 0C16.578 22.72 13 21.336 13 17.52v-2.838c0-.304.253-.547.56-.59c1.543-.212 2.798-1.247 3.45-1.898M12.162 14c-.1.2-.161.43-.161.685v.815H4.253a.75.75 0 0 0-.75.749v.577c0 .536.192 1.054.54 1.461c1.253 1.468 3.219 2.214 5.957 2.214c.959 0 1.822-.095 2.595-.276q.334.705.85 1.325Q11.913 22 10 22c-3.146 0-5.531-.905-7.098-2.74a3.75 3.75 0 0 1-.898-2.435v-.577A2.25 2.25 0 0 1 4.253 14zM10 2.005a5 5 0 1 1 0 10a5 5 0 0 1 0-10m0 1.5a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7"/></svg>
</template>

CSS

.icon-person-shield-24-regular {
  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.01%2012.194a.713.713%200%200%201%20.98%200c.652.651%201.907%201.686%203.45%201.899c.307.042.56.285.56.589v2.838c0%203.816-3.58%205.2-4.353%205.456a.46.46%200%200%201-.293%200C16.578%2022.72%2013%2021.336%2013%2017.52v-2.838c0-.304.253-.547.56-.59c1.543-.212%202.798-1.247%203.45-1.898M12.162%2014c-.1.2-.161.43-.161.685v.815H4.253a.75.75%200%200%200-.75.749v.577c0%20.536.192%201.054.54%201.461c1.253%201.468%203.219%202.214%205.957%202.214c.959%200%201.822-.095%202.595-.276q.334.705.85%201.325Q11.913%2022%2010%2022c-3.146%200-5.531-.905-7.098-2.74a3.75%203.75%200%200%201-.898-2.435v-.577A2.25%202.25%200%200%201%204.253%2014zM10%202.005a5%205%200%201%201%200%2010a5%205%200%200%201%200-10m0%201.5a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7%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.01%2012.194a.713.713%200%200%201%20.98%200c.652.651%201.907%201.686%203.45%201.899c.307.042.56.285.56.589v2.838c0%203.816-3.58%205.2-4.353%205.456a.46.46%200%200%201-.293%200C16.578%2022.72%2013%2021.336%2013%2017.52v-2.838c0-.304.253-.547.56-.59c1.543-.212%202.798-1.247%203.45-1.898M12.162%2014c-.1.2-.161.43-.161.685v.815H4.253a.75.75%200%200%200-.75.749v.577c0%20.536.192%201.054.54%201.461c1.253%201.468%203.219%202.214%205.957%202.214c.959%200%201.822-.095%202.595-.276q.334.705.85%201.325Q11.913%2022%2010%2022c-3.146%200-5.531-.905-7.098-2.74a3.75%203.75%200%200%201-.898-2.435v-.577A2.25%202.25%200%200%201%204.253%2014zM10%202.005a5%205%200%201%201%200%2010a5%205%200%200%201%200-10m0%201.5a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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