shield icon
shield from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- shield
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
The same icon in other sets
shieldAkar IconsshieldBootstrap IconsshieldBoxIcons v2shieldBoxIcons v2 SolidshieldEmoji One (Colored)shield-fillEva IconsshieldFramework7 IconsshieldFont Awesome 6 SolidshieldFont Awesome SolidshieldFeather Iconsshield-outlineFlowbite Iconsshield-12-filledFluent UI System Iconsshield-16Fluent UI System Color IconsshieldFluent EmojishieldFluent Emoji FlatshieldFluent Emoji High Contrastshieldcss.ggshieldHumbleiconsshieldIconParkshieldIconPark OutlineshieldIconPark SolidshieldIconPark TwoToneshieldIconoirshieldIonIcons
Related icons in Codicons
Use the shield icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.25 7.25c0 .513-.309.953-.75 1.146v1.108a.5.5 0 1 1-1 0V8.396A1.25 1.25 0 1 1 9.25 7.25M7.143 2.042a8.3 8.3 0 0 1-1.718.875a9.3 9.3 0 0 1-2.7.576l-.17.007h-.05A.5.5 0 0 0 2 4v2.755a7.5 7.5 0 0 0 3.685 6.457l2.062 1.219a.5.5 0 0 0 .509 0l2.06-1.218A7.5 7.5 0 0 0 14 6.756V4a.5.5 0 0 0-.508-.5h-.05q-.056 0-.168-.006a9 9 0 0 1-2.687-.577a8.7 8.7 0 0 1-1.724-.88a5 5 0 0 1-.4-.296a2 2 0 0 1-.111-.098a.5.5 0 0 0-.706.005l-.109.097c-.082.07-.213.173-.394.297M3 6.755V4.477q.212-.015.494-.052c.597-.079 1.412-.24 2.287-.574a9.3 9.3 0 0 0 1.925-.983q.172-.117.298-.215q.128.097.3.214c.424.285 1.058.65 1.922.983A10 10 0 0 0 13 4.48v2.277a6.5 6.5 0 0 1-3.193 5.596L8.001 13.42l-1.807-1.068A6.5 6.5 0 0 1 3 6.756"/></svg>
React
import type { SVGProps } from "react";
export function CodiconShield(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="M9.25 7.25c0 .513-.309.953-.75 1.146v1.108a.5.5 0 1 1-1 0V8.396A1.25 1.25 0 1 1 9.25 7.25M7.143 2.042a8.3 8.3 0 0 1-1.718.875a9.3 9.3 0 0 1-2.7.576l-.17.007h-.05A.5.5 0 0 0 2 4v2.755a7.5 7.5 0 0 0 3.685 6.457l2.062 1.219a.5.5 0 0 0 .509 0l2.06-1.218A7.5 7.5 0 0 0 14 6.756V4a.5.5 0 0 0-.508-.5h-.05q-.056 0-.168-.006a9 9 0 0 1-2.687-.577a8.7 8.7 0 0 1-1.724-.88a5 5 0 0 1-.4-.296a2 2 0 0 1-.111-.098a.5.5 0 0 0-.706.005l-.109.097c-.082.07-.213.173-.394.297M3 6.755V4.477q.212-.015.494-.052c.597-.079 1.412-.24 2.287-.574a9.3 9.3 0 0 0 1.925-.983q.172-.117.298-.215q.128.097.3.214c.424.285 1.058.65 1.922.983A10 10 0 0 0 13 4.48v2.277a6.5 6.5 0 0 1-3.193 5.596L8.001 13.42l-1.807-1.068A6.5 6.5 0 0 1 3 6.756"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.25 7.25c0 .513-.309.953-.75 1.146v1.108a.5.5 0 1 1-1 0V8.396A1.25 1.25 0 1 1 9.25 7.25M7.143 2.042a8.3 8.3 0 0 1-1.718.875a9.3 9.3 0 0 1-2.7.576l-.17.007h-.05A.5.5 0 0 0 2 4v2.755a7.5 7.5 0 0 0 3.685 6.457l2.062 1.219a.5.5 0 0 0 .509 0l2.06-1.218A7.5 7.5 0 0 0 14 6.756V4a.5.5 0 0 0-.508-.5h-.05q-.056 0-.168-.006a9 9 0 0 1-2.687-.577a8.7 8.7 0 0 1-1.724-.88a5 5 0 0 1-.4-.296a2 2 0 0 1-.111-.098a.5.5 0 0 0-.706.005l-.109.097c-.082.07-.213.173-.394.297M3 6.755V4.477q.212-.015.494-.052c.597-.079 1.412-.24 2.287-.574a9.3 9.3 0 0 0 1.925-.983q.172-.117.298-.215q.128.097.3.214c.424.285 1.058.65 1.922.983A10 10 0 0 0 13 4.48v2.277a6.5 6.5 0 0 1-3.193 5.596L8.001 13.42l-1.807-1.068A6.5 6.5 0 0 1 3 6.756"/></svg> </template>
CSS
.icon-shield {
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%22M9.25%207.25c0%20.513-.309.953-.75%201.146v1.108a.5.5%200%201%201-1%200V8.396A1.25%201.25%200%201%201%209.25%207.25M7.143%202.042a8.3%208.3%200%200%201-1.718.875a9.3%209.3%200%200%201-2.7.576l-.17.007h-.05A.5.5%200%200%200%202%204v2.755a7.5%207.5%200%200%200%203.685%206.457l2.062%201.219a.5.5%200%200%200%20.509%200l2.06-1.218A7.5%207.5%200%200%200%2014%206.756V4a.5.5%200%200%200-.508-.5h-.05q-.056%200-.168-.006a9%209%200%200%201-2.687-.577a8.7%208.7%200%200%201-1.724-.88a5%205%200%200%201-.4-.296a2%202%200%200%201-.111-.098a.5.5%200%200%200-.706.005l-.109.097c-.082.07-.213.173-.394.297M3%206.755V4.477q.212-.015.494-.052c.597-.079%201.412-.24%202.287-.574a9.3%209.3%200%200%200%201.925-.983q.172-.117.298-.215q.128.097.3.214c.424.285%201.058.65%201.922.983A10%2010%200%200%200%2013%204.48v2.277a6.5%206.5%200%200%201-3.193%205.596L8.001%2013.42l-1.807-1.068A6.5%206.5%200%200%201%203%206.756%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%22M9.25%207.25c0%20.513-.309.953-.75%201.146v1.108a.5.5%200%201%201-1%200V8.396A1.25%201.25%200%201%201%209.25%207.25M7.143%202.042a8.3%208.3%200%200%201-1.718.875a9.3%209.3%200%200%201-2.7.576l-.17.007h-.05A.5.5%200%200%200%202%204v2.755a7.5%207.5%200%200%200%203.685%206.457l2.062%201.219a.5.5%200%200%200%20.509%200l2.06-1.218A7.5%207.5%200%200%200%2014%206.756V4a.5.5%200%200%200-.508-.5h-.05q-.056%200-.168-.006a9%209%200%200%201-2.687-.577a8.7%208.7%200%200%201-1.724-.88a5%205%200%200%201-.4-.296a2%202%200%200%201-.111-.098a.5.5%200%200%200-.706.005l-.109.097c-.082.07-.213.173-.394.297M3%206.755V4.477q.212-.015.494-.052c.597-.079%201.412-.24%202.287-.574a9.3%209.3%200%200%200%201.925-.983q.172-.117.298-.215q.128.097.3.214c.424.285%201.058.65%201.922.983A10%2010%200%200%200%2013%204.48v2.277a6.5%206.5%200%200%201-3.193%205.596L8.001%2013.42l-1.807-1.068A6.5%206.5%200%200%201%203%206.756%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/shield.svg?color=%231a73e8&size=48