shield alt icon

shield-alt from Line Awesome by Icons8 · Line · Status · Apache-2.0 Free for personal and commercial use.

Name
shield-alt
Set
Line Awesome
Style
Line
Category
Status
Viewbox
32×32
License
Apache 2.0
Aliases
shield-alt-solid

The same icon in other sets

More status icons from Line Awesome

Use the shield alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4c-2.25 0-3.766.887-5.125 1.625C9.515 6.363 8.281 7 6 7H5v1c0 7.719 2.61 12.742 5.25 15.781c2.64 3.04 5.375 4.157 5.375 4.157l.375.125l.375-.125s2.734-1.094 5.375-4.125C24.39 20.78 27 15.745 27 8V7h-1c-2.27 0-3.516-.637-4.875-1.375C19.765 4.887 18.25 4 16 4m0 2c1.75 0 2.754.613 4.156 1.375a12.5 12.5 0 0 0 4.782 1.469c-.192 6.765-2.43 11.066-4.688 13.656c-2.047 2.348-3.766 3.129-4.25 3.344c-.488-.219-2.203-1.02-4.25-3.375c-2.258-2.598-4.496-6.89-4.688-13.625a12.5 12.5 0 0 0 4.782-1.469C13.246 6.613 14.25 6 16 6"/></svg>

React

import type { SVGProps } from "react";

export function LaShieldAlt(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4c-2.25 0-3.766.887-5.125 1.625C9.515 6.363 8.281 7 6 7H5v1c0 7.719 2.61 12.742 5.25 15.781c2.64 3.04 5.375 4.157 5.375 4.157l.375.125l.375-.125s2.734-1.094 5.375-4.125C24.39 20.78 27 15.745 27 8V7h-1c-2.27 0-3.516-.637-4.875-1.375C19.765 4.887 18.25 4 16 4m0 2c1.75 0 2.754.613 4.156 1.375a12.5 12.5 0 0 0 4.782 1.469c-.192 6.765-2.43 11.066-4.688 13.656c-2.047 2.348-3.766 3.129-4.25 3.344c-.488-.219-2.203-1.02-4.25-3.375c-2.258-2.598-4.496-6.89-4.688-13.625a12.5 12.5 0 0 0 4.782-1.469C13.246 6.613 14.25 6 16 6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4c-2.25 0-3.766.887-5.125 1.625C9.515 6.363 8.281 7 6 7H5v1c0 7.719 2.61 12.742 5.25 15.781c2.64 3.04 5.375 4.157 5.375 4.157l.375.125l.375-.125s2.734-1.094 5.375-4.125C24.39 20.78 27 15.745 27 8V7h-1c-2.27 0-3.516-.637-4.875-1.375C19.765 4.887 18.25 4 16 4m0 2c1.75 0 2.754.613 4.156 1.375a12.5 12.5 0 0 0 4.782 1.469c-.192 6.765-2.43 11.066-4.688 13.656c-2.047 2.348-3.766 3.129-4.25 3.344c-.488-.219-2.203-1.02-4.25-3.375c-2.258-2.598-4.496-6.89-4.688-13.625a12.5 12.5 0 0 0 4.782-1.469C13.246 6.613 14.25 6 16 6"/></svg>
</template>

CSS

.icon-shield-alt {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%204c-2.25%200-3.766.887-5.125%201.625C9.515%206.363%208.281%207%206%207H5v1c0%207.719%202.61%2012.742%205.25%2015.781c2.64%203.04%205.375%204.157%205.375%204.157l.375.125l.375-.125s2.734-1.094%205.375-4.125C24.39%2020.78%2027%2015.745%2027%208V7h-1c-2.27%200-3.516-.637-4.875-1.375C19.765%204.887%2018.25%204%2016%204m0%202c1.75%200%202.754.613%204.156%201.375a12.5%2012.5%200%200%200%204.782%201.469c-.192%206.765-2.43%2011.066-4.688%2013.656c-2.047%202.348-3.766%203.129-4.25%203.344c-.488-.219-2.203-1.02-4.25-3.375c-2.258-2.598-4.496-6.89-4.688-13.625a12.5%2012.5%200%200%200%204.782-1.469C13.246%206.613%2014.25%206%2016%206%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%204c-2.25%200-3.766.887-5.125%201.625C9.515%206.363%208.281%207%206%207H5v1c0%207.719%202.61%2012.742%205.25%2015.781c2.64%203.04%205.375%204.157%205.375%204.157l.375.125l.375-.125s2.734-1.094%205.375-4.125C24.39%2020.78%2027%2015.745%2027%208V7h-1c-2.27%200-3.516-.637-4.875-1.375C19.765%204.887%2018.25%204%2016%204m0%202c1.75%200%202.754.613%204.156%201.375a12.5%2012.5%200%200%200%204.782%201.469c-.192%206.765-2.43%2011.066-4.688%2013.656c-2.047%202.348-3.766%203.129-4.25%203.344c-.488-.219-2.203-1.02-4.25-3.375c-2.258-2.598-4.496-6.89-4.688-13.625a12.5%2012.5%200%200%200%204.782-1.469C13.246%206.613%2014.25%206%2016%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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