shield-fill from Eva Icons by Akveo · Fill · MIT Free for personal and commercial use.

Name
shield-fill
Set
Eva Icons
Style
Fill
Viewbox
24×24
License
MIT

1 other variant in Eva Icons

The same icon in other sets

Related icons in Eva Icons

Use the shield icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21.85a2 2 0 0 1-1-.25l-.3-.17A15.17 15.17 0 0 1 3 8.23v-.14a2 2 0 0 1 1-1.75l7-3.94a2 2 0 0 1 2 0l7 3.94a2 2 0 0 1 1 1.75v.14a15.17 15.17 0 0 1-7.72 13.2l-.3.17a2 2 0 0 1-.98.25"/></svg>

React

import type { SVGProps } from "react";

export function EvaShieldFill(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="M12 21.85a2 2 0 0 1-1-.25l-.3-.17A15.17 15.17 0 0 1 3 8.23v-.14a2 2 0 0 1 1-1.75l7-3.94a2 2 0 0 1 2 0l7 3.94a2 2 0 0 1 1 1.75v.14a15.17 15.17 0 0 1-7.72 13.2l-.3.17a2 2 0 0 1-.98.25"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21.85a2 2 0 0 1-1-.25l-.3-.17A15.17 15.17 0 0 1 3 8.23v-.14a2 2 0 0 1 1-1.75l7-3.94a2 2 0 0 1 2 0l7 3.94a2 2 0 0 1 1 1.75v.14a15.17 15.17 0 0 1-7.72 13.2l-.3.17a2 2 0 0 1-.98.25"/></svg>
</template>

CSS

.icon-shield-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%22M12%2021.85a2%202%200%200%201-1-.25l-.3-.17A15.17%2015.17%200%200%201%203%208.23v-.14a2%202%200%200%201%201-1.75l7-3.94a2%202%200%200%201%202%200l7%203.94a2%202%200%200%201%201%201.75v.14a15.17%2015.17%200%200%201-7.72%2013.2l-.3.17a2%202%200%200%201-.98.25%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%22M12%2021.85a2%202%200%200%201-1-.25l-.3-.17A15.17%2015.17%200%200%201%203%208.23v-.14a2%202%200%200%201%201-1.75l7-3.94a2%202%200%200%201%202%200l7%203.94a2%202%200%200%201%201%201.75v.14a15.17%2015.17%200%200%201-7.72%2013.2l-.3.17a2%202%200%200%201-.98.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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