shield question mark icon

shield-question-mark-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
shield-question-mark-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

The same icon in other sets

Related icons in Mage Icons

Use the shield question mark icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.92 5.037a2.63 2.63 0 0 0-1.314-.966l-4.939-1.643a8.56 8.56 0 0 0-5.344 0L4.393 4.07a2.66 2.66 0 0 0-1.816 2.522v5.297a8.44 8.44 0 0 0 3.953 7.152l4.059 2.561a2.71 2.71 0 0 0 2.822 0l4.06-2.561a8.44 8.44 0 0 0 3.952-7.152V6.593a2.65 2.65 0 0 0-.502-1.556m-9.007 10.448a.967.967 0 1 1 .01 0zm2.523-5.248a2.45 2.45 0 0 1-.59.84a2.5 2.5 0 0 1-.89.532v.484a.967.967 0 1 1-1.932 0v-.416a2.09 2.09 0 0 1 1.334-1.933a.45.45 0 0 0 .222-.126a.6.6 0 0 0 .126-.174a.6.6 0 0 0 0-.212a.5.5 0 0 0 0-.213a.66.66 0 0 0-.213-.222a.67.67 0 0 0-.32-.135a.8.8 0 0 0-.908.454a.967.967 0 0 1-1.582.252a.97.97 0 0 1-.167-1.064a2.716 2.716 0 0 1 2.977-1.546c.405.065.788.224 1.121.464c.344.255.625.585.822.966c.155.327.24.682.25 1.044c-.007.348-.09.691-.24 1.005z"/></svg>

React

import type { SVGProps } from "react";

export function MageShieldQuestionMarkFill(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="M20.92 5.037a2.63 2.63 0 0 0-1.314-.966l-4.939-1.643a8.56 8.56 0 0 0-5.344 0L4.393 4.07a2.66 2.66 0 0 0-1.816 2.522v5.297a8.44 8.44 0 0 0 3.953 7.152l4.059 2.561a2.71 2.71 0 0 0 2.822 0l4.06-2.561a8.44 8.44 0 0 0 3.952-7.152V6.593a2.65 2.65 0 0 0-.502-1.556m-9.007 10.448a.967.967 0 1 1 .01 0zm2.523-5.248a2.45 2.45 0 0 1-.59.84a2.5 2.5 0 0 1-.89.532v.484a.967.967 0 1 1-1.932 0v-.416a2.09 2.09 0 0 1 1.334-1.933a.45.45 0 0 0 .222-.126a.6.6 0 0 0 .126-.174a.6.6 0 0 0 0-.212a.5.5 0 0 0 0-.213a.66.66 0 0 0-.213-.222a.67.67 0 0 0-.32-.135a.8.8 0 0 0-.908.454a.967.967 0 0 1-1.582.252a.97.97 0 0 1-.167-1.064a2.716 2.716 0 0 1 2.977-1.546c.405.065.788.224 1.121.464c.344.255.625.585.822.966c.155.327.24.682.25 1.044c-.007.348-.09.691-.24 1.005z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.92 5.037a2.63 2.63 0 0 0-1.314-.966l-4.939-1.643a8.56 8.56 0 0 0-5.344 0L4.393 4.07a2.66 2.66 0 0 0-1.816 2.522v5.297a8.44 8.44 0 0 0 3.953 7.152l4.059 2.561a2.71 2.71 0 0 0 2.822 0l4.06-2.561a8.44 8.44 0 0 0 3.952-7.152V6.593a2.65 2.65 0 0 0-.502-1.556m-9.007 10.448a.967.967 0 1 1 .01 0zm2.523-5.248a2.45 2.45 0 0 1-.59.84a2.5 2.5 0 0 1-.89.532v.484a.967.967 0 1 1-1.932 0v-.416a2.09 2.09 0 0 1 1.334-1.933a.45.45 0 0 0 .222-.126a.6.6 0 0 0 .126-.174a.6.6 0 0 0 0-.212a.5.5 0 0 0 0-.213a.66.66 0 0 0-.213-.222a.67.67 0 0 0-.32-.135a.8.8 0 0 0-.908.454a.967.967 0 0 1-1.582.252a.97.97 0 0 1-.167-1.064a2.716 2.716 0 0 1 2.977-1.546c.405.065.788.224 1.121.464c.344.255.625.585.822.966c.155.327.24.682.25 1.044c-.007.348-.09.691-.24 1.005z"/></svg>
</template>

CSS

.icon-shield-question-mark-fill {
  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%22M20.92%205.037a2.63%202.63%200%200%200-1.314-.966l-4.939-1.643a8.56%208.56%200%200%200-5.344%200L4.393%204.07a2.66%202.66%200%200%200-1.816%202.522v5.297a8.44%208.44%200%200%200%203.953%207.152l4.059%202.561a2.71%202.71%200%200%200%202.822%200l4.06-2.561a8.44%208.44%200%200%200%203.952-7.152V6.593a2.65%202.65%200%200%200-.502-1.556m-9.007%2010.448a.967.967%200%201%201%20.01%200zm2.523-5.248a2.45%202.45%200%200%201-.59.84a2.5%202.5%200%200%201-.89.532v.484a.967.967%200%201%201-1.932%200v-.416a2.09%202.09%200%200%201%201.334-1.933a.45.45%200%200%200%20.222-.126a.6.6%200%200%200%20.126-.174a.6.6%200%200%200%200-.212a.5.5%200%200%200%200-.213a.66.66%200%200%200-.213-.222a.67.67%200%200%200-.32-.135a.8.8%200%200%200-.908.454a.967.967%200%200%201-1.582.252a.97.97%200%200%201-.167-1.064a2.716%202.716%200%200%201%202.977-1.546c.405.065.788.224%201.121.464c.344.255.625.585.822.966c.155.327.24.682.25%201.044c-.007.348-.09.691-.24%201.005z%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%22M20.92%205.037a2.63%202.63%200%200%200-1.314-.966l-4.939-1.643a8.56%208.56%200%200%200-5.344%200L4.393%204.07a2.66%202.66%200%200%200-1.816%202.522v5.297a8.44%208.44%200%200%200%203.953%207.152l4.059%202.561a2.71%202.71%200%200%200%202.822%200l4.06-2.561a8.44%208.44%200%200%200%203.952-7.152V6.593a2.65%202.65%200%200%200-.502-1.556m-9.007%2010.448a.967.967%200%201%201%20.01%200zm2.523-5.248a2.45%202.45%200%200%201-.59.84a2.5%202.5%200%200%201-.89.532v.484a.967.967%200%201%201-1.932%200v-.416a2.09%202.09%200%200%201%201.334-1.933a.45.45%200%200%200%20.222-.126a.6.6%200%200%200%20.126-.174a.6.6%200%200%200%200-.212a.5.5%200%200%200%200-.213a.66.66%200%200%200-.213-.222a.67.67%200%200%200-.32-.135a.8.8%200%200%200-.908.454a.967.967%200%200%201-1.582.252a.97.97%200%200%201-.167-1.064a2.716%202.716%200%200%201%202.977-1.546c.405.065.788.224%201.121.464c.344.255.625.585.822.966c.155.327.24.682.25%201.044c-.007.348-.09.691-.24%201.005z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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