shield checkered icon

shield-checkered-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.

Name
shield-checkered-filled
Set
Tabler Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Tabler Icons

The same icon in other sets

Related icons in Tabler Icons

Use the shield checkered icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.013 12v9.754A13 13 0 0 1 2.28 12zm9.284 3.794a13 13 0 0 1-7.283 5.951L13.013 12h8.708a13 13 0 0 1-1.424 3.794M11.014 2.526L11.013 10H2.027c-.068-1.432.101-2.88.514-4.282a1 1 0 0 1 1.005-.717a11 11 0 0 0 7.192-2.256zM13.013 10V2.547l-.09-.073a11 11 0 0 0 7.189 2.537l.342-.01a1 1 0 0 1 1.005.717c.413 1.403.582 2.85.514 4.282z"/></svg>

React

import type { SVGProps } from "react";

export function TablerShieldCheckeredFilled(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="M11.013 12v9.754A13 13 0 0 1 2.28 12zm9.284 3.794a13 13 0 0 1-7.283 5.951L13.013 12h8.708a13 13 0 0 1-1.424 3.794M11.014 2.526L11.013 10H2.027c-.068-1.432.101-2.88.514-4.282a1 1 0 0 1 1.005-.717a11 11 0 0 0 7.192-2.256zM13.013 10V2.547l-.09-.073a11 11 0 0 0 7.189 2.537l.342-.01a1 1 0 0 1 1.005.717c.413 1.403.582 2.85.514 4.282z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.013 12v9.754A13 13 0 0 1 2.28 12zm9.284 3.794a13 13 0 0 1-7.283 5.951L13.013 12h8.708a13 13 0 0 1-1.424 3.794M11.014 2.526L11.013 10H2.027c-.068-1.432.101-2.88.514-4.282a1 1 0 0 1 1.005-.717a11 11 0 0 0 7.192-2.256zM13.013 10V2.547l-.09-.073a11 11 0 0 0 7.189 2.537l.342-.01a1 1 0 0 1 1.005.717c.413 1.403.582 2.85.514 4.282z"/></svg>
</template>

CSS

.icon-shield-checkered-filled {
  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%22M11.013%2012v9.754A13%2013%200%200%201%202.28%2012zm9.284%203.794a13%2013%200%200%201-7.283%205.951L13.013%2012h8.708a13%2013%200%200%201-1.424%203.794M11.014%202.526L11.013%2010H2.027c-.068-1.432.101-2.88.514-4.282a1%201%200%200%201%201.005-.717a11%2011%200%200%200%207.192-2.256zM13.013%2010V2.547l-.09-.073a11%2011%200%200%200%207.189%202.537l.342-.01a1%201%200%200%201%201.005.717c.413%201.403.582%202.85.514%204.282z%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%22M11.013%2012v9.754A13%2013%200%200%201%202.28%2012zm9.284%203.794a13%2013%200%200%201-7.283%205.951L13.013%2012h8.708a13%2013%200%200%201-1.424%203.794M11.014%202.526L11.013%2010H2.027c-.068-1.432.101-2.88.514-4.282a1%201%200%200%201%201.005-.717a11%2011%200%200%200%207.192-2.256zM13.013%2010V2.547l-.09-.073a11%2011%200%200%200%207.189%202.537l.342-.01a1%201%200%200%201%201.005.717c.413%201.403.582%202.85.514%204.282z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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