shield-blank from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.

Name
shield-blank
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome Solid

Use the shield blank icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 64c4.6 0 9.2 1 13.4 2.9l188.4 79.9c22 9.3 38.4 31 38.3 57.2c-.5 99.2-41.3 280.7-213.6 363.2c-16.7 8-36.1 8-52.8 0C121.3 484.7 80.6 303.2 80.1 204c-.1-26.2 16.3-47.9 38.3-57.2l188.3-79.9c4.2-1.9 8.7-2.9 13.3-2.9"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidShieldBlank(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 64c4.6 0 9.2 1 13.4 2.9l188.4 79.9c22 9.3 38.4 31 38.3 57.2c-.5 99.2-41.3 280.7-213.6 363.2c-16.7 8-36.1 8-52.8 0C121.3 484.7 80.6 303.2 80.1 204c-.1-26.2 16.3-47.9 38.3-57.2l188.3-79.9c4.2-1.9 8.7-2.9 13.3-2.9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 64c4.6 0 9.2 1 13.4 2.9l188.4 79.9c22 9.3 38.4 31 38.3 57.2c-.5 99.2-41.3 280.7-213.6 363.2c-16.7 8-36.1 8-52.8 0C121.3 484.7 80.6 303.2 80.1 204c-.1-26.2 16.3-47.9 38.3-57.2l188.3-79.9c4.2-1.9 8.7-2.9 13.3-2.9"/></svg>
</template>

CSS

.icon-shield-blank {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%2064c4.6%200%209.2%201%2013.4%202.9l188.4%2079.9c22%209.3%2038.4%2031%2038.3%2057.2c-.5%2099.2-41.3%20280.7-213.6%20363.2c-16.7%208-36.1%208-52.8%200C121.3%20484.7%2080.6%20303.2%2080.1%20204c-.1-26.2%2016.3-47.9%2038.3-57.2l188.3-79.9c4.2-1.9%208.7-2.9%2013.3-2.9%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%2064c4.6%200%209.2%201%2013.4%202.9l188.4%2079.9c22%209.3%2038.4%2031%2038.3%2057.2c-.5%2099.2-41.3%20280.7-213.6%20363.2c-16.7%208-36.1%208-52.8%200C121.3%20484.7%2080.6%20303.2%2080.1%20204c-.1-26.2%2016.3-47.9%2038.3-57.2l188.3-79.9c4.2-1.9%208.7-2.9%2013.3-2.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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