shield x icon

shield-x-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.

Name
shield-x-24
Set
Octicons
Style
24
Viewbox
24×24
License
MIT

1 other variant in Octicons

The same icon in other sets

Related icons in Octicons

Use the shield x icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.28 7.72a.75.75 0 0 0-1.06 1.06l2.72 2.72l-2.72 2.72a.75.75 0 1 0 1.06 1.06L12 12.56l2.72 2.72a.75.75 0 1 0 1.06-1.06l-2.72-2.72l2.72-2.72a.75.75 0 0 0-1.06-1.06L12 10.44z"/><path fill="currentColor" d="m12.54.637l8.25 2.675A1.75 1.75 0 0 1 22 4.976V10c0 6.19-3.771 10.704-9.401 12.83a1.7 1.7 0 0 1-1.198 0C5.77 20.705 2 16.19 2 10V4.976c0-.758.489-1.43 1.21-1.664L11.46.637a1.75 1.75 0 0 1 1.08 0m-.617 1.426l-8.25 2.676a.25.25 0 0 0-.173.237V10c0 5.46 3.28 9.483 8.43 11.426a.2.2 0 0 0 .14 0C17.22 19.483 20.5 15.461 20.5 10V4.976a.25.25 0 0 0-.173-.237l-8.25-2.676a.25.25 0 0 0-.154 0"/></svg>

React

import type { SVGProps } from "react";

export function OcticonShieldX24(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="M9.28 7.72a.75.75 0 0 0-1.06 1.06l2.72 2.72l-2.72 2.72a.75.75 0 1 0 1.06 1.06L12 12.56l2.72 2.72a.75.75 0 1 0 1.06-1.06l-2.72-2.72l2.72-2.72a.75.75 0 0 0-1.06-1.06L12 10.44z"/><path fill="currentColor" d="m12.54.637l8.25 2.675A1.75 1.75 0 0 1 22 4.976V10c0 6.19-3.771 10.704-9.401 12.83a1.7 1.7 0 0 1-1.198 0C5.77 20.705 2 16.19 2 10V4.976c0-.758.489-1.43 1.21-1.664L11.46.637a1.75 1.75 0 0 1 1.08 0m-.617 1.426l-8.25 2.676a.25.25 0 0 0-.173.237V10c0 5.46 3.28 9.483 8.43 11.426a.2.2 0 0 0 .14 0C17.22 19.483 20.5 15.461 20.5 10V4.976a.25.25 0 0 0-.173-.237l-8.25-2.676a.25.25 0 0 0-.154 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.28 7.72a.75.75 0 0 0-1.06 1.06l2.72 2.72l-2.72 2.72a.75.75 0 1 0 1.06 1.06L12 12.56l2.72 2.72a.75.75 0 1 0 1.06-1.06l-2.72-2.72l2.72-2.72a.75.75 0 0 0-1.06-1.06L12 10.44z"/><path fill="currentColor" d="m12.54.637l8.25 2.675A1.75 1.75 0 0 1 22 4.976V10c0 6.19-3.771 10.704-9.401 12.83a1.7 1.7 0 0 1-1.198 0C5.77 20.705 2 16.19 2 10V4.976c0-.758.489-1.43 1.21-1.664L11.46.637a1.75 1.75 0 0 1 1.08 0m-.617 1.426l-8.25 2.676a.25.25 0 0 0-.173.237V10c0 5.46 3.28 9.483 8.43 11.426a.2.2 0 0 0 .14 0C17.22 19.483 20.5 15.461 20.5 10V4.976a.25.25 0 0 0-.173-.237l-8.25-2.676a.25.25 0 0 0-.154 0"/></svg>
</template>

CSS

.icon-shield-x-24 {
  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%22M9.28%207.72a.75.75%200%200%200-1.06%201.06l2.72%202.72l-2.72%202.72a.75.75%200%201%200%201.06%201.06L12%2012.56l2.72%202.72a.75.75%200%201%200%201.06-1.06l-2.72-2.72l2.72-2.72a.75.75%200%200%200-1.06-1.06L12%2010.44z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12.54.637l8.25%202.675A1.75%201.75%200%200%201%2022%204.976V10c0%206.19-3.771%2010.704-9.401%2012.83a1.7%201.7%200%200%201-1.198%200C5.77%2020.705%202%2016.19%202%2010V4.976c0-.758.489-1.43%201.21-1.664L11.46.637a1.75%201.75%200%200%201%201.08%200m-.617%201.426l-8.25%202.676a.25.25%200%200%200-.173.237V10c0%205.46%203.28%209.483%208.43%2011.426a.2.2%200%200%200%20.14%200C17.22%2019.483%2020.5%2015.461%2020.5%2010V4.976a.25.25%200%200%200-.173-.237l-8.25-2.676a.25.25%200%200%200-.154%200%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%22M9.28%207.72a.75.75%200%200%200-1.06%201.06l2.72%202.72l-2.72%202.72a.75.75%200%201%200%201.06%201.06L12%2012.56l2.72%202.72a.75.75%200%201%200%201.06-1.06l-2.72-2.72l2.72-2.72a.75.75%200%200%200-1.06-1.06L12%2010.44z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12.54.637l8.25%202.675A1.75%201.75%200%200%201%2022%204.976V10c0%206.19-3.771%2010.704-9.401%2012.83a1.7%201.7%200%200%201-1.198%200C5.77%2020.705%202%2016.19%202%2010V4.976c0-.758.489-1.43%201.21-1.664L11.46.637a1.75%201.75%200%200%201%201.08%200m-.617%201.426l-8.25%202.676a.25.25%200%200%200-.173.237V10c0%205.46%203.28%209.483%208.43%2011.426a.2.2%200%200%200%20.14%200C17.22%2019.483%2020.5%2015.461%2020.5%2010V4.976a.25.25%200%200%200-.173-.237l-8.25-2.676a.25.25%200%200%200-.154%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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