shield alt 2 icon
shield-alt-2 from BoxIcons v2 Solid by Boxicons · Solid · MIT Free for personal and commercial use.
- Name
- shield-alt-2
- Set
- BoxIcons v2 Solid
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in BoxIcons v2 Solid
Use the shield alt 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.881 5.223a.496.496 0 0 0-.747-.412c-.672.392-1.718.898-2.643.898q-.63.002-1.289-.198a6 6 0 0 1-.808-.309c-1.338-.639-2.567-1.767-3.696-2.889a1 1 0 0 0-.698-.29a1 1 0 0 0-.698.29c-1.129 1.122-2.358 2.25-3.696 2.889h-.001a6 6 0 0 1-.807.309q-.66.2-1.289.198c-.925 0-1.971-.507-2.643-.898a.496.496 0 0 0-.747.412c-.061 1.538-.077 4.84.688 7.444c1.399 4.763 4.48 7.976 8.91 9.292l.14.041l.14-.014V22v-.014H12l.143.014l.14-.041c4.43-1.316 7.511-4.529 8.91-9.292c.765-2.604.748-5.906.688-7.444"/></svg>
React
import type { SVGProps } from "react";
export function BxsShieldAlt2(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="M21.881 5.223a.496.496 0 0 0-.747-.412c-.672.392-1.718.898-2.643.898q-.63.002-1.289-.198a6 6 0 0 1-.808-.309c-1.338-.639-2.567-1.767-3.696-2.889a1 1 0 0 0-.698-.29a1 1 0 0 0-.698.29c-1.129 1.122-2.358 2.25-3.696 2.889h-.001a6 6 0 0 1-.807.309q-.66.2-1.289.198c-.925 0-1.971-.507-2.643-.898a.496.496 0 0 0-.747.412c-.061 1.538-.077 4.84.688 7.444c1.399 4.763 4.48 7.976 8.91 9.292l.14.041l.14-.014V22v-.014H12l.143.014l.14-.041c4.43-1.316 7.511-4.529 8.91-9.292c.765-2.604.748-5.906.688-7.444"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.881 5.223a.496.496 0 0 0-.747-.412c-.672.392-1.718.898-2.643.898q-.63.002-1.289-.198a6 6 0 0 1-.808-.309c-1.338-.639-2.567-1.767-3.696-2.889a1 1 0 0 0-.698-.29a1 1 0 0 0-.698.29c-1.129 1.122-2.358 2.25-3.696 2.889h-.001a6 6 0 0 1-.807.309q-.66.2-1.289.198c-.925 0-1.971-.507-2.643-.898a.496.496 0 0 0-.747.412c-.061 1.538-.077 4.84.688 7.444c1.399 4.763 4.48 7.976 8.91 9.292l.14.041l.14-.014V22v-.014H12l.143.014l.14-.041c4.43-1.316 7.511-4.529 8.91-9.292c.765-2.604.748-5.906.688-7.444"/></svg> </template>
CSS
.icon-shield-alt-2 {
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%22M21.881%205.223a.496.496%200%200%200-.747-.412c-.672.392-1.718.898-2.643.898q-.63.002-1.289-.198a6%206%200%200%201-.808-.309c-1.338-.639-2.567-1.767-3.696-2.889a1%201%200%200%200-.698-.29a1%201%200%200%200-.698.29c-1.129%201.122-2.358%202.25-3.696%202.889h-.001a6%206%200%200%201-.807.309q-.66.2-1.289.198c-.925%200-1.971-.507-2.643-.898a.496.496%200%200%200-.747.412c-.061%201.538-.077%204.84.688%207.444c1.399%204.763%204.48%207.976%208.91%209.292l.14.041l.14-.014V22v-.014H12l.143.014l.14-.041c4.43-1.316%207.511-4.529%208.91-9.292c.765-2.604.748-5.906.688-7.444%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%22M21.881%205.223a.496.496%200%200%200-.747-.412c-.672.392-1.718.898-2.643.898q-.63.002-1.289-.198a6%206%200%200%201-.808-.309c-1.338-.639-2.567-1.767-3.696-2.889a1%201%200%200%200-.698-.29a1%201%200%200%200-.698.29c-1.129%201.122-2.358%202.25-3.696%202.889h-.001a6%206%200%200%201-.807.309q-.66.2-1.289.198c-.925%200-1.971-.507-2.643-.898a.496.496%200%200%200-.747.412c-.061%201.538-.077%204.84.688%207.444c1.399%204.763%204.48%207.976%208.91%209.292l.14.041l.14-.014V22v-.014H12l.143.014l.14-.041c4.43-1.316%207.511-4.529%208.91-9.292c.765-2.604.748-5.906.688-7.444%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxs/shield-alt-2.svg?color=%231a73e8&size=48