shield from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.

Name
shield
Set
Prime Icons
Style
Regular
Viewbox
24×24
License
MIT

The same icon in other sets

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 20.75a.9.9 0 0 1-.28-.05A14.27 14.27 0 0 1 3.29 6.43a.74.74 0 0 1 .61-.69a27.1 27.1 0 0 0 7.79-2.42a.75.75 0 0 1 .62 0a27.1 27.1 0 0 0 7.79 2.42a.74.74 0 0 1 .61.69a14.27 14.27 0 0 1-8.43 14.27a.9.9 0 0 1-.28.05M4.76 7.11A12.47 12.47 0 0 0 12 19.18a12.47 12.47 0 0 0 7.24-12.07A27.6 27.6 0 0 1 12 4.82a27.6 27.6 0 0 1-7.24 2.29"/></svg>

React

import type { SVGProps } from "react";

export function PrimeShield(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 20.75a.9.9 0 0 1-.28-.05A14.27 14.27 0 0 1 3.29 6.43a.74.74 0 0 1 .61-.69a27.1 27.1 0 0 0 7.79-2.42a.75.75 0 0 1 .62 0a27.1 27.1 0 0 0 7.79 2.42a.74.74 0 0 1 .61.69a14.27 14.27 0 0 1-8.43 14.27a.9.9 0 0 1-.28.05M4.76 7.11A12.47 12.47 0 0 0 12 19.18a12.47 12.47 0 0 0 7.24-12.07A27.6 27.6 0 0 1 12 4.82a27.6 27.6 0 0 1-7.24 2.29"/></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 20.75a.9.9 0 0 1-.28-.05A14.27 14.27 0 0 1 3.29 6.43a.74.74 0 0 1 .61-.69a27.1 27.1 0 0 0 7.79-2.42a.75.75 0 0 1 .62 0a27.1 27.1 0 0 0 7.79 2.42a.74.74 0 0 1 .61.69a14.27 14.27 0 0 1-8.43 14.27a.9.9 0 0 1-.28.05M4.76 7.11A12.47 12.47 0 0 0 12 19.18a12.47 12.47 0 0 0 7.24-12.07A27.6 27.6 0 0 1 12 4.82a27.6 27.6 0 0 1-7.24 2.29"/></svg>
</template>

CSS

.icon-shield {
  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%2020.75a.9.9%200%200%201-.28-.05A14.27%2014.27%200%200%201%203.29%206.43a.74.74%200%200%201%20.61-.69a27.1%2027.1%200%200%200%207.79-2.42a.75.75%200%200%201%20.62%200a27.1%2027.1%200%200%200%207.79%202.42a.74.74%200%200%201%20.61.69a14.27%2014.27%200%200%201-8.43%2014.27a.9.9%200%200%201-.28.05M4.76%207.11A12.47%2012.47%200%200%200%2012%2019.18a12.47%2012.47%200%200%200%207.24-12.07A27.6%2027.6%200%200%201%2012%204.82a27.6%2027.6%200%200%201-7.24%202.29%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%2020.75a.9.9%200%200%201-.28-.05A14.27%2014.27%200%200%201%203.29%206.43a.74.74%200%200%201%20.61-.69a27.1%2027.1%200%200%200%207.79-2.42a.75.75%200%200%201%20.62%200a27.1%2027.1%200%200%200%207.79%202.42a.74.74%200%200%201%20.61.69a14.27%2014.27%200%200%201-8.43%2014.27a.9.9%200%200%201-.28.05M4.76%207.11A12.47%2012.47%200%200%200%2012%2019.18a12.47%2012.47%200%200%200%207.24-12.07A27.6%2027.6%200%200%201%2012%204.82a27.6%2027.6%200%200%201-7.24%202.29%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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