shield fill x icon

shield-fill-x from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
shield-fill-x
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

Related icons in Bootstrap Icons

Use the shield fill x icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 0c-.69 0-1.843.265-2.928.56c-1.11.3-2.229.655-2.887.87a1.54 1.54 0 0 0-1.044 1.262c-.596 4.477.787 7.795 2.465 9.99a11.8 11.8 0 0 0 2.517 2.453c.386.273.744.482 1.048.625c.28.132.581.24.829.24s.548-.108.829-.24a7 7 0 0 0 1.048-.625a11.8 11.8 0 0 0 2.517-2.453c1.678-2.195 3.061-5.513 2.465-9.99a1.54 1.54 0 0 0-1.044-1.263a63 63 0 0 0-2.887-.87C9.843.266 8.69 0 8 0M6.854 5.146L8 6.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 7l1.147 1.146a.5.5 0 0 1-.708.708L8 7.707L6.854 8.854a.5.5 0 1 1-.708-.708L7.293 7L6.146 5.854a.5.5 0 1 1 .708-.708"/></svg>

React

import type { SVGProps } from "react";

export function BiShieldFillX(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 0c-.69 0-1.843.265-2.928.56c-1.11.3-2.229.655-2.887.87a1.54 1.54 0 0 0-1.044 1.262c-.596 4.477.787 7.795 2.465 9.99a11.8 11.8 0 0 0 2.517 2.453c.386.273.744.482 1.048.625c.28.132.581.24.829.24s.548-.108.829-.24a7 7 0 0 0 1.048-.625a11.8 11.8 0 0 0 2.517-2.453c1.678-2.195 3.061-5.513 2.465-9.99a1.54 1.54 0 0 0-1.044-1.263a63 63 0 0 0-2.887-.87C9.843.266 8.69 0 8 0M6.854 5.146L8 6.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 7l1.147 1.146a.5.5 0 0 1-.708.708L8 7.707L6.854 8.854a.5.5 0 1 1-.708-.708L7.293 7L6.146 5.854a.5.5 0 1 1 .708-.708"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 0c-.69 0-1.843.265-2.928.56c-1.11.3-2.229.655-2.887.87a1.54 1.54 0 0 0-1.044 1.262c-.596 4.477.787 7.795 2.465 9.99a11.8 11.8 0 0 0 2.517 2.453c.386.273.744.482 1.048.625c.28.132.581.24.829.24s.548-.108.829-.24a7 7 0 0 0 1.048-.625a11.8 11.8 0 0 0 2.517-2.453c1.678-2.195 3.061-5.513 2.465-9.99a1.54 1.54 0 0 0-1.044-1.263a63 63 0 0 0-2.887-.87C9.843.266 8.69 0 8 0M6.854 5.146L8 6.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 7l1.147 1.146a.5.5 0 0 1-.708.708L8 7.707L6.854 8.854a.5.5 0 1 1-.708-.708L7.293 7L6.146 5.854a.5.5 0 1 1 .708-.708"/></svg>
</template>

CSS

.icon-shield-fill-x {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%200c-.69%200-1.843.265-2.928.56c-1.11.3-2.229.655-2.887.87a1.54%201.54%200%200%200-1.044%201.262c-.596%204.477.787%207.795%202.465%209.99a11.8%2011.8%200%200%200%202.517%202.453c.386.273.744.482%201.048.625c.28.132.581.24.829.24s.548-.108.829-.24a7%207%200%200%200%201.048-.625a11.8%2011.8%200%200%200%202.517-2.453c1.678-2.195%203.061-5.513%202.465-9.99a1.54%201.54%200%200%200-1.044-1.263a63%2063%200%200%200-2.887-.87C9.843.266%208.69%200%208%200M6.854%205.146L8%206.293l1.146-1.147a.5.5%200%201%201%20.708.708L8.707%207l1.147%201.146a.5.5%200%200%201-.708.708L8%207.707L6.854%208.854a.5.5%200%201%201-.708-.708L7.293%207L6.146%205.854a.5.5%200%201%201%20.708-.708%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%200c-.69%200-1.843.265-2.928.56c-1.11.3-2.229.655-2.887.87a1.54%201.54%200%200%200-1.044%201.262c-.596%204.477.787%207.795%202.465%209.99a11.8%2011.8%200%200%200%202.517%202.453c.386.273.744.482%201.048.625c.28.132.581.24.829.24s.548-.108.829-.24a7%207%200%200%200%201.048-.625a11.8%2011.8%200%200%200%202.517-2.453c1.678-2.195%203.061-5.513%202.465-9.99a1.54%201.54%200%200%200-1.044-1.263a63%2063%200%200%200-2.887-.87C9.843.266%208.69%200%208%200M6.854%205.146L8%206.293l1.146-1.147a.5.5%200%201%201%20.708.708L8.707%207l1.147%201.146a.5.5%200%200%201-.708.708L8%207.707L6.854%208.854a.5.5%200%201%201-.708-.708L7.293%207L6.146%205.854a.5.5%200%201%201%20.708-.708%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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