info shield icon
info-shield-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- info-shield-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
1 other variant in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the info shield icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M17 9a8 8 0 1 0-6.278 7.814a6 6 0 0 1-.388-.94a7 7 0 1 1 5.64-7.474l.032.03q.3.313.597.537q.197.149.394.263Q17 9.115 17 9M9.049 5a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5M9 7.5a.5.5 0 0 1 .492.41L9.5 8v4.502a.5.5 0 0 1-.992.09l-.008-.09V8a.5.5 0 0 1 .5-.5m8 2.847a4.6 4.6 0 0 1-1-.583a6 6 0 0 1-.716-.642a.39.39 0 0 0-.566 0c-.995 1.036-2.095 1.545-3.318 1.545c-.22 0-.4.186-.4.416v2.501l.004.266q.04 1.196.44 2.15A4.8 4.8 0 0 0 13 18q.787.6 1.874.979a.4.4 0 0 0 .254 0c2.56-.89 3.873-2.713 3.873-5.395v-2.5l-.008-.085a.405.405 0 0 0-.392-.332q-.304 0-.6-.043a4 4 0 0 1-1-.277"/></svg>
React
import type { SVGProps } from "react";
export function FluentInfoShield20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M17 9a8 8 0 1 0-6.278 7.814a6 6 0 0 1-.388-.94a7 7 0 1 1 5.64-7.474l.032.03q.3.313.597.537q.197.149.394.263Q17 9.115 17 9M9.049 5a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5M9 7.5a.5.5 0 0 1 .492.41L9.5 8v4.502a.5.5 0 0 1-.992.09l-.008-.09V8a.5.5 0 0 1 .5-.5m8 2.847a4.6 4.6 0 0 1-1-.583a6 6 0 0 1-.716-.642a.39.39 0 0 0-.566 0c-.995 1.036-2.095 1.545-3.318 1.545c-.22 0-.4.186-.4.416v2.501l.004.266q.04 1.196.44 2.15A4.8 4.8 0 0 0 13 18q.787.6 1.874.979a.4.4 0 0 0 .254 0c2.56-.89 3.873-2.713 3.873-5.395v-2.5l-.008-.085a.405.405 0 0 0-.392-.332q-.304 0-.6-.043a4 4 0 0 1-1-.277"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M17 9a8 8 0 1 0-6.278 7.814a6 6 0 0 1-.388-.94a7 7 0 1 1 5.64-7.474l.032.03q.3.313.597.537q.197.149.394.263Q17 9.115 17 9M9.049 5a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5M9 7.5a.5.5 0 0 1 .492.41L9.5 8v4.502a.5.5 0 0 1-.992.09l-.008-.09V8a.5.5 0 0 1 .5-.5m8 2.847a4.6 4.6 0 0 1-1-.583a6 6 0 0 1-.716-.642a.39.39 0 0 0-.566 0c-.995 1.036-2.095 1.545-3.318 1.545c-.22 0-.4.186-.4.416v2.501l.004.266q.04 1.196.44 2.15A4.8 4.8 0 0 0 13 18q.787.6 1.874.979a.4.4 0 0 0 .254 0c2.56-.89 3.873-2.713 3.873-5.395v-2.5l-.008-.085a.405.405 0 0 0-.392-.332q-.304 0-.6-.043a4 4 0 0 1-1-.277"/></svg> </template>
CSS
.icon-info-shield-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%209a8%208%200%201%200-6.278%207.814a6%206%200%200%201-.388-.94a7%207%200%201%201%205.64-7.474l.032.03q.3.313.597.537q.197.149.394.263Q17%209.115%2017%209M9.049%205a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5M9%207.5a.5.5%200%200%201%20.492.41L9.5%208v4.502a.5.5%200%200%201-.992.09l-.008-.09V8a.5.5%200%200%201%20.5-.5m8%202.847a4.6%204.6%200%200%201-1-.583a6%206%200%200%201-.716-.642a.39.39%200%200%200-.566%200c-.995%201.036-2.095%201.545-3.318%201.545c-.22%200-.4.186-.4.416v2.501l.004.266q.04%201.196.44%202.15A4.8%204.8%200%200%200%2013%2018q.787.6%201.874.979a.4.4%200%200%200%20.254%200c2.56-.89%203.873-2.713%203.873-5.395v-2.5l-.008-.085a.405.405%200%200%200-.392-.332q-.304%200-.6-.043a4%204%200%200%201-1-.277%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%209a8%208%200%201%200-6.278%207.814a6%206%200%200%201-.388-.94a7%207%200%201%201%205.64-7.474l.032.03q.3.313.597.537q.197.149.394.263Q17%209.115%2017%209M9.049%205a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5M9%207.5a.5.5%200%200%201%20.492.41L9.5%208v4.502a.5.5%200%200%201-.992.09l-.008-.09V8a.5.5%200%200%201%20.5-.5m8%202.847a4.6%204.6%200%200%201-1-.583a6%206%200%200%201-.716-.642a.39.39%200%200%200-.566%200c-.995%201.036-2.095%201.545-3.318%201.545c-.22%200-.4.186-.4.416v2.501l.004.266q.04%201.196.44%202.15A4.8%204.8%200%200%200%2013%2018q.787.6%201.874.979a.4.4%200%200%200%20.254%200c2.56-.89%203.873-2.713%203.873-5.395v-2.5l-.008-.085a.405.405%200%200%200-.392-.332q-.304%200-.6-.043a4%204%200%200%201-1-.277%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/info-shield-20-regular.svg?color=%231a73e8&size=48