pcn military icon

pcn-military from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.

Name
pcn-military
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

More organization icons from Carbon

Use the pcn military icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m16 16l-1.593 3l-3.407.414l2.5 2.253L13 25l3-1.875L19 25l-.5-3.333l2.5-2.253L17.5 19z"/><path fill="currentColor" d="M12.414 17.414L16 13.834l3.588 3.582L21 16l-5-5l-5 5z"/><path fill="currentColor" d="M12.414 12.414L16 8.834l3.588 3.582L21 11l-5-5l-5 5z"/><path fill="currentColor" d="M30.414 17.414a2 2 0 0 0 0-2.828l-5.787-5.787l2.9-2.862a2.002 2.002 0 1 0-1.44-1.388l-2.874 2.836l-5.799-5.8a2 2 0 0 0-2.828 0L8.799 7.374L5.937 4.472A2.002 2.002 0 1 0 4.55 5.914l2.835 2.873l-5.8 5.799a2 2 0 0 0 0 2.828l5.8 5.799l-2.835 2.873a1.998 1.998 0 1 0 1.387 1.442l2.862-2.9l5.787 5.786a2 2 0 0 0 2.828 0l5.8-5.799l2.872 2.836a1.998 1.998 0 1 0 1.442-1.387l-2.9-2.863ZM16 29L3 16L16 3l13 13Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonPcnMilitary(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 16l-1.593 3l-3.407.414l2.5 2.253L13 25l3-1.875L19 25l-.5-3.333l2.5-2.253L17.5 19z"/><path fill="currentColor" d="M12.414 17.414L16 13.834l3.588 3.582L21 16l-5-5l-5 5z"/><path fill="currentColor" d="M12.414 12.414L16 8.834l3.588 3.582L21 11l-5-5l-5 5z"/><path fill="currentColor" d="M30.414 17.414a2 2 0 0 0 0-2.828l-5.787-5.787l2.9-2.862a2.002 2.002 0 1 0-1.44-1.388l-2.874 2.836l-5.799-5.8a2 2 0 0 0-2.828 0L8.799 7.374L5.937 4.472A2.002 2.002 0 1 0 4.55 5.914l2.835 2.873l-5.8 5.799a2 2 0 0 0 0 2.828l5.8 5.799l-2.835 2.873a1.998 1.998 0 1 0 1.387 1.442l2.862-2.9l5.787 5.786a2 2 0 0 0 2.828 0l5.8-5.799l2.872 2.836a1.998 1.998 0 1 0 1.442-1.387l-2.9-2.863ZM16 29L3 16L16 3l13 13Z"/></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 16l-1.593 3l-3.407.414l2.5 2.253L13 25l3-1.875L19 25l-.5-3.333l2.5-2.253L17.5 19z"/><path fill="currentColor" d="M12.414 17.414L16 13.834l3.588 3.582L21 16l-5-5l-5 5z"/><path fill="currentColor" d="M12.414 12.414L16 8.834l3.588 3.582L21 11l-5-5l-5 5z"/><path fill="currentColor" d="M30.414 17.414a2 2 0 0 0 0-2.828l-5.787-5.787l2.9-2.862a2.002 2.002 0 1 0-1.44-1.388l-2.874 2.836l-5.799-5.8a2 2 0 0 0-2.828 0L8.799 7.374L5.937 4.472A2.002 2.002 0 1 0 4.55 5.914l2.835 2.873l-5.8 5.799a2 2 0 0 0 0 2.828l5.8 5.799l-2.835 2.873a1.998 1.998 0 1 0 1.387 1.442l2.862-2.9l5.787 5.786a2 2 0 0 0 2.828 0l5.8-5.799l2.872 2.836a1.998 1.998 0 1 0 1.442-1.387l-2.9-2.863ZM16 29L3 16L16 3l13 13Z"/></svg>
</template>

CSS

.icon-pcn-military {
  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%2016l-1.593%203l-3.407.414l2.5%202.253L13%2025l3-1.875L19%2025l-.5-3.333l2.5-2.253L17.5%2019z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.414%2017.414L16%2013.834l3.588%203.582L21%2016l-5-5l-5%205z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.414%2012.414L16%208.834l3.588%203.582L21%2011l-5-5l-5%205z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30.414%2017.414a2%202%200%200%200%200-2.828l-5.787-5.787l2.9-2.862a2.002%202.002%200%201%200-1.44-1.388l-2.874%202.836l-5.799-5.8a2%202%200%200%200-2.828%200L8.799%207.374L5.937%204.472A2.002%202.002%200%201%200%204.55%205.914l2.835%202.873l-5.8%205.799a2%202%200%200%200%200%202.828l5.8%205.799l-2.835%202.873a1.998%201.998%200%201%200%201.387%201.442l2.862-2.9l5.787%205.786a2%202%200%200%200%202.828%200l5.8-5.799l2.872%202.836a1.998%201.998%200%201%200%201.442-1.387l-2.9-2.863ZM16%2029L3%2016L16%203l13%2013Z%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%2016l-1.593%203l-3.407.414l2.5%202.253L13%2025l3-1.875L19%2025l-.5-3.333l2.5-2.253L17.5%2019z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.414%2017.414L16%2013.834l3.588%203.582L21%2016l-5-5l-5%205z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.414%2012.414L16%208.834l3.588%203.582L21%2011l-5-5l-5%205z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30.414%2017.414a2%202%200%200%200%200-2.828l-5.787-5.787l2.9-2.862a2.002%202.002%200%201%200-1.44-1.388l-2.874%202.836l-5.799-5.8a2%202%200%200%200-2.828%200L8.799%207.374L5.937%204.472A2.002%202.002%200%201%200%204.55%205.914l2.835%202.873l-5.8%205.799a2%202%200%200%200%200%202.828l5.8%205.799l-2.835%202.873a1.998%201.998%200%201%200%201.387%201.442l2.862-2.9l5.787%205.786a2%202%200%200%200%202.828%200l5.8-5.799l2.872%202.836a1.998%201.998%200%201%200%201.442-1.387l-2.9-2.863ZM16%2029L3%2016L16%203l13%2013Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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