shield compact icon
shield-compact from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- shield-compact
- Set
- Codicons
- Style
- Regular
- Viewbox
- 12×12
- License
- CC BY 4.0
Use the shield compact icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M10.5 1.833c-1.531 0-2.906-.278-4.146-1.52a.5.5 0 0 0-.706 0C4.405 1.555 3.029 1.833 1.5 1.833a.5.5 0 0 0-.5.5v3.002c0 3.218 1.642 5.405 4.841 6.473a.5.5 0 0 0 .318 0C9.36 10.741 11 8.553 11 5.335V2.333a.5.5 0 0 0-.5-.5M10 5.335c0 2.731-1.308 4.521-4 5.47c-2.691-.948-4-2.739-4-5.47V2.823c1.222-.051 2.669-.328 4-1.474c1.329 1.147 2.778 1.424 4 1.474zM6 4.5a1 1 0 0 1 .5 1.866V7a.5.5 0 0 1-1 0v-.634A1 1 0 0 1 6 4.5"/></svg>
React
import type { SVGProps } from "react";
export function CodiconShieldCompact(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M10.5 1.833c-1.531 0-2.906-.278-4.146-1.52a.5.5 0 0 0-.706 0C4.405 1.555 3.029 1.833 1.5 1.833a.5.5 0 0 0-.5.5v3.002c0 3.218 1.642 5.405 4.841 6.473a.5.5 0 0 0 .318 0C9.36 10.741 11 8.553 11 5.335V2.333a.5.5 0 0 0-.5-.5M10 5.335c0 2.731-1.308 4.521-4 5.47c-2.691-.948-4-2.739-4-5.47V2.823c1.222-.051 2.669-.328 4-1.474c1.329 1.147 2.778 1.424 4 1.474zM6 4.5a1 1 0 0 1 .5 1.866V7a.5.5 0 0 1-1 0v-.634A1 1 0 0 1 6 4.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M10.5 1.833c-1.531 0-2.906-.278-4.146-1.52a.5.5 0 0 0-.706 0C4.405 1.555 3.029 1.833 1.5 1.833a.5.5 0 0 0-.5.5v3.002c0 3.218 1.642 5.405 4.841 6.473a.5.5 0 0 0 .318 0C9.36 10.741 11 8.553 11 5.335V2.333a.5.5 0 0 0-.5-.5M10 5.335c0 2.731-1.308 4.521-4 5.47c-2.691-.948-4-2.739-4-5.47V2.823c1.222-.051 2.669-.328 4-1.474c1.329 1.147 2.778 1.424 4 1.474zM6 4.5a1 1 0 0 1 .5 1.866V7a.5.5 0 0 1-1 0v-.634A1 1 0 0 1 6 4.5"/></svg> </template>
CSS
.icon-shield-compact {
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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.5%201.833c-1.531%200-2.906-.278-4.146-1.52a.5.5%200%200%200-.706%200C4.405%201.555%203.029%201.833%201.5%201.833a.5.5%200%200%200-.5.5v3.002c0%203.218%201.642%205.405%204.841%206.473a.5.5%200%200%200%20.318%200C9.36%2010.741%2011%208.553%2011%205.335V2.333a.5.5%200%200%200-.5-.5M10%205.335c0%202.731-1.308%204.521-4%205.47c-2.691-.948-4-2.739-4-5.47V2.823c1.222-.051%202.669-.328%204-1.474c1.329%201.147%202.778%201.424%204%201.474zM6%204.5a1%201%200%200%201%20.5%201.866V7a.5.5%200%200%201-1%200v-.634A1%201%200%200%201%206%204.5%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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.5%201.833c-1.531%200-2.906-.278-4.146-1.52a.5.5%200%200%200-.706%200C4.405%201.555%203.029%201.833%201.5%201.833a.5.5%200%200%200-.5.5v3.002c0%203.218%201.642%205.405%204.841%206.473a.5.5%200%200%200%20.318%200C9.36%2010.741%2011%208.553%2011%205.335V2.333a.5.5%200%200%200-.5-.5M10%205.335c0%202.731-1.308%204.521-4%205.47c-2.691-.948-4-2.739-4-5.47V2.823c1.222-.051%202.669-.328%204-1.474c1.329%201.147%202.778%201.424%204%201.474zM6%204.5a1%201%200%200%201%20.5%201.866V7a.5.5%200%200%201-1%200v-.634A1%201%200%200%201%206%204.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/shield-compact.svg?color=%231a73e8&size=48