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

Name
shield-question-32-regular
Set
Fluent UI System Icons
Style
32 Regular
Viewbox
32×32
License
MIT

7 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the shield question icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17.25 22.25a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M14 13a2 2 0 1 1 4 0c0 .732-.415 1.202-1.213 2.012l-.046.047C16.022 15.789 15 16.826 15 18.5a1 1 0 1 0 2 0c0-.79.433-1.293 1.213-2.085l.084-.085C18.998 15.62 20 14.606 20 13a4 4 0 0 0-8 0a1 1 0 1 0 2 0m2.555-10.832a1 1 0 0 0-1.11 0C12.53 4.112 8.685 6.027 3.901 6.505A1 1 0 0 0 3 7.5V16c0 3.88 2.124 7.17 4.701 9.546c2.572 2.372 5.737 3.971 8.115 4.417l.184.034l.184-.034c2.378-.446 5.543-2.045 8.115-4.417C26.876 23.17 29 19.88 29 16V7.5a1 1 0 0 0-.9-.995c-4.785-.478-8.63-2.393-11.545-4.337M5 16V8.388c4.496-.616 8.166-2.38 11-4.194c2.834 1.814 6.504 3.578 11 4.194V16c0 3.12-1.715 5.916-4.057 8.076c-2.275 2.098-5.007 3.47-6.943 3.884c-1.936-.415-4.668-1.786-6.943-3.884C6.715 21.916 5 19.12 5 16"/></svg>

React

import type { SVGProps } from "react";

export function FluentShieldQuestion32Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17.25 22.25a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M14 13a2 2 0 1 1 4 0c0 .732-.415 1.202-1.213 2.012l-.046.047C16.022 15.789 15 16.826 15 18.5a1 1 0 1 0 2 0c0-.79.433-1.293 1.213-2.085l.084-.085C18.998 15.62 20 14.606 20 13a4 4 0 0 0-8 0a1 1 0 1 0 2 0m2.555-10.832a1 1 0 0 0-1.11 0C12.53 4.112 8.685 6.027 3.901 6.505A1 1 0 0 0 3 7.5V16c0 3.88 2.124 7.17 4.701 9.546c2.572 2.372 5.737 3.971 8.115 4.417l.184.034l.184-.034c2.378-.446 5.543-2.045 8.115-4.417C26.876 23.17 29 19.88 29 16V7.5a1 1 0 0 0-.9-.995c-4.785-.478-8.63-2.393-11.545-4.337M5 16V8.388c4.496-.616 8.166-2.38 11-4.194c2.834 1.814 6.504 3.578 11 4.194V16c0 3.12-1.715 5.916-4.057 8.076c-2.275 2.098-5.007 3.47-6.943 3.884c-1.936-.415-4.668-1.786-6.943-3.884C6.715 21.916 5 19.12 5 16"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17.25 22.25a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M14 13a2 2 0 1 1 4 0c0 .732-.415 1.202-1.213 2.012l-.046.047C16.022 15.789 15 16.826 15 18.5a1 1 0 1 0 2 0c0-.79.433-1.293 1.213-2.085l.084-.085C18.998 15.62 20 14.606 20 13a4 4 0 0 0-8 0a1 1 0 1 0 2 0m2.555-10.832a1 1 0 0 0-1.11 0C12.53 4.112 8.685 6.027 3.901 6.505A1 1 0 0 0 3 7.5V16c0 3.88 2.124 7.17 4.701 9.546c2.572 2.372 5.737 3.971 8.115 4.417l.184.034l.184-.034c2.378-.446 5.543-2.045 8.115-4.417C26.876 23.17 29 19.88 29 16V7.5a1 1 0 0 0-.9-.995c-4.785-.478-8.63-2.393-11.545-4.337M5 16V8.388c4.496-.616 8.166-2.38 11-4.194c2.834 1.814 6.504 3.578 11 4.194V16c0 3.12-1.715 5.916-4.057 8.076c-2.275 2.098-5.007 3.47-6.943 3.884c-1.936-.415-4.668-1.786-6.943-3.884C6.715 21.916 5 19.12 5 16"/></svg>
</template>

CSS

.icon-shield-question-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.25%2022.25a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200M14%2013a2%202%200%201%201%204%200c0%20.732-.415%201.202-1.213%202.012l-.046.047C16.022%2015.789%2015%2016.826%2015%2018.5a1%201%200%201%200%202%200c0-.79.433-1.293%201.213-2.085l.084-.085C18.998%2015.62%2020%2014.606%2020%2013a4%204%200%200%200-8%200a1%201%200%201%200%202%200m2.555-10.832a1%201%200%200%200-1.11%200C12.53%204.112%208.685%206.027%203.901%206.505A1%201%200%200%200%203%207.5V16c0%203.88%202.124%207.17%204.701%209.546c2.572%202.372%205.737%203.971%208.115%204.417l.184.034l.184-.034c2.378-.446%205.543-2.045%208.115-4.417C26.876%2023.17%2029%2019.88%2029%2016V7.5a1%201%200%200%200-.9-.995c-4.785-.478-8.63-2.393-11.545-4.337M5%2016V8.388c4.496-.616%208.166-2.38%2011-4.194c2.834%201.814%206.504%203.578%2011%204.194V16c0%203.12-1.715%205.916-4.057%208.076c-2.275%202.098-5.007%203.47-6.943%203.884c-1.936-.415-4.668-1.786-6.943-3.884C6.715%2021.916%205%2019.12%205%2016%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.25%2022.25a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200M14%2013a2%202%200%201%201%204%200c0%20.732-.415%201.202-1.213%202.012l-.046.047C16.022%2015.789%2015%2016.826%2015%2018.5a1%201%200%201%200%202%200c0-.79.433-1.293%201.213-2.085l.084-.085C18.998%2015.62%2020%2014.606%2020%2013a4%204%200%200%200-8%200a1%201%200%201%200%202%200m2.555-10.832a1%201%200%200%200-1.11%200C12.53%204.112%208.685%206.027%203.901%206.505A1%201%200%200%200%203%207.5V16c0%203.88%202.124%207.17%204.701%209.546c2.572%202.372%205.737%203.971%208.115%204.417l.184.034l.184-.034c2.378-.446%205.543-2.045%208.115-4.417C26.876%2023.17%2029%2019.88%2029%2016V7.5a1%201%200%200%200-.9-.995c-4.785-.478-8.63-2.393-11.545-4.337M5%2016V8.388c4.496-.616%208.166-2.38%2011-4.194c2.834%201.814%206.504%203.578%2011%204.194V16c0%203.12-1.715%205.916-4.057%208.076c-2.275%202.098-5.007%203.47-6.943%203.884c-1.936-.415-4.668-1.786-6.943-3.884C6.715%2021.916%205%2019.12%205%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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