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

Name
person-shield-24-filled
Set
Fluent UI System Icons
Style
24 Filled
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.685v2.838c0 1.516.496 2.89 1.446 4.029q-1.535.45-3.45.449c-3.42 0-5.943-1.072-7.485-3.236A2.75 2.75 0 0 1 2 17.169v-.92A2.25 2.25 0 0 1 4.249 14zM9.996 2.005a5 5 0 1 1 0 10a5 5 0 0 1 0-10"/></svg>

React

import type { SVGProps } from "react";

export function FluentPersonShield24Filled(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.685v2.838c0 1.516.496 2.89 1.446 4.029q-1.535.45-3.45.449c-3.42 0-5.943-1.072-7.485-3.236A2.75 2.75 0 0 1 2 17.169v-.92A2.25 2.25 0 0 1 4.249 14zM9.996 2.005a5 5 0 1 1 0 10a5 5 0 0 1 0-10"/></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.685v2.838c0 1.516.496 2.89 1.446 4.029q-1.535.45-3.45.449c-3.42 0-5.943-1.072-7.485-3.236A2.75 2.75 0 0 1 2 17.169v-.92A2.25 2.25 0 0 1 4.249 14zM9.996 2.005a5 5 0 1 1 0 10a5 5 0 0 1 0-10"/></svg>
</template>

CSS

.icon-person-shield-24-filled {
  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.685v2.838c0%201.516.496%202.89%201.446%204.029q-1.535.45-3.45.449c-3.42%200-5.943-1.072-7.485-3.236A2.75%202.75%200%200%201%202%2017.169v-.92A2.25%202.25%200%200%201%204.249%2014zM9.996%202.005a5%205%200%201%201%200%2010a5%205%200%200%201%200-10%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.685v2.838c0%201.516.496%202.89%201.446%204.029q-1.535.45-3.45.449c-3.42%200-5.943-1.072-7.485-3.236A2.75%202.75%200%200%201%202%2017.169v-.92A2.25%202.25%200%200%201%204.249%2014zM9.996%202.005a5%205%200%201%201%200%2010a5%205%200%200%201%200-10%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-filled.svg?color=%231a73e8&size=48